Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | new PHP minimum requirement is now 5.3.3 | Andreas Gohr | 2014-10-14 |
| | | | | that's the version in Debian old stable | ||
* | Merge pull request #880 from Dr-Yukon/patch-3 | Andreas Gohr | 2014-10-14 |
|\ | | | | | Update index.php | ||
| * | Update index.php | Rainbow Spike | 2014-10-01 |
| | | | | | | 1 typo | ||
* | | Merge pull request #879 from Dr-Yukon/patch-2 | Andreas Gohr | 2014-10-14 |
|\ \ | | | | | | | Update lang.php | ||
| * | | Update lang.php | Rainbow Spike | 2014-10-01 |
| |/ | | | | | Microfix | ||
* | | Merge pull request #876 from dokuwiki-translate/lang_update_53 | Andreas Gohr | 2014-10-14 |
|\ \ | | | | | | | Translation update (hr) | ||
| * | | translation update | Davor Turkalj | 2014-09-30 |
| |/ | |||
* | | Merge pull request #898 from Werkov/master | Andreas Gohr | 2014-10-14 |
|\ \ | | | | | | | AUTH_USER_CHANGE handler can modify passed data | ||
| * | | AUTH_USER_CHANGE handler can modify passed data | Michal Koutný | 2014-10-13 |
| | | | | | | | | | | | | | | | | | | 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. | ||
* | | | another fix for broken gzlib linking #865 | Andreas Gohr | 2014-10-14 |
| | | | |||
* | | | use its own cache file per versions | Andreas Gohr | 2014-10-14 |
| | | | | | | | | | | | | | | | this ensures there will be never, ever an outdated update message shown after upgrade. | ||
* | | | Merge pull request #895 from projectgus/master | Andreas Gohr | 2014-10-14 |
|\ \ \ | | | | | | | | | Fix for update messages never completely going away | ||
| * | | | Fix for update messages never completely going away | Angus Gratton | 2014-10-11 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.) | ||
* | | | Merge pull request #901 from LarsGit223/master | Andreas Gohr | 2014-10-14 |
|\ \ \ | | | | | | | | | Corrected compression for ++ and -- operator. Partially fixes #897. | ||
| * | | | Corrected compression for ++ and -- operator. Partially fixes #897. | LarsDW223 | 2014-10-14 |
| |/ / | |||
* | | | Merge pull request #896 from splitbrain/lessmorecomments | Andreas Gohr | 2014-10-14 |
|\ \ \ | |/ / |/| | | preserve comments in less if 'compress' config disabled | ||
| * | | preserve comments in less if 'compress' config disabled | Gerrit Uitslag | 2014-10-11 |
| | | | | | | | | | | | | Otherwise comments are never visible in css.php | ||
* | | | Merge pull request #889 from dokuwiki-translate/lang_update_62 | Andreas Gohr | 2014-10-08 |
|\ \ \ | | | | | | | | | Translation update (ko) | ||
| * | | | translation update | Myeongjin | 2014-10-08 |
|/ / / | |||
* | | | Release preparation | Guy Brand | 2014-10-08 |
| | | | |||
* | | | Merge pull request #886 from splitbrain/chris_pcre66_bug | Christopher Smith | 2014-10-07 |
|\ \ \ | | | | | | | | | Fix for issues #877 & #885 related to a bug in PCRE 6.6 | ||
| * | | | escaping backslash should be included in split items | Christopher Smith | 2014-10-04 |
| | | | | |||
| * | | | Fix for issues 877 & 885 related to a bug in PCRE 6.6 | Christopher Smith | 2014-10-03 |
| | |/ | |/| | |||
* | | | do not use Accept-Encoding in browser UID | Andreas Gohr | 2014-10-06 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||
* | | | Merge pull request #887 from hanche/fix-lang-no | Christopher Smith | 2014-10-06 |
|\ \ \ | |/ / |/| | | Fix broken format string | ||
| * | | Fix brokan format string | Harald Hanche-Olsen | 2014-10-05 |
|/ / | |||
* | | release preparations | Andreas Gohr | 2014-09-29 |
| | | |||
* | | Merge pull request #708 from splitbrain/overridablelangstrings | Andreas Gohr | 2014-09-29 |
|\ \ | | | | | | | extend lang file cascade, so users can override some lang strings | ||
| * | | phpdocs parserutils | Gerrit Uitslag | 2014-09-28 |
| | | | |||
| * | | improve some scrutinizer issues | Gerrit Uitslag | 2014-09-28 |
| | | | | | | | | | | | | | | | | | | different types unused vars PHPDocs | ||
| * | | Merge remote-tracking branch 'origin/master' into overridablelangstrings | Gerrit Uitslag | 2014-09-28 |
| |\| | | | | | | | | | | | | | Conflicts: inc/plugin.php | ||
| * | | visibility plugin methods | Gerrit Uitslag | 2014-09-28 |
| | | | |||
| * | | use config cascade for loading of localizations | Gerrit Uitslag | 2014-09-28 |
| | | | |||
| * | | reformatting config cascade | Gerrit Uitslag | 2014-09-27 |
| | | | |||
| * | | add lang files to cascading | Gerrit Uitslag | 2014-09-27 |
| | | | |||
| * | | extend lang file cascade, so users can override some lang strings | Gerrit Uitslag | 2014-05-13 |
| | | | | | | | | | | | | Fixes #692 | ||
* | | | Merge pull request #624 from lisps/revisions | Andreas Gohr | 2014-09-29 |
|\ \ \ | | | | | | | | | date_at support | ||
| * | | | parse AT parameter: first strtotime then timestamp | lisps | 2014-09-29 |
| | | | | | | | | | | | | | | | | remove config option | ||
| * | | | fix scrutinizer issues | lisps | 2014-09-26 |
| | | | | |||
| * | | | Merge remote-tracking branch master into revisions | lisps | 2014-09-26 |
| |\ \ \ | |||
| * | | | | fix config option | lisps | 2014-03-19 |
| | | | | | |||
| * | | | | add config date_at_format | lisps | 2014-03-19 |
| | | | | | | | | | | | | | | | change translation message | ||
| * | | | | Merge remote-tracking branch 'remotes/origin/master' into revisions_local | lisps | 2014-03-19 |
| |\ \ \ \ | |||
| * | | | | | add missing parameter | lisps | 2014-02-22 |
| | | | | | | |||
| * | | | | | fix check link existence, have to call getLastRevisionAt for every link | lisps | 2014-02-22 |
| | | | | | | |||
| * | | | | | check link existence | lisps | 2014-02-20 |
| | | | | | | |||
| * | | | | | rename classname | lisps | 2014-02-17 |
| | | | | | | |||
| * | | | | | fix last merge | lisps | 2014-02-17 |
| | | | | | | |||
| * | | | | | Merge remote-tracking branch 'origin/diff_navigation' into revisions | lisps | 2014-02-17 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/parser/xhtml.php | ||
| * \ \ \ \ \ | Merge branch 'splitbrain/diff_navigation' into revisions | lisps | 2013-11-27 |
| |\ \ \ \ \ \ |