]> git.openstreetmap.org Git - rails.git/history - app
Merge branch 'master' into notes
[rails.git] / app /
2012-10-15 Tom HughesFix links to user notes
2012-10-15 Tom HughesRemove SOTM US advert
2012-10-14 Tom HughesCorrect field name
2012-10-14 Tom HughesFix up issues with notes in the data browser
2012-10-14 Tom HughesRemove unused stylesheet rules
2012-10-14 Tom HughesImprove styling of notes popups
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 HughesAllow an optional comment to be given when closing...
2012-10-14 Tom HughesReturn a copy of the note data on creation and update
2012-10-14 Tom HughesGet note comment notification working again
2012-10-14 Tom HughesInclude useful URLs in note responses
2012-10-14 Tom HughesUse named routes in note RSS builder
2012-10-14 Tom HughesLocalise notes interface
2012-10-14 Tom HughesUse EJS templates for notes
2012-10-13 Tom HughesRefactor notes code to work with recent site changes
2012-10-13 Tom HughesMerge branch 'master' into notes
2012-10-13 John FirebaughUse ejs templates in browse JS
2012-10-13 John FirebaughUse proj/unproj consistently
2012-10-13 John FirebaughMove browse-related JS to browse.js
2012-10-13 John FirebaughMove export-related JS to export.js
2012-10-12 Richard FairhurstProvide example of correct attribution
2012-10-12 Richard FairhurstRemove Potlatch 1 from edit menu
2012-10-07 Paweł PaprotaDisplay a diary entry count on the user page
2012-10-07 Paweł PaprotaMatch wikipedia language prefixes case insensitively
2012-10-07 Paweł PaprotaDon't remove language prefixes from wikipedia tags
2012-10-05 John FirebaughClean up diary_entry.js
2012-10-05 John FirebaughMove diary entry JS to page-specific script file
2012-10-05 John FirebaughEliminate interpolation in diary entry JS
2012-10-05 John FirebaughSimplify further by using OSM.home
2012-10-05 John FirebaughRemove unused params code
2012-10-05 John FirebaughRemove unnecessary call to closeMapPopup()
2012-10-05 John FirebaughUse jQuery
2012-10-05 John FirebaughMove user JS to page-specific script file
2012-10-05 John FirebaughRemove unnecessary delete statement
2012-10-05 Tom HughesDon't try and dereference an object that may not exist
2012-10-05 Tom HughesRefactor updatelinks to avoid exceptions in updateLocation
2012-10-05 John FirebaughRefactor mapParams to compose better with apiUrl
2012-10-05 John FirebaughExtract OSM.apiUrl
2012-10-05 John FirebaughMerge globals.js.erb and params.js
2012-10-05 John FirebaughRemove unused assign of @bbox which is no longer used
2012-10-05 John FirebaughMove remaining inline changeset JS to changeset.js
2012-10-05 John FirebaughMove changeset JS to page-specific script file
2012-10-05 John FirebaughEliminate interpolation in changeset JS
2012-10-05 John FirebaughRemove unused function
2012-10-02 Tom HughesTidy up some CSS to match house style
2012-10-02 Tom HughesFix cut and paste errors in inbox/outbox redesign
2012-10-02 Tom MacWrightRedesign inbox
2012-10-02 John FirebaughRemove unnecessary $(window).load() callbacks
2012-10-02 John FirebaughAvoid a JS error on (e.g.) ?way=nnnnn
2012-09-30 John FirebaughRemove @midnode assign
2012-09-30 John FirebaughRemove unused event argument
2012-09-30 John FirebaughUse $(document).ready() to initialise browse JS
2012-09-30 John FirebaughMove browse JS to page-specific script file
2012-09-30 John FirebaughEliminate interpolation in browse map JS
2012-09-30 John FirebaughClean up search JS
2012-09-30 John FirebaughMove edit JS to page-specific script file
2012-09-30 John FirebaughInline key partial used only on index
2012-09-30 John FirebaughRequire index-only JS in index.js
2012-09-30 John FirebaughEliminate interpolation in edit JS
2012-09-29 John FirebaughExtract home_link partial
2012-09-29 John FirebaughWrap index JS in a single $(document).ready()
2012-09-29 John FirebaughMove index JS to page-specific script file
2012-09-29 John FirebaughEliminate interpolation in index JS
2012-09-29 John FirebaughUse the jQuery data() function to access HTML 5 data...
2012-09-24 Tom HughesDon't report the PD flag in the user API call
2012-09-24 Tom HughesAdd some extra information to user API responses
2012-09-24 Tom HughesAdd a /api/0.6/user/NNNN call to the API
2012-09-23 Tom HughesGenerate proper descriptions for notes
2012-09-23 Tom HughesRemove redundant code
2012-09-23 Tom HughesAdd support for creating new notes
2012-09-21 Tom HughesUpdate logo on missing tile image
2012-09-21 John FirebaughDon't expose lat/lon of private traces
2012-09-21 John FirebaughSupport the same edit params for Potlatch 1 and 2
2012-09-21 Matt AmosAdded a test for trac ticket 4471, and fixed the issue.
2012-09-20 Tom HughesUse standard indentation
2012-09-20 Tom HughesMerge branch 'master' into openstreetbugs
2012-09-20 Tom HughesMove the administrator details further down the user...
2012-09-20 Tom MacWrightmoderate refactoring of the user page
2012-09-19 Tom HughesSuppress any border on the logo
2012-09-18 Tom HughesRemove unused namefinder support from the geocoder...
2012-09-18 John FirebaughMove param-based map configuration to client
2012-09-18 John FirebaughUse jquery.cookie
2012-09-16 John FirebaughExtract layer configuration to map.js
2012-09-16 Martijn van ExelAdd a banner for SOTM US
2012-09-14 GnonthgolRemove the "We are changing the license" flash on the...
2012-09-13 Tom HughesFix interpolation issues in attribution text
2012-09-12 Richard FairhurstNew /copyright page for ODbL
2012-09-08 Tom HughesRemove SOTM advert
2012-09-07 John FirebaughMove resize JS to application bundle
2012-09-07 John FirebaughEliminate interpolation in resize JS
2012-09-07 John FirebaughTrigger map.updateSize() via a custom event
2012-09-07 Tom HughesMake active highlighting work properly again
2012-09-07 John FirebaughUse a param to trigger export rather than a separate...
2012-09-06 Tom HughesFloat the user image right in the global diary list
2012-09-06 Tom HughesRemove controller_action class from the content div
2012-09-06 Tom HughesUse named routes in the layout
2012-09-06 Tom HughesUse the jQuery data() function to access HTML 5 data...
2012-09-06 Tom HughesMove rich text support code into a separate file
next