Add the other existing $skin.css/.js to the message files too to be consistent
[lhc/web/wiklou.git] / includes / ParserCache.php
2008-06-11 Brion VibberRevert r36093 (bug 14404).
2008-06-09 Alexandre EmsenhuberSome tweaks to the {{int:...}} parser function:
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-04-21 Antoine MussoKill some more whitespaces
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-13 Brion Vibber* fix last commit so quickUserCan() actually skips...
2007-01-13 Andrew GarrettPossibly partial patch to make userCanEdit avoid runnin...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-10-04 Tim StarlingAbolished $wgDBname as a unique wiki identifier, it...
2006-07-10 Antoine MussoA lot more of static issues when using E_STRICT from...
2006-05-13 Rob Church(bug 5683) Respect parser output marked as uncacheable...
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoSome more PHP5 stuff
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...