- Nov 11, 2014
-
-
Michael Große authored
-
- Nov 03, 2014
-
-
Andreas Gohr authored
Fixed a bug that $conf['compression'] is turned off when gzopen doesn't exist and gzopen64 does exist.
-
- Oct 31, 2014
-
-
Danny Lin authored
Move check after libraries are loaded, so that $conf['compression'] is not turned off in the case that gzopen doesn't exist while gzopen64 does exist, as inc/compatibility.php ought to have fixed.
-
- Oct 27, 2014
-
-
Andreas Gohr authored
Accept some new gTLD e-Mail addresses
-
Andreas Gohr authored
Translation update (zh-tw)
-
Andreas Gohr authored
Translation update (de)
-
Pascal Schröder authored
-
- Oct 26, 2014
-
-
lioujheyu authored
-
- Oct 25, 2014
-
-
Andreas Gohr authored
Translation update (cs)
-
- Oct 22, 2014
-
-
Jaroslav Lichtblau authored
-
Andreas Gohr authored
visibility from private to protected for DokuCssFile
-
Gerrit Uitslag authored
-
- Oct 21, 2014
-
-
Gerrit Uitslag authored
-
- Oct 20, 2014
-
-
Andreas Gohr authored
Translation update (ru)
-
- Oct 18, 2014
-
-
Aleksandr Selivanov authored
-
- Oct 17, 2014
-
-
Andreas Gohr authored
-
Andreas Gohr authored
Fixed unrecognized regular expressions behind '&&' or '||' operators in JavaScript compression. Finally fixes #897.
-
- Oct 16, 2014
-
-
Rainer Rillke authored
by allowing longer TLDs (up to 63 characters, which is the DN maximum: https://tools.ietf.org/html/rfc1034): "Each node has a label, which is zero to 63 octets in length." For an up-to-date-length, see http://stackoverflow.com/a/22038535
-
Andreas Gohr authored
Translation update (eu)
-
- Oct 15, 2014
-
-
Yadav Gowda authored
-
LarsDW223 authored
-
LarsDW223 authored
Fixed JavaScript compression. The compressor did not recognize a regular expression after a '&&' ot '||' operator. So it could happen that code had been cut off if the regular expression included '\//' (which was treated as a single line comment because of the regular expression not being recognized). Finally fixes #897.
-
- Oct 14, 2014
-
-
Andreas Gohr authored
that's the version in Debian old stable
-
Andreas Gohr authored
Update index.php
-
Andreas Gohr authored
Update lang.php
-
Andreas Gohr authored
Translation update (hr)
-
Andreas Gohr authored
AUTH_USER_CHANGE handler can modify passed data
-
Andreas Gohr authored
-
Andreas Gohr authored
this ensures there will be never, ever an outdated update message shown after upgrade.
-
Andreas Gohr authored
Fix for update messages never completely going away
-
Andreas Gohr authored
Corrected compression for ++ and -- operator. Partially fixes #897.
-
Andreas Gohr authored
preserve comments in less if 'compress' config disabled
-
LarsDW223 authored
-
- Oct 12, 2014
-
-
Michal Koutný authored
Originally AUTH_USER_CHANGE handler could modify the user data, however, auth plugin consequently worked with different copy of the array thus effectively preventing any changes by the AUTH_USER_CHANGE implementer.
-
- Oct 11, 2014
-
-
Gerrit Uitslag authored
Otherwise comments are never visible in css.php
-
- Oct 10, 2014
-
-
Angus Gratton authored
The existing logic for messages.txt requires some valid update response (ending in %) to the messages update check before it clears the current messages. However update.dokuwiki.org appears to return an empty string response if everything is up to date. (ie http://update.dokuwiki.org/check/46.1 ) As a result if there are update messages in messages.txt they don't automatically go away after updating to the current version. The only time they change is when a newer release comes out. The upgrade plugin has logic in it to force a re-download of messages.txt, but currently this just re-downloads the old update messages. This change explicitly allows for "" as a valid "no messages" indicator (distinct from false, which is the HTTP error indicator.)
-
- Oct 08, 2014
-
-
Andreas Gohr authored
Translation update (ko)
-
Myeongjin authored
-
Guy Brand authored
-
- Oct 07, 2014
-
-
Christopher Smith authored
Fix for issues #877 & #885 related to a bug in PCRE 6.6
-