| 04db80f1 | 30-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformat js list filtering |
| 0c4c0281 | 30-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
optional class for methods that open a table,row,cell,header, ul,ol
Let plugins add their own classes to builtin tables or lists.
Fixes #1188 Alternative for #1360 (and PR #1515) |
| 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 |
| cea664bd | 30-Apr-2016 |
LarsDW223 <lars_paulsen@web.de> |
Added getter function getLastlevel() in Doku_Renderer_xhtml. This is required for the filelist plugin to fix issue #11 since $lastlevel became protected in "hrun". |
| 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 |
| 33fe8b15 | 27-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformatting remoteapicore unittests |
| 3105ba7a | 27-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix base of local url in remoteapi unittests |
| a99e3536 | 27-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
RemoteAPICore improvements and unittests
RemoteAPICore - visibility methods - getAttachmentInfo returns modification date of deleted files - pageVersions returns only current revision (once) if $fir
RemoteAPICore improvements and unittests
RemoteAPICore - visibility methods - getAttachmentInfo returns modification date of deleted files - pageVersions returns only current revision (once) if $first=0. Adresses issue mentioned at #1550 - added unittests - updated API number
show more ...
|
| 6d090adb | 27-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
phpdocs RemoteAPI |
| 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 |
| bcbcbeb7 | 22-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
RemoteAPI getversions(): if offset argument $first is too large, don't reset to zero
Fixes #714 |
| 9911890d | 21-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
If first=0 give always the current version, also if no older revs available
Fixes #713 |
| 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 |
| 250ce76b | 20-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
fix size controls under edit box to work in xhtml |
| 01e3f2b3 | 20-Apr-2016 |
Michael Große <mic.grosse@posteo.de> |
Remove unnecessary linebreaks from new Form
Since Firebug it is no longer necessary to structure html with linebreaks. See also Issue #924 |
| 6406c1a0 | 20-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
rewrote js for revision checkboxes to work in xhtml |
| b00eb817 | 20-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed wrong namespace length
as pointed out in https://github.com/splitbrain/dokuwiki/pull/1530/files/b89dfc20f1e13333ce49ce0d6a3a83cc9836094b#r60392099 |
| a1d6d552 | 20-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
updated jquery-migrate |