Tom Hughes
87d9ef8ea5
Use autoprefixer to generate CSS prefixes
2014-07-25 19:38:03 +01:00
Tom Hughes
2b3ab9719b
Fix attribution links for Thunderforest layers
2014-06-26 10:42:16 +01:00
Tom Hughes
052559c5d7
Fix line height for buttons in Firefox 30
...
This is pretty ugly, but it's the best solution I have at the
current time. Seems to fix Firefox 30 without breaking Chrome
or Opera and doesn't make IE8 any worse.
Fixes #756
2014-06-22 10:25:08 +01:00
Tom Hughes
44d5335e47
Style trace edit form to match trace creation form
2014-06-18 22:48:23 +01:00
Tom Hughes
39e7ec3c4c
Increase field widths on trace upload form
...
Fixes #664
2014-06-18 22:38:22 +01:00
Tom Hughes
d1bebd0803
Make sure we pan immediately when a search result is clicked
...
Fixes #763
2014-06-18 09:36:02 +01:00
Paul Norman
5ae33285e0
Make parking icon less blurry
...
Fixes #760
2014-06-17 21:30:42 +01:00
Tom Hughes
103fd8a38f
Improve behaviour of new search markers
2014-06-17 19:12:32 +01:00
Tom Hughes
399fe3c12a
Highlight search results when the mouse is over them
...
Fixes #748
2014-06-15 14:11:17 +01:00
Tom Hughes
6e45410103
Force coordinates into range for "Where am I" queries
...
Fixes #753
2014-06-15 11:08:25 +01:00
Tom Hughes
b369d786db
Add correct icon for caravan parks
2014-04-27 19:19:03 +01:00
Tom Hughes
d56b449bdb
Remove unused CSS rules that refer to non-existent images
2014-04-27 19:18:56 +01:00
Tom Hughes
a5cef0cd80
Remove non-existent image from leaflet URL map
2014-04-27 19:18:45 +01:00
Tom Hughes
e85bcf9c4d
Don't try and route to a note with no ID
...
Fixes #733
2014-04-26 00:13:49 +01:00
Tom Hughes
5e5c6b3a29
Add support for remote edit over https on port 8112
2014-04-01 19:17:15 +01:00
Tom Hughes
883a375d1a
Ignore clicks on history entries if the mouse has moved
...
Ignore click events on history events if the mouse moves so that
drag selection can work. Fixes #581 .
2014-03-31 11:25:40 +01:00
Tom Hughes
4cad1970fb
Make sure the hash updates properly on browse pages
...
Rework the way the move listener is disabled during initial
positiong of pages to avoid accidentally leaving it disabled
for the first user move of the map in some cases.
2014-03-16 14:11:29 +00:00
Tom Hughes
24e22dde6e
Don't call updateLayers if the new state has no layer config
...
Fixes #719
2014-03-13 21:36:33 +00:00
Tom Hughes
82ff8ef58d
Remove unused (and bogus) code
2014-03-13 17:33:46 +00:00
Tom Hughes
b4a2b23025
Block submission of the export form when the area is too large
2014-03-13 17:33:06 +00:00
Tom Hughes
9b35270d0b
Update map state when following a client side route
2014-03-13 13:37:45 +00:00
Tom Hughes
8c9992f695
Apply zoomPrecision to location cookie
2014-02-28 00:26:34 +00:00
Tom Hughes
1f22b625a0
Move cookieContent to OSM.locationCookie
2014-02-28 00:10:55 +00:00
Tom Hughes
66039dedb0
Move zoomPrecision function to the OSM namespace
2014-02-27 18:15:54 +00:00
John Firebaugh
41b1bd4a70
Fix updateLinks({lat: 0, lon: 0}, ...)
...
Fixes openstreetmap/iD#2130
2014-02-18 17:20:52 -08: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
b947358134
Include selected layer in short links
...
Fixes #703
2014-02-15 12:05:30 +00:00
Tom Hughes
ee3e5d56d2
Remove https load test
2014-02-11 08:23:55 +00:00
Tom Hughes
a7f9ca32b7
Fix some mixed content issues
2014-02-08 17:43:34 +00:00
Tom Hughes
e5ff267073
Avoid using one translation as the key for a second
...
Translation keys need to be fixed, so we can't use the result of
one lookup to derive the key for another...
Fixes #697
2014-02-06 09:14:06 +00:00
Tom Hughes
ef448ea494
Boost https tile traffic to 20%
2014-02-05 19:43:44 +00:00
Tom Hughes
6b843cc158
Send 5% of users tiles over https as a test
2014-02-05 18:38:36 +00:00
Marco Antonio Frias Butrón
b01bda9238
Reserve enough space for the buttons at the bottom of the message list
2014-01-19 17:15: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
933b091330
Highlight erroneous fields by adding a class to them
...
The default rails scheme for highlighting errors is to wrap the
field in a div, but that changes the structure of the page and can
change the meaning of CSS rules applied to the fields.
As an alternative we now apply a class to the fields, and use that
in the CSS to apply a highlight.
2014-01-15 21:41:16 +00:00
Tom Hughes
a4561fe89b
Preserve aspect ratio when scaling a user thumbnail
...
Fixes #675
2014-01-12 20:32:33 +00:00
Tom Hughes
fd0ed54b16
Add a close icon to the feature warning panel
...
Fixes #660
2013-12-18 00:14:29 +00:00
Tom Hughes
14cb332204
Stop the "Load" button overlaying text in the data browser warning
...
Fixes #959
2013-12-17 21:49:18 +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
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
32f86afbeb
Allow word-breaks in changeset comments
2013-12-11 17:56:22 +00:00
Tom Hughes
19c77c3d24
Issue all _osm_location cookies against the root path
...
To ensure that any old cookies issued against other paths are
removed we make sure to do a removeCookie call first without a
path being specified so that any cookie for the current page is
removed before we add a new one against the root.
Fixes #652
2013-12-11 00:19:49 +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
Aaron Lidman
a796c41881
Refine zooming and panning for note and data layers
...
Fixes #629
Fixes #643
2013-12-09 23:05:38 +00:00
Tom Hughes
24893c0936
Update page title when switching to the front page view
...
Fixes https://trac.openstreetmap.org/ticket/5063
2013-12-09 09:28:13 +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
Tom Hughes
66aac9ca87
Pass details of any selected object to remote editors
2013-12-06 00:19:35 +00:00
John Firebaugh
69aca22e6a
Run unload method before pushing the new state
...
If running unload causes any hash changes, those should
not end up on the new URL.
Fixes #622
2013-12-05 20:17:24 +00:00
John Firebaugh
21407ede7e
Ensure object parameter is removed from edit link when closing sidebar
...
Refs #620
2013-12-05 19:38:34 +00:00
John Firebaugh
a47d6c212d
Restore marker for non-browse search results
...
Fixes #615
2013-12-05 19:10:48 +00:00