| 0a1c13c9 | 26-Nov-2016 |
Andreas Gohr <andi@splitbrain.org> |
removed jQuery.browser calls
jQuery.browser no longer exists in jQuery nor in jQuery migrate. A quick check in Opera and IE11 suggests that both parts that used it are no longer needed so they were
removed jQuery.browser calls
jQuery.browser no longer exists in jQuery nor in jQuery migrate. A quick check in Opera and IE11 suggests that both parts that used it are no longer needed so they were simply removed.
More browser tests especially for the resize handling in the media manager are recommended.
show more ...
|
| 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. |
| 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 ...
|