| 45cb016d | 15-May-2016 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
| 52bc962f | 15-May-2016 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
| 88a8d4af | 12-May-2016 |
Wiki Doku <SugarKidder@mailinator.com> |
translation update |
| 55d675c9 | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add phpdocs |
| 922cfa6a | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
remote api ackcheck: if user given, but no groups, retrieve groups
with unittests |
| b736dcfd | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
use variable in remoteapicore_test |
| 0906a39b | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDoc Form |
| 7ec97767 | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDocs Form |
| 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 |
| 7abc270f | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix typo |
| af642354 | 11-May-2016 |
Michael Grosse <grosse@cosmocode.de> |
Fix resetting select-options attributes |
| bbbe85f6 | 11-May-2016 |
Michael Grosse <grosse@cosmocode.de> |
Add test for extended select-options |
| 4d28a626 | 11-May-2016 |
Michael Grosse <grosse@cosmocode.de> |
Escape option-attributes and fix typo |
| 795955b2 | 11-May-2016 |
Michael Grosse <grosse@cosmocode.de> |
Make select-options in Form more configurable
Now classes and data- attributes can be added to individual options |
| 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. |