summaryrefslogtreecommitdiff
path: root/lib/plugins/config/settings/config.class.php
Commit message (Collapse)AuthorAge
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-01-07
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* fixed search'and'replace fuckup in config pluginAndreas Gohr2015-01-07
|
* Remove error supression for file_exists()Andreas Gohr2015-01-07
| | | | | | | In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
* PHPDocs and some improvementsGerrit Uitslag2014-10-02
|
* more PHPDocs, unused var, small bit code reformattingGerrit Uitslag2014-10-01
|
* more scrutinizer issue improvementsGerrit Uitslag2014-09-29
|
* add visibility and PHPDocs to config plugin classGerrit Uitslag2014-03-19
|
* FS#2888 fix for templatesAndreas Gohr2013-11-26
|
* fix numeric expression read in plugin default conf FS#2888Andreas Gohr2013-11-26
|
* fix signatures and old by referencesGerrit Uitslag2013-10-15
|
* Fix CodeSniffer whitespace violoationsMatt Perry2013-09-10
| | | | | Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff.
* Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
| | | | | | | Fix violations for Squiz.Commenting.DocCommentAlignment.SpaceBeforeTag Conflicts: inc/parser/xhtml.php
* Fix CodeSniffer violationsMatt Perry2013-08-22
| | | | Change indentation to ensure code confirms to CodeSniffer rules.
* Revert "add html5 attributes to email fields of the config manager"Christopher Smith2013-08-08
| | | | This reverts commit 0d21c87f31bb8931973f720c04346bf5f8612470.
* Merge branch 'master' into configmgr_improvementsChristopher Smith2013-08-03
|\
| * add html5 attributes to email fields of the config managerChristopher Smith2013-07-31
| |
* | Merge branch 'master' into configmgr_improvementsChristopher Smith2013-07-30
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/auth.php inc/template.php lib/plugins/authad/lang/zh/settings.php lib/plugins/authldap/lang/en/settings.php lib/plugins/authldap/lang/zh/settings.php lib/plugins/authmysql/lang/zh/settings.php lib/plugins/config/settings/config.class.php lib/plugins/usermanager/admin.php
| * fix security caution for 'remote' setting (was 'xmlrpc')Christopher Smith2013-02-24
| |
* | replace preset _cautionList property with _caution config metadata ↵Christopher Smith2013-02-18
| | | | | | | | parameter, plugins can now easily set cautions on their settings
* | fix security caution for 'remote' setting (was 'xmlrpc')Christopher Smith2013-02-18
| |
* | FS#2722 add settings_regex class, use it for hidepagesChristopher Smith2013-02-18
| |
* | remove no longer used email pattern, validation is done by mail_* functionsChristopher Smith2013-02-18
| |
* | remove php_strip_whitespace() alternate, no longer required as php min req't ↵Christopher Smith2013-02-18
|/ | | | ensures its always present
* Merge pull request #183 from splitbrain/configmgr_and_disabled_pluginsAndreas Gohr2013-02-17
|\ | | | | Config Manager & Disabled Plugins.
| * improve comments on settings::update() methodChristopher Smith2013-02-17
| |
| * add property to show disabled plugins, set it to false (to hide by default)Christopher Smith2013-02-17
| |
* | Merge remote-tracking branch 'origin/master' into authpluginconfigKlap-in2013-02-16
|\|
| * allow richer email addresses in notify and registernotify FS#2689Andreas Gohr2013-02-16
| | | | | | | | This deprecates the "richemail" config class
* | separate default settings from non-existing settingsKlap-in2013-02-16
|/ | | | setting type read from metadata eqaul to empty string is default 'setting' class (a textarea), everything else should be a existing class otherwise 'setting_no_class' is loaded
* Merge branch 'master' into futureAndreas Gohr2013-02-03
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (162 commits) fixed revision JS for images upgraded SimplePie to 1.3.1 FS#2708 removed obsolete browser plugin (migrate does it) adjust spacing to match standard 1.4em grid added comment on use of whitelist vs blacklist Updated idfilter() function for IIS use var and remove suggestions when needed Use variable for maximum number of suggestions for quicksearch. And hide suggestions when search field is emptied, or when no suggestion are found. added 'home' class to first link in hierarchical breadcrumbs reduced required max width to go into tablet mode re-added linear gradients for firefox added missing styling for disabled form elements (FS#2705) fixed acronyms in italics (FS#2684) improved print styles (includes fixes for FS#2645 and FS#2707) basic styles improvements Greek language update Use list in acl help text, for more structure Galician language update touch the config on save, even if no changes were made unwind the width narrowing commit put some whitespace between form submit button and fieldset bottom border ... Conflicts: lib/plugins/config/admin.php lib/plugins/config/settings/config.class.php
| * touch the config on save, even if no changes were madeAndreas Gohr2013-01-31
| |
| * some coding style improvementsDominik Eckelmann2012-11-29
| | | | | | | | | | | | - removed some dead/unused code - fixed phpdoc - added typing on methods
* | Merge branch 'confmanager' into futureAndreas Gohr2013-01-25
|\ \ | | | | | | | | | | | | | | | * confmanager: fixed problems with spaced arrays parse arrays from config file
| * | fixed problems with spaced arraysAndreas Gohr2013-01-16
| | |
| * | parse arrays from config fileAndreas Gohr2013-01-16
| | |
* | | Merge branch 'confmanager' into futureAndreas Gohr2013-01-25
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * confmanager: added failing test for array type started to add some unit tests to config manager Revert "config manager: let PHP parse the config file" added 'array' type for config manager config manager: let PHP parse the config file config manager: removed dead/commented code added PCRE UTF-8 checks to do=check FS#2636 avoid multiple paralell update checks fix regression bug in HTTPClient FS#2621 changed PAGEUTILS_ID_HIDEPAGE to has BEFORE/AFTER added event PAGEUTILS_ID_HIDEPAGE added test for isHiddenPage() add index file similar to fileicons to show active smileys fix E_STRICT errors FS#2427
| * | started to add some unit tests to config managerAndreas Gohr2012-11-16
| | | | | | | | | | | | | | | Parsing the config file should be completely tested before we can rely on it and safely extend it. This just adds the first very basic tests.
| * | Revert "config manager: let PHP parse the config file"Andreas Gohr2012-11-16
| | | | | | | | | | | | | | | | | | | | | This reverts commit b8f41ef0bac4e82cb3b02cd318efaddbaaeb1a78. We had good reasons for parsing the file ourselves. For example to keep expressions like 7*60*60*24 intact.
| * | added 'array' type for config managerAndreas Gohr2012-11-10
| | | | | | | | | | | | | | | This allows to use simple arrays in the config file but have a comma separated list in the config manager.
| * | config manager: let PHP parse the config fileAndreas Gohr2012-11-10
| | | | | | | | | | | | | | | | | | | | | | | | Until now, the config manager did read and parse the various PHP config files itself. This fails for more complex setups like arrays. I'm not really sure why this was done. This patch replaces the parsing with a simple include() call. Everything still seems to work.
| * | config manager: removed dead/commented codeAndreas Gohr2012-11-10
| |/
* | partial revert of 23e8f02b8aa3a74fed70f1a496bdb5423908133aAndreas Gohr2012-11-10
| | | | | | | | | | | | | | okay. I can't read. we already had a multiline config. It's the default. So I reverted my change, except for making use of formText/cleanText for proper line ending handling and I added made focused textareas a bit larger.
* | added 'text' to config plugin for multi line text configsAndreas Gohr2012-11-10
|/
* replace deprecated split calls FS#2583Andreas Gohr2012-08-26
|
* no longer allow include statements in local.conf.phpAndreas Gohr2012-07-08
| | | | as discussed at https://github.com/splitbrain/dokuwiki/pull/115
* xml compatibility fixes (mainly entities to unicode conversions)Anika Henke2012-07-05
|
* some more DOKU_TPL removalAndreas Gohr2012-02-01
|
* Fixes FS#2323 Symbolic link to template doesn't workHakan Sandell2011-10-15
| | | | patch by Chris Green
* Merge pull request #19 from gbirke/masterDominik Eckelmann2011-08-18
|\ | | | | Make cookie path configurable
| * Modified config and lang files for new optionGabriel Birke2010-12-30
| |