DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:config

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:config [2019-02-25 00:49] – Removed bug report and added icons to "Triangele, Exc... ... Mark" cgaloplugin:config [2023-08-24 23:01] (current) Klap-in
Line 22: Line 22:
 ===== Usage ===== ===== Usage =====
  
-The Config Manager is accessible from the admin screen (Login as superuser, click "Admin" and choose "Configuration Settings").+The Config Manager is accessible from the admin screen (Login as superuser, click "Admin" and choose "{{https://raw.githubusercontent.com/dokuwiki/dokuwiki/master/lib/plugins/config/admin.svg?14}} Configuration Settings").
  
 Settings are shown with different backgrounds to highlight their current status.  Settings are shown with different backgrounds to highlight their current status. 
Line 58: Line 58:
 This way, it is ensured that any values previously set from ''conf/dokuwiki.php'' and ''conf/local.php'' will be overridden by protected values from ''conf/local.protected.php''. Any settings found in ''conf/local.protected.php'' will be displayed by the plugin surrounded in light-red to indicate their protected status. Editing of protected values is disabled. This way, it is ensured that any values previously set from ''conf/dokuwiki.php'' and ''conf/local.php'' will be overridden by protected values from ''conf/local.protected.php''. Any settings found in ''conf/local.protected.php'' will be displayed by the plugin surrounded in light-red to indicate their protected status. Editing of protected values is disabled.
  
-The loading order of configuration files is controlled by the global ''$config_cascade'' variable in the DokuWiki release 2009-02-14 and above+The loading order of configuration files is controlled by the global ''[[devel:preload|$config_cascade]]'' variable.
  
 === Example === === Example ===
Line 71: Line 71:
 </code> </code>
  
-== For 2008-05-05 release and below == 
- 
-Meanwhile, in the release 2008-05-05 and below this plugin used to add the following line to the bottom of ''conf/local.php'' to load protected settings. 
- 
-<code php> 
-@include(DOKU_CONF.'local.protected.php'); 
-</code> 
  
 ==== File Permissions ==== ==== File Permissions ====
plugin/config.1551052176.txt.gz · Last modified: 2019-02-25 00:49 by cgalo

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki