| 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 ...
|
| 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 |
| aa13c9aa | 19-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
removed deprecated changelog functions getRevisionInfo() and getRevisions() outside of class |
| 1a6c82de | 18-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
removed deprecated cliopts
|
| ebc71d92 | 18-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
removed support for deprecated 'default' userstyles |
| a1eba280 | 18-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Remove support for .disable in plugin folder
Close #1323 |
| 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 |
| 1791e29b | 18-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
removed obsolete vendor prefixes (and fixed broken gradients) |
| 7a964318 | 18-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
inline small images into the CSS by default
Since we no longer support old IE 8 and below we can enable data uris by default now. The picked size here is open for discussion.
A typical HTTP header
inline small images into the CSS by default
Since we no longer support old IE 8 and below we can enable data uris by default now. The picked size here is open for discussion.
A typical HTTP header for a static image ressource is about 200 to 250 bytes at dokuwiki.org. I picked twice of that as the cutoff for inlining images.
show more ...
|
| 8f709990 | 18-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
removed very old left overs from IE7 (and even IE6) support |
| b018ecbe | 18-Apr-2016 |
Michael Grosse <grosse@cosmocode.de> |
Fix caching issue in wikiFN
The function wikiFN effectively takes the $clean flag now into account when caching filepaths and when returning them from cache.
Fixes #1536 |
| 6834946f | 18-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
correctly handle line breaks in textarea #1312
Textareas use CRLF, but internally we use LF. |
| bc3d2252 | 18-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
fixed typo from nofollow to noopener |
| b89dfc20 | 18-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
vendor prefix plugin namespace
As suggested by @micgro42 the plugin namespace should use a vendor prefix to avoid name clashes when DokuWiki is integrated with other software. |
| a2e03c82 | 18-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
correctly check for pageid in tpl_include_page
@scrutinizer-notifier noticed that the $pageid might be false when page_findnearest looks for it. |
| 8114a075 | 18-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
less prominent styling of size changes
reusing the diff colors as suggested by @selfthinker |
| d0e997c6 | 18-Apr-2016 |
Michael Große <mic.grosse@posteo.de> |
Make cleaning optional in mediaFN, keep as default
As in wikiFN cleaning the id should be optional, but still the default, in mediaFN as well. |
| dbd2b659 | 16-Apr-2016 |
David Roy <davidroyapp@gmail.com> |
translation update |
| 22694784 | 15-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
updated GeSHi to v1.0.8.17 |
| f18db579 | 15-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
copied language files from authmysql |