| 5462edca | 18-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
added doku_hasTextBeenModified, rename doku_checkSummary
checkfunc is mainly replaced by doku_hasTextBeenModified, which is put in global scope to allow overriding by plugins. |
| ed8e6fd5 | 16-May-2016 |
Michael Große <mic.grosse@posteo.de> |
Fix xmlrpc constructor for php7
In php7 constructors with the same name as the class are deprecated. __construct() should be used.
Depending on the server-configuration this could result in a war
Fix xmlrpc constructor for php7
In php7 constructors with the same name as the class are deprecated. __construct() should be used.
Depending on the server-configuration this could result in a warning which would break the API.
show more ...
|
| 3d32f1cd | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
overrule left offset of jQueryUI Resizable added in rtl
If using a west handle, jQuery UI Resizable uses left offset to position, assuming relative:absolute like setup.
- http://stackoverflow.com/q
overrule left offset of jQueryUI Resizable added in rtl
If using a west handle, jQuery UI Resizable uses left offset to position, assuming relative:absolute like setup.
- http://stackoverflow.com/questions/28512111/resizable-div-that- doesnt-change-left-property - https://bugs.jqueryui.com/ticket/4985#comment:1
show more ...
|
| 3f18d049 | 09-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
checkfunc() set textChanged only on real change
- if #wiki__text (the default DokuWiki editor field) exists, the checkfunc() checks whether the field content is changed - if #wiki__text not exists i
checkfunc() set textChanged only on real change
- if #wiki__text (the default DokuWiki editor field) exists, the checkfunc() checks whether the field content is changed - if #wiki__text not exists it assumes that on all change and keydown events the content of the form #dw__editform is changed (give still false positives.) (for example the Data plugin has none #wiki__text)
show more ...
|