| 55d675c9 | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add phpdocs |
| f6cd8a7f | 11-May-2016 |
phjanderson <phjanderson@gmail.com> |
Fixed a small type preventing query parameters from showing up debug messages. |
| c59f5183 | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformatting media.js |
| 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 ...
|
| 0b3656ac | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
toggle mediamanager resizable handle to east/west based at dir=rtl |
| 3b0238c5 | 09-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
switch resizable handles based on rtl direction |
| 3dbc48d4 | 09-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformatting, use local vars |
| 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 ...
|
| c3f94a8e | 09-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add JSDocs |
| 3457dae1 | 09-May-2016 |
Myeongjin <aranet100@gmail.com> |
translation update |
| d90467a2 | 07-May-2016 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
| 99f0dd4b | 02-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
after insert external link, reset to parent namespace |
| 655dcd47 | 30-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
store the last filtering in the extension manager
Otherwise you have to reapply the filtering every time you updated one plugin. |
| 04db80f1 | 30-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformat js list filtering |
| 297d27bc | 30-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
If external link inserted with link wizard, empty input
Fixes #1483 |
| b4c97c1b | 30-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Check if content really changed in the Editor, before popup a warning when leaving
Fixes #1199 |
| e725e2ad | 30-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
populate the JSINFO array in similar way as via doku.php
Prevents overwriting already added stuff.
#1327 |
| 19e06537 | 29-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
let js.php also use the configcascade for localized translation |
| 694afa06 | 29-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
changed footnote content to div |
| 42a6fba0 | 27-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
rename constructor, visibility functions of dokuwiki_xmlrpc_server |
| f4208bec | 24-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
preg_replace /e modifier replaced by preg_replace_callback
See #1551 |
| b83b4364 | 24-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDocs for modifyUser() of ldapauth |
| 6388dc34 | 21-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
allow true/false for onoff config setting
Changed the values recognized by the general config parser. If value in config is a boolean it is recognized as boolean, not if it is a string.
Fixes #718 |
| 9a9a364c | 21-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
fixed button text when enabling/disabling extension via ajax (probably introduced in #1231) |
| fedeebd7 | 20-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
rewrote js for footnotes to work in xhtml |