summaryrefslogtreecommitdiff
path: root/lib/plugins
Commit message (Collapse)AuthorAge
* 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
| | |
| * | Merge pull request #176 from splitbrain/aclhelptextstructuringAndreas Gohr2013-02-01
| |\ \ | | | | | | | | Use list in acl help text, for more structure
| | * | Use list in acl help text, for more structureKlap-in2013-02-01
| | | |
| * | | Greek language updateVasileios Karavasilis2013-02-01
| |/ /
| * | Merge pull request #167 from Klap-in/masterAndreas Gohr2013-02-01
| |\ \ | | | | | | | | Adds loadHelper to Syntax class and litte code reformat
| | * | set $msg argument of loadHelper() default to true.Klap-in2013-01-27
| | | |
| | * | Merge remote-tracking branch 'upstream/master'Klap-in2013-01-26
| | |\ \
| | * | | Reformat last bottom end of the syntax plugin fileKlap-in2013-01-26
| | | | |
| | * | | Added loadHelper() to DokuWiki_Syntax_Plugin.Klap-in2013-01-26
| | | | |
| * | | | Galician language updateRodrigo Rega2013-02-01
| | |/ / | |/| |
| * | | 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.
| * | Revert "handle bzip1 as well"Andreas Gohr2013-01-23
| | | | | | | | | | | | | | | | | | | | | This reverts commit f2cb3ec76dec3fe2b40f25765ef842223c7132fe. Turns out I was too fast merging this. I can't get PHP's bzip handler to handle a bzip1 compressed file.
| * | handle bzip1 as wellElan Ruusamäe2013-01-23
| | | | | | | | | | | | | | | in fact .tbz is tar.bz (bzip1) and .tbz2 is what tar.bz2 is used commonly.
| * | 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
| * Correct German plugin manager translation (download != install)Michael Hamann2012-11-28
| |
| * Galician language updateLeandro Regueiro2012-11-23
| |
| * French language updateAnael Mobilia2012-11-12
| |
| * Merge pull request #140 from splitbrain/tarAndreas Gohr2012-11-12
| |\ | | | | | | New Tar Archive library
| | * removed old TarLib and changed plugin manager to use new oneAndreas Gohr2012-11-03
| | |
| * | Czech language updateJakub2012-11-12
| | |
* | | added config metadata for authpgsql pluginAndreas Gohr2013-02-02
| | |
* | | added config metadata for authmysql pluginAndreas Gohr2013-02-02
| | |
* | | dded config metadata for authldap pluginAndreas Gohr2013-02-02
| | |
* | | added config metadata to authad pluginAndreas Gohr2013-02-02
| | |
* | | 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
| |/ /
| * | Merge pull request #121 from splitbrain/strictAndreas Gohr2012-11-04
| |\ \ | | |/ | |/| fix E_STRICT errors FS#2427
| | * fix E_STRICT errors FS#2427Andreas Gohr2012-07-28
| | | | | | | | | | | | | | | | | | | | | | | | This commit fixes all E_STRICT messages shown when running the test suite. There might be more problems not covered by tests, yet. For compatibility reasons with plugins, E_STRICT errors are still supressed.
* | | 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
| | |
* | | fixed authplainAndreas Gohr2012-11-09
| | | | | | | | | | | | * code/PHP5 cleanup
* | | authpgsql fixesAndreas Gohr2012-11-09
| | | | | | | | | | | | | | | * fixes merge messup (code was made up from parts of authad) * code and PHP5 cleanup
* | | authmysql fixesAndreas Gohr2012-11-09
| | | | | | | | | | | | | | | * use proper plugin config * code/PHP5 cleanup
* | | fixes for authldapAndreas Gohr2012-11-09
| | | | | | | | | | | | | | | | | | | | | * makes proper use of plugin config * adds a few first defaults, but the whole config metadata is still missing * proper PHP5 use and comments