summaryrefslogtreecommitdiff
path: root/classes/Memcached_DataObject.php
AgeCommit message (Expand)Author
2010-12-17Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-12-17Event hook for SQLProfileBrion Vibber
2010-10-15Tweak DB query logging to also log queries that fail; the exceptions we get a...Brion Vibber
2010-10-04Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.xBrion Vibber
2010-09-28* i18n/L10n and translator documentation updates.Siebrand Mazeland
2010-09-06common_cache_key() -> Cache::key()Evan Prodromou
2010-09-06common_keyize() -> Cache::keyize()Evan Prodromou
2010-09-06common_memcache() => Cache::instance()Evan Prodromou
2010-08-06OStatus/FeedSub: tweaked PuSH feed garbage collection so other plugins can de...Brion Vibber
2010-08-03Merge branch '0.9.x' into 1.0.xEvan Prodromou
2010-07-30* Address i18n related FIXMEs after talk with Brion.Siebrand Mazeland
2010-07-29* add string for translation with translator documentationSiebrand Mazeland
2010-07-14cache sitemap notice and user counts for 4hEvan Prodromou
2010-06-11Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.xBrion Vibber
2010-06-04use DB_DataObject_Cast objects in a couple of different places in the codeEvan Prodromou
2010-06-04memcache_dataobject supports some DB_DataObject_Cast objects as valuesEvan Prodromou
2010-04-07Merge branch '0.9.x' into 1.0.xEvan Prodromou
2010-04-07Merge branch 'master' into 0.9.xEvan Prodromou
2010-04-07Merge branch 'master' into testingEvan Prodromou
2010-04-07show PEAR_Error message, not the objectEvan Prodromou
2010-03-29Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-03-29Add $config['db']['annotate_queries'] option to include caller ID comments in...Brion Vibber
2010-03-24Avoid notice when reporting DB errors for objects that don't have an 'id' fieldBrion Vibber
2010-02-24Add class and (if present) id to DB_DataObject error exceptions; often they'r...Brion Vibber
2010-02-16Merge branch 'master' into testingBrion Vibber
2010-02-16Stomp queue restructuring for mass scalability:Brion Vibber
2010-02-05Don't spew warnings on usage of MEMCACHE_COMPRESSED constant when memcache PH...Brion Vibber
2010-01-29add simple cache getter/setter static functions to Memcached_DataObjectEvan Prodromou
2010-01-28hide most DB_DataObject errorsEvan Prodromou
2010-01-28Merge branch 'master' of git@gitorious.org:statusnet/mainlineEvan Prodromou
2010-01-28update mysqltimestamps on insert and updateEvan Prodromou
2010-01-27Don't preemptively close existing DB connections for web views (needed to kee...Brion Vibber
2010-01-25Merge branch 'master' into testingEvan Prodromou
2010-01-25Offload inbox updates to a queue handler to speed up posting onlineEvan Prodromou
2010-01-24Recover caching logic lost in bad mergeEvan Prodromou
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