summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Plugins can send usage dataGuillaume Turri2015-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_33Andreas Gohr2015-05-15
|\ | | | | Translation update (hr)
| * translation updateDavor Turkalj2015-05-14
| |
* | Merge pull request #1144 from dokuwiki-translate/lang_update_25Andreas Gohr2015-05-14
|\ \ | | | | | | Translation update (fr)
| * | translation updatePietroni2015-05-13
| |/
* | Merge pull request #1145 from dokuwiki-translate/lang_update_29Andreas Gohr2015-05-14
|\ \ | | | | | | Translation update (ca)
| * | translation updateEduard Díaz2015-05-14
| |/
* | Merge pull request #1146 from dokuwiki-translate/lang_update_30Andreas Gohr2015-05-14
|\ \ | | | | | | Translation update (he)
| * | translation updateMenashe Tomer2015-05-14
| |/
* / translation updateMenashe Tomer2015-05-14
|/
* Merge pull request #1072 from flammy/masterAnika Henke2015-05-09
|\ | | | | Added file-in-use reference to page
| * Update detail.phpflammy2015-05-05
| | | | | | removed </a>
| * Added file-in-use reference to pageflammy2015-03-12
| | | | | | Added file-in-use reference to page
* | Merge pull request #1130 from splitbrain/cache-js-per-tplAndreas Gohr2015-05-08
|\ \ | | | | | | Cache JavaScript per template
| * | cache JavaScript per templateAnika Henke2015-05-04
| | |
* | | translation updateDanny Buckhof2015-05-07
| | |
* | | Merge pull request #1132 from micgro42/linkWizPipeAndreas Gohr2015-05-07
|\ \ \ | | | | | | | | Add pipe to end of link pasted without title
| * | | Add pipe to end of link pasted w/o titleMichael Große2015-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 #1134 from ptbrown/auth-error-reportingAndreas Gohr2015-05-07
|\ \ \ | | | | | | | | Refactor error messages from auth plugins.
| * | | Fix scrutinizer issues with authPatrick Brown2015-05-07
| | | |
| * | | Error reporting for database auth pluginsPatrick Brown2015-05-06
| | | |
| * | | Report more meaningful errors when an auth backend fails. closes #1093Patrick Brown2015-05-06
| |/ /
* / / translation updateJohan Wijnker2015-05-05
|/ /
* | Revert "use nav+ul element for "you are here""Andreas Gohr2015-05-02
| | | | | | | | | | This reverts commit 3940c519db432ec22e8c587504d86191631f9bfb as discussed in #1082.
* | Merge branch 'languagecleanup' of git://github.com/ptbrown/dokuwiki into ↵Andreas Gohr2015-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 languagecleanupPatrick Brown2015-04-04
| |\ \
| | * | Move language string to authad pluginPatrick Brown2015-03-31
| | | |
* | | | translation updateHudson FAS2015-04-28
| | | |
* | | | translation updateAlex P2015-04-24
| | | |
* | | | Add comment to explain purpose of folliwing linesMichael Große2015-04-23
| | | |
* | | | Move cursor to the end of the text in inputMichael Große2015-04-23
| | | |
* | | | 2 typo fixesYoven2015-04-19
| | | |
* | | | translation updateTomas Darius Davainis2015-04-17
| | | |
* | | | translation updateSchplurtz le Déboulonné2015-04-14
|/ / /
* | | Merge pull request #1097 from dokuwiki-translate/lang_update_35Andreas Gohr2015-04-02
|\ \ \ | | | | | | | | Translation update (pt)
| * | | translation updateRomulo Pereira2015-03-31
| | | |
* | | | add plugin groups to config plugin testChristopher Smith2015-04-01
| | | |
* | | | add more plugin groups to authplain testChristopher Smith2015-04-01
|/ / /
* | | Merge pull request #1089 from dokuwiki-translate/lang_update_27Andreas Gohr2015-03-31
|\ \ \ | | | | | | | | Translation update (ko)
| * | | translation updateMyeongjin2015-03-28
| |/ /
* | | Merge pull request #1090 from dokuwiki-translate/lang_update_28Andreas Gohr2015-03-31
|\ \ \ | | | | | | | | Translation update (cs)
| * | | translation updateJaroslav Lichtblau2015-03-28
| |/ /
* / / translation updateAlejandro Nunez2015-03-31
|/ /
* | Update toolbar.jschang-zhao2015-03-21
| | | | | | When the picker button is near the border of the screen, then an opening panel of picker buttons can go over the screen edge. That's not convenient. So we should add a check in a `function pickerToggle()` and shift picker buttons position if needed.
* | Merge pull request #1022 from cdwertmann/patch-1Andreas Gohr2015-03-19
|\ \ | | | | | | indexer.php: slow page loads on lighttpd due to missing ob_flush()
| * | Speed up indexer on lighttpd by using tpl_flush()Christoph Dwertmann2015-03-17
| | |
| * | Add ob_flush() to sendGIFChristoph Dwertmann2015-02-05
| | | | | | | | | | | | | | | | | | | | | I'm running this dokuwiki docker container: https://registry.hub.docker.com/u/mprasil/dokuwiki/ It uses lighttpd and fastcgi. For some reason, the ignore_user_abort() feature where the browser should close the connection after the GIF has been received is not working on lighty. The browser keeps loading the page until the indexer run is complete, which leads to extremely slow load times with a larger page index. Adding ob_flush() to sendGIF fixes the issue.
* | | SECURITY escape user properties in user manager #1081Andreas Gohr2015-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | The user properties (login, real name, etc) where not properly escaped in the user manager's edit form. This allowed a XSS attack on the superuser by registered users. Thanks to Filippo Cavallarin from www.segment.technology for discovering this bug.
* | | translation updateJacob Palm2015-03-17
| | |
* | | Merge pull request #1073 from sklrrzn/masterAndreas Gohr2015-03-16
|\ \ \ | | | | | | | | Add two config options to authldap