summaryrefslogtreecommitdiff
path: root/lib/plugins
Commit message (Collapse)AuthorAge
* Merge branch 'lang_update_69' of ↵Andreas Gohr2014-02-28
|\ | | | | | | | | | | | | | | | | | | git://github.com/dokuwiki-translate/dokuwiki into pull-request-569 * 'lang_update_69' of git://github.com/dokuwiki-translate/dokuwiki: translation update Conflicts: lib/plugins/extension/lang/nl/lang.php
| * translation updateRene2014-02-23
| |
* | Merge branch 'lang_update_70' of ↵Andreas Gohr2014-02-28
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | git://github.com/dokuwiki-translate/dokuwiki into pull-request-570 * 'lang_update_70' of git://github.com/dokuwiki-translate/dokuwiki: translation update Conflicts: lib/plugins/extension/lang/nl/lang.php
| * | translation updateRene2014-02-24
| |/
* | fixed merge errorAndreas Gohr2014-02-28
| |
* | translation updateWild2014-02-28
| |
* | Merge pull request #568 from dokuwiki-translate/lang_update_68Andreas Gohr2014-02-28
|\ \ | | | | | | Translation update (nl)
| * | translation updateRene2014-02-23
| |/
* | Merge pull request #576 from dokuwiki-translate/lang_update_77Andreas Gohr2014-02-28
|\ \ | | | | | | Translation update (ja)
| * | translation updateHideaki SAWADA2014-02-27
| | |
* | | improved German translationAndreas Gohr2014-02-28
| | |
* | | translation updateH. Richard2014-02-27
|/ /
* | translation updateMartin Michalek2014-02-25
| |
* | removed language files for removed plugin pluginAnika Henke2014-02-25
|/
* translation updateRobert Bogenschneider2014-02-23
|
* Merge pull request #565 from dokuwiki-translate/lang_update_54Andreas Gohr2014-02-22
|\ | | | | Translation update (hu)
| * translation updateMarina Vladi2014-02-22
| |
* | translation updateSchplurtz le Déboulonné2014-02-22
|/
* fixed retrieveUser function in authadAndreas Gohr2014-02-15
| | | | previously it never returned any users
* handle limit=0 correctly in authmysql/pgsql FS#2919Andreas Gohr2014-02-15
|
* streamlined retrieveUsers() signature over all auth plugins FS#2919Andreas Gohr2014-02-15
|
* enable/disable extensions via AJAX FS#2927Andreas Gohr2014-02-15
|
* fixed some doc stringsAndreas Gohr2014-02-14
|
* authldap: handle bad groupkey gracefullyAndreas Gohr2014-02-14
|
* Merge branch 'master' of git://github.com/SteScho/dokuwiki into pull-request-524Andreas Gohr2014-02-14
|\ | | | | | | | | | | * 'master' of git://github.com/SteScho/dokuwiki: Update auth.php Update auth.php
| * Update auth.phpSteScho2014-02-03
| | | | | | As suggested by @selfthinker
| * Update auth.phpSteScho2014-01-30
| | | | | | In Novell eDir the group search returns strings, not arrays. Added if-statement which determines if the result is an array or an string.
* | Merge pull request #531 from dokuwiki-translate/lang_update_10Andreas Gohr2014-02-04
|\ \ | | | | | | Translation update (sl)
| * | translation updatematej2014-02-04
| | |
* | | Merge pull request #512 from araname/masterAndreas Gohr2014-02-02
|\ \ \ | | | | | | | | Translation update (ko)
| * | | translation updateMyeongjin2014-01-24
| | | |
* | | | Merge pull request #525 from dokuwiki-translate/lang_update_57Andreas Gohr2014-01-31
|\ \ \ \ | | | | | | | | | | Translation update (id)
| * | | | translation updateumriya afini2014-01-31
| | |/ / | |/| |
* | | | extension manager: some minor tweaks in the info screenAndreas Gohr2014-01-30
| |_|/ |/| |
* | | Merge pull request #521 from dokuwiki-translate/lang_update_47Andreas Gohr2014-01-29
|\ \ \ | | | | | | | | Translation update (cs)
| * | | translation updatePetr Klíma2014-01-29
| |/ /
* | | Update action.phpjgpcx2014-01-28
| | | | | | | | | fix bug that only allows admins any AJAX calls
* | | Merge pull request #518 from dokuwiki-translate/lang_update_41Andreas Gohr2014-01-27
|\ \ \ | | | | | | | | Translation update (tr)
| * | | translation updatehuseyin can2014-01-27
| |/ /
* | | Merge pull request #515 from dokuwiki-translate/lang_update_40Andreas Gohr2014-01-25
|\ \ \ | | | | | | | | Translation update (fr)
| * | | translation updateMomo502014-01-25
| |/ /
* | | Merge pull request #514 from dokuwiki-translate/lang_update_39Andreas Gohr2014-01-25
|\ \ \ | | | | | | | | Translation update (sk)
| * | | translation updateMartin Michalek2014-01-25
| |/ /
* | | removed empty language filesAndreas Gohr2014-01-24
| | | | | | | | | | | | | | | our translation interface used to submit empty files for a while but no longer does, so these can go
* | | Merge pull request #510 from dokuwiki-translate/lang_update_30Andreas Gohr2014-01-22
|\ \ \ | | | | | | | | Translation update (el)
| * | | translation updatecross2014-01-22
| |/ /
* / / translation updatePaweł Jan Czochański2014-01-21
|/ /
* | Merge pull request #496 from splitbrain/plugindedupAndreas Gohr2014-01-19
|\ \ | | | | | | remove some code duplication from syntax plugins
| * | reintroduce a tiny bit of duplicationAndreas Gohr2014-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reads some duplication in the from of haveing a Doku_Parser_Mode and Doku_Parser_Mode_Plugin class which are basically the same but only the latter extends DokuWiki_Plugin. This avoids the performance/RAM problems mentioned in my previous commit. An interface keeps both logically together. With PHP 5.4 further deduplication could be done via Traits.
| * | remove duplicate plugin code for syntax pluginsAndreas Gohr2014-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes Doku_Parser_Mode inherit from DokuWiki_Plugin which allows for the removal of a bunch of duplicate code form DokuWiki_Syntax_Plugin. This makes the code easier to maintain and makes sure all DokuWiki plugins are actual instances of DokuWiki_Plugin. However this adds a bunch of functions to the "normal" parser modes that don't need them which could have performance/RAM implications.