- Feb 17, 2017
-
-
Andreas Gohr authored
-
Gerrit Uitslag authored
Translation update (nl)
-
mark prins authored
-
- Feb 16, 2017
-
-
Marco Hofmann authored
-
Andreas Gohr authored
Translation update (it)
-
Paolo authored
-
Andreas Gohr authored
Translation update (de)
-
Marco Hofmann authored
-
- Feb 14, 2017
-
-
Andreas Gohr authored
JS modification action
-
Andreas Gohr authored
Translation update (fr)
-
Schplurtz le Déboulonné authored
-
- Feb 10, 2017
-
-
Andreas Gohr authored
Fix strict standard warnings in dropdowns for PHP <=5.6
-
Michael Grosse authored
PHP 5.6 and below throw a strict standards warning at the changed lines. An intermediate variable is introduced to avoid this warning. PHP 7+ changes the severity of this warning to E_NOTICE which is suppressed by DokuWiki. This error was introduced in #1778
-
- Feb 08, 2017
-
-
Gerry Weißbach authored
-
Gerry Weißbach authored
Add Event to modify the list of javascript files before they are processed. This allows plugins to not have their - or other plugins - script delivered to the client. Creating the list of files upfront might add a little overhead which I think is OK when you can be certain that only JavaScript that really is needed will be delivered to the client. Multiple Javascript requests, e.g. to only send the jQuery part or just editor/administrator scripts, could be implemented with this modification (I know, jQuery has already been split).
-
Andreas Gohr authored
When an svg has a fill attribute directly on the path, we need more specifity to override it.
-
Andreas Gohr authored
-
- Feb 07, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
Translation update (no)
-
Arne Hanssen authored
-
- Feb 06, 2017
-
-
Andreas Gohr authored
ran svgo over all the admin svg files to strip all unneeded cruft.
-
Andreas Gohr authored
Translation update (ja)
-
Satoshi Sahara authored
-
- Feb 05, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
Translation update (zh)
-
Andreas Gohr authored
similar to what is possible for plugins, templates can now autoload namespaced classes, too. the namespace is dokuwiki\template\<templatename>
-
- Feb 04, 2017
-
-
Andreas Gohr authored
This makes it more flexible to use on the expense of needing one echo more.
-
hznupeter authored
-
- Feb 03, 2017
-
-
Andreas Gohr authored
$pagelog->getRevisions(-1, 1) cannot be passed to array_pop() as the parameter $array expects a reference.
-
Andreas Gohr authored
remove fullpath() call in pageinfo
-
Andreas Gohr authored
added rev number to most recent link in old revisions page
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
All script tags are now surrounded by conditional comments to tell Internet Explorer 8 and lower to not even bother trying to load the JavaScript.
-
Andreas Gohr authored
* jqsplit: Restore smoothness.css using update.sh allow selecting the preferred CDN and add event load jquery via https always split off jquery from other JS and add CDN option #1766 use external version file for jquery updates removed jQuery.browser calls replace deprecated bind() calls replace deprecated delegate() calls fixed radio options in media manager for new jQ-UI jQuery Updates
-
Andreas Gohr authored
fix problems with header that look falsy. fixes #1770
-
Andreas Gohr authored
Handle delayed writes gracefully
-
Andreas Gohr authored
updated SimplePie and moved to composer based install. #1800
-
Andreas Gohr authored
Admin Page refactoring
-
- Jan 31, 2017
-
-
Andreas Gohr authored
-