]> git.openstreetmap.org Git - rails.git/shortlog
rails.git
2014-06-15 Tom HughesHighlight search results when the mouse is over them
2014-06-15 Tom HughesForce coordinates into range for "Where am I" queries
2014-06-15 Tom HughesDon't force a login to use a remote editor
2014-06-15 Štefan BaeblerAdded telephone links into tag detail browser
2014-06-04 John FirebaughUpdate to iD v1.4.0
2014-06-04 João G. PackerUpdate wiki pages index
2014-06-04 João G. PackerChange wiki preprocessing script to read redirect pages
2014-06-04 Simon PooleClarify text for note creation
2014-06-03 Tom HughesAdd support for ACL blocks on note commenting
2014-05-24 Tom HughesAdd missing </p> tags
2014-05-24 Tom HughesFix typo
2014-05-24 Tom HughesTry harder to find a name in the right language
2014-05-23 Tom HughesUpdate to latest leaflet-locationfilter plugin
2014-05-23 Tom HughesReapply leaflet.locate patch
2014-05-23 Tom HughesUpdate leaflet.locate
2014-05-23 Tom HughesUpdate to Leaflet 0.7.3
2014-05-21 John FirebaughUpdate to iD v1.3.10
2014-05-21 Tom HughesRemove bogus sort that is implied by the intermate...
2014-05-21 Tom HughesQualify SCALE in tests
2014-05-18 Tom HughesWrap the ID in <bdi> tags for RTL locales
2014-05-18 Tom HughesReplace <bdi> and </bdi> with Unicode markers in titles
2014-05-18 Martin RaiferInstruct iD to load gpx file
2014-05-18 Tom HughesIsolate object names from the database with a <bdi...
2014-05-17 Richard FairhurstMerge branch 'jfire2' into routing
2014-05-14 John FirebaughSupply hints for OSRM
2014-05-14 John FirebaughPermalinks for directions
2014-05-13 John FirebaughRefactor
2014-05-12 John FirebaughUse unobtrusive JS for routing related events
2014-05-12 John FirebaughOSM.Routing -> OSM.Directions
2014-05-12 John FirebaughConform to project style conventions
2014-05-12 Tom HughesRequire the migration support code
2014-05-12 Siebrand MazelandLocalisation updates from https://translatewiki.net.
2014-05-11 Tom HughesUpdate to rails 4.0.5
2014-05-08 Siebrand MazelandLocalisation updates from https://translatewiki.net.
2014-04-27 Tom HughesQualify SCALE in tests
2014-04-27 Tom HughesAdd correct icon for caravan parks
2014-04-27 Tom HughesRemove unused CSS rules that refer to non-existent...
2014-04-27 Tom HughesRemove non-existent image from leaflet URL map
2014-04-27 Tom HughesModernise use of find and update_all in database migrations
2014-04-27 Tom HughesDon't pass strings to set_fixture_class
2014-04-25 Tom HughesDon't try and route to a note with no ID
2014-04-21 Siebrand MazelandLocalisation updates from https://translatewiki.net.
2014-04-09 John FirebaughUpdate to iD v1.3.9
2014-04-06 Siebrand MazelandLocalisation updates from https://translatewiki.net.
2014-04-01 Tom HughesAdd support for remote edit over https on port 8112
2014-04-01 Richard FairhurstMerge pull request #20 from karussell/routing
2014-04-01 PeterUsing GraphHopper new API
2014-03-31 Siebrand MazelandLocalisation updates from https://translatewiki.net.
2014-03-31 Richard FairhurstMerge pull request #19 from apmon/jsroute2
2014-03-31 Richard FairhurstMerge pull request #18 from danstowell/jsrouting-durati...
2014-03-31 Tom HughesIgnore clicks on history entries if the mouse has moved
2014-03-29 Kai KruegerMinor fixes to the I18n code of routing
2014-03-28 John FirebaughUpdate to iD v1.3.8
2014-03-22 Dan StowellFix hours:minutes duration display for routing
2014-03-18 Siebrand MazelandLocalisation updates from https://translatewiki.net.
2014-03-16 Tom HughesMake sure the hash updates properly on browse pages
2014-03-14 Tom HughesUpdate to rails 4.0.4
2014-03-13 Tom HughesDon't call updateLayers if the new state has no layer...
2014-03-13 Tom HughesRemove unused (and bogus) code
2014-03-13 Tom HughesBlock submission of the export form when the area is...
2014-03-13 Tom HughesFix more links to use new style #map links
2014-03-13 Tom HughesRemove unused file
2014-03-13 Tom HughesUpdate map state when following a client side route
2014-03-13 Tom HughesFix link
2014-03-13 Tom HughesGenerate a new style links for node locations in the...
2014-03-12 Siebrand MazelandLocalisation updates from https://translatewiki.net.
2014-03-10 Richard FairhurstDon't show http-only routers to users on https
2014-03-10 Richard FairhurstFrom->To->Go order as per @samanpwbb's comment
2014-03-09 Richard FairhurstFirefox-friendly calculation of dragstart offset
2014-03-09 Richard FairhurstRefer to the id for the distance/time summary
2014-03-09 Richard FairhurstMerge pull request #17 from danstowell/jsrouting-clears...
2014-03-09 Shaun McDonaldAdd some additional information to help people starting...
2014-03-09 Dan Stowelljsrouting: clear search boxes on page unload
2014-03-09 Richard FairhurstResolve conflict
2014-03-09 Richard FairhurstMerge pull request #15 from danstowell/jsrouting-highli...
2014-03-09 Dan Stowelljsrouting: mouseover an instruction, highlight the...
2014-03-08 Richard FairhurstMerge pull request #14 from tomhughes/routing
2014-03-08 Tom HughesMerge remote-tracking branch 'origin/master' into routing
2014-03-08 Richard FairhurstConvert tabs to spaces
2014-03-08 Richard FairhurstZoom to fit when submitting form
2014-03-08 Richard FairhurstAdd distance/time summary
2014-03-08 Richard FairhurstPut marker at exact position user dragged it to
2014-03-08 Richard FairhurstPass on routing failures from MapQuest
2014-03-08 Richard FairhurstAdd CORS for engines that support it
2014-03-08 Richard FairhurstRefactor MQ/OSRM engines a la @karussell patch
2014-03-08 Richard FairhurstRemove CloudMade foot engine
2014-03-08 Richard FairhurstUse generic GraphHopper engine
2014-03-08 Richard FairhurstMerge pull request #13 from danstowell/jsrouting-ffoxdragok
2014-03-08 Richard FairhurstImprove error-handling
2014-03-08 Matt AmosMigrate the database on `vagrant up`.
2014-03-08 Richard FairhurstAdd spinner while awaiting route
2014-03-08 Dan Stowellfix firefox behaviour when dragging pointer from the...
2014-03-08 Matt AmosAdded some docs for Vagrant usage.
2014-03-08 Richard FairhurstReformat string to avoid long line
2014-03-08 Richard FairhurstMerge pull request #12 from danstowell/jsrouting-bboxzoom
2014-03-08 Matt AmosMerge remote-tracking branch 'upstream/master' into...
2014-03-08 Dan Stowelljsrouting: zoom to bbox on getting fresh geocoded route...
2014-03-07 Tom HughesMake the search form a GET form with no extra fields
2014-03-07 Richard FairhurstMerge pull request #11 from danstowell/jsrouting-pulldo...
2014-03-07 Richard FairhurstMerge pull request #10 from danstowell/jsrouting-credits
next