summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2010-01-07Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-01-07Fixes to bugs where non-local messages were being wrong put in the public tim...Ciaran Gultnieks
2010-01-06fixup keytypes so it returns the types no matter what kind of class it isEvan Prodromou
2010-01-06Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-01-06only encache new objects when insert was successfulEvan Prodromou
2010-01-06...and drop the unnecessary &reference from child class pkeyGet() overrides.Brion Vibber
2010-01-06Rearrange Memcached_DataObject::staticGet() to avoid "only variables can be p...Brion Vibber
2010-01-06Fix for broken profile flag admin UI: delete stray flag entries when users ar...Brion Vibber
2010-01-05encache on insert instead of decachingEvan Prodromou
2010-01-05Fix for overlong RT trimming: don't trim if textlimit is 0 (unlimited)Brion Vibber
2010-01-05Ticket 2135: trim overlong repeats with ellipsis rather than failing.Brion Vibber
2010-01-05Cache fixes:Brion Vibber
2010-01-05Require users to login to view attachments on private sitesCraig Andrews
2010-01-05Move Authorization and Authentication plugin structures into core, instead of...Craig Andrews
2010-01-04Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-01-04Merge branch 'master' into 0.9.xEvan 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-04Exclude process-specific link & result cache references from serialized Memca...Brion Vibber
2010-01-04cached id streams can be empty, compare against falseEvan Prodromou
2010-01-04carefully compare cached settings against false for ConfigEvan Prodromou
2010-01-04Memcached_DataObject stores empty values in the cacheEvan Prodromou
2010-01-04Stop caching unfindable keysEvan Prodromou
2010-01-04user_id is a non-autoincrement pkey for user_location_prefsEvan Prodromou
2010-01-03Revert "use keys() instead of keyTypes() so plugin data object work"Evan Prodromou
2010-01-03use keys() instead of keyTypes() so plugin data object workEvan Prodromou
2010-01-02Merge branch 'master' into 0.9.xEvan Prodromou
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-02incorrectly used empty() instead of isset() for a variable that could be 0Evan 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-01Merge branch 'master' into 0.9.xEvan 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-31Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan 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-30Merge branch 'locshunt2' into 0.9.xEvan Prodromou
2009-12-30Add magic formula to keep DB_DataObject from treating location prefs pkey as ...Evan Prodromou
2009-12-29Add progress output and optional --sleep-time parameter to triminboxes.phpBrion Vibber
2009-12-29Add progress output and optional --sleep-time parameter to triminboxes.phpBrion Vibber
2009-12-29Fix for saving user location preferences -- user_id field was marked as an au...Brion Vibber
2009-12-29Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-12-29Merge branch 'master' into 0.9.xEvan Prodromou
2009-12-29Fix for saving user location preferences -- user_id field was marked as an au...Brion Vibber
2009-12-28notices are immutable, use created date for updatedEvan Prodromou
2009-12-28Move location-argument-handling code into a single functionEvan Prodromou
2009-12-28More configuration options for location sharingEvan Prodromou