Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fixed merge error | Andreas Gohr | 2014-02-28 |
| | |||
* | translation update | Wild | 2014-02-28 |
| | |||
* | Merge pull request #568 from dokuwiki-translate/lang_update_68 | Andreas Gohr | 2014-02-28 |
|\ | | | | | Translation update (nl) | ||
| * | translation update | Rene | 2014-02-23 |
| | | |||
* | | Merge pull request #576 from dokuwiki-translate/lang_update_77 | Andreas Gohr | 2014-02-28 |
|\ \ | | | | | | | Translation update (ja) | ||
| * | | translation update | Hideaki SAWADA | 2014-02-27 |
| | | | |||
* | | | improved German translation | Andreas Gohr | 2014-02-28 |
| | | | |||
* | | | translation update | H. Richard | 2014-02-27 |
|/ / | |||
* | | translation update | Martin Michalek | 2014-02-25 |
| | | |||
* | | removed language files for removed plugin plugin | Anika Henke | 2014-02-25 |
|/ | |||
* | translation update | Robert Bogenschneider | 2014-02-23 |
| | |||
* | Merge pull request #565 from dokuwiki-translate/lang_update_54 | Andreas Gohr | 2014-02-22 |
|\ | | | | | Translation update (hu) | ||
| * | translation update | Marina Vladi | 2014-02-22 |
| | | |||
* | | translation update | Schplurtz le Déboulonné | 2014-02-22 |
|/ | |||
* | fixed retrieveUser function in authad | Andreas Gohr | 2014-02-15 |
| | | | | previously it never returned any users | ||
* | handle limit=0 correctly in authmysql/pgsql FS#2919 | Andreas Gohr | 2014-02-15 |
| | |||
* | streamlined retrieveUsers() signature over all auth plugins FS#2919 | Andreas Gohr | 2014-02-15 |
| | |||
* | enable/disable extensions via AJAX FS#2927 | Andreas Gohr | 2014-02-15 |
| | |||
* | fixed some doc strings | Andreas Gohr | 2014-02-14 |
| | |||
* | authldap: handle bad groupkey gracefully | Andreas Gohr | 2014-02-14 |
| | |||
* | Merge branch 'master' of git://github.com/SteScho/dokuwiki into pull-request-524 | Andreas Gohr | 2014-02-14 |
|\ | | | | | | | | | | | * 'master' of git://github.com/SteScho/dokuwiki: Update auth.php Update auth.php | ||
| * | Update auth.php | SteScho | 2014-02-03 |
| | | | | | | As suggested by @selfthinker | ||
| * | Update auth.php | SteScho | 2014-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_10 | Andreas Gohr | 2014-02-04 |
|\ \ | | | | | | | Translation update (sl) | ||
| * | | translation update | matej | 2014-02-04 |
| | | | |||
* | | | Merge pull request #512 from araname/master | Andreas Gohr | 2014-02-02 |
|\ \ \ | | | | | | | | | Translation update (ko) | ||
| * | | | translation update | Myeongjin | 2014-01-24 |
| | | | | |||
* | | | | Merge pull request #525 from dokuwiki-translate/lang_update_57 | Andreas Gohr | 2014-01-31 |
|\ \ \ \ | | | | | | | | | | | Translation update (id) | ||
| * | | | | translation update | umriya afini | 2014-01-31 |
| | |/ / | |/| | | |||
* | | | | extension manager: some minor tweaks in the info screen | Andreas Gohr | 2014-01-30 |
| |_|/ |/| | | |||
* | | | Merge pull request #521 from dokuwiki-translate/lang_update_47 | Andreas Gohr | 2014-01-29 |
|\ \ \ | | | | | | | | | Translation update (cs) | ||
| * | | | translation update | Petr Klíma | 2014-01-29 |
| |/ / | |||
* | | | Update action.php | jgpcx | 2014-01-28 |
| | | | | | | | | | fix bug that only allows admins any AJAX calls | ||
* | | | Merge pull request #518 from dokuwiki-translate/lang_update_41 | Andreas Gohr | 2014-01-27 |
|\ \ \ | | | | | | | | | Translation update (tr) | ||
| * | | | translation update | huseyin can | 2014-01-27 |
| |/ / | |||
* | | | Merge pull request #515 from dokuwiki-translate/lang_update_40 | Andreas Gohr | 2014-01-25 |
|\ \ \ | | | | | | | | | Translation update (fr) | ||
| * | | | translation update | Momo50 | 2014-01-25 |
| |/ / | |||
* | | | Merge pull request #514 from dokuwiki-translate/lang_update_39 | Andreas Gohr | 2014-01-25 |
|\ \ \ | | | | | | | | | Translation update (sk) | ||
| * | | | translation update | Martin Michalek | 2014-01-25 |
| |/ / | |||
* | | | removed empty language files | Andreas Gohr | 2014-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_30 | Andreas Gohr | 2014-01-22 |
|\ \ \ | | | | | | | | | Translation update (el) | ||
| * | | | translation update | cross | 2014-01-22 |
| |/ / | |||
* / / | translation update | Paweł Jan Czochański | 2014-01-21 |
|/ / | |||
* | | Merge pull request #496 from splitbrain/plugindedup | Andreas Gohr | 2014-01-19 |
|\ \ | | | | | | | remove some code duplication from syntax plugins | ||
| * | | reintroduce a tiny bit of duplication | Andreas Gohr | 2014-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 plugins | Andreas Gohr | 2014-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. | ||
* | | | Merge branch 'extension_manager' | Andreas Gohr | 2014-01-19 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * extension_manager: (71 commits) added plugins group to test show a message when search returns no results added missing localization better filename parsing use DOKU_LF remove unneeded try/catch blocks typo fix purge cache only once on install check for admin in AJAX backend now use new core funtion to recursively delete added status to info list of extension plugin added css and html changes for RTL scripts to extension manager added basic mobile styles to extension manager (not great, but makes things at least readable) fixed and improved some HTML in extension manager added git warning fixed strict standard error and added some docblock removed the old plugin manager typo fix protect authplain and current auth plugin do not show updates for bundled plugins ... Conflicts: lib/plugins/plugin/lang/hu/admin_plugin.txt lib/plugins/plugin/lang/hu/lang.php | ||
| * | | | added plugins group to test | Andreas Gohr | 2014-01-14 |
| | | | | |||
| * | | | show a message when search returns no results | Andreas Gohr | 2014-01-08 |
| | | | | |||
| * | | | added missing localization | Andreas Gohr | 2014-01-08 |
| | | | |