Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-05 | Reuse cookie location_enabled before .change() | Sarven Capadisli | |
2010-01-05 | Retain the geo data when FormNoticeXHR is complete because form gets | Sarven Capadisli | |
reset | |||
2010-01-05 | Remove input geo data as well | Sarven Capadisli | |
2010-01-05 | If user checked shared location but didn't enter their location, don't | Sarven Capadisli | |
show the checkbox | |||
2010-01-04 | Refactored NoticeLocationAttach(). It works better in UAs that don't | Sarven Capadisli | |
support Geolocation API. | |||
2010-01-04 | Ran NoticeLocationAttach() through jslint | Sarven Capadisli | |
2010-01-04 | Relocated @title removal | Sarven Capadisli | |
2010-01-04 | Refactored geo location removal to removeNoticeDataGeo() | Sarven Capadisli | |
2010-01-04 | Added errorCallback() to geoCurrentPosition() i.e., if user doesn't | Sarven Capadisli | |
grant permission, removes the Geo processing and (if any) existing geo location data from notice form. | |||
2010-01-04 | Trim whitespace from label's textContent | Sarven Capadisli | |
2010-01-04 | Using object value instead of inline string | Sarven Capadisli | |
2010-01-04 | Open geoname URL in a new window | Sarven Capadisli | |
2010-01-03 | Fix end tag | Sarven Capadisli | |
2010-01-03 | Button should return false | Sarven Capadisli | |
2010-01-03 | Moved location container's buttons inside enabled state | Sarven Capadisli | |
2010-01-03 | Reset location icon when container button.close is clicked | Sarven Capadisli | |
2010-01-03 | Added minimize functionality to selected location container | Sarven Capadisli | |
2010-01-03 | Changed location share representation to be more like the file | Sarven Capadisli | |
attachment. Init UI. Probably a little buggy. | |||
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 | 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-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-28 | Merge branch 'master' into 0.9.x | Evan Prodromou | |
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-23 | Updated Repeat notice option submit button style | Sarven Capadisli | |
2009-12-23 | Init UI for Repeat notice option confirmation dialog. | Sarven Capadisli | |
2009-12-11 | rename forward form to repeat form in JS | Evan Prodromou | |
2009-12-11 | Revert "remove NoticeForward from util.js" | Evan Prodromou | |
This reverts commit 038fbddd02d2f144936357ed2ed40c09b1441c6b. | |||
2009-12-10 | remove NoticeForward from util.js | Evan Prodromou | |
2009-12-10 | If ElementData is set on the notice form, use the existing MaxLength | Sarven Capadisli | |
2009-12-10 | Calling NewDirectMessage | Sarven Capadisli | |
2009-12-10 | Updated FormNoticeEnhancements and Counter to use the max text value | Sarven Capadisli | |
from HTML. It also allows each .form_notice to have its own counter. | |||
2009-12-08 | add (ugly) form to forward notices | Evan Prodromou | |
2009-12-07 | Added form_response class to XHR notice posts | Sarven Capadisli | |
2009-12-07 | Fixed missing " for element attribute | Sarven Capadisli | |
2009-12-07 | Use .resetForm() instead of manually setting notice form's control values to ↵ | Sarven Capadisli | |
null | |||
2009-12-07 | If the XHR error suggests that the xhr.status is 0 (i.e., it didn't | Sarven Capadisli | |
receive an XHR object as expected), threat it as a success like HTTP 20x or 30x because the notice most likely went through. jquery.form.js (for file uploads) and meteor.js both use an iframe and they (somehow) appear to be in conflict. Notice always goes through, however, xhr.status is 0. Further investigation is needed. | |||
2009-12-02 | If an XHR notice is sent form a page that has no timeline, show a | Sarven Capadisli | |
message like 'Notice sent' | |||
2009-12-02 | Revert "If the page doesn't have .notices, silently skip the notice XHR ↵ | Sarven Capadisli | |
response" This reverts commit 7b550f386a8a3f38ced8ee587d7ae1c997e97906. | |||
2009-12-02 | Revert "Clear/reset the XHR notice form on pages where there is no timeline" | Sarven Capadisli | |
This reverts commit d3189763422a87f9f977646ad57e7d4a2ea29026. | |||
2009-12-02 | Clear/reset the XHR notice form on pages where there is no timeline | Sarven Capadisli | |
2009-12-02 | If the page doesn't have .notices, silently skip the notice XHR response | Sarven Capadisli | |