FileCache cleanuo:
authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 28 Dec 2008 14:19:39 +0000 (14:19 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 28 Dec 2008 14:19:39 +0000 (14:19 +0000)
commitf0a60c4fef7d5571cf45512f366a9bb218f44277
tree9764b6f20c94768282d3a47920f79147e01b00a1
parenta339ab8ee1780ec08b76d4a4d3fa823857555ab7
FileCache cleanuo:
* Add a clearFileCache() function in the place of various unlink() calls. This also clears the raw page cache.
* Fix useFileCache() for loop
* Add mType field to file cache objects
includes/Article.php
includes/HTMLCacheUpdate.php
includes/HTMLFileCache.php
includes/RawPage.php
includes/Title.php