- Mar 02, 2017
-
-
Schplurtz le Déboulonné authored
-
- Mar 01, 2017
-
-
Andreas Gohr authored
-
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
-
Gerrit Uitslag authored
Translation update (zh)
-
- Feb 27, 2017
-
-
phy25 authored
-
Gerrit Uitslag authored
Translation update (zh)
-
Gerrit Uitslag authored
Translation update (nl)
-
stafmans authored
-
- Feb 25, 2017
-
-
kuma authored
-
- Feb 24, 2017
-
-
Guy Brand authored
-
- Feb 22, 2017
-
-
rnck authored
-
- Feb 21, 2017
-
-
controlonline.net authored
-
- Feb 20, 2017
-
-
Guy Brand authored
-
Yousong Zhou authored
Otherwise the it will fail with the following error: 2017/02/20 14:34:57 [error] 16242#0: *59 FastCGI sent in stderr: "PHP message: PHP Fatal error: Call to undefined function random_int() in /var/www/dokuwiki/inc/PassHash.class.php on line 630" while reading response header from upstream, client: 172.18.35.245, server: _, request: "POST /dokuwiki/install.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:", host: "10.5.234.170", referrer: "http://10.5.234.170/dokuwiki/install.php" Fixes #1852
-
Gerry Weißbach authored
The check did not work any more. see #1853
-
- Feb 19, 2017
-
-
Guy Brand authored
-
- Feb 18, 2017
-
-
Andreas Gohr authored
direction is always ltr for russian
-
git://github.com/dokuwiki-translate/dokuwikiAndreas Gohr authored
Merge branch 'lang_update_274' of git://github.com/dokuwiki-translate/dokuwiki into pull-request-1847 * 'lang_update_274' of git://github.com/dokuwiki-translate/dokuwiki: translation update
-
Olivier Humbert authored
-
Andreas Gohr authored
-
- Feb 17, 2017
-
-
Hella Breitkopf authored
-
Andreas Gohr authored
-
Gerrit Uitslag authored
Translation update (nl)
-
mark prins authored
-
alexey 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).
-