summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-01Added geotag icon from http://www.geotagicons.com/Sarven Capadisli
2009-12-31Initial UI for geo location share option in notice formSarven Capadisli
2009-12-31Moving notice_data-location_wrap after notice form fieldsetSarven Capadisli
2009-12-31Moved JavaScript dependant stuff out of noticeform.Sarven Capadisli
2009-12-31jQuery select SN.C.S.NoticeLocationName once.Sarven Capadisli
2009-12-31Removed style information out of HTMLSarven Capadisli
2009-12-31Using semicolon to seperate lat and long; RFC2426Sarven Capadisli
2009-12-31NoticeLocationAttach() slightly more readableSarven Capadisli
2009-12-31Compare by typeSarven Capadisli
2009-12-31If UA doens't support navigation.geolocation or have JavaScriptSarven Capadisli
enabled, the user should still be able to enable/disable their share location setting per notice.
2009-12-31length is faster than size()Sarven Capadisli
2009-12-31Use the location setting profile as secondarySarven Capadisli
2009-12-31Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-12-31If user is sharing their location (based on profile setting), thenSarven Capadisli
enable it for form notice by default. This can be overriden by the cookie to preserve states.
2009-12-31If user doesn't want to share their location (which is globally setSarven Capadisli
from their profile settings), don't bother to output form data for lat/long in the notice form.
2009-12-31Fix to grab and use the actual lat/lon values from the user profileSarven Capadisli
2009-12-31Moved shareLocation data from formActions() to formData()Sarven Capadisli
2009-12-31Fixed Event end nameSarven Capadisli
2009-12-30Enable 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-30Add missing required line so this plugin works if it's the first (or only) ↵Craig Andrews
Authentication Plugin in use
2009-12-30Remove trailing space in checkbox text.Siebrand Mazeland
2009-12-30Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2009-12-29If 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-29Add progress output and optional --sleep-time parameter to triminboxes.phpBrion Vibber
2009-12-29Revert "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-29Revert "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-29Implement user interface for user to preview what location they are sharing ↵Craig Andrews
with a notice
2009-12-29Fix 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-28Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
Conflicts: scripts/setconfig.php
2009-12-28Merge branch 'locshunt' into 0.9.xEvan Prodromou
2009-12-28Merge branch 'master' into 0.9.xEvan Prodromou
2009-12-28Move location-argument-handling code into a single functionEvan 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-28let users set location prefs from profile formEvan Prodromou
2009-12-28More configuration options for location sharingEvan Prodromou
2009-12-28user_id is primary key for user_location_prefsEvan Prodromou
2009-12-28remove namespace setting from location; it's unusedEvan Prodromou
2009-12-28turn off exe bitsEvan Prodromou
2009-12-28add user-location-prefs data objectsEvan Prodromou
2009-12-28Add user_location_prefs to upgrade scriptEvan Prodromou
2009-12-28add table user_location_prefsEvan Prodromou
2009-12-28Merge branch 'master' of git@gitorious.org:statusnet/mainlineEvan Prodromou
2009-12-28First version of blacklist pluginEvan 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-28Drop 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-28Drop 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-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