aboutsummaryrefslogtreecommitdiffstats
path: root/includes/ParserCache.php
Commit message (Expand)AuthorAgeFilesLines
* Adding cache related stuff to a new 'Cache' subpackageÆvar Arnfjörð Bjarmason2005-04-121-0/+1
* stats merged from REL1_3ATim Starling2005-01-041-0/+15
* (bug 934) List each category on a page only once.Brion Vibber2004-11-251-1/+1
* Let the parser cache use the objectcache table if memcached isn't set up,Brion Vibber2004-11-221-9/+16
* Debug infoTim Starling2004-10-231-0/+1
* correcting for what was probably an odd one-off errorTim Starling2004-10-231-1/+1
* Split files and classes in different packages for phpdocumentor. I probably c...Antoine Musso2004-09-031-0/+2
* Changing comments layout preparing for generated documentation with Phpdocume...Antoine Musso2004-09-021-0/+6
* massive double to single quotes conversion. I have not noticed any bug after ...Antoine Musso2004-08-221-1/+1
* bug fixTim Starling2004-06-041-0/+1
* don't load so much stuff on parser cache hit (experimental)Tim Starling2004-06-041-3/+8
* Extra debugging info and a typo fixTim Starling2004-05-301-1/+5
* Fixed $wgCacheEpoch handlingTim Starling2004-05-301-6/+5
* oopsTim Starling2004-05-291-1/+1
* Save a tag into the cached text indicating the key and the timestampTim Starling2004-05-291-1/+4
* Parser cache respects $wgCacheEpochTim Starling2004-05-291-3/+4
* Support for database profiling, profiling bracket in ParserCache.phpTim Starling2004-05-281-0/+5
* Parser cache moved to memcachedTim Starling2004-05-271-50/+27
* Some changes to the link tables. They now all use a key on cur_id for the *_f...Brion Vibber2004-03-111-1/+1
* bug fixTim Starling2004-02-281-1/+1
* Split parser from OutputPage into Parser.php, corrected spelling of "suppress...Tim Starling2004-02-261-0/+70