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 |
250ce76b | 20-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
fix size controls under edit box to work in xhtml |
6406c1a0 | 20-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
rewrote js for revision checkboxes to work in xhtml |
a1d6d552 | 20-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
updated jquery-migrate |
1f3c3ee3 | 19-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add some spaces before %s in nl lang file |
dbed6ed0 | 19-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
upgraded jQuery to 2.2.3
This drops support for Internet Explorer <9 which we no longer support. |
ea702d4f | 19-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
upgraded jQuery to 1.12.3 |
8a0c870e | 19-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
remove special IE support from textselection scripts #1535
The opera work around is still needed though! O_o |
28b1b49a | 19-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
remove IE<=8 innerText/textContent workaround #1535
Standardized node.textContent is available since IE9 |
55123b45 | 19-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
removed comment referencing IE6 #1535 |
6bf5cd2f | 19-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
remove support for loading old auth backend configs #1535 |
42cbd322 | 19-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Add a protected file to the authplain config cascade
This adds the possibility to define file with protected users in the config cascade to be used with the plain auth mechanism.
This makes it poss
Add a protected file to the authplain config cascade
This adds the possibility to define file with protected users in the config cascade to be used with the plain auth mechanism.
This makes it possible for farms to have way to inherit Farmer users in animals.
show more ...
|
d0c0a5c4 | 19-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
removed implementation of _getcsv() in usermanager
Our minimum PHP version requirement is now over 5.3, so this workaround is not needed anymore. See also c9454ee3a82b29418a7ee59f0bb35006ea6a7fb1 |
ebc71d92 | 18-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
removed support for deprecated 'default' userstyles |
e50cfce4 | 18-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
removed unused CSS (since 30fd72fb) |
06c1c38f | 18-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
removed CSS support for IE8 |