summaryrefslogtreecommitdiff
path: root/lib/plugins/config/settings
Commit message (Collapse)AuthorAge
* update config metadata comments for parameter '_multiple'Christopher Smith2013-08-01
|
* Merge pull request #244 from splitbrain/mediause_indexAndreas Gohr2013-07-31
|\ | | | | Index media usage data
| * Remove search_references() and the refshow configuration optionMichael Hamann2013-07-31
| | | | | | | | | | | | | | | | The refshow configuration option wasn't used as described anymore already in the latest release and after the introduction of the media usage index the parameter is also no longer relevant for internal optimization. The only place where it was still used is the no longer used search_references()-function which is removed here, too.
* | add html5 attributes to email fields of the config managerChristopher Smith2013-07-31
|/
* fix security caution for 'remote' setting (was 'xmlrpc')Christopher Smith2013-02-24
|
* removed a bunch of functions which were deprecated in 2005/2006Anika Henke2013-02-18
|
* 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
| |
| * tidy up authtype setting class (incl. fix issue with auth change/logoff ↵Christopher Smith2013-02-17
| | | | | | | | occurring when only one auth plugin is enabled and other settings are updated)
| * 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
|\|
| * Add django compatible hashes to the config options.Tom N Harris2013-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
| * Merge pull request #175 from splitbrain/touchconfigAndreas Gohr2013-02-03
| |\ | | | | | | touch the config on save, even if no changes were made
| | * touch the config on save, even if no changes were madeAndreas Gohr2013-01-31
| | |
| * | added SHA512 hashing method FS#2663Andreas Gohr2013-01-26
| | |
| * | added mediawiki password method FS#2559Andreas Gohr2013-01-26
| |/ | | | | | | This should make migrating from MediaWiki a bit easier.
| * 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
| |/
* | fixed saving in config pluginAndreas Gohr2012-11-10
| | | | | | | | | | | | Saving worked, but did you log out everytime. Now it is checked if the auth mechanism was actually changed before assuming the login is invalid.
* | 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
| |
* | Merge remote-tracking branch 'janschumann/master' into futureAndreas Gohr2012-10-06
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This merge fixes all conflicts but is otherwise untested and might break funktionality in the auth system somewhere. It NEEDS MAJOR TESTING! Some refactoring of the auth plugins is still needed: * move to PHP5 style * fix comments * add plugin.info.txt * janschumann/master: Refactored auth system: All auth methods are now introduced as plugins. Bugfix: auth types are now correcty added Setup auth system from plugins Added Auth-Plugin-Prototype to autoload Load auth types from plugins in settings_authtype class Added prototype for Auth-Plugins added plugin type 'auth' Conflicts: inc/auth.php inc/auth/pgsql.class.php inc/init.php inc/load.php lib/plugins/auth.php lib/plugins/authad/auth.php lib/plugins/authldap/auth.php lib/plugins/authmysql/auth.php lib/plugins/authplain/auth.php
| * Refactored auth system: All auth methods are now introduced as plugins.Jan Schumann2012-02-20
| |
| * Bugfix: auth types are now correcty addedJan Schumann2012-01-03
| |
| * Load auth types from plugins in settings_authtype classJan Schumann2012-01-03
| |
* | 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
| |
* | added option to disable reverse DNS lookupsAndreas Gohr2012-04-23
| |
* | Merge branch 'master' into htmlmailAndreas Gohr2012-04-15
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: extended some config options a bit, to make more clear what they do rearranged the config options Conflicts: conf/dokuwiki.php lib/plugins/config/lang/en/lang.php lib/plugins/config/settings/config.metadata.php
| * | rearranged the config optionsAndreas Gohr2012-04-15
| | | | | | | | | | | | | | | | | | | | | | | | We had a lot of options lumped together under "Advanced Settings". I introduced two more categories and move a few options to other existing categories. I also reordered the appropriate entries in the source files to make it easier to find stuff when extending the options.
* | | Merge branch 'master' into htmlmailAndreas Gohr2012-04-15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (382 commits) Romanian language update Marathi language update Arabic Language Update when there's not enough space for images, make sure they stay proportional (might be FS#2480) added minimal RTL print styles (part of FS#2185) moved plugins' rtl.css to their style.css counterpart (part of FS#2185) removed all browser-specific gradients as the recently (in 42ff6730) introduced svg makes them unnecessary removed comments from accidentally commented lines in tpl_includeFile() removed obsolete template file added tpl_includeFile() to core Make getTitle method in remote interface public Changed an error code in XML-RPC interface. This error hasn't anything to do with the rest of the -32600 errors. BG: language update Korean language update fixed performance issues with gradient in Firefox (which also added gradient support for IE9) (FS#2447) deleted very old (and unused) images added accidentally removed '<?php' back in (was in 57fc5edd) wrapped X-UA-Compatible meta tag with conditional comments added explanation to todo in _forms.css removed problematic 'overflow: hidden' from lists again ('unfixes' FS#1950) ... Conflicts: inc/auth.php inc/load.php
| * | Merge branch 'master' of https://github.com/splitbrain/dokuwikiDominik Eckelmann2012-03-14
| |\ \ | | | | | | | | | | | | | | | | Conflicts: lib/exe/xmlrpc.php
| | * | make RSS contents (media/pages) configurableAndreas Gohr2012-03-02
| | | |
| | * | Merge pull request #58 from splitbrain/bcryptAndreas Gohr2012-02-01
| | |\ \ | | | | | | | | | | Added bcrypt support for password hashes
| | | * \ Merge branch 'lmd5' into bcryptAndreas Gohr2011-11-27
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/plugins/config/settings/config.metadata.php
| | | | * | renamed passhash method smd6 to lsmd5Andreas Gohr2011-11-27
| | | | | |
| | | | * | MD5 password hash format of the LDAP RFC FS#2378Patrick Michel2011-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements the salted MD5 password hash format of the LDAP RFC. The format is quite simple the password, followed by the 8 byte hash in base64 encoding, which results in 32 characters, prepended with the string "{smd5}".
| | | * | | Merge branch 'master' into bcryptAndreas Gohr2011-11-27
| | | |\| |