Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | translation update | Ikuo Obataya | 2015-05-28 |
| | |||
* | Merge pull request #1150 from gturri/autosubmit_plugin3 | Andreas Gohr | 2015-05-27 |
|\ | | | | | Plugins can send usage data | ||
| * | Plugins can send usage data | Guillaume Turri | 2015-05-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They just need to register to the PLUGIN_USAGE_DATA event, and then to add either a simple string, or an array of key / value. For example: function register(Doku_Event_Handler $controller) { $controller->register_hook('PLUGIN_USAGE_DATA', 'AFTER', $this, 'usage_data'); } function usage_data(&$event){ $event->data['my_plugin_name'] = 'my usage data'; //or: $event->data['my_plugin_name'] = array ('k1' => 'v1', 'k2' => 'v2'); } | ||
* | | fixed isBundled() check when remote info is unavailable | Andreas Gohr | 2015-05-25 |
| | | |||
* | | translation update | Noel Tilliot | 2015-05-18 |
| | | |||
* | | update test groups for the extension manager test | Christopher Smith | 2015-05-17 |
| | | |||
* | | php7 compatibility: change revert plugin constructor to __construct | Christopher Smith | 2015-05-16 |
| | | |||
* | | Merge pull request #1154 from splitbrain/php7compatibility | Andreas Gohr | 2015-05-16 |
|\ \ | | | | | | | Php7compatibility | ||
| * | | Changes for PHP 7 Compatibility | Christopher Smith | 2015-05-15 |
| |/ | | | | | | | | | | | | | - replace PHP4 style class constructor function names (based on class name) with php 5 __construct() Also remove some '&' reference operators used with objects And add some object type hints | ||
* | | Merge pull request #1152 from splitbrain/composer | Andreas Gohr | 2015-05-16 |
|\ \ | | | | | | | Use composer to add 3rd party libs | ||
| * | | added composer setup and the first composer package php-archive | Andreas Gohr | 2015-05-15 |
| |/ | |||
* | | Merge pull request #1113 from gamma/extension_manager | Andreas Gohr | 2015-05-16 |
|\ \ | |/ |/| | Add display options to extension manger | ||
| * | Adhere to CSS style guide | Gerry Weißbach | 2015-05-08 |
| | | |||
| * | Merge commit '9234bce90e1297ac66acc321827cb0f832864fe4' into extension_manager | Gerry Weißbach | 2015-05-07 |
| |\ | |||
| * | | Add class name using tab name | Gerry Weißbach | 2015-05-07 |
| | | | |||
| * | | Change ID name | Gerry Weißbach | 2015-05-07 |
| | | | |||
| * | | Merge branch 'master' of https://github.com/splitbrain/dokuwiki into ↵ | Gerry Weißbach | 2015-05-06 |
| |\ \ | | | | | | | | | | | | | extension_manager | ||
| * | | | Allow Viewing Options for templates as well. | Gerry Weißbach | 2015-05-04 |
| | | | | |||
| * | | | Prettify Code. | Gerry Weißbach | 2015-05-04 |
| | | | | |||
| * | | | Add selection for the Installed Plugins tab | Gerry Weißbach | 2015-05-04 |
| | | | | | | | | | | | | | | | | | | | | | | | | The viewing options should only be visible on the first tab - which is the installed Plugins tab. (There seems to be no more direct way to address this tab.) | ||
| * | | | Generate display options via JS | Gerry Weißbach | 2015-04-27 |
| | | | | | | | | | | | | | | | | Since it is a JS function only, the form will be generated by it too. | ||
| * | | | Add display options to extension manger | Gerry Weißbach | 2015-04-14 |
| | | | | | | | | | | | | | | | | Allows tho show/hide extensions that are: enabled, disabled, updatable | ||
* | | | | Merge pull request #1148 from dokuwiki-translate/lang_update_33 | Andreas Gohr | 2015-05-15 |
|\ \ \ \ | | | | | | | | | | | Translation update (hr) | ||
| * | | | | translation update | Davor Turkalj | 2015-05-14 |
| | | | | | |||
* | | | | | Merge pull request #1144 from dokuwiki-translate/lang_update_25 | Andreas Gohr | 2015-05-14 |
|\ \ \ \ \ | | | | | | | | | | | | | Translation update (fr) | ||
| * | | | | | translation update | Pietroni | 2015-05-13 |
| |/ / / / | |||
* | | | | | Merge pull request #1145 from dokuwiki-translate/lang_update_29 | Andreas Gohr | 2015-05-14 |
|\ \ \ \ \ | | | | | | | | | | | | | Translation update (ca) | ||
| * | | | | | translation update | Eduard Díaz | 2015-05-14 |
| |/ / / / | |||
* | | | | | Merge pull request #1146 from dokuwiki-translate/lang_update_30 | Andreas Gohr | 2015-05-14 |
|\ \ \ \ \ | | | | | | | | | | | | | Translation update (he) | ||
| * | | | | | translation update | Menashe Tomer | 2015-05-14 |
| |/ / / / | |||
* / / / / | translation update | Menashe Tomer | 2015-05-14 |
|/ / / / | |||
* | | / | translation update | Danny Buckhof | 2015-05-07 |
| |_|/ |/| | | |||
* | | | Merge pull request #1134 from ptbrown/auth-error-reporting | Andreas Gohr | 2015-05-07 |
|\ \ \ | | | | | | | | | Refactor error messages from auth plugins. | ||
| * | | | Fix scrutinizer issues with auth | Patrick Brown | 2015-05-07 |
| | | | | |||
| * | | | Error reporting for database auth plugins | Patrick Brown | 2015-05-06 |
| | | | | |||
| * | | | Report more meaningful errors when an auth backend fails. closes #1093 | Patrick Brown | 2015-05-06 |
| | |/ | |/| | |||
* / | | translation update | Johan Wijnker | 2015-05-05 |
|/ / | |||
* | | Merge branch 'languagecleanup' of git://github.com/ptbrown/dokuwiki into ↵ | Andreas Gohr | 2015-05-02 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-1105 * 'languagecleanup' of git://github.com/ptbrown/dokuwiki: Remove no longer needed language string Delete unused div (Fixes #1098) Remove unused language strings Move language string to authad plugin | ||
| * \ | Merge branch 'authpwdexpire' into languagecleanup | Patrick Brown | 2015-04-04 |
| |\ \ | |||
| | * | | Move language string to authad plugin | Patrick Brown | 2015-03-31 |
| | | | | |||
* | | | | translation update | Hudson FAS | 2015-04-28 |
| | | | | |||
* | | | | translation update | Alex P | 2015-04-24 |
| | | | | |||
* | | | | 2 typo fixes | Yoven | 2015-04-19 |
| | | | | |||
* | | | | translation update | Tomas Darius Davainis | 2015-04-17 |
| |_|/ |/| | | |||
* | | | translation update | Schplurtz le Déboulonné | 2015-04-14 |
|/ / | |||
* | | Merge pull request #1097 from dokuwiki-translate/lang_update_35 | Andreas Gohr | 2015-04-02 |
|\ \ | | | | | | | Translation update (pt) | ||
| * | | translation update | Romulo Pereira | 2015-03-31 |
| | | | |||
* | | | add plugin groups to config plugin test | Christopher Smith | 2015-04-01 |
| | | | |||
* | | | add more plugin groups to authplain test | Christopher Smith | 2015-04-01 |
|/ / | |||
* | | Merge pull request #1089 from dokuwiki-translate/lang_update_27 | Andreas Gohr | 2015-03-31 |
|\ \ | | | | | | | Translation update (ko) |