summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-04Merge branch 'batchlocation'Evan 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 batchlocationEvan 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-31Script to update the location ID for usersEvan 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-30temp debug logging hack for subscriber list early cutoff bug - we can see a c...Brion Vibber
2009-12-29Add progress output and optional --sleep-time parameter to triminboxes.phpBrion Vibber
2009-12-29don't show notices with deleted profilesEvan Prodromou
2009-12-28notices are immutable, use created date for updatedEvan Prodromou
2009-12-28don't add flag if it's already there at block timeEvan Prodromou
2009-12-28Merge branch 'master' of git@gitorious.org:statusnet/mainlineEvan Prodromou
2009-12-28First version of blacklist pluginEvan Prodromou
2009-12-28Drop the Google Client API-based AJAX geolocation lookup shim -- it fails to ...Brion Vibber
2009-12-28optionally flag a profile for review when blockedEvan Prodromou
2009-12-28move flag creation to a method of data objectEvan Prodromou
2009-12-28add events for unblocking a profileEvan Prodromou
2009-12-28events for blocking a userEvan Prodromou
2009-12-28check if other user exists before unsubEvan Prodromou
2009-12-28phpcs-clean User_flag_profile as best as possibleEvan Prodromou
2009-12-28phpcs-clean flagprofile.phpEvan Prodromou
2009-12-28phpcs-clean clearflag.phpEvan Prodromou
2009-12-28PHPCS-clean adminprofileflags.phpEvan Prodromou
2009-12-28PHPCS-clean UserFlagPluginEvan Prodromou
2009-12-28clear flags and show flaggers in adminflagprofileEvan Prodromou
2009-12-28add stuff for clearing flags to UserFlagPluginEvan Prodromou
2009-12-28Add tools to clear flagsEvan Prodromou
2009-12-27pagination works for flagged profilesEvan Prodromou
2009-12-27admin page checks for right to review flagsEvan Prodromou
2009-12-24Paths admin panel should not insist on an ssl server being specified,Zach Copley
2009-12-24Move ssl settings from site admin panel to paths admin panelZach Copley
2009-12-24add setconfig.php script to set configuration optionsEvan Prodromou
2009-12-23make sure Geonames API queries use correct arg separatorEvan Prodromou
2009-12-23Better error notification for Geonames pluginEvan Prodromou
2009-12-22save location at notice post timeEvan Prodromou
2009-12-22Fix for massively slow friends timeline query due to indexing bug introduced ...Brion Vibber
2009-12-22Merge branch 'testing'Evan Prodromou
2009-12-22update to rc2Evan Prodromou
2009-12-22update README for 0.9.0rc2Evan Prodromou
2009-12-21Ignore user language settings that aren't listed in language config; we'll th...Brion Vibber
2009-12-18Followup fix for ticket 1672: Twitter bridge !group->#hash conversion will no...Brion Vibber
2009-12-17Make useremail.php executableBrion Vibber
2009-12-17Added UserEmail script.Christopher Vollick