| /dokuwiki/lib/plugins/config/core/ |
| H A D | Configuration.php | 12 * Holds all the current settings and proxies the Loader and Writer 22 /** @var Setting[] metadata as array of Settings objects */ 23 protected $settings = []; variable in dokuwiki\\plugin\\config\\core\\Configuration 24 /** @var Setting[] undefined and problematic settings */ 29 /** @var array all default settings */ 31 /** @var array all local settings */ 33 /** @var array all protected settings */ 36 /** @var bool have the settings been changed since loading from disk? */ 61 * Get all settings 67 return $this->settings; [all …]
|
| H A D | Loader.php | 10 * Loads configuration meta data and settings from the various files. Honors the 39 * Read the settings meta data 41 * Reads the main file, plugins and template settings meta data 49 include DOKU_PLUGIN . 'config/settings/config.metadata.php'; 156 * Read the local settings 167 * Read the protected settings 193 * Read settings file from an extension 195 * This is used to read the settings.php files of plugins and templates 267 if (file_exists($dir . 'lang/en/settings.php')) { 268 include $dir . 'lang/en/settings.php'; [all …]
|
| H A D | Writer.php | 9 * Writes the settings to the correct local file 14 protected $header = 'Dokuwiki\'s Main Configuration File - Local Settings'; 29 * Save the given settings 31 * @param Setting[] $settings 34 public function save($settings) argument 51 foreach ($settings as $setting) { 99 * Configuration is considered locked if there is no local settings filename
|
| /dokuwiki/lib/plugins/config/lang/en/ |
| H A D | intro.txt | 3 Use this page to control the settings of your DokuWiki installation. For help on individual settin… 5 Settings shown with a light red background are protected and can not be altered with this plugin. S…
|
| H A D | lang.php | 13 $lang['menu'] = 'Configuration Settings'; 15 $lang['error'] = 'Settings not updated due to an invalid value, please review your changes and… 17 $lang['updated'] = 'Settings updated successfully.'; 19 $lang['locked'] = 'The settings file can not be updated, if this is unintentional, <br /> 20 ensure the local settings file name and permissions are correct.'; 31 $lang['_header_undefined'] = 'Undefined Settings'; 54 /* Basic Settings */ 70 /* Display Settings */ 90 /* Authentication Settings */ 96 …st user1,@group1,user2 with full access to all pages and functions regardless of the ACL settings'; [all …]
|
| /dokuwiki/lib/plugins/config/core/Setting/ |
| H A D | SettingNoKnownClass.php | 6 * A do-nothing class used to detect settings with a missing setting class. 7 * Used internaly to hide undefined settings, and generate the undefined settings list.
|
| H A D | SettingNoClass.php | 7 * A do-nothing class used to detect settings with a missing setting class. 8 * Used internaly to hide undefined settings, and generate the undefined settings list.
|
| H A D | SettingNoDefault.php | 8 * A do-nothing class used to detect settings with no default value. 9 * Used internaly to hide undefined settings, and generate the undefined settings list.
|
| H A D | SettingUndefined.php | 8 * A do-nothing class used to detect settings with no metadata entry. 9 * Used internaly to hide undefined settings, and generate the undefined settings list.
|
| H A D | SettingFieldset.php | 8 * Used to start a new settings "display-group".
|
| /dokuwiki/data/ |
| H A D | deleted.files | 141 lib/plugins/authmysql/lang/bg/settings.php 143 lib/plugins/authmysql/lang/cs/settings.php 145 lib/plugins/authmysql/lang/cy/settings.php 147 lib/plugins/authmysql/lang/da/settings.php 149 lib/plugins/authmysql/lang/de-informal/settings.php 151 lib/plugins/authmysql/lang/de/settings.php 153 lib/plugins/authmysql/lang/en/settings.php 155 lib/plugins/authmysql/lang/eo/settings.php 157 lib/plugins/authmysql/lang/es/settings.php 159 lib/plugins/authmysql/lang/eu/settings.php [all …]
|
| /dokuwiki/conf/ |
| H A D | plugins.required.php | 4 * from changes by the extension manager. These settings will override any local settings.
|
| H A D | dokuwiki.php | 6 * a local.php file instead to override the settings from here. 15 /* Basic Settings */ 31 /* Display Settings */ 54 /* Authentication Settings */ 83 /* Editing Settings */ 88 /* Link Settings */ 96 /* Media Settings */ 104 /* Notification Settings */ 117 /* Syndication Settings */ 143 /* Advanced Settings */ [all …]
|
| H A D | plugins.php | 3 * This file configures the default states of available plugins. All settings in
|
| /dokuwiki/lib/plugins/config/_test/ |
| H A D | WriterTest.php | 23 $settings = [$set1, $set2]; 32 $writer->save($settings); 47 $writer->save($settings);
|
| /dokuwiki/lib/plugins/config/ |
| H A D | admin.php | 31 /** @var bool have the settings translations been loaded? */ 52 // update settings and redirect of successful 126 // config settings 156 // show undefined settings list 160 * Callback for sorting settings 231 // gather settings data into three sub arrays 262 // undefined settings if allowed 282 * Used by some settings to set up dynamic translations
|
| H A D | plugin.info.txt | 6 desc Manage Dokuwiki's Configuration Settings
|
| /dokuwiki/inc/lang/en/ |
| H A D | install.html | 5 …ng users, managing access to wiki pages and alteration of configuration settings. It isn't require… 7 …tallation instructions</a> and <a href="http://dokuwiki.org/config">configuration settings</a>.</p>
|
| /dokuwiki/inc/Extension/ |
| H A D | PluginInterface.php | 100 * merges the plugin's default settings with any local settings 120 * standardised function to generate an email link according to obfuscation settings 132 * standardised function to generate an external link according to conf settings
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/ |
| H A D | .gitignore | 3 /.settings
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | ArchiveIllegalCompressionException.php | 6 * Bad or unsupported compression settings requested
|
| /dokuwiki/lib/plugins/styling/lang/en/ |
| H A D | intro.txt | 1 This tool allows you to change certain style settings of your currently selected template.
|
| /dokuwiki/_test/tests/conf/ |
| H A D | CascadeExtraDefaultsTest.php | 18 $out = "<?php\n/*\n * protected settings, cannot modified in the Config manager\n" . 28 //store original settings
|
| /dokuwiki/_test/conf/ |
| H A D | plugins.local.php | 3 * Local plugin enable/disable settings
|
| /dokuwiki/lib/tpl/dokuwiki/lang/en/ |
| H A D | style.txt | 3 wiki it is recommended to make the ''wiki'' (or root) namespace world readable in the ACL settings …
|