aboutsummaryrefslogtreecommitdiffstats
path: root/includes/ParserCache.php
Commit message (Expand)AuthorAgeFilesLines
* * Reorganised the includes directory, creating subdirectories db, parser and ...Tim Starling2008-06-161-116/+0
* Revert r36093 (bug 14404).Brion Vibber2008-06-111-4/+4
* Some tweaks to the {{int:...}} parser function:Alexandre Emsenhuber2008-06-091-4/+4
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-2/+1
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-2/+0
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Kill some more whitespacesAntoine Musso2007-04-211-8/+7
* Yet more doc tweaks:Nick Jenkins2007-04-201-3/+0
* Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) Nick Jenkins2007-04-041-1/+1
* Revert r20769: we don't use PHPDocumentor anymore, we use doxygen.Brion Vibber2007-03-281-1/+1
* PHPDocumentor [http://en.wikipedia.org/wiki/PhpDocumentor] documentation twea...Nick Jenkins2007-03-281-1/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-3/+1
* Rename constructors to __constructorAntoine Musso2007-01-201-1/+1
* * fix last commit so quickUserCan() actually skips the cascading queryBrion Vibber2007-01-131-1/+1
* Possibly partial patch to make userCanEdit avoid running cascade-protection q...Andrew Garrett2007-01-131-1/+1
* Completing code housekeeping stuff for rest of includes/ directory: removing ...Nick Jenkins2006-11-291-2/+0
* Abolished $wgDBname as a unique wiki identifier, it doesn't work with the new...Tim Starling2006-10-041-2/+2
* A lot more of static issues when using E_STRICT from the commandline.Antoine Musso2006-07-101-1/+1
* (bug 5683) Respect parser output marked as uncacheable when savingRob Church2006-05-131-13/+21
* Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad)Antoine Musso2006-05-111-2/+1
* Some more PHP5 stuffAntoine Musso2006-05-111-1/+2
* Save the last modified timestamp to the parser cache, to avoid the need for a...Tim Starling2006-03-161-1/+7
* removing unused globals and some whitespace cleaningLupin2006-03-071-1/+1
* move hardcoded ParserCache expire time to DefaultSettings.php, 1 day nowDomas Mituzas2006-01-091-1/+2
* * s~\t+$~~Ævar Arnfjörð Bjarmason2006-01-071-1/+1
* removed $wgParserCache, converted to a singletonTim Starling2006-01-051-0/+12
* * (bug 4385) Separate parser cache entries for non-editing users, so sectionBrion Vibber2005-12-281-1/+7
* key parser cache on ($action==render)River Tarnell2005-07-031-2/+3
* remove wfdebug in pagehistoryRiver Tarnell2005-07-011-3/+7
* stats changes ported from 1.4Tim Starling2005-06-191-12/+4
* 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