| 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 |
| e3710957 | 01-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
more phpdocs and minor check |
| 253d4b48 | 01-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
more PHPDocs, unused var, small bit code reformatting |
| 42ea7f44 | 01-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Many PHPDocs, some unused and dyn declared vars
many PHPDocs some unused variables some dynamically declared variables declared |
| 9d7d72dc | 30-Sep-2014 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
| 59bc3b48 | 29-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
more scrutinizer issue improvements |
| 80d9f3dd | 29-Sep-2014 |
lisps <stummp@loewen.de> |
parse AT parameter: first strtotime then timestamp remove config option |
| e0c26282 | 29-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
scrutinizer documentations issues |
| c50a128d | 28-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
move more strings to lang.php |
| a55c49a2 | 28-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
move strings to lang.php |
| 82f2bcd0 | 28-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add placeholders for create page text |
| 0440ca46 | 28-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
phpdocs parserutils |
| 21d806cd | 28-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
improve some scrutinizer issues
different types unused vars PHPDocs |
| 73411587 | 28-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
visibility plugin methods |