]> git.openstreetmap.org Git - rails.git/history - app
Update iD; clean up OAuth configuration
[rails.git] / app /
2013-05-03 John FirebaughUpdate iD; clean up OAuth configuration
2013-05-03 Tom MacWrightAdd iD editor
2013-05-01 Tom HughesStop attribution control wrapping on layers with attrib...
2013-05-01 Tom HughesMake "add note" cope with base layer changes
2013-04-30 Tom MacWrightFix note formatting
2013-04-29 Tom HughesMake the notification mails for notes show when a note...
2013-04-29 Tom HughesDisable dragging of new notes once they are submitted
2013-04-28 Tom MacWrightReset Leaflet styles so that the OSM color scheme is...
2013-04-28 Tom HughesRemove unused CSS rule
2013-04-28 Tom MacWrightRedesign notes permalink
2013-04-28 Tom HughesSwap older and newer
2013-04-28 Tom HughesUpdate ohauth and switch to using the new headerGenerat...
2013-04-28 Yuki ShiraReplace trace.trace_paging_nav.previous/next by older...
2013-04-27 Tom HughesTone down the anonymous edit warning for notes
2013-04-27 Tom HughesReplace the title in the note popup with a permalink
2013-04-27 Tom HughesReduce corner radius on all leaflet popups
2013-04-27 Tom HughesIncrease whitespace between comments in the note popup
2013-04-27 Tom HughesCancel any existing object load before starting a new one
2013-04-26 Tom HughesRemove the flatten_comment methd from the Note model
2013-04-26 Tom HughesRework the generation of descriptions in the notes...
2013-04-25 Tom HughesShow OSM objects for Nominatim search results as map...
2013-04-25 Tom HughesImprove wrapping in the data browse on narrow windows
2013-04-25 John FirebaughFix P2 interaction with search links
2013-04-25 Tom HughesUse the correct longitude for links when browsing chang...
2013-04-24 Tom HughesFix exception with GPX and RSS notes#index when no...
2013-04-24 Tom HughesWrap XML notes responses in an <osm> wrapper
2013-04-24 Tom HughesExplicitly set text/plain as the type for error responses
2013-04-24 Tom HughesCall set_locale for all notes actions
2013-04-24 Tom HughesFix exeption in GeoRSS formatting for notes
2013-04-24 Tom HughesFix exception with XML notes#index when no notes are...
2013-04-23 Tom HughesMerge branch 'notes'
2013-04-22 John FirebaughDon't display empty changeset comments
2013-04-17 Tom HughesStop text overflowing the richtext preview pane
2013-04-17 Tom HughesAllowing wrapping inside the content of a richtext...
2013-04-16 Tom HughesMerge branch 'master' into notes
2013-04-14 Saman Bemel-BenrudDiary cleanup
2013-04-08 Tom HughesMerge branch 'master' into notes
2013-04-08 Tom HughesAdd a "Hide" button to notes when viewed by moderators
2013-04-08 Tom HughesReturn an updated copy of the note from the delete...
2013-04-08 Tom HughesAllow a comment to be supplied when hiding a note
2013-04-08 Tom HughesRestriction note deletion to moderators
2013-04-07 Tom HughesFix next/previous links on diary pages properly
2013-04-07 Tom HughesCorrect next/previous links on diary list page
2013-04-02 Matt AmosAdded database, API and GPX status to capabilities.
2013-04-01 Tom HughesUse changeset and user caches in Changeset#download
2013-04-01 Tom HughesAvoid reading nodes twice in WayController#full
2013-04-01 Tom HughesOptimise database reads in DiaryEntry#list
2013-04-01 Tom HughesImprove selection logic in DiaryEntry#rss
2013-04-01 Tom HughesReimplement User#is_friends_with? in a non-insane way
2013-04-01 Tom HughesPreload sender/recipient details for messages
2013-03-28 Tom HughesAdd a new write_notes permission needed for OAuth acces...
2013-03-28 Tom HughesFocus on the text field when a note is opened
2013-03-28 Tom HughesFix display of updates on newly loaded notes
2013-03-28 Tom HughesDon't try and use OAuth if we don't have a token
2013-03-28 Tom HughesTidy up javascript OAuth code
2013-03-28 Tom HughesAdd missing padding at right hand end of greeting menu
2013-03-28 Tom HughesMerge branch 'master' into notes
2013-03-28 Tom HughesUse OAuth for notes API calls and require authenticatio...
2013-03-28 Tom HughesAdd javascript OAuth support
2013-03-24 Tom HughesUse changeset and user caches in Changeset#download
2013-03-24 Tom HughesAvoid reading nodes twice in WayController#full
2013-03-24 Tom HughesOptimise database reads in DiaryEntry#list
2013-03-24 Tom HughesImprove selection logic in DiaryEntry#rss
2013-03-24 Tom HughesReimplement User#is_friends_with? in a non-insane way
2013-03-24 Tom HughesPreload sender/recipient details for messages
2013-03-03 Eric TheiseExtend geocoder to support additional lat/lon formats
2013-02-12 Tom HughesRemove use of jQuery toggle() function
2013-02-12 Tom HughesClear the note cache when the note layer is turned off
2013-02-05 Tom HughesReject attempts to create notes with no comment text
2013-02-05 Tom HughesSeparate the links in the bottom right map corner better
2013-02-05 Tom HughesMerge branch 'master' into notes
2013-02-05 Tom HughesStop newly added notes disappearing
2013-02-05 Tom HughesChange "Close" button to "Resolve" in notes popup
2013-02-05 Tom HughesReject note comments with no text
2013-02-05 Tom HughesMake the API reject changes to closed notes
2013-02-05 Tom HughesPass parameters to APIAlreadyDeletedError correctly
2013-02-05 Tom HughesRemove redundant return
2013-02-05 Tom HughesAvoid javascript warning
2013-02-05 Tom HughesRemove the "new note" marker when the user clicks somew...
2013-02-03 Tom HughesDisable "Add Note" button when there is no text
2013-02-03 Tom HughesEnable the "add note" link after a new note is created
2013-02-03 Tom HughesAdd link to show a note on the map to the note browser...
2013-02-03 Tom HughesMake titles in note popups link to the note
2013-02-03 Tom HughesAllow a note=N parameter in the URL to zoom to and...
2013-02-03 Tom HughesDisable the "add note" link while a note is being added
2013-02-03 Tom HughesAvoid making the map scroll when adding a new note
2013-02-03 Tom HughesAdd a test for commenting on diary entries
2013-02-03 Tom HughesMove the note popups up slightly
2013-02-03 Tom HughesAjaxify message deletion
2013-02-03 Tom HughesImprove date display in user notes list
2013-02-03 Tom HughesOnly show each note once is the user notes view
2013-02-03 Tom HughesTouch notes when new comments are added
2013-02-02 Tom HughesMake notes RSS feeds work
2013-02-02 Tom HughesShow anonymous user warning in data browser note view
2013-02-02 Tom HughesAdd anonymous comment warning to note popup
2013-02-02 Tom HughesImprove styling of the per-user notes list view
2013-02-02 Tom HughesImprove display of anonymous note comments
2013-02-02 Tom HughesTweak sizing of note popups
2013-02-02 Tom HughesLocalise dates and times in notes popups
2013-02-02 Tom HughesImprove comment descriptions in note popups
next