bugfix: if the upload path is absolute, don't prepend the server URL
[lhc/web/wiklou.git] / includes / ParserCache.php
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...