summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-01Don't need margin-bottom for share location optionSarven Capadisli
2010-01-01Included geotag icon file separatelySarven Capadisli
2010-01-01Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2010-01-01Added geotag icon from http://www.geotagicons.com/Sarven Capadisli
2010-01-01Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2009-12-31Removed crazy redundant broadcasting of notices by the FB appZach Copley
2009-12-31- Use a stripped down new notice form for FB app because FB canvas appsZach Copley
can't support image upload via multipart/form-data (and location sharing is iffy). - Deal with new error code 100 from Facebook, which seem to be for inactive accounts.
2009-12-31Change inline CSS stylesheet to be on a single line so it doens't blow out ↵Zach Copley
syntax highlighting in my editor
2009-12-31Update to external Facebook libsZach Copley
2009-12-31Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
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-30Merge branch 'locshunt2' into 0.9.xEvan Prodromou
Conflicts: classes/User_location_prefs.php
2009-12-30Add magic formula to keep DB_DataObject from treating location prefs pkey as ↵Evan Prodromou
autoincrement
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-29Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-12-29Merge branch 'master' into 0.9.xEvan Prodromou
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-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-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