| 52f0afd3 | 21-Nov-2014 |
Jaroslav Lichtblau <jlichtblau@seznam.cz> |
translation update |
| 2ec6a92c | 19-Nov-2014 |
Patrick <spill.p@hotmail.com> |
translation update |
| 5f2aaab2 | 19-Nov-2014 |
james <j.mccann@celcat.com> |
translation update |
| 83b7e38d | 11-Nov-2014 |
Michael Große <mic.grosse+github@googlemail.com> |
Trim unnecessary / at start of windowssharelink |
| fed2ee90 | 06-Nov-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Make addLogEntry independent of global var INFO
In stead use the type as provided to the function. Fixes #920 |
| 0f8f7aaa | 31-Oct-2014 |
Danny Lin <danny0838@gmail.com> |
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. |
| 731669d6 | 27-Oct-2014 |
Pascal Schröder <Pascal1802@gmail.com> |
translation update |
| ae6f2c31 | 27-Oct-2014 |
lioujheyu <lioujheyu@gmail.com> |
translation update |
| 17bc1e4f | 22-Oct-2014 |
Jaroslav Lichtblau <jlichtblau@seznam.cz> |
translation update |
| fb15cab6 | 21-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
use phpdocs deprecated notation |
| a1298aea | 18-Oct-2014 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 8838b30b | 17-Oct-2014 |
Rainer Rillke <rillke@wikipedia.de> |
Accept some new gTLD e-Mail addresses
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
Accept some new gTLD e-Mail addresses
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
show more ...
|
| dfc5e46c | 15-Oct-2014 |
Yadav Gowda <yadav.gowda@gmail.com> |
translation update |
| 001d05ed | 14-Oct-2014 |
Andreas Gohr <andi@splitbrain.org> |
new PHP minimum requirement is now 5.3.3
that's the version in Debian old stable |
| 8457f8ce | 14-Oct-2014 |
Andreas Gohr <andi@splitbrain.org> |
another fix for broken gzlib linking #865 |
| 37b21a1b | 14-Oct-2014 |
Andreas Gohr <andi@splitbrain.org> |
use its own cache file per versions
this ensures there will be never, ever an outdated update message shown after upgrade. |
| 86c04d87 | 11-Oct-2014 |
Angus Gratton <gus@projectgus.com> |
Fix for update messages never completely going away
The existing logic for messages.txt requires some valid update response (ending in %) to the messages update check before it clears the current me
Fix for update messages never completely going away
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.)
show more ...
|
| b7836022 | 08-Oct-2014 |
Myeongjin <aranet100@gmail.com> |
translation update |
| 60aca4b9 | 06-Oct-2014 |
Andreas Gohr <gohr@cosmocode.de> |
do not use Accept-Encoding in browser UID
Since Chrome 37, they send differen accept encodings for POST and GET requests which will break BrowserUID checks as reported in cosmocode/dokuwiki-plugin-o
do not use Accept-Encoding in browser UID
Since Chrome 37, they send differen accept encodings for POST and GET requests which will break BrowserUID checks as reported in cosmocode/dokuwiki-plugin-oauth/issues/3
See https://code.google.com/p/chromium/issues/detail?id=410559 for official bug report at Google
show more ...
|
| 19a24e58 | 05-Oct-2014 |
Harald Hanche-Olsen <hanche@math.ntnu.no> |
Fix brokan format string |
| 1cc82e5c | 03-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
scrutiner issues |
| 0a8880f6 | 02-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Update IXR lib from 1.61 to 1.7.4 + WP improvements
Update to latest Incutio XML-RPC Library include also some Wordpress improvements (see for more details the log of the lib as included in WP: http
Update IXR lib from 1.61 to 1.7.4 + WP improvements
Update to latest Incutio XML-RPC Library include also some Wordpress improvements (see for more details the log of the lib as included in WP: https://core.trac.wordpress.org/log/trunk/src/wp-includes/class-IXR.php )
show more ...
|
| a6eab140 | 02-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Reformatting IXR library |
| 67b5a145 | 02-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDocs |
| 7e8500ee | 02-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDocs and some improvements |