| 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 |
| f449b8c9 | 20-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
removed references to 'disabled' file in plugins.local.php |
| 30f3bd15 | 20-Apr-2016 |
Michael Grosse <grosse@cosmocode.de> |
Do not cache cleanID for $ascii == true
Caching must differentiate between a call with $ascii == true and a call without that parameter. Since calling that function with $ascii == true rare, we simp
Do not cache cleanID for $ascii == true
Caching must differentiate between a call with $ascii == true and a call without that parameter. Since calling that function with $ascii == true rare, we simply do not cache that case.
show more ...
|
| b8eba07c | 19-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Remove conf setting 'pluginmanager', since old plugin manager is not default anymore.
This `$conf['pluginmanager']` setting was especially for disabling of pluginmanager in farms. (see also commit c
Remove conf setting 'pluginmanager', since old plugin manager is not default anymore.
This `$conf['pluginmanager']` setting was especially for disabling of pluginmanager in farms. (see also commit c45608d )
show more ...
|
| 1e1b23a0 | 19-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Remove disabling by renaming to '<pluginfoldername>.disabled'
remaining folders with .disabled in the foldername are displayed in extension manager with rename warning. |
| 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 |
| 955d4588 | 19-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
removed support for loading authplugins by old name #1535 |
| 5b17fbaa | 19-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
removed deprecated support for render() in non-syntax plugins #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 ...
|