Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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'); } | ||
* | 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 |
| |/ | |||
* | | Merge pull request #1147 from dokuwiki-translate/lang_update_31 | Andreas Gohr | 2015-05-14 |
|\ \ | |/ |/| | Translation update (he) | ||
| * | translation update | Menashe Tomer | 2015-05-14 |
|/ | |||
* | Merge pull request #1072 from flammy/master | Anika Henke | 2015-05-09 |
|\ | | | | | Added file-in-use reference to page | ||
| * | Update detail.php | flammy | 2015-05-05 |
| | | | | | | removed </a> | ||
| * | Added file-in-use reference to page | flammy | 2015-03-12 |
| | | | | | | Added file-in-use reference to page | ||
| * | Added file-in-use reference to page | flammy | 2015-03-12 |
| | | | | | | Added english translation for file-in-use reference | ||
| * | Added file-in-use reference to page | flammy | 2015-03-12 |
| | | | | | | Added german translation for file-in-use reference | ||
| * | Added file-in-use reference to page | flammy | 2015-03-12 |
| | | | | | | Added german translation for file-in-use reference | ||
* | | Merge pull request #1130 from splitbrain/cache-js-per-tpl | Andreas Gohr | 2015-05-08 |
|\ \ | | | | | | | Cache JavaScript per template | ||
| * | | urlencode t param value in css and js calls | Anika Henke | 2015-05-08 |
| | | | |||
| * | | cache JavaScript per template | Anika Henke | 2015-05-04 |
| | | | |||
* | | | Merge pull request #1138 from dokuwiki-translate/lang_update_16 | Andreas Gohr | 2015-05-07 |
|\ \ \ | | | | | | | | | Translation update (no) | ||
| * | | | translation update | Danny Buckhof | 2015-05-07 |
| | | | | |||
* | | | | Merge pull request #1129 from splitbrain/remove-from-doku-prefs | Andreas Gohr | 2015-05-07 |
|\ \ \ \ | |/ / / |/| | | | Make it possible to remove entries from DOKU_PREFS cookie | ||
| * | | | make it possible to remove entries from DOKU_PREFS cookie | Anika Henke | 2015-05-03 |
| |/ / | |||
* | | | Merge pull request #1132 from micgro42/linkWizPipe | Andreas Gohr | 2015-05-07 |
|\ \ \ | | | | | | | | | Add pipe to end of link pasted without title | ||
| * | | | Add pipe to end of link pasted w/o title | Michael Große | 2015-05-05 |
| |/ / | | | | | | | | | | | | | It is helpful if the pipe is still inserted by the linkwizard when there is no title. This increases usability for beginners. | ||
* | | | Merge pull request #1136 from tled/bcrypt_hash | Andreas Gohr | 2015-05-07 |
|\ \ \ | | | | | | | | | mysqlauth: bcrypt hash is indicated by 2a or 2y | ||
| * | | | 2y is also used for bcryt | TLed | 2015-05-06 |
| | | | | |||
* | | | | 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 |
| |/ / | |||
* | | | Merge pull request #1133 from dokuwiki-translate/lang_update_5 | Anika Henke | 2015-05-06 |
|\ \ \ | |/ / |/| | | Translation update (nl) | ||
| * | | translation update | Johan Wijnker | 2015-05-05 |
|/ / | |||
* | | another year | Andreas Gohr | 2015-05-02 |
| | | |||
* | | Revert "use nav+ul element for "you are here"" | Andreas Gohr | 2015-05-02 |
| | | | | | | | | | | This reverts commit 3940c519db432ec22e8c587504d86191631f9bfb as discussed in #1082. | ||
* | | 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 | ||
| * | | Remove no longer needed language string | Patrick Brown | 2015-04-04 |
| | | | |||
| * | | Merge branch 'authpwdexpire' into languagecleanup | Patrick Brown | 2015-04-04 |
| |\ \ | |||
| | * | | Move language string to authad plugin | Patrick Brown | 2015-03-31 |
| | | | | |||
| * | | | Delete unused div (Fixes #1098) | Patrick Brown | 2015-04-03 |
| | | | | |||
| * | | | Remove unused language strings | Patrick Brown | 2015-04-03 |
| | | | | |||
* | | | | use string for version number. closes #1100 | Andreas Gohr | 2015-05-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHP will localize floats (eg. a 45.5 becomes 45,5 in a German locale). Using a string will prevent that. A fix has been applied on the server end, but it makes sense to always send the correct message. | ||
* | | | | Merge pull request #1127 from dokuwiki-translate/lang_update_3 | Andreas Gohr | 2015-05-02 |
|\ \ \ \ | | | | | | | | | | | Translation update (pt-br) | ||
| * | | | | translation update | Hudson FAS | 2015-04-28 |
|/ / / / | |||
* | | | | fixed allow_failures syntax | Andreas Gohr | 2015-04-25 |
| | | | | |||
* | | | | introduce new "flaky" test group | Andreas Gohr | 2015-04-25 |
| | | | | | | | | | | | | | | | | this group is skipped by default | ||
* | | | | new travis config | Andreas Gohr | 2015-04-25 |
| | | | | | | | | | | | | | | | | | | | | test (but allow fails) against hhvm and PHP nightly (PHP7) builds remove phpunit pinning | ||
* | | | | Merge pull request #1119 from anini/patch-3 | Andreas Gohr | 2015-04-25 |
|\ \ \ \ | | | | | | | | | | | Adding Arabic Stopwords | ||
| * | | | | Adding Arabic Stopwords | Mohammad Anini | 2015-04-19 |
| | | | | | | | | | | | | | | | Adding Arabic stopwords and keeping Engish stopwords as well, since most of the Arabic wikis contain a lot of English words. |