Commit History

Author SHA1 Message Date
  Evan Prodromou 22f02b35ad call DB_DataObject::__destruct() if it exists 15 years ago
  Evan Prodromou 945661d942 take out DB_DataObject destructor 15 years ago
  Brion Vibber b9040a7cc4 Add destructor on Memcached_DataObject to free DB_DataObject's global storage for an object when that object itself is destroyed. 15 years ago
  Brion Vibber 727357695e Debug check to track down live error -- wrong data type sometimes being sent down to Memcached_DataObject::cacheKey() via various fetch functions, need a backtrace to track it down. 15 years ago
  Brion Vibber 53c86c43c4 Bringing Sphinx search support up to code: broken out to a plugin, now supports multiple sites on a single server. 15 years ago
  Evan Prodromou df86aa7214 define LACONICA and accept LACONICA for backwards compatibility 15 years ago
  Evan Prodromou 865b716f09 change LACONICA to STATUSNET 15 years ago
  Evan Prodromou 4737563b95 a distributed -> the distributed 15 years ago
  Evan Prodromou c8b8f07af1 change Laconica and Control Yourself to StatusNet in PHP files 15 years ago
  Evan Prodromou a5f78449b1 better check for existing DB connection runs SET NAMES UTF8 less 15 years ago
  Evan Prodromou d4db9d83d8 Revert "Merge branch '0.8.x' into cachenonexistent" 15 years ago
  Evan Prodromou 9f6bea473e cache failure to find in memcached 15 years ago
  Evan Prodromou 876ab05927 Add like for search 15 years ago
  Evan Prodromou aec6456c91 Update copyright dates in files modified in 2009 15 years ago
  Evan Prodromou 793a6a1155 change Controlez-Vous to Control Yourself 15 years ago
  Zach Copley e0fb15c185 Make sure we have a DB connection before setting its charset 15 years ago
  Evan Prodromou 9e16b7d89b Use mysql_set_charset for connection instead of SET NAMES 15 years ago
  Evan Prodromou d068680e19 optionally use SET NAMES for utf8 to DB 15 years ago
  Evan Prodromou 698228acb9 Revert "Revert "run 'set names' after each connection to deal with UTF8 correctly"" 15 years ago
  Evan Prodromou 86770ccde7 Revert "run 'set names' after each connection to deal with UTF8 correctly" 15 years ago
  Evan Prodromou a7089de228 run 'set names' after each connection to deal with UTF8 correctly 15 years ago
  Evan Prodromou 96bcfa4981 Was accidentally not saving cached items (doh!) 16 years ago
  Evan Prodromou 0642b6aa63 Fixed bug in caching of queries 16 years ago
  Evan Prodromou dde1c00ce7 Return $inst, not $cls, if no cache in Memcached_DataObject 16 years ago
  Evan Prodromou 8c79646e53 Add a method the memcached_object that lets it cache query results 16 years ago
  Evan Prodromou 04ef1ba8ee change function headers to K&R style 16 years ago
  Evan Prodromou eb2f9c98ac replace NULL with null 16 years ago
  Evan Prodromou edbc0c665c replace all tabs with four spaces 16 years ago
  Evan Prodromou be2efe254e always return a variable by reference 16 years ago
  millette 4206f4d961 sphinx: fallback if no connection 16 years ago