| cbe37079 | 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
convert ini replacements to less vars first
This makes it possible to safely overwrite ini replacements from within any less file |
| b0df08e2 | 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
make sure calculations are correct |
| 45d33630 | 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
lessified more files |
| bd9a4965 | 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
lessyfied another one |
| c19c611e | 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
lessyfied the first of template's CSS files |
| c51b334e | 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed ini replacement to less variables stuff |
| 1b7fc214 | 30-Jul-2013 |
Mohamed Amine BERGAOUI <mabergaoui@gmail.com> |
corrected coding style, deleted ?>, renamed function keys and used plugin_load |
| 9f8068d2 | 30-Jul-2013 |
Mohamed Amine BERGAOUI <mabergaoui@gmail.com> |
moving ACL remote functions to the ACL plugin |
| d4a1ece8 | 29-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
add LESS support
still needs testing |
| 7d8a6abb | 29-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Fix popularity data submission in the backend FS#2808
The POST data contained the raw data instead of an array with the data that should be submitted like in the requests from the browser. The serve
Fix popularity data submission in the backend FS#2808
The POST data contained the raw data instead of an array with the data that should be submitted like in the requests from the browser. The server backend has been fixed to be able to process both versions.
show more ...
|
| 9b136f13 | 28-Jul-2013 |
Anika Henke <anika@selfthinker.org> |
fixed typo in commented section indenting css |
| 22064dd9 | 28-Jul-2013 |
Márton Sebők <sebokmarton@gmail.com> |
Hungarian language update |
| 4b0e9be1 | 28-Jul-2013 |
Maciej Matejczuk <mmatejczuk@gmail.com> |
Polish language update |
| b3fd8639 | 28-Jul-2013 |
이명진 <aranet100@gmail.com> |
Korean language update |
| 654436fb | 21-Jul-2013 |
Anika Henke <anika@selfthinker.org> |
fixed references to images in old template (FS#2816) |
| 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 |
| 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 |
| 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. |