summaryrefslogtreecommitdiff
path: root/inc/changelog.php
Commit message (Collapse)AuthorAge
* phpdocs, reformattingGerrit Uitslag2015-06-30
|
* Remove error supression for file_exists()Andreas Gohr2015-01-07
| | | | | | | 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.
* Merge pull request #923 from splitbrain/addLogEntryAndreas Gohr2014-12-11
|\ | | | | Make addLogEntry independent of global var INFO
| * Make addLogEntry independent of global var INFOGerrit Uitslag2014-11-06
| | | | | | | | In stead use the type as provided to the function. Fixes #920
* | Merge remote-tracking branch 'origin/master' into scrutinizerissuesGerrit Uitslag2014-12-09
|\| | | | | | | | | | | | | | | | | Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
| * Merge remote-tracking branch master into revisionslisps2014-09-26
| |\
| * \ Merge remote-tracking branch 'remotes/origin/master' into revisions_locallisps2014-03-19
| |\ \
| * \ \ 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
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'remotes/splitbrain/diff_navigation' into revisionslisps2013-11-25
| |\ \ \ \ \
| * | | | | | 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
| | | | | | | |
* | | | | | | | Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | many PHPDocs some unused variables some dynamically declared variables declared
* | | | | | | PHPdocs changelogGerrit Uitslag2014-05-21
| | | | | | |
* | | | | | | log deprecated function calls FS#2399Andreas Gohr2014-05-10
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Merge branch 'master' into diff_navigationAndreas Gohr2014-03-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (103 commits) Add a basic test case for the cache Events: Trigger a warning if the default action is not callable Fix caching (make the event callback public again) translation update translation update translation update translation update translation update translation update translation update avoid HTTP image screenshot urls. closes #595 translation update Extension manager: Fix cache extension to be .repo adjusted the office type color again another instance of empty() where an array key might not exist remove placeholder van denied.txt updated file icons once more removed 'not logged in' text, loginform is shown already Revert "added stripped bit to language file" fixed index file ... Conflicts: inc/html.php
| * | | | | | amend $_SERVER to $INPUT->serverChristopher Smith2014-03-06
| | | | | | |
* | | | | | | diff of removed page, require handling right rev=0Gerrit Uitslag2014-02-19
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | reverse revisions display orderGerrit Uitslag2014-02-15
| |_|_|_|/ |/| | | |
* | | | | retrieve revisions around some given revisionsGerrit Uitslag2013-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | read changelog with chunks of chunksize size in getRevisions()Gerrit Uitslag2013-11-27
| |_|_|/ |/| | |
* | | | bugfix and reformatting changelog. small chunck unittestsGerrit Uitslag2013-11-22
| | | |
* | | | Improve changelog reading. Inclusive unittests for chunks smaller than ↵Gerrit Uitslag2013-11-22
| |_|/ |/| | | | | | | | changelog lines.
* | | refactor PageRevisionLog into Media- and PageChangelog extending ChangelogGerrit Uitslag2013-11-21
| | |
* | | Improved isCurrentRevision(), tests includedGerrit Uitslag2013-11-21
| |/ |/|
* | isCurrentPage is page dependentGerrit Uitslag2013-11-20
| |
* | page related changelog reading refactored to classGerrit Uitslag2013-11-20
| |
* | Merge remote-tracking branch 'origin/master' into diff_navigationGerrit Uitslag2013-11-19
|\|
| * for negative or zero number of revs to return return empty array by getRevisionsKlap-in2013-08-03
| |
* | some refactoringKlap-in2013-02-04
| |
* | Add some breaks to while loops.Klap-in2013-01-28
| |
* | Add working EoF and BoF checks when chunck reading.Klap-in2013-01-28
| | | | | | | | Also isset on meta-last_change-date entry.
* | Added diff navigationKlap-in2013-01-27
|/ | | | Navigation links to move to previous edit before revision in left column or next/last edit after revision in right column.
* Merge branch 'master' into subscriptionAndreas Gohr2012-11-30
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (175 commits) some coding style improvements added .idea project folder to gitignore use correct setUp method and parent calls. Correct German plugin manager translation (download != install) correct return in sendDigest() Fix case-insensitive match in ACL checking GeSHi update to 1.0.8.11 ignore empty header on mail sending remove empty BCC/CC mail headers Galician language update some welcome page changes Combine subsequent calls to strtr into a single transformation changed semicolon to colon in link to welcome page to make it less confusing fixed wrong sidebar showing in namespaces when sidebar is disabled Typo fix for TL;DR removed a bunch of outdated and irrelevant networking acronyms added another place to look for logo to make it more consistent (FS#2656) French language update Czech language update compat js findPosX/y more closely mimic historical function ... Conflicts: inc/auth.php inc/common.php inc/subscription.php lib/exe/indexer.php
| * Fix types in inc/changelog.php and initialize variablesMichael Hamann2012-08-24
| |
* | handle empty changelog in getRecentsSince()Andreas Gohr2012-08-12
|/
* fixed media only RSS feedAndreas Gohr2012-03-02
| | | | | | 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
* limit edit summaries to 255 charactersAndreas Gohr2011-10-10
|
* Fixes a problem with parsing overlong changelog linesAndreas Gohr2011-10-10
| | | | | | | | | | | | | 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.
* Fix the permission and file existence check in the recent changesMichael Hamann2011-08-21
| | | | | | | | 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.
* issue #10 media revisions/changes in RSS feedKate Arzamastseva2011-08-02
|
* issue #38 links and icons in recent changesKate Arzamastseva2011-07-30
|
* Recent Changes integration of media changesKate Arzamastseva2011-07-25
|
* recent changes fixKate Arzamastseva2011-06-10
|
* media version saving fixesKate Arzamastseva2011-06-05
|
* media revisions in recent changesKate Arzamastseva2011-06-04
|
* media version savingKate Arzamastseva2011-05-26
|
* store the creator's login name in metadata FS#1397Andreas Gohr2010-12-22
|