Adding messages for new global group 'sysadmin'. Brion, Tim, Kate and JeLuF are all...
[lhc/web/wiklou.git] / includes / BagOStuff.php
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...