Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-31 | jQuery select SN.C.S.NoticeLocationName once. | Sarven Capadisli | |
2009-12-31 | Removed style information out of HTML | Sarven Capadisli | |
2009-12-31 | Using semicolon to seperate lat and long; RFC2426 | Sarven Capadisli | |
2009-12-31 | NoticeLocationAttach() slightly more readable | Sarven Capadisli | |
2009-12-31 | Compare by type | Sarven Capadisli | |
2009-12-31 | If UA doens't support navigation.geolocation or have JavaScript | Sarven Capadisli | |
enabled, the user should still be able to enable/disable their share location setting per notice. | |||
2009-12-31 | length is faster than size() | Sarven Capadisli | |
2009-12-31 | Use the location setting profile as secondary | Sarven Capadisli | |
2009-12-31 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
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 | 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 | Remove trailing space in checkbox text. | Siebrand Mazeland | |
2009-12-30 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
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 | 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-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 | |