Commit History

Author SHA1 Message Date
  Evan Prodromou f1ea678aae memcache_dataobject supports some DB_DataObject_Cast objects as values 14 years ago
  Evan Prodromou 727ea5a516 Merge branch '0.9.x' into 1.0.x 14 years ago
  Evan Prodromou 76cce8a3c5 Merge branch 'master' into 0.9.x 14 years ago
  Evan Prodromou 08745e4eac Merge branch 'master' into testing 14 years ago
  Evan Prodromou 82326a3b69 show PEAR_Error message, not the object 14 years ago
  Brion Vibber 01a03e34c8 Merge branch '0.9.x' into 1.0.x 14 years ago
  Brion Vibber d44e5ac935 Add $config['db']['annotate_queries'] option to include caller ID comments into queries. Comment can then be seen in process list, slow query logs on the server, aiding in tracking down unexpected slow queries. 14 years ago
  Brion Vibber abf2ce873b Avoid notice when reporting DB errors for objects that don't have an 'id' field 14 years ago
  Brion Vibber 2aaf8d4e30 Add class and (if present) id to DB_DataObject error exceptions; often they're VERRRRRY vague, and it helps to know what type of item is failing! 15 years ago
  Brion Vibber 81b6b58e33 Merge branch 'master' into testing 15 years ago
  Brion Vibber c74aea589d Stomp queue restructuring for mass scalability: 15 years ago
  Brion Vibber 875e1a70ce Don't spew warnings on usage of MEMCACHE_COMPRESSED constant when memcache PHP extension is not present. 15 years ago
  Evan Prodromou f6eecf02fc add simple cache getter/setter static functions to Memcached_DataObject 15 years ago
  Evan Prodromou 513f8be07a hide most DB_DataObject errors 15 years ago
  Evan Prodromou d5f86f7a8a Merge branch 'master' of git@gitorious.org:statusnet/mainline 15 years ago
  Evan Prodromou 84b5480007 update mysqltimestamps on insert and update 15 years ago
  Brion Vibber ffaaf9de4a Don't preemptively close existing DB connections for web views (needed to keep # of conns from going insane on multi-site queue daemons, so just doing for CLI) 15 years ago
  Evan Prodromou 663e4e02a1 Merge branch 'master' into testing 15 years ago
  Evan Prodromou e26a843caf Offload inbox updates to a queue handler to speed up posting online 15 years ago
  Evan Prodromou e6cf293db8 Recover caching logic lost in bad merge 15 years ago
  Evan Prodromou 29d83c8ca9 Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing 15 years ago
  Evan Prodromou a3e484a0e8 Memcached_DataObject unnecessarily require_once'd itself 15 years ago
  Brion Vibber 8dafe09ab2 Option to log slow db queries or all db queries 15 years ago
  Brion Vibber ec145b73fc Major refactoring of queue handlers to support running multiple sites in one daemon. 15 years ago
  Brion Vibber 4cc9b183d7 Avoid spewing warnings about returning by reference on memcached cache misses by setting a var and returning it instead of trying to return false directly. 15 years ago
  Brion Vibber f397d35527 Regression fix: don't spew notices to log every time we get a non-cached user object 15 years ago
  Evan Prodromou 9d3893255a don't put Users with object IDs in the cache, and don't fetch them 15 years ago
  Brion Vibber 78214c4e06 Exclude process-specific link & result cache references from serialized Memcached_Data_Object instances. 15 years ago
  Brion Vibber 8f02379f6e Revert "Take Memcached_DataObject destructor back out to check whether it might be causing some under-the-hood problems." 15 years ago
  Evan Prodromou d32fb7c7c4 return false from Memcached_DataObject::staticGet() on not found, like DB_DataObject 15 years ago