summaryrefslogtreecommitdiff
path: root/classes/Memcached_DataObject.php
AgeCommit message (Expand)Author
2010-01-22Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-01-22Memcached_DataObject unnecessarily require_once'd itselfEvan Prodromou
2010-01-21Option to log slow db queries or all db queriesBrion Vibber
2010-01-12Major refactoring of queue handlers to support running multiple sites in one ...Brion Vibber
2010-01-12Avoid spewing warnings about returning by reference on memcached cache misses...Brion Vibber
2010-01-11Regression fix: don't spew notices to log every time we get a non-cached user...Brion Vibber
2010-01-10don't put Users with object IDs in the cache, and don't fetch themEvan Prodromou
2010-01-04Exclude process-specific link & result cache references from serialized Memca...Brion Vibber
2010-01-04Revert "Take Memcached_DataObject destructor back out to check whether it mig...Brion Vibber
2010-01-02return false from Memcached_DataObject::staticGet() on not found, like DB_Dat...Evan Prodromou
2010-01-02change harmless check of to check of in Memcached_DataObjectEvan Prodromou
2010-01-01Merge branch 'master' of git@gitorious.org:statusnet/mainlineEvan Prodromou
2010-01-01Revert "add cleanup method to cleanup a single row"Evan Prodromou
2010-01-01add cleanup method to cleanup a single rowEvan Prodromou
2010-01-01stop using DB_DataObject's staticGet() which cachesEvan Prodromou
2009-12-30Take Memcached_DataObject destructor back out to check whether it might be ca...Brion Vibber
2009-12-30Revert debugging codeBrion Vibber
2009-12-30subbug debug info to check on free orderingBrion Vibber
2009-12-22Merge branch 'testing'Evan Prodromou
2009-12-15call DB_DataObject::__destruct() if it existsEvan Prodromou
2009-12-15take out DB_DataObject destructorEvan Prodromou
2009-12-14Add destructor on Memcached_DataObject to free DB_DataObject's global storage...Brion Vibber
2009-12-11Debug check to track down live error -- wrong data type sometimes being sent ...Brion Vibber
2009-11-10Bringing Sphinx search support up to code: broken out to a plugin, now suppor...Brion Vibber
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25a distributed -> the distributedEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-07-27better check for existing DB connection runs SET NAMES UTF8 lessEvan Prodromou
2009-07-05Revert "Merge branch '0.8.x' into cachenonexistent"Evan Prodromou
2009-07-05cache failure to find in memcachedEvan Prodromou
2009-06-21Add like for searchEvan Prodromou
2009-06-20Update copyright dates in files modified in 2009Evan Prodromou
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
2009-06-18Make sure we have a DB connection before setting its charsetZach Copley
2009-05-30Use mysql_set_charset for connection instead of SET NAMESEvan Prodromou
2009-05-27optionally use SET NAMES for utf8 to DBEvan Prodromou
2009-04-26Revert "Revert "run 'set names' after each connection to deal with UTF8 corre...Evan Prodromou
2009-04-26Revert "run 'set names' after each connection to deal with UTF8 correctly"Evan Prodromou
2009-04-26run 'set names' after each connection to deal with UTF8 correctlyEvan Prodromou
2009-01-22Was accidentally not saving cached items (doh!)Evan Prodromou
2009-01-22Fixed bug in caching of queriesEvan Prodromou
2009-01-22Return $inst, not $cls, if no cache in Memcached_DataObjectEvan Prodromou
2009-01-22Add a method the memcached_object that lets it cache query resultsEvan Prodromou
2008-12-23change function headers to K&R styleEvan Prodromou
2008-12-23replace NULL with nullEvan Prodromou
2008-12-23replace all tabs with four spacesEvan Prodromou
2008-12-10always return a variable by referenceEvan Prodromou
2008-11-23sphinx: fallback if no connectionmillette
2008-11-20sphinx search for noticesmillette