- Apr 19, 2016
-
-
Anika Henke authored
-
- Aug 21, 2015
-
-
Gerrit Uitslag authored
Implements https://bugs.dokuwiki.org/index.php?do=details&task_id=2525
-
- Jun 30, 2015
-
-
Gerrit Uitslag authored
-
- Jan 07, 2015
-
-
Andreas Gohr authored
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
-
- Nov 06, 2014
-
-
Gerrit Uitslag authored
In stead use the type as provided to the function. Fixes #920
-
- Oct 01, 2014
-
-
Gerrit Uitslag authored
many PHPDocs some unused variables some dynamically declared variables declared
-
- May 21, 2014
-
-
Gerrit Uitslag authored
-
- May 10, 2014
-
-
Andreas Gohr authored
This introduces a new dbg_deprecated() function which allows for easy marking of deprecated functions. Each call is logged to the debuglog when debuggin is enabled.
-
- Mar 06, 2014
-
-
Christopher Smith authored
-
- Feb 19, 2014
-
-
Gerrit Uitslag authored
When page is removed, and diff can be requested between a revision and current situation. This results in right revision is 0. Similar case just after creating a page. A diff between the first version and nothing before, result in left revision is 0. In these cases a empty dummy revision is placed as selected value in dropdown. Otherwise user got distracted by the revisions details shown in select field, which are not related to the diff below.
-
- Feb 15, 2014
-
-
Gerrit Uitslag authored
-
- Nov 26, 2013
-
-
Gerrit Uitslag authored
With unit tests One case is not yet fixed: when rev1 is first rev from changelog, only $max/2 revisions are retrieved, but it should retrieve $max revisions.
-
Gerrit Uitslag authored
-
- Nov 22, 2013
-
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
-
lisps authored
remove empty rev from ml() rename getProperRevision() to getLastRevisionAt() make getLastRevisionAt() a method of ChangeLog
-
lisps authored
changed variable name $create_time to $modified_time
-
- Nov 21, 2013
-
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
-
lisps authored
-
- Nov 20, 2013
-
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
-
- Aug 03, 2013
-
-
Klap-in authored
-
- Feb 04, 2013
-
-
Klap-in authored
-
- Jan 27, 2013
- Aug 24, 2012
-
-
Michael Hamann authored
-
- Aug 12, 2012
-
-
Andreas Gohr authored
-
- Mar 02, 2012
-
-
Andreas Gohr authored
when the SKIP_DELETED flag was set, no recent changes where returned for media only queries, becuase file checks where done on page files instead of media files
-
- Oct 10, 2011
-
-
Andreas Gohr authored
-
Andreas Gohr authored
When an overlong edit summary was given for an edit, the resulting changelog line could be longer than the chunk that is handled in the changelog reader (8192 bytes) causing the reader to abort the operation. This meant that old revisions where no longer accessible. This patch fixes the reader (it continues reading chunks until a full line is found). However, limiting the summary makes sense and will be added in another patch.
-
- Aug 21, 2011
-
-
Michael Hamann authored
Before it was possible that changes for media files the user can't access were shown if the user could access a page with the same name. This also reverts the file existence check so it now really checks for media changes that the media file exists and for page changes the page and that not one of the two suffice for both.
-
- Aug 02, 2011
-
-
Kate Arzamastseva authored
-
- Jul 30, 2011
-
-
Kate Arzamastseva authored
-
- Jul 25, 2011
-
-
Kate Arzamastseva authored
-
- Jun 10, 2011
-
-
Kate Arzamastseva authored
-
- Jun 05, 2011
-
-
Kate Arzamastseva authored
-
- Jun 04, 2011
-
-
Kate Arzamastseva authored
-
- May 26, 2011
-
-
Kate Arzamastseva authored
-