Clean up after r14751:
[lhc/web/wiklou.git] / includes / CacheManager.php
2006-06-08 Domas Mituzaswoo, revert the revert, apc 3.0.8 seems to work with...
2006-06-07 Domas Mituzasrevert r14636, private static arrays seem to crash...
2006-06-07 Domas MituzasAutoLoad Title.php, move global cache arrays to static...
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-12-04 Antoine MussoClean up unused globals!
2005-07-20 River Tarnellponder namespace when creating hash key for cache
2005-04-12 Ævar Arnfjörð Bjar... Adding cache related stuff to a new 'Cache' subpackage
2004-11-21 Brion Vibbertyop
2004-11-21 Brion VibberFix obsolete function call
2004-10-18 Zheng Zhufixes Bug 718: Bad charset in cached pages.
2004-09-24 Zheng ZhuFirst batch of files modified to switch wgLang to wgCon...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-08 Brion VibberFix for file cache on PHP 4.1.2. The text string seems...
2004-06-08 Antoine Mussosome double quoting replaced by single quoting
2004-05-07 Tim Starlinginclude_once -> require_once
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2003-08-02 Brion VibberExtract the edit page interface functions out of Articl...
2003-08-02 Brion VibberSlight cache tweaks; fixes gzip encoding header for...
2003-08-02 Brion VibberMove file cache functions into CacheManager class ...