summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* new PHP minimum requirement is now 5.3.3Andreas Gohr2014-10-14
| | | | that's the version in Debian old stable
* Merge pull request #876 from dokuwiki-translate/lang_update_53Andreas Gohr2014-10-14
|\ | | | | Translation update (hr)
| * translation updateDavor Turkalj2014-09-30
| |
* | another fix for broken gzlib linking #865Andreas Gohr2014-10-14
| |
* | use its own cache file per versionsAndreas Gohr2014-10-14
| | | | | | | | | | this ensures there will be never, ever an outdated update message shown after upgrade.
* | Fix for update messages never completely going awayAngus Gratton2014-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.)
* | translation updateMyeongjin2014-10-08
| |
* | do not use Accept-Encoding in browser UIDAndreas Gohr2014-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
* | Fix brokan format stringHarald Hanche-Olsen2014-10-05
|/
* Merge pull request #708 from splitbrain/overridablelangstringsAndreas Gohr2014-09-29
|\ | | | | extend lang file cascade, so users can override some lang strings
| * phpdocs parserutilsGerrit Uitslag2014-09-28
| |
| * improve some scrutinizer issuesGerrit Uitslag2014-09-28
| | | | | | | | | | | | different types unused vars PHPDocs
| * Merge remote-tracking branch 'origin/master' into overridablelangstringsGerrit Uitslag2014-09-28
| |\ | | | | | | | | | | | | Conflicts: inc/plugin.php
| * | visibility plugin methodsGerrit Uitslag2014-09-28
| | |
| * | use config cascade for loading of localizationsGerrit Uitslag2014-09-28
| | |
| * | reformatting config cascadeGerrit Uitslag2014-09-27
| | |
| * | add lang files to cascadingGerrit Uitslag2014-09-27
| | |
| * | extend lang file cascade, so users can override some lang stringsGerrit Uitslag2014-05-13
| | | | | | | | | | | | Fixes #692
* | | Merge pull request #624 from lisps/revisionsAndreas Gohr2014-09-29
|\ \ \ | | | | | | | | date_at support
| * | | parse AT parameter: first strtotime then timestamplisps2014-09-29
| | | | | | | | | | | | | | | | remove config option
| * | | fix scrutinizer issueslisps2014-09-26
| | | |
| * | | Merge remote-tracking branch master into revisionslisps2014-09-26
| |\ \ \
| * | | | add config date_at_formatlisps2014-03-19
| | | | | | | | | | | | | | | change translation message
| * | | | Merge remote-tracking branch 'remotes/origin/master' into revisions_locallisps2014-03-19
| |\ \ \ \
| * | | | | add missing parameterlisps2014-02-22
| | | | | |
| * | | | | fix check link existence, have to call getLastRevisionAt for every linklisps2014-02-22
| | | | | |
| * | | | | check link existencelisps2014-02-20
| | | | | |
| * | | | | fix last mergelisps2014-02-17
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/diff_navigation' into revisionslisps2014-02-17
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/parser/xhtml.php
| * \ \ \ \ \ Merge branch 'splitbrain/diff_navigation' into revisionslisps2013-11-27
| |\ \ \ \ \ \
| * | | | | | | change behavior only on date_atlisps2013-11-25
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'remotes/splitbrain/diff_navigation' into revisionslisps2013-11-25
| |\ \ \ \ \ \ \
| * | | | | | | | rename function _getProperMediaRevision to _getLastMediaRevisionAtlisps2013-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reduce a bit duplicated code
| * | | | | | | | restore old version of pageinfo()lisps2013-11-22
| | | | | | | | |
| * | | | | | | | localize msglisps2013-11-22
| | | | | | | | |
| * | | | | | | | fix function name media_isexternal()lisps2013-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove empty rev from ml() rename getProperRevision() to getLastRevisionAt() make getLastRevisionAt() a method of ChangeLog
| * | | | | | | | Merge remote-tracking branch 'remotes/splitbrain/diff_navigation' into revisionslisps2013-11-22
| |\ \ \ \ \ \ \ \
| * | | | | | | | | remove property rev from xhtml.phplisps2013-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changed variable name $create_time to $modified_time
| * | | | | | | | | add parameter at($DATE_AT) and mind revisionslisps2013-11-21
| | | | | | | | | |
* | | | | | | | | | Merge pull request #563 from splitbrain/FS#2697searchpagereadonlyAndreas Gohr2014-09-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update text above searchresults, when only read-acl FS#2697
| * | | | | | | | | | move more strings to lang.phpGerrit Uitslag2014-09-28
| | | | | | | | | | |
| * | | | | | | | | | move strings to lang.phpGerrit Uitslag2014-09-28
| | | | | | | | | | |
| * | | | | | | | | | add placeholders for create page textGerrit Uitslag2014-09-28
| | | | | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into FS#2697searchpagereadonlyGerrit Uitslag2014-09-28
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/lang/hr/searchpage.txt inc/lang/ko/searchpage.txt
| * | | | | | | | | | Replace part of localized searchtext by placeholderGerrit Uitslag2014-03-04
| | | | | | | | | | |
| * | | | | | | | | | use correct permission level for showing 'create page' textGerrit Uitslag2014-03-04
| | | | | | | | | | |
| * | | | | | | | | | Update text above searchresults, when only read-acl FS#2697Gerrit Uitslag2014-02-21
| | | | | | | | | | |
* | | | | | | | | | | work around missing gzopen on certain systems #865Andreas Gohr2014-09-27
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #826 from splitbrain/external-video-audioAndreas Gohr2014-09-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Added support for external video and audio files
| * | | | | | | | | | fixed scrutinizer issuesAnika Henke2014-08-02
| | | | | | | | | | |