Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-31 | If user is sharing their location (based on profile setting), then | Sarven Capadisli | |
enable it for form notice by default. This can be overriden by the cookie to preserve states. | |||
2009-12-31 | If user doesn't want to share their location (which is globally set | Sarven Capadisli | |
from their profile settings), don't bother to output form data for lat/long in the notice form. | |||
2009-12-31 | Fix to grab and use the actual lat/lon values from the user profile | Sarven Capadisli | |
2009-12-31 | Moved shareLocation data from formActions() to formData() | Sarven Capadisli | |
2009-12-31 | Fixed Event end name | Sarven Capadisli | |
2009-12-30 | Take Memcached_DataObject destructor back out to check whether it might be ↵ | Brion Vibber | |
causing some under-the-hood problems. | |||
2009-12-30 | Revert debugging code | Brion Vibber | |
2009-12-30 | Enable memcache automatic compression, starting at 20k and only if ↵ | Craig Andrews | |
compression gain is greater than 20%. Allows storage of larger objects (over 1mb in size uncompressed), such as huge LDAP schemas. Should also improve cache efficiency (allows more stuff to be stored in same memory) and reduce network latency (less data transfer) | |||
2009-12-30 | Add missing required line so this plugin works if it's the first (or only) ↵ | Craig Andrews | |
Authentication Plugin in use | |||
2009-12-30 | subbug debug info to check on free ordering | Brion Vibber | |
2009-12-30 | temp debug logging hack for subscriber list early cutoff bug - we can see a ↵ | Brion Vibber | |
cut off list at http://identi.ca/petercook/subscribers but haven't been able to explain it. will log a little data on the execution through the list | |||
2009-12-30 | Remove trailing space in checkbox text. | Siebrand Mazeland | |
2009-12-30 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
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 | If we got an identified location at ajax check time, renormalize lat/lon and ↵ | Brion Vibber | |
naming. This'll match other displays of the names more consistently (Opera Plaza, San Francisco, CA, US instead of Opera Plaza, US) | |||
2009-12-29 | Add progress output and optional --sleep-time parameter to triminboxes.php | Brion Vibber | |
2009-12-29 | Add progress output and optional --sleep-time parameter to triminboxes.php | Brion Vibber | |
2009-12-29 | Revert "Revert "Drop the Google Client API-based AJAX geolocation lookup ↵ | Craig Andrews | |
shim -- it fails to ask for user permission, causing us quite a bit of difficulty."" This reverts commit 552de999bfe660cbf88eb9b1ce19e55b2f6b3d92. Playing a bit of back-and-forth with this one :-) | |||
2009-12-29 | Revert "Drop the Google Client API-based AJAX geolocation lookup shim -- it ↵ | Craig Andrews | |
fails to ask for user permission, causing us quite a bit of difficulty." This reverts commit 749b8b5b8ca4d1c39d350879aadddbdb9d8b71d5. | |||
2009-12-29 | Implement user interface for user to preview what location they are sharing ↵ | Craig Andrews | |
with a notice | |||
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 | don't show notices with deleted profiles | 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 | |