* Added revision's timestamp to OutputPage along with revision ID; avoid a DB hit...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 10 Dec 2011 16:30:40 +0000 (16:30 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 10 Dec 2011 16:30:40 +0000 (16:30 +0000)
commit2629c3649facd6f6bcdccf7f3e62cd43eed73493
tree74630ab2b90511ec4f51ce9c4de0ba5bb21333ea
parentd1635b45cc77ef10c1459c0537ecffe353b8ad06
* Added revision's timestamp to OutputPage along with revision ID; avoid a DB hit in Skin::lastModified() when showing parser cache's content. This changed with the removal of $wgArticle in Skin since now it's a different WikiPage object and thus WikiPage::setTimetstamp() call is useless (but still kept).
* Added ParserOutput::(get|set)Timestamp() and the $mTimestamp member; avoid messing with isset()
includes/Article.php
includes/OutputPage.php
includes/Skin.php
includes/SkinTemplate.php
includes/diff/DifferenceEngine.php
includes/parser/ParserCache.php
includes/parser/ParserOutput.php