Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | PHPDocs and some improvements | Gerrit Uitslag | 2014-10-02 |
| | |||
* | more PHPDocs, unused var, small bit code reformatting | Gerrit Uitslag | 2014-10-01 |
| | |||
* | more scrutinizer issue improvements | Gerrit Uitslag | 2014-09-29 |
| | |||
* | add visibility and PHPDocs to config plugin class | Gerrit Uitslag | 2014-03-19 |
| | |||
* | added config stuff for disabling RSS | Andreas Gohr | 2014-03-18 |
| | |||
* | Extend showuseras config with username_link | Gerrit Uitslag | 2014-02-15 |
| | | | | uses the user interwiki link as profile link | ||
* | FS#2888 fix for templates | Andreas Gohr | 2013-11-26 |
| | |||
* | fix numeric expression read in plugin default conf FS#2888 | Andreas Gohr | 2013-11-26 |
| | |||
* | Merge pull request #380 from splitbrain/phpstrict | Andreas Gohr | 2013-10-20 |
|\ | | | | | Php strict | ||
| * | fix signatures and old by references | Gerrit Uitslag | 2013-10-15 |
| | | |||
| * | fix php strict notices | Gerrit Uitslag | 2013-10-15 |
| | | |||
* | | comment improvements | Christopher Smith | 2013-10-18 |
|/ | |||
* | Fix CodeSniffer whitespace violoations | Matt Perry | 2013-09-10 |
| | | | | | Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff. | ||
* | Fix CodeSniffer violations for PHP files | Matt Perry | 2013-08-23 |
| | | | | | | | Fix violations for Squiz.Commenting.DocCommentAlignment.SpaceBeforeTag Conflicts: inc/parser/xhtml.php | ||
* | Fix CodeSniffer violations for PHP files | Matt Perry | 2013-08-23 |
| | | | | Fix violations for Generic.PHP.LowerCaseConstant.Found | ||
* | Fix CodeSniffer violations | Matt Perry | 2013-08-22 |
| | | | | Change indentation to ensure code confirms to CodeSniffer rules. | ||
* | Revert "add html5 attributes to email fields of the config manager" | Christopher Smith | 2013-08-08 |
| | | | | This reverts commit 0d21c87f31bb8931973f720c04346bf5f8612470. | ||
* | Merge branch 'master' into configmgr_improvements | Christopher Smith | 2013-08-03 |
|\ | |||
| * | Merge branch 'FS#2751' of git://github.com/splitbrain/dokuwiki into ↵ | Andreas Gohr | 2013-08-02 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-245 * 'FS#2751' of git://github.com/splitbrain/dokuwiki: coding corrections. correct type hint, remove unused variable assignment de/de-informal: localization updates (delete user function) unit tests for self deleting of user accounts FS#2751 - self deletion of user account | ||
| | * | FS#2751 - self deletion of user account | Christopher Smith | 2013-07-31 |
| | | | |||
| * | | update config metadata comments for parameter '_multiple' | Christopher Smith | 2013-08-01 |
| | | | |||
| * | | Merge pull request #244 from splitbrain/mediause_index | Andreas Gohr | 2013-07-31 |
| |\ \ | | | | | | | | | Index media usage data | ||
| | * | | Remove search_references() and the refshow configuration option | Michael Hamann | 2013-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 manager | Christopher Smith | 2013-07-31 |
| |/ | |||
* | | Merge branch 'master' into configmgr_improvements | Christopher Smith | 2013-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 Smith | 2013-02-24 |
| | | |||
* | | replace preset _cautionList property with _caution config metadata ↵ | Christopher Smith | 2013-02-18 |
| | | | | | | | | parameter, plugins can now easily set cautions on their settings | ||
* | | fix security caution for 'remote' setting (was 'xmlrpc') | Christopher Smith | 2013-02-18 |
| | | |||
* | | FS#2722 add settings_regex class, use it for hidepages | Christopher Smith | 2013-02-18 |
| | | |||
* | | remove no longer used email pattern, validation is done by mail_* functions | Christopher Smith | 2013-02-18 |
| | | |||
* | | remove php_strip_whitespace() alternate, no longer required as php min req't ↵ | Christopher Smith | 2013-02-18 |
| | | | | | | | | ensures its always present | ||
* | | add comments for recent settings class additions to extra.class.php | Christopher Smith | 2013-02-18 |
|/ | |||
* | removed a bunch of functions which were deprecated in 2005/2006 | Anika Henke | 2013-02-18 |
| | |||
* | Merge pull request #183 from splitbrain/configmgr_and_disabled_plugins | Andreas Gohr | 2013-02-17 |
|\ | | | | | Config Manager & Disabled Plugins. | ||
| * | improve comments on settings::update() method | Christopher Smith | 2013-02-17 |
| | | |||
| * | tidy up authtype setting class (incl. fix issue with auth change/logoff ↵ | Christopher Smith | 2013-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 Smith | 2013-02-17 |
| | | |||
* | | Merge remote-tracking branch 'origin/master' into authpluginconfig | Klap-in | 2013-02-16 |
|\| | |||
| * | Add django compatible hashes to the config options. | Tom N Harris | 2013-02-16 |
| | | |||
| * | allow richer email addresses in notify and registernotify FS#2689 | Andreas Gohr | 2013-02-16 |
| | | | | | | | | This deprecates the "richemail" config class | ||
* | | separate default settings from non-existing settings | Klap-in | 2013-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 future | Andreas Gohr | 2013-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/touchconfig | Andreas Gohr | 2013-02-03 |
| |\ | | | | | | | touch the config on save, even if no changes were made | ||
| | * | touch the config on save, even if no changes were made | Andreas Gohr | 2013-01-31 |
| | | | |||
| * | | added SHA512 hashing method FS#2663 | Andreas Gohr | 2013-01-26 |
| | | | |||
| * | | added mediawiki password method FS#2559 | Andreas Gohr | 2013-01-26 |
| |/ | | | | | | | This should make migrating from MediaWiki a bit easier. | ||
| * | some coding style improvements | Dominik Eckelmann | 2012-11-29 |
| | | | | | | | | | | | | - removed some dead/unused code - fixed phpdoc - added typing on methods | ||
* | | Merge branch 'confmanager' into future | Andreas Gohr | 2013-01-25 |
|\ \ | | | | | | | | | | | | | | | | * confmanager: fixed problems with spaced arrays parse arrays from config file | ||
| * | | fixed problems with spaced arrays | Andreas Gohr | 2013-01-16 |
| | | | |||
| * | | parse arrays from config file | Andreas Gohr | 2013-01-16 |
| | | |