| 6b0ec830 | 21-Jul-2013 |
Michael Hamann <michael@content-space.de> |
In debug mode: catch and log JS errors with file information
When debugging is enabled (allowdebug enabled) JS errors are now catched for each non-core JS file and logged with the additional informa
In debug mode: catch and log JS errors with file information
When debugging is enabled (allowdebug enabled) JS errors are now catched for each non-core JS file and logged with the additional information from which file they came. This should make it easier to find out which plugin is the cause for broken JS code. The feature isn't enabled by default as defining functions inside try-clauses isn't allowed in strict mode and causes a warning at least in Firefox.
show more ...
|
| c71db656 | 21-Jul-2013 |
Anika Henke <anika@selfthinker.org> |
added tpl_classes() to return useful layout classes |
| 51bd6f03 | 20-Jul-2013 |
Klap-in <klapinklapin@gmail.com> |
Fixed file names of test classes |
| 3fc4f829 | 19-Jul-2013 |
Klap-in <klapinklapin@gmail.com> |
Added tests for getRevisions and getRevisionInfo from page changelog |
| 0a8f03d8 | 12-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
add TEMPLATE_DOKUWIKI_PAGETOOLFLOAT_DISPLAY event to template
This adds a custom event to the 'dokuwiki' template that allows plugin authors to easily integrate custom pagetool buttons into the temp
add TEMPLATE_DOKUWIKI_PAGETOOLFLOAT_DISPLAY event to template
This adds a custom event to the 'dokuwiki' template that allows plugin authors to easily integrate custom pagetool buttons into the template.
show more ...
|
| fbd8067e | 12-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
updated jquery.cookie.js to 1.3.1 FS#2804 |
| 89e71fa9 | 12-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
fix function call in feedcreator FS#2805
the _redirect function is not used in DokuWiki anyway |
| dbd5b4ca | 12-Jul-2013 |
Victor Westmann <victor.westmann@gmail.com> |
Brazilian Portuguese language update |
| b243b168 | 12-Jul-2013 |
Volker Bödker <volker@boedker.de> |
Informal German language update |
| 22c5d8b4 | 11-Jul-2013 |
Anika Henke <anika@selfthinker.org> |
fixed picker buttons not showing in IE8 and below |
| 935ecb0e | 27-Jun-2013 |
haobug <qingxianhao@gmail.com> |
Improve Linkwizard, make it can be used more than once.
As reported in https://forum.dokuwiki.org/thread/9988 the previous implementation can not handle the situation of use the linkwiz more than on
Improve Linkwizard, make it can be used more than once.
As reported in https://forum.dokuwiki.org/thread/9988 the previous implementation can not handle the situation of use the linkwiz more than once. Now you can use in you toolbar plugin 'type' => 'linkwiz' to make use of the handy Linkwizard for choosing the wiki pages.
show more ...
|
| f91bd3d8 | 24-Jun-2013 |
flammy <flamabelde@yahoo.de> |
Fixes validation problems with base64 encoded images in CSS. |
| 88833bac | 24-Jun-2013 |
flammy <flamabelde@yahoo.de> |
Fixes validation problems with base64 encoded images in CSS. |
| 603a6381 | 18-Jun-2013 |
Klap-in <klapinklapin@gmail.com> |
add newest plugin types to info plugin |
| ea2272c4 | 16-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed tabs |
| c594dd1e | 16-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
message increase for hotfix |
| 81ee3b1c | 16-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
Swedish language update |
| 9d24536d | 14-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
correctly count deleted users in plain auth FS#2800
reloading the user list after the delete action will make sure the count is always correct. |
| 987c8d26 | 14-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
Increased strength of auto generated passwords a bit
If you want better random initialization and more control over the password strength install the passpolicy plugin. |
| e0086ca2 | 12-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
check for spam in summary as well, added common spam summary |
| b9ee6a44 | 09-Jun-2013 |
Klap-in <klapinklapin@gmail.com> |
apply media_isexternal in ml() |
| fa3ed26b | 09-Jun-2013 |
Klap-in <klapinklapin@gmail.com> |
update hashes in tests |
| 62765857 | 09-Jun-2013 |
Klap-in <klapinklapin@gmail.com> |
update common_ml test for hash change |
| d628dcf3 | 09-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed syntax fuckup |
| 8a285f7f | 09-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
AUTH_PASSWORD_GENERATE event added
This is needed to replace the password generator by a plugin implementation. Related to PR #166 and FS#2147 |