Age | Commit message (Expand) | Author |
2010-01-24 | Some JS cleaning up for NoticeLocationAttach (which fixes also fixes a | Sarven Capadisli |
2010-01-24 | Moved farbtastic's stylesheet to use relative paths for its own images | Sarven Capadisli |
2010-01-24 | Took out focus out of textare when location share is enabled/disabled. | Sarven Capadisli |
2010-01-24 | Added missing position paramater | Sarven Capadisli |
2010-01-24 | JSLinting on JSON | Sarven Capadisli |
2010-01-24 | Some JSlint-ing | Sarven Capadisli |
2010-01-24 | Removed extra comma in object | Sarven Capadisli |
2010-01-24 | Revert "Drop the Google Client API-based AJAX geolocation lookup shim -- it f... | Craig Andrews |
2010-01-22 | Fixed innerHTML problem in IE7 and 8 for badge script | Sarven Capadisli |
2010-01-21 | Quick hack to avoid breaking with geonames off when there's some old cookie s... | Brion Vibber |
2010-01-14 | Update geo location UI for notice form where the geo data info is only | Sarven Capadisli |
2010-01-13 | Unchecks location sharing for geo location if it timesout | Sarven Capadisli |
2010-01-13 | Timeout should be 10000, not 10 | Sarven Capadisli |
2010-01-13 | Unchecks location sharing for geo location if it timesout | Sarven Capadisli |
2010-01-13 | Added timeout error handling for geo location | Sarven Capadisli |
2010-01-13 | Using a JSON object for NoticeDataGeo text instead | Sarven Capadisli |
2010-01-11 | Explicitly reseting notice_in-reply-to value | Sarven Capadisli |
2010-01-08 | Added i18n text for @title values in geo sharing actions | Sarven Capadisli |
2010-01-08 | Focus on the notice textarea after share, minimize, close button actions | Sarven Capadisli |
2010-01-08 | Makes sure that if geo location sharing is disabled, it doesn't use | Sarven Capadisli |
2010-01-08 | Stores geo view's minimized state in a cookie | Sarven Capadisli |
2010-01-08 | Some code cleaning for geo UI | Sarven Capadisli |
2010-01-08 | Using cookies to minimize lookups to Geonames | Sarven Capadisli |
2010-01-08 | Added minified version of json2.js to parse and stringify JSON objects | Sarven Capadisli |
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 |
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 |
2010-01-04 | Refactored NoticeLocationAttach(). It works better in UAs that don't | Sarven Capadisli |
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 |
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 |
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 |