- Mar 01, 2017
-
-
Andreas Gohr authored
The documentation says sessionIDs are between 22 and 256 chars long. A quick test only showed 26 chars in common configurations, but this should cover all possibilities.
-
Andreas Gohr authored
When an invalid session ID is passed to PHP a warning is thrown, but the session is still initialized with this invalid ID (throwing additional warnings on save). This makes sure such invalid IDs are removed from the cookie array before initializing the session. PHP bug references: https://bugs.php.net/bug.php?id=68063 https://bugs.php.net/bug.php?id=73860
-
Andreas Gohr authored
This partly fixes #1883
-
- Feb 28, 2017
-
-
錢政維 authored
-
- Feb 27, 2017
- Feb 25, 2017
-
-
kuma authored
-
- Feb 22, 2017
-
-
rnck authored
-
- Feb 21, 2017
-
-
controlonline.net authored
-
- Feb 18, 2017
-
-
Andreas Gohr authored
direction is always ltr for russian
-
Olivier Humbert authored
-
- Feb 17, 2017
-
-
Hella Breitkopf authored
-
mark prins authored
-
alexey authored
-
- Feb 16, 2017
-
-
Paolo authored
-
Marco Hofmann authored
-
- Feb 10, 2017
-
-
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
-
-
Andreas Gohr authored
-
- Feb 07, 2017
-
-
Arne Hanssen authored
-
- Feb 05, 2017
-
-
Andreas Gohr authored
-
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
-
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.
-
- Jan 31, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
* use inline-block instead of flexbox * fix RTL alignments
-
Andreas Gohr authored
now comments and line breaks between tags are removed
-
- Jan 24, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
This allows plugins to easily render a <tfoot> element in a table, even though it's not used in standard table syntax it makes sense to have it available.
-
- Jan 21, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
This introduces a new dokuwiki\Ui namespace and refactors the Admin screen into a Ui class. The ultimate goal is to split up the big, complex functions in inc\html.php in better maintainable classes in the Ui namespace. This is the first go at it. Others function->class conversions should follow. This also switches the icons for our base admin plugins to inline SVG. (files and styling not included, yet).
-
Andreas Gohr authored
This introduces an embedSVG() function that can be used at other places.
-