obsolete ChangeLog:isExternalEditionnew methods: isLastRevision(), lastRevision()
fix wrong filesize of oldrev
new Changelog::saveRevisionInfo()
improve just created conditioncase 1: new page or mediacase 2: newer one that had existed but is already deleted via DW Editor
skip cached revInfo to keep "current" entryto
set ChangeLog property currentRevision when instantiatedwill cause more unittest errors during common_pageinfo_test
create ChangeLog::getCurrentRevisionInfo()assign tentative revision for possible external edition, as $lastRev +1
Revert "disable external edit check to avoid unittest fails"This reverts commit 162709daa8557d651e7afd7a6aa3e62f08bf0ade.
WIP: handle External Deletion using time() for dummy rev number
disable external edit check to avoid unittest fails
use getFilename() method instead of wikiFN()
add external edits to revision listings- general function for retrieving external edit changelogline- changelogline is cached after use of the function, then also retrievable by getRevisionInfo()
add external edits to revision listings- general function for retrieving external edit changelogline- changelogline is cached after use of the function, then also retrievable by getRevisionInfo()- included in retrieveRevisionsAround() as well
show more ...
PSR2 style fixesThese are some simple whitespace/arrangement things that apparantlycan't be fixed automatically
Merge branch 'master' into psr2
split changelog classes into their own namespaceThe remaining functions in inc/changelog.php should be moved into autility class.
123