Play safe and clear the article object internals, too (eg. mTouched).
[lhc/web/wiklou.git] / includes / BagOStuff.php
2010-12-14 Chad HorohoeFix for r78322, check $result not $value
2010-12-13 Bryan Tong MinhFollow-up r66364: wincache fixes
2010-12-10 Chad HorohoeOne more $wgDBtype. I think this is the last offender...
2010-12-03 Antoine Mussotypo (fu r77320)
2010-11-26 Antoine Mussodoc comments: fix grammar and return parameter. fu...
2010-11-25 Antoine Mussoconsistent incr() return value in case of error. follow...
2010-10-14 Sam ReedBig attack on unused variables...
2010-10-10 Alexandre EmsenhuberReturn null instead of false SqlBagOStuff::incr(),...
2010-08-08 Alexandre Emsenhuber* Standardised file description headers
2010-07-30 Ryan Schmidt* (bug 24425) Use Database::replace instead of delete...
2010-06-09 Chad HorohoeFixed a bunch of silly instances of [^!=]==\s*(true...
2010-05-30 Siebrand MazelandRan stylize.php, removed trailing whitespace, updated...
2010-05-21 Tim StarlingPivot the interpretation of expiry time at 10 years...
2010-05-13 Chad Horohoe(bug 22844) Support Micosoft Windows Cache aka WINCACHE
2010-02-16 Max SemenikRemoved MMCache support, this thing is dead. Partially...
2010-02-14 Siebrand MazelandRandom indentation and code formatting updates. No...
2010-02-11 Alexandre EmsenhuberImplement keys() for APCBagOStuff
2010-01-16 Alexandre EmsenhuberMediaWikiBagOStuff -> SqlBagOStuff in comment, both...
2009-12-05 Max SemenikEliminated deadlock during parser tests on SQLite
2009-12-04 OverlordQMaking the DBA handler configurable when using CACHE_DB...
2009-08-15 Tim Starling* Converted BagOStuff.php from the style of memcached...
2009-06-17 Tim StarlingBug 19240 (bad image list performance regression):
2008-10-30 Brion Vibber* (bug 11533) Fixed insane slowdown when in read-only...
2008-08-29 Tim Starling* Fixed intermittent deadlock errors involving objectca...
2008-05-22 Alexandre EmsenhuberFix some doxygen warnings
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-18 Alexandre Emsenhuber* Document a bit
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-30 Tim Starling* Introduced LBFactory -- an abstract class for configu...
2008-01-08 Victor VasilievIntroduce BagOStuff::keys() method for debugging/etc...
2007-07-23 Tim StarlingDebugging
2007-07-07 Rob ChurchNo reason this should be inheriting...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-08 Rob Church* (bug 10181) Support the XCache object caching mechani...
2007-06-07 Tim StarlingSqlBagOStuff: Don't write to the database during read...
2007-06-04 Aryeh GregorUse __construct syntax instead of PHP4 syntax. Someone...
2007-04-24 Nick JenkinsDoc tweaks:
2007-04-18 Nick JenkinsSome small doc tweaks to reduce Doxygen warnings, namely:
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-12 Nick JenkinsFor the "includes/" directory:
2007-01-05 Tim StarlingIn SqlBagOStuff: Respect expiry time on get(). Fix...
2006-11-24 Brion Vibber* Use INSERT IGNORE for db-based BagOStuff add/insert...
2006-11-21 Tim Starling* Introduced StringUtils.php, populated it with some...
2006-10-04 Tim StarlingAbolished $wgDBname as a unique wiki identifier, it...
2006-08-05 Tim StarlingIn DBA caches: fixed return value when the key is missing
2006-07-26 Tim StarlingMerged localisation-work branch:
2006-07-10 Antoine MussoMake APCBagOStuff::delete() compatible with BagOStuff...
2006-07-05 Greg Sabino MullaneAdd decodeBlob() function to complement encodeBlob()
2006-06-07 Brion VibberUnbreak the wiki when the base BagOStuff class is used...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-05-29 Domas MituzasNow it is faster :-)
2006-05-28 Domas MituzasAdd APC shared memory caching support, for those who...
2006-04-05 Brion VibberUpdate the FSF's address in all these GPL stub headers
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-08-20 Tim Starlingremoved some debugging statements, I think they were...
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-08-01 Domas Mituzasadd error message detailing what is wrong if bagostuff...
2005-07-22 Brion Vibber* (bug 2885) Fix fatal errors and notices in PHP 5...
2005-04-09 Tim StarlingSmarter, more flexible cache type selection. Moved...