]> git.openstreetmap.org Git - rails.git/history - app/assets/javascripts/index/notes.js.erb
Add/remove active class on map UI buttons
[rails.git] / app / assets / javascripts / index / notes.js.erb
2013-08-05 John FirebaughAdd/remove active class on map UI buttons
2013-08-04 Tom HughesMerge remote-tracking branch 'osmlab/hash'
2013-07-30 John FirebaughInclude layers in hash
2013-07-29 Tom HughesRemove geolink class from add note button while adding...
2013-07-19 Tom HughesDon't try and look at params.layers when it isn't set
2013-07-19 Tom HughesMerge remote-tracking branch 'osmlab/map-ui'
2013-07-18 John FirebaughFix add note
2013-07-18 John FirebaughLayers work
2013-07-18 John FirebaughComplete de-globalization of map
2013-07-18 John FirebaughRefactor layer persistence
2013-07-18 Tom MacWrightActually toggle note layer on click.
2013-07-18 Tom MacWrightStart refactoring notes layer
2013-07-18 John FirebaughBasic framework for map UI
2013-06-27 Tom HughesUse new Leaflet setPopupContent method
2013-06-27 Tom HughesReplace various Leaflet extensions with new builtin...
2013-06-02 Leo KoppelkammReplace note markers with ones styled like the other...
2013-05-13 Tom HughesClear comment field after a new note is created
2013-05-13 Tom HughesPreserve in progress note comments when the map is...
2013-05-12 Leo KoppelkammDon't focus the text area on touch devices to avoid...
2013-05-08 Tom HughesPersist the state of the notes layer
2013-05-01 Tom HughesMake "add note" cope with base layer changes
2013-04-29 Tom HughesDisable dragging of new notes once they are submitted
2013-04-23 Tom HughesMerge branch 'notes'
2013-04-16 Tom HughesMerge branch 'master' into notes
2013-04-08 Tom HughesMerge branch 'master' into notes
2013-04-08 Tom HughesAdd a "Hide" button to notes when viewed by moderators
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 HughesMerge branch 'master' into notes
2013-03-28 Tom HughesUse OAuth for notes API calls and require authenticatio...
2013-02-12 Tom HughesClear the note cache when the note layer is turned off
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 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 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 HughesMove the note popups up slightly
2013-02-02 Tom HughesTweak sizing of note popups
2013-02-02 Tom HughesMerge branch 'master' into notes
2013-01-15 Tom HughesMerge branch 'master' into notes
2012-12-04 Tom HughesDon't try and add a note when the control is disabled
2012-12-02 Tom HughesAbort any existing load before starting a new one
2012-12-02 Tom HughesPolice the MAX_NOTE_REQUEST_AREA limit on the client
2012-12-02 Tom HughesMake sure popups don't overlay controls or the top bar
2012-12-02 Tom HughesAdd a scrollbar when a note gets too big
2012-12-02 Tom HughesRework notes UI using leaflet
2012-12-01 Tom HughesMerge branch 'master' into notes
2012-11-20 Tom HughesMerge branch 'master' into notes
2012-10-16 Tom HughesDisable buttons while form submission is in progress
2012-10-15 Tom HughesMerge branch 'master' into notes
2012-10-14 Tom HughesCorrect field name
2012-10-14 Tom HughesSet attributes on newly created notes
2012-10-14 Tom HughesRefactor note add/update code
2012-10-14 Tom HughesAllow commenting on, and closing of, notes from the...
2012-10-14 Tom HughesUse EJS templates for notes
2012-10-13 Tom HughesRefactor notes code to work with recent site changes