Live hack: Skip some work on empty category/link sets
[lhc/web/wiklou.git] / includes / ParserCache.php
2006-03-16 Tim StarlingSave the last modified timestamp to the parser cache...
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-01-09 Domas Mituzasmove hardcoded ParserCache expire time to DefaultSettin...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-05 Tim Starlingremoved $wgParserCache, converted to a singleton
2005-12-28 Brion Vibber* (bug 4385) Separate parser cache entries for non...
2005-07-03 River Tarnellkey parser cache on ($action==render)
2005-07-01 River Tarnellremove wfdebug in pagehistory
2005-06-19 Tim Starlingstats changes ported from 1.4
2005-04-12 Ævar Arnfjörð Bjar... Adding cache related stuff to a new 'Cache' subpackage
2005-01-04 Tim Starlingstats merged from REL1_3A
2004-11-25 Brion Vibber(bug 934) List each category on a page only once.
2004-11-22 Brion VibberLet the parser cache use the objectcache table if memca...
2004-10-23 Tim StarlingDebug info
2004-10-23 Tim Starlingcorrecting for what was probably an odd one-off error
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-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-06-04 Tim Starlingbug fix
2004-06-04 Tim Starlingdon't load so much stuff on parser cache hit (experimental)
2004-05-30 Tim StarlingExtra debugging info and a typo fix
2004-05-30 Tim StarlingFixed $wgCacheEpoch handling
2004-05-29 Tim Starlingoops
2004-05-29 Tim StarlingSave a tag into the cached text indicating the key...
2004-05-29 Tim StarlingParser cache respects $wgCacheEpoch
2004-05-28 Tim StarlingSupport for database profiling, profiling bracket in...
2004-05-27 Tim StarlingParser cache moved to memcached
2004-03-11 Brion VibberSome changes to the link tables. They now all use a...
2004-02-28 Tim Starlingbug fix
2004-02-26 Tim StarlingSplit parser from OutputPage into Parser.php, corrected...