Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-01 | Don't need margin-bottom for share location option | Sarven Capadisli | |
2010-01-01 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2010-01-01 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-01-01 | Revert "add cleanup method to cleanup a single row" | Evan Prodromou | |
This reverts commit b0527801d9c2b84408bbfdf82bbdc5b778f72cfc. | |||
2010-01-01 | Merge branch 'master' into batchlocation | Evan Prodromou | |
2010-01-01 | Merge branch 'master' into 0.9.x | Evan Prodromou | |
Conflicts: classes/Memcached_DataObject.php | |||
2010-01-01 | Included geotag icon file separately | Sarven Capadisli | |
2010-01-01 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2010-01-01 | Added geotag icon from http://www.geotagicons.com/ | Sarven Capadisli | |
2010-01-01 | add cleanup method to cleanup a single row | Evan Prodromou | |
2010-01-01 | stop using DB_DataObject's staticGet() which caches | Evan Prodromou | |
2010-01-01 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
2009-12-31 | Removed crazy redundant broadcasting of notices by the FB app | Zach Copley | |
2009-12-31 | - Use a stripped down new notice form for FB app because FB canvas apps | Zach 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-31 | Change inline CSS stylesheet to be on a single line so it doens't blow out ↵ | Zach Copley | |
syntax highlighting in my editor | |||
2009-12-31 | Update to external Facebook libs | Zach Copley | |
2009-12-31 | Script to update the location ID for users | Evan Prodromou | |
Since we added locations to the database, some users may have location strings in their profiles but not structured locations. This script updates the locations for single users or for all users. | |||
2009-12-31 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-12-31 | Initial UI for geo location share option in notice form | Sarven Capadisli | |
2009-12-31 | Moving notice_data-location_wrap after notice form fieldset | Sarven Capadisli | |
2009-12-31 | Moved JavaScript dependant stuff out of noticeform. | Sarven Capadisli | |
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 | 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. |