| d22df72d | 21-Feb-2017 |
controlonline.net <controlonline.net@gmail.com> |
translation update |
| d072686e | 02-Mar-2017 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 6453acd5 | 01-Mar-2017 |
Andreas Gohr <gohr@cosmocode.de> |
skip empty line when reading jQuery versions. fixes #1886 |
| 924e477e | 01-Mar-2017 |
Andreas Gohr <gohr@cosmocode.de> |
adjust session ID check to specification
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 po
adjust session ID check to specification
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.
show more ...
|
| 6eb3cdf6 | 28-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
do not use invalid session IDs #1883
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)
do not use invalid session IDs #1883
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
show more ...
|
| 3680e2cd | 28-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
do not generate CSRF tokens when no session or user exists
This partly fixes #1883 |
| d1264f55 | 25-Feb-2017 |
錢政維 <cwchien@chc.com.tw> |
Fixes issue #1864 |
| 8ff80ee3 | 28-Feb-2017 |
phy25 <git@phy25.com> |
translation update |
| 799214be | 27-Feb-2017 |
stafmans <dokuwiki@stafmans.net> |
translation update |
| 36dccdcd | 25-Feb-2017 |
kuma <kuma000@qq.com> |
translation update |
| 4074bbe0 | 24-Feb-2017 |
Guy Brand <gb@unistra.fr> |
Old inc/phpseclib/ has no more files |
| 12a9bc03 | 22-Feb-2017 |
LarsDW223 <lars_paulsen@web.de> |
Throw an exception if an attribute array including the attribute 'selected' is given to 'OptGroup::options()' as this would lead to an <option> tag having two 'selected' attributes. |
| 2af726d3 | 22-Feb-2017 |
rnck <dokuwiki@rnck.de> |
translation update |
| 4f1465c1 | 22-Feb-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Syntax error and another bit of flavour. |
| aec48455 | 22-Feb-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Revert missing change in template.php |
| 3e32b194 | 22-Feb-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Remove the flavour feature. It was some kind of a hassle. If you really want to filter out styles, you have to write a plugin either way and implement the tpl metaheaders event as well and handle eve
Remove the flavour feature. It was some kind of a hassle. If you really want to filter out styles, you have to write a plugin either way and implement the tpl metaheaders event as well and handle everything your self.
The CSS modification is more like the JS_SCRIPT_LIST now. It adds some overhead, but not too much. It still gives great flexibility over the CSS.
show more ...
|
| 072dbc91 | 22-Feb-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Revert Template changes from css-modifications-branch. No Flavours. If someone wants that, it is easier to be done using a plugin. |
| aa31d8d0 | 21-Feb-2017 |
controlonline.net <controlonline.net@gmail.com> |
translation update |
| 73f84337 | 20-Feb-2017 |
Guy Brand <gb@unistra.fr> |
Hostfix release preparation |
| 02bca5d4 | 20-Feb-2017 |
Yousong Zhou <yszhou4tech@gmail.com> |
Fix calling undefined function random_int() when doing install.php
Otherwise the it will fail with the following error:
2017/02/20 14:34:57 [error] 16242#0: *59 FastCGI sent in stderr: "PHP mess
Fix calling undefined function random_int() when doing install.php
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
show more ...
|
| eedb5034 | 20-Feb-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Check for overwrite in media manager
The check did not work any more. see #1853 |
| 2f7c97b3 | 19-Feb-2017 |
Guy Brand <gb@unistra.fr> |
Release preparation |
| ce8bf546 | 18-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
fixed mistake in #1847
direction is always ltr for russian |
| 20f1bc50 | 14-Feb-2017 |
Olivier Humbert <trebmuh@tuxfamily.org> |
translation update |
| 14b73b31 | 18-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
fixed typo in german lang |