Łukasz Gurdek
14ac1babc2
Changeset discussions
...
Add support for commenting on changesets with RSS feeds and email
notification of comments to other commenters and people that have
chosen to subscribe to a changeset.
2014-10-23 21:24:51 +01:00
John Firebaugh
963827d396
Forward the comment
hash parameter to iD
...
See 21da76cf80
2014-10-06 14:47:36 -07:00
Tom Hughes
15a7276a9f
Add SOTM advert
2014-09-04 15:25:56 +01:00
Tom Hughes
ace4da4f82
Move ICO favion into an IE conditional comment
2014-08-19 10:55:01 +01:00
Tom Hughes
965fb0b3ae
Revert "Fix off-by-one error in user notes list"
...
This reverts commit 706454ae35
.
2014-07-26 10:34:57 +01:00
Toby Murray
706454ae35
Fix off-by-one error in user notes list
2014-07-24 22:30:36 +01:00
Sunah Suh
5b2ab22e78
Remove myopenid from openid providers
2014-07-24 22:13:19 +01:00
Tom Hughes
b2aba0f8e9
Update "Metro Extracts" link
...
Fixes #780
2014-07-11 20:00:52 +01:00
Tom Hughes
44d5335e47
Style trace edit form to match trace creation form
2014-06-18 22:48:23 +01:00
Tom Hughes
40faa4e8c0
Use correct translation for back button
2014-06-18 09:51:36 +01:00
Tom Hughes
a70b61315c
Merge branch 'master' into overpass
2014-06-15 14:54:39 +01:00
Martin Raifer
1eab367de5
Instruct iD to load gpx file
...
When one clicks on the edit link of an uploaded GPX file, this instructs
the iD editor to load the respective GPX data from the appropriate URL.
See https://github.com/openstreetmap/iD/issues/970#issuecomment-43439476 .
2014-05-18 18:59:08 +01:00
Tom Hughes
5da273027f
Isolate object names from the database with a <bdi> tag
...
Fixes #743
2014-05-18 17:24:38 +01:00
John Firebaugh
f2bf38606e
Permalinks for directions
2014-05-14 15:52:25 -07:00
John Firebaugh
18c7c4f5d7
Use unobtrusive JS for routing related events
2014-05-12 12:49:54 -07:00
John Firebaugh
be79156f43
OSM.Routing -> OSM.Directions
...
Too close of a name collision to OSM.Router.
2014-05-12 12:46:09 -07:00
Tom Hughes
203ba58bab
Merge branch 'master' into overpass
2014-03-16 16:20:39 +00:00
Tom Hughes
e329bf37c0
Improve styling of feature list
2014-03-16 16:18:13 +00:00
Tom Hughes
078059b76b
Initial work on overpass based query API
2014-03-16 16:18:12 +00:00
Tom Hughes
d79b286723
Fix more links to use new style #map links
2014-03-13 16:02:50 +00:00
Tom Hughes
4b3d4782ce
Remove unused file
2014-03-13 16:01:17 +00:00
Tom Hughes
07082c35e6
Fix link
2014-03-13 13:37:39 +00:00
Tom Hughes
54890300a4
Generate a new style links for node locations in the data browser
2014-03-13 13:19:50 +00:00
Tom Hughes
b095b59d5e
Merge remote-tracking branch 'origin/master' into routing
...
Conflicts:
app/views/layouts/_search.html.erb
2014-03-08 17:44:22 +00:00
Richard Fairhurst
902f1b0887
Add spinner while awaiting route
2014-03-08 11:14:48 +00:00
Tom Hughes
8c82be0537
Make the search form a GET form with no extra fields
...
We only accept GET requests for the search, and although the form is
never normally submitted directly some browsers offer an option to
create a bookmark from a form, so make that work.
2014-03-07 19:18:24 +00:00
Tom Hughes
d1313a89d6
Uniqify lists of containing ways/relations
...
Fixes #707
2014-02-23 00:08:51 +00:00
Tom Hughes
c02fa94d5e
Fixed missing translation
2014-02-17 20:10:29 +00:00
Tom Hughes
f9ae6d252f
Drop the slim layout
...
The slim layout is not really needed since the redesign as the
pages it was used for in the OAuth flow now have less chrome and
work fine on small screens with the normal layout.
Fixes #689
2014-02-16 16:03:00 +00:00
Tom Hughes
25b93471c1
Preserve message details over validation errors
...
If a validation error occurs while saving a message then make
sure the values are preserved in the new form.
2014-02-04 22:31:44 +00:00
Kai Krueger
3eaf58c151
Make more of the javascript routing functions internationalizable
2014-02-01 21:10:54 -07:00
Richard Fairhurst
edd6235b45
More work on draggable markers
2014-01-23 10:26:04 +00:00
Richard Fairhurst
08837b2f8b
Start work on drag-and-drop start/end markers
2014-01-23 00:49:00 +00:00
Richard Fairhurst
40ad8c7def
Start work on second engine
2014-01-21 23:47:50 +00:00
Richard Fairhurst
ad01a61b6d
Query options presentation
2014-01-21 20:57:55 +00:00
Richard Fairhurst
2198b6ebbf
Beginning of JavaScript-only routing UI
2014-01-21 13:29:05 +00:00
Simon Poole
a24f52dec7
Add a landing page for "fix the map / report a problem" links
2014-01-19 13:48:27 +00:00
Tom Hughes
41d02225d2
Add details for Finland to copyright page
2013-12-19 17:30:15 +00:00
Tom Hughes
dd12e1de63
Restore the duplicate search form in the header
...
It turns out the duplicate form is used, for the the mobile view.
2013-12-16 09:39:54 +00:00
Tom Hughes
6ff6b2f527
Change "My Inbox" to "My Messages" in user menu
...
Fixes #661
2013-12-15 22:41:57 +00:00
Martin Raifer
ea5183cd18
Fix typo in diary form html
2013-12-12 09:59:15 +00:00
Tom Hughes
92d7a9f3fd
Make rich text edit controls use as much space as possible
...
Use CSS3 calculations to set the width of a rich text edit control
to the maximum possible while still allowing space for the help.
Also set the subject/title fields to the same width.
Fixes #657
2013-12-12 09:04:46 +00:00
Tom Hughes
9cc9a00988
Restore autofocusing of the search field
...
Use the HTML5 autofocus attribute, and focus on load for browsers
which don't support it.
Also change the removal of the "Where am I?" prompt to happen on
input rather than when the field is focused, so that it is properly
removed and restored when the field has been autofocused.
Fixes https://trac.openstreetmap.org/ticket/5065
2013-12-10 19:45:28 +00:00
Tom Hughes
c2c817ad1f
Remove duplicate (hidden) search box from header
2013-12-10 18:52:49 +00:00
Tom Hughes
5c53bb78ab
Don't linkify comments in the changeset list
...
It's confusing to make links in comments active in the changeset list
as the rest of the comment is an active link to the changeset.
We do want to make them active in the changeset view however, so add
linkification to the comment there.
Fixes https://trac.openstreetmap.org/ticket/5061
2013-12-08 13:11:48 +00:00
Tom Hughes
5d6a47929c
Don't show lat/lon for a deleted node, in case it is redacted
...
Fixes #642
2013-12-08 11:27:29 +00:00
Tom Hughes
4395ed6117
Fix untranslatable string
2013-12-08 11:02:43 +00:00
Tom Hughes
57b05b22e3
Revert "Remove unused file"
...
This reverts commit db41978f09
.
2013-12-07 16:34:23 +00:00
Tom Hughes
4755096a72
Add link to per-user RSS feed on diary view page
2013-12-07 15:07:25 +00:00
Roland Olbricht
83b3db9974
Improve display of alternative download sources
...
Makes the list of alternative sources displayed all the time
rather than just when the bounding box is too large, and adds
the Overpass API to the list of sources.
Fixes #606
Fixed #635
2013-12-07 14:56:47 +00:00