Commit graph

8666 commits

Author SHA1 Message Date
biswesh456
646dcb62fc Allow admins and moderators to delete traces
Fixes #1625
2018-02-24 20:36:12 +05:30
Andy Allan
2d915b0e24 Avoid submit_tag to avoid 'Save changes' default 2018-02-23 12:30:37 +08:00
Andy Allan
c32a63058c
Merge pull request #1758 from ardean80/patch-1
Update country.rb
2018-02-23 11:01:11 +08:00
Andy Allan
549acfa918
Merge pull request #1732 from tomhughes/npemap
Remove npemap as a source for UK postcodes
2018-02-23 10:23:22 +08:00
Andy Allan
7b5e0d91f3 resolve last_reported_by vs last_updated_by duplication 2018-02-23 10:18:57 +08:00
translatewiki.net
ff962a1e1b Localisation updates from https://translatewiki.net. 2018-02-22 12:21:36 +01:00
translatewiki.net
f75e5d6ac4 Localisation updates from https://translatewiki.net. 2018-02-19 09:22:31 +01:00
Tom Hughes
fe35fe7475 Add libffi to requirements 2018-02-18 10:22:34 +00:00
ardean80
552a471188
Update country.rb
Without adding "Rails.root.join(...)" (or something else returning a complete path to the countries.xml file) this error occurred: 
"No such file or directory @ rb_sysopen - config/countries.xml" 
I think it happened because it could not find that file through a relative path.
2018-02-16 14:43:53 +01:00
Jamie Guthrie
58a0184fc0 Fix route path 'hovering' when marker positions are changed
Closes #1755
2018-02-15 17:58:59 +00:00
Jamie Guthrie
4a9f20a485 Fix directions for roundabout without exit number
Closes #1756
2018-02-15 17:53:54 +00:00
translatewiki.net
09900654e6 Localisation updates from https://translatewiki.net. 2018-02-15 10:00:41 +01:00
Tom Hughes
1b89b29e82 Update bundle 2018-02-14 21:38:01 +00:00
Tom Hughes
aafb1db2be Avoid relying on global state to detect when we are dragging
We can't guarantee what order getRoute calls will finish in so
relying on global state is dangerous - capture it in the closure
instead so that each route knows what it is doing.
2018-02-14 17:58:01 +00:00
Tom Hughes
20e4909230 Stop map zooming out after dropping marker
Closes #1751
2018-02-14 17:53:33 +00:00
Jamie Guthrie
5bb209a2f1 Change directions start to say 'on road' rather than 'at end of road'
Closes #1750
2018-02-14 17:30:59 +00:00
mmd-osm
910a7fe9fc Small comment fix 2018-02-14 17:23:30 +00:00
mmd-osm
cea403dce0 Remove BBOX expansion performance optimization
Closes #1749
Fixes #1742
2018-02-14 17:23:06 +00:00
Jamie Guthrie
93d94bb1f9 Correctly swap from and to values when reversing directions
Closes #1752
Fixes #1748
2018-02-14 17:22:39 +00:00
Jamie Guthrie
161ce947c3 Improve OSRM directions for on and off ramps
Try and show both the name of the road being turned on to and the
destination depending on what is available.

Closes #1740
2018-02-13 17:32:57 +00:00
Jamie Guthrie
97f75e82c0 Add padding to directions popups
Clicking on a direction step now pans to the popup, but includes some
padding so that the popup is not hidden in the corner of the screen.

Closes #1745
2018-02-13 17:25:56 +00:00
Jamie Guthrie
c12ed85233 Use both name and ref when naming roads in directions
Closes #1741
2018-02-12 20:12:57 +00:00
mmd-osm
d3e91a79ff Update wiki_pages.yml, fix http url in update script 2018-02-12 20:12:07 +00:00
Tom Hughes
881005efbd Fix broken translation 2018-02-12 20:12:07 +00:00
translatewiki.net
b5ff4bfbe6 Localisation updates from https://translatewiki.net. 2018-02-12 08:40:25 +01:00
Tom Hughes
96cc9abd23 Use https when redirecting to the render server 2018-02-09 22:31:45 +00:00
Tom Hughes
ab926ef4e6 Use correct class to disable zoom buttons
Fixes #1365
2018-02-09 18:50:31 +00:00
translatewiki.net
2a31793d0b Localisation updates from https://translatewiki.net. 2018-02-08 10:08:10 +01:00
Tom Hughes
2515c77276 Use configured protocol for URLs in diary feeds 2018-02-05 22:31:27 +00:00
Tom Hughes
83d97699cc Use configured server protocol for shared URLs
Closes #939
2018-02-05 21:03:45 +00:00
Tom Hughes
5d03c3899f Use configured server protocol for links in e-mail notifications
Closes #1341
2018-02-05 21:01:36 +00:00
Tom Hughes
162ffd9acc Make OSM::GreatCircle clamp results to the globe 2018-02-04 17:42:40 +00:00
Tom Hughes
c3c0d3867f Make travis build 3GL quad tile functions 2018-02-04 17:38:55 +00:00
Tom Hughes
43edc68ec7 Add tests for quad tiles 2018-02-04 17:33:44 +00:00
Tom Hughes
413bf78e54 Fix C version of QuadTile#tiles_for_area to return correct tiles 2018-02-04 17:22:06 +00:00
Tom Hughes
5925039729 Remove npemap as a source for UK postcodes 2018-02-04 15:14:41 +00:00
Tom Hughes
673b58f96f Merge remote-tracking branch 'upstream/pull/1704' 2018-02-04 15:09:40 +00:00
Biswesh Mohapatra
dd27ee8afe Add marker at trace start coordinate
Fixes #1676
Closes #1731
2018-02-04 15:04:17 +00:00
Biswesh Mohapatra
16b78022c7 Remove duplicate link: traces >> more
Fixes #1699
Closes #1730
2018-02-04 15:00:30 +00:00
Tom Hughes
609cedc499 Allow lat/lon from the URL to take precedence when routing 2018-02-03 16:39:39 +00:00
Tom Hughes
aea57cdfc3 Go through the router when reversing directions 2018-02-03 16:21:35 +00:00
Tom Hughes
9d2f920feb Merge remote-tracking branch 'upstream/pull/1693' 2018-02-03 16:12:51 +00:00
Tom Hughes
6648d3a2a6 Merge remote-tracking branch 'upstream/pull/1727' 2018-02-01 22:43:36 +00:00
Mikkel Kirkgaard Nielsen
bf5208e660 Fix typo
Closes #1728
2018-02-01 21:27:36 +00:00
Tom Hughes
ef3c9515cc Use https for default style tiles 2018-02-01 20:17:46 +00:00
Bryan Housel
085cb8fe04 Update to iD v2.6.1 2018-02-01 11:43:19 -05:00
translatewiki.net
7364c8586e Localisation updates from https://translatewiki.net. 2018-02-01 10:03:02 +01:00
Tom Hughes
002e008857 Allow cross domain flash access from http sites 2018-01-30 12:59:47 +00:00
Tom Hughes
c7762fed23 Normalise newlines in incoming emails
Fixes #1708
2018-01-30 00:27:01 +00:00
Tom Hughes
630b43a0b1 Merge remote-tracking branch 'upstream/pull/1726' 2018-01-29 18:54:18 +00:00