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
Last revisionBoth sides next revision
plugin:config [2015-03-21 22:57] – old revision restored (2014-09-29 20:37) 2001:1620:f00:8272::8128:21plugin:config [2021-03-04 11:04] – old revision restored (2019-02-25 00:49) Aleksandr
Line 1: Line 1:
 ====== Configuration Manager Plugin ====== ====== Configuration Manager Plugin ======
 +
 ---- plugin ---- ---- plugin ----
 description: Manage your wiki's configuration settings (bundled with DokuWiki) description: Manage your wiki's configuration settings (bundled with DokuWiki)
Line 15: Line 16:
  
 ===== Description ===== ===== Description =====
 +
 {{ :plugin:configmanager.png?350|The Configuration Manager - Field colors: blue = default, white = local change, light red = protected setting}} {{ :plugin:configmanager.png?350|The Configuration Manager - Field colors: blue = default, white = local change, light red = protected setting}}
 The Config Manager allows wiki [[config:superuser|administrators]] to easily alter the wiki [[:config|configuration]] settings online from the comfort of their favorite web browser. This plugin manages basic DokuWiki configurations as well as [[devel:configuration|other settings]] for installed [[:plugins]] and currently used [[:template]]. The Config Manager allows wiki [[config:superuser|administrators]] to easily alter the wiki [[:config|configuration]] settings online from the comfort of their favorite web browser. This plugin manages basic DokuWiki configurations as well as [[devel:configuration|other settings]] for installed [[:plugins]] and currently used [[:template]].
Line 29: Line 31:
 Modify settings to your needs and save it by using the ''Save'' button at bottom of the page, by pressing 'Enter' in a textbox or by using the [[:accesskey]] of your browser: ''<accesskey> + S'' Modify settings to your needs and save it by using the ''Save'' button at bottom of the page, by pressing 'Enter' in a textbox or by using the [[:accesskey]] of your browser: ''<accesskey> + S''
  
-====How is your config saved ====+==== How is your config saved ==== 
 On saving changed settings this plugin will copy the current local settings file (''conf/local.php'') to ''conf/local.php.bak'' and save the updated settings to ''conf/local.php'' It will never make any changes to the default settings stored in ''conf/dokuwiki.php'' However, any settings found in ''conf/local.php'' will override the default settings as explained in the [[:config|configuration options page]]. On saving changed settings this plugin will copy the current local settings file (''conf/local.php'') to ''conf/local.php.bak'' and save the updated settings to ''conf/local.php'' It will never make any changes to the default settings stored in ''conf/dokuwiki.php'' However, any settings found in ''conf/local.php'' will override the default settings as explained in the [[:config|configuration options page]].
  
Line 57: Line 60:
 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 ''$config_cascade'' variable in the DokuWiki release 2009-02-14 and above. 
  
-===Example===+=== Example === 
 <code php conf/local.protected.php> <code php conf/local.protected.php>
 <?php <?php
Line 67: Line 71:
 </code> </code>
  
-==For 2008-05-05 release and below==+== 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. 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.
  
Line 73: Line 78:
 @include(DOKU_CONF.'local.protected.php'); @include(DOKU_CONF.'local.protected.php');
 </code> </code>
- 
  
 ==== File Permissions ==== ==== File Permissions ====
Line 84: Line 88:
  
 When this happens, the save button won't be shown. When this happens, the save button won't be shown.
- 
-===== User Questions ===== 
  
 ==== Triangle, Exclamation and Padlock Mark ==== ==== Triangle, Exclamation and Padlock Mark ====
  
 Some fields in the configuration page show: Some fields in the configuration page show:
-  * A yellow warning sign, or +  * A yellow warning sign ({{:config:warning.png?nolink|}}) , or 
-  * An exclamation mark in a red circle, or +  * An exclamation mark in a red circle ({{:config:danger.png?nolink|}}), or 
-  * The drawing of a padlock+  * The drawing of a padlock ({{:config:security.png?nolink|}})
  
-These are the meanings of these three simbols:\\ +These are the meanings of these three symbols:\\ 
-**Yellow Mark** ⇒ changing this option may result in undesirable behaviors.\\ +{{:config:warning.png?nolink|}} **Yellow Mark** ⇒ changing this option may result in undesirable behaviors.\\ 
-**Red circle** ⇒ changing this option could make your wiki and the configuration menu inaccessible.\\ +{{:config:danger.png?nolink|}} **Red circle** ⇒ changing this option could make your wiki and the configuration menu inaccessible.\\ 
-**Padlock** ⇒ changing this option could present a security risk.\\+{{:config:security.png?nolink|}} **Padlock** ⇒ changing this option could present a security risk.\\
  
 Please, keep attention when you change these fields. Please, keep attention when you change these fields.
plugin/config.txt · Last modified: 2023-08-24 23:01 by Klap-in

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