* Generalised OutputPage::checkLastModified() to allow it to easily handle more than...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 29 Aug 2008 08:40:13 +0000 (08:40 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 29 Aug 2008 08:40:13 +0000 (08:40 +0000)
commit0ff36b8d71ee3bbb249c36acb181b2b0b8ae3f63
tree0c2fc3a8d0a96d425ae07bf17a55e090eb28349d
parent5c42b437f3a1454b9b79c679111854138c47e14d
* Generalised OutputPage::checkLastModified() to allow it to easily handle more than three types of modified timestamp. Added OutputPageCheckLastModified hook.
* Flattened out the structure of that function with early returns, to avoid ugly deep nesting.
includes/OutputPage.php
includes/User.php