Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-30 | Merge branch 'locshunt2' into 0.9.x | Evan Prodromou | |
Conflicts: classes/User_location_prefs.php | |||
2009-12-30 | Add magic formula to keep DB_DataObject from treating location prefs pkey as ↵ | Evan Prodromou | |
autoincrement | |||
2009-12-29 | Fix for saving user location preferences -- user_id field was marked as an ↵ | Brion Vibber | |
auto-increment and wasn't getting saved with new inserts. | |||
2009-12-29 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-12-29 | Merge branch 'master' into 0.9.x | Evan Prodromou | |
2009-12-29 | Fix for saving user location preferences -- user_id field was marked as an ↵ | Brion Vibber | |
auto-increment and wasn't getting saved with new inserts. | |||
2009-12-28 | notices are immutable, use created date for updated | Evan Prodromou | |
2009-12-28 | don't add flag if it's already there at block time | Evan Prodromou | |
2009-12-28 | Move location-argument-handling code into a single function | Evan Prodromou | |
Moved the important parts of the location-argument-handling stuff to a single function. Handles defaults and overrides correctly, and easy to use. Changed Web and API channels to use it. | |||
2009-12-28 | let users set location prefs from profile form | Evan Prodromou | |
2009-12-28 | More configuration options for location sharing | Evan Prodromou | |
2009-12-28 | user_id is primary key for user_location_prefs | Evan Prodromou | |
2009-12-28 | remove namespace setting from location; it's unused | Evan Prodromou | |
2009-12-28 | turn off exe bits | Evan Prodromou | |
2009-12-28 | add user-location-prefs data objects | Evan Prodromou | |
2009-12-28 | Add user_location_prefs to upgrade script | Evan Prodromou | |
2009-12-28 | add table user_location_prefs | Evan Prodromou | |
2009-12-28 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
Conflicts: scripts/setconfig.php | |||
2009-12-28 | Merge branch 'locshunt' into 0.9.x | Evan Prodromou | |
2009-12-28 | Merge branch 'master' into 0.9.x | Evan Prodromou | |
2009-12-28 | Move location-argument-handling code into a single function | Evan Prodromou | |
Moved the important parts of the location-argument-handling stuff to a single function. Handles defaults and overrides correctly, and easy to use. Changed Web and API channels to use it. | |||
2009-12-28 | let users set location prefs from profile form | Evan Prodromou | |
2009-12-28 | More configuration options for location sharing | Evan Prodromou | |
2009-12-28 | user_id is primary key for user_location_prefs | Evan Prodromou | |
2009-12-28 | remove namespace setting from location; it's unused | Evan Prodromou | |
2009-12-28 | turn off exe bits | Evan Prodromou | |
2009-12-28 | add user-location-prefs data objects | Evan Prodromou | |
2009-12-28 | Add user_location_prefs to upgrade script | Evan Prodromou | |
2009-12-28 | add table user_location_prefs | Evan Prodromou | |
2009-12-28 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2009-12-28 | First version of blacklist plugin | Evan Prodromou | |
First version of blacklist plugin. Replaces custom code in identi.ca's config.php, which was getting scary and long. Also correctly handles changed nicknames or URLs in profile settings and using 'forbidden' URLs in notice text. | |||
2009-12-28 | Drop the Google Client API-based AJAX geolocation lookup shim -- it fails to ↵ | Brion Vibber | |
ask for user permission, causing us quite a bit of difficulty. | |||
2009-12-28 | Drop the Google Client API-based AJAX geolocation lookup shim -- it fails to ↵ | Brion Vibber | |
ask for user permission, causing us quite a bit of difficulty. | |||
2009-12-28 | optionally flag a profile for review when blocked | Evan Prodromou | |
2009-12-28 | move flag creation to a method of data object | Evan Prodromou | |
2009-12-28 | add events for unblocking a profile | Evan Prodromou | |
2009-12-28 | events for blocking a user | Evan Prodromou | |
2009-12-28 | check if other user exists before unsub | Evan Prodromou | |
2009-12-28 | phpcs-clean User_flag_profile as best as possible | Evan Prodromou | |
2009-12-28 | phpcs-clean flagprofile.php | Evan Prodromou | |
2009-12-28 | phpcs-clean clearflag.php | Evan Prodromou | |
2009-12-28 | PHPCS-clean adminprofileflags.php | Evan Prodromou | |
2009-12-28 | PHPCS-clean UserFlagPlugin | Evan Prodromou | |
2009-12-28 | clear flags and show flaggers in adminflagprofile | Evan Prodromou | |
2009-12-28 | add stuff for clearing flags to UserFlagPlugin | Evan Prodromou | |
2009-12-28 | Add tools to clear flags | Evan Prodromou | |
Added a form to clear all flags for a profile, when showed on adminprofileflags list. Add an action to handle the form, and a right for the action. | |||
2009-12-28 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
2009-12-27 | Adjusted showstream , shownotice notice max width | Sarven Capadisli | |
2009-12-27 | pagination works for flagged profiles | Evan Prodromou | |
2009-12-27 | admin page checks for right to review flags | Evan Prodromou | |