summaryrefslogtreecommitdiff
path: root/lib/plugins/config
Commit message (Collapse)AuthorAge
...
| * Turkish language updateErdem2013-01-18
| |
| * Catalan language updateDaniel López Prat2013-01-18
| |
| * Traditional Chinese language update日向小郎2013-01-09
| |
| * Arabic language updateOsama Al-Kofahi2013-01-06
| |
| * some coding style improvementsDominik Eckelmann2012-11-29
| | | | | | | | | | | | - removed some dead/unused code - fixed phpdoc - added typing on methods
| * Galician language updateLeandro Regueiro2012-11-23
| |
| * French language updateAnael Mobilia2012-11-12
| |
| * Czech language updateJakub2012-11-12
| |
* | 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
| * | added failing test for array typeAndreas Gohr2012-11-16
| | |
| * | 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 branch 'master' into futureAndreas Gohr2012-11-04
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (45 commits) TarLib code cleanup TarLib: fixed appending in non-dynamic mode fixed third method of adding files in TarLib fix lone zero block in TarLib created archives fix use of constructor in TarLib Slovak language update Korean language update Latvian language update removed redundant variables in tpl_include_page() (because of 3ff8773b) added cut off points for mobile devices as parameters to style.ini Corrected typo: ruke -> rule Persian language update Spanish language update russian language update Kazach language update correctly check hash parameter in media dispatcher FS#2648 avoid broken browser_uid on IE Removed acronyms for "Perl" and "PERL" as Perl is not an acronym. See http://learn.perl.org/faq/perlfaq1.html#Whats-the-difference-between-perl-and-Perl- Made striplangs.php executable release preparations ...
| * Korean language update이명진2012-11-02
| |
| * Latvian language updateAivars Miska2012-11-02
| |
| * Persian language updateAmirH Hassaneini2012-10-23
| |
| * Spanish language updateMercè López2012-10-23
| |
| * russian language updatesh.khmit2012-10-23
| |
| * Brazilia Portuguese language updateFrederico Goncalves Guimaraes2012-10-12
| |
| * Basque language updateZigor Astarbe2012-10-07
| |
* | 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
| |
* | Esperanto language updateRobert Bogenschneider2012-09-21
| |
* | Slovak language updateMartin Michalek2012-09-21
| |
* | Italian language updateEdmondo Di Tucci2012-09-21
| |
* | added missing info.txt parameters, added plugin plugin's info.txt, adjusted ↵Anika Henke2012-09-09
| | | | | | | | old default template's description
* | updated (and added missing) info.txt filesAnika Henke2012-09-09
| |
* | Replacing $_REQUEST variables with $INPUT wrapper, config/admin.phpHakan Sandell2012-09-08
| |
* | French language updateOlivier Duval2012-09-07
| |
* | Spanish language updateGerardo Zamudio2012-09-07
| |
* | Finish language updateJukka Inkeri2012-09-07
| |
* | Traditional Chinese language update日向小郎2012-09-07
| |
* | Finish language updateOtto Vainio2012-08-26
| |
* | Dutch language updateGerrit2012-08-26
| |
* | Czech language updateMiroslav Svoboda2012-08-26
| |
* | replace deprecated split calls FS#2583Andreas Gohr2012-08-26
| |
* | html validity fixes (removed name and align in some plugins)Anika Henke2012-08-05
| |
* | no longer allow include statements in local.conf.phpAndreas Gohr2012-07-08
| | | | | | | | as discussed at https://github.com/splitbrain/dokuwiki/pull/115
* | danish language updateMikael Lyngvig2012-07-08
| |