HTMLFileCache refactoring:
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 29 Sep 2011 08:18:20 +0000 (08:18 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 29 Sep 2011 08:18:20 +0000 (08:18 +0000)
commit6014f0db91a823a5c02b545c0d589408a307e77f
treefa89db4b1e9c39f1e646ca4a9c96a89a17775b28
parent32327650c5e7e73e392ae3b3a97d97650d4fb0af
HTMLFileCache refactoring:
* Rewrote class and split into three classes: a base class, and html cache and a more generic cache to be used later.
* The new classes now use RequestContext.
* Renamed fetchPageText() -> fetchText().
* Split out new saveText() function from saveToFileCache().
* Various other cleanups and fixes.
Also fixed backwards setting of $wgDisableCounters in rebuildFileCache.php.
includes/Article.php
includes/AutoLoader.php
includes/HistoryPage.php
includes/Wiki.php
includes/cache/FileCacheBase.php [new file with mode: 0644]
includes/cache/HTMLFileCache.php
includes/cache/ObjectFileCache.php [new file with mode: 0644]
includes/db/DatabaseError.php
maintenance/rebuildFileCache.php