Move file cache functions into CacheManager class (in CacheManager.php)
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 2 Aug 2003 10:13:27 +0000 (10:13 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 2 Aug 2003 10:13:27 +0000 (10:13 +0000)
commitc6879704abf865e25554e9bd92b185f96097985d
treeec247b456d3a720841aa9c24752cae543717941d
parente6a80bbf9d962e89d937e786f5c7aa653dc14177
Move file cache functions into CacheManager class (in CacheManager.php)
and add support for showing the cached version of a page if unable to
contact the database.

Also add 'Vary: Accept-Encoding' to headers for every output, just to
make sure.
includes/Article.php
includes/CacheManager.php [new file with mode: 0644]
includes/DatabaseFunctions.php
includes/OutputPage.php
languages/Language.php