Commit graph

1043 commits

Author SHA1 Message Date
Harry Wood
53fc3e8919 Remove edit links from geo-located diary entries
Jumping straight into the editor from a diary entry is not a
particularly useful thing to do. Fixes trac ticket #3626.
2011-04-03 13:46:06 +01:00
Tom Hughes
2512337cf5 Add a marker to the edit tab to indicate that it has a menu 2011-04-02 15:40:12 +01:00
Tom Hughes
ba639159dd Handle changesets with an empty string as the comment 2011-03-25 22:51:39 +00:00
Andy Allan
7b8b9104cc Already got -> already have 2011-01-31 11:02:38 +00:00
Tom Hughes
65be0e3158 Escape remote control failed message 2011-01-16 17:12:47 +00:00
Tom Hughes
7d900f15dc Use the normal rails asset tagging mechanisms for the SWF files 2011-01-14 22:51:02 +00:00
Tom Hughes
60cdce60b5 Don't look any further for a location if we are given a bounding box 2010-12-22 00:39:12 +00:00
Andy Allan
237394bc39 Change the home zoom level to 15 2010-12-21 17:26:03 +00:00
Andy Allan
51971248c1 Rework the login page to explain better what to do if you're new 2010-12-21 17:26:03 +00:00
Andy Allan
97261143d6 Split the help and wiki into two links - help centre and documentation 2010-12-20 18:26:08 +00:00
Andy Allan
b2f7c71fc9 link to the foundation 2010-12-20 18:26:08 +00:00
Andy Allan
22c7d4c3f9 Remove link to the shop - it's not a very big part of openstreetmap 2010-12-20 18:26:08 +00:00
Andy Allan
1a49f8eff1 News blog -> Community blogs
I suspect the text came from pointing at opengeodata.org in a bygone era.
2010-12-20 18:26:01 +00:00
Andy Allan
0aec1c5fa0 Use a list for the main menu, rather than br-separated links 2010-12-20 18:22:33 +00:00
Philipp Borgers
a998a0bb20 Added tabindex="1" for search input on the main side 2010-12-18 18:01:21 +00:00
Andy Allan
33a039e849 Show the latest changeset for each of the contacts on the user page 2010-12-17 13:36:53 +00:00
Tom Hughes
5454bf3ec9 Add support for the tileurl parameter to Potlatch 2 2010-12-15 23:59:07 +00:00
Tom Hughes
da4c9cdfd9 Relative URLs seem to upset OAuth so use the host from the request 2010-12-10 14:20:24 +00:00
Tom Hughes
fd898f2e57 Use relative URLs rather than hard coding the server name 2010-12-10 13:32:06 +00:00
Tom Hughes
e78d014be9 Make sure deleted relations are crossed out when browsing a changeset 2010-12-08 12:44:19 +00:00
Tom Hughes
fef620e375 Add a javascript callback for Potlatch 2 to update links as the map moves 2010-12-03 15:08:48 +00:00
Tom Hughes
aa4a8fdc81 Replace JOSM editing option with generic Remote Control option 2010-12-01 09:25:27 +00:00
Tom Hughes
70d75e3dc0 Improve the unsaved edits warning for Potlatch 2 2010-11-30 21:12:21 +00:00
Tom Hughes
abc5b2d7b4 Make setPosition reposition Potlatch 2 instead of reloading it 2010-11-30 17:18:16 +00:00
Tom Hughes
409576eea0 Make launching of Potlatch 2 from the GPS trace list work 2010-11-30 17:11:49 +00:00
Tom Hughes
a373f2ab8a Wire up maximise/minimise support for Potlatch 2 2010-11-30 17:05:49 +00:00
Tom Hughes
38e152d784 Use prototype based event handling for consistency 2010-11-29 12:20:24 +00:00
Tom Hughes
9c2de4039c Add an explicit "default editor" option to the user settings 2010-11-29 12:20:23 +00:00
Tom Hughes
0a52a4eb07 Implement automatic OAuth setup for Potlatch 2 2010-11-29 12:20:22 +00:00
Tom Hughes
b26adef905 Warn if we fail to contact JOSM 2010-11-29 12:20:22 +00:00
Tom Hughes
04a6c41be9 Show a popup listing available editors when hovering over the edit tab 2010-11-29 12:20:22 +00:00
Tom Hughes
6c3b5aa9d4 Only Potlatch 1 needs a token to be created 2010-11-29 12:20:22 +00:00
Tom Hughes
c3453cf57d Make JOSM remote control based editing work 2010-11-29 12:20:22 +00:00
Tom Hughes
b90219f1d3 Add Potlatch 2 as an editor option 2010-11-29 12:20:21 +00:00
Matt Amos
cd66a5db99 Initial work on support for multiple editors 2010-11-29 12:20:21 +00:00
Tom Hughes
a1cb0f04d4 Merge branch 'master' into openstreetbugs
Conflicts:
	app/views/site/index.html.erb
2010-10-17 11:02:11 +01:00
Tom Hughes
86596c0d1f Remove duplicate (and inconsistent) title from the map key
The map key had a heading in the title bar space and then another
inconsistent one inside the sidebar - the second one has been removed.

The tooltop for the map key link has also been improved.
2010-10-14 18:11:56 +01:00
Tom Hughes
1a80a11c4c Make permalinks draggable
Move the div containing the permalinks outside the map div so that
they aren't affected by the OpenLayers event handlers and hence get
the normal drag handling for links. Closes #3251.
2010-10-11 08:39:05 +01:00
Tom Hughes
bddf524c88 Allow users to send themselves a new confirmation email
Add a method which generates a new confirmation email, and provide
links to it from appropriate places.
2010-10-04 21:52:58 +01:00
Tom Hughes
0874c807e3 Use javascript to automatically submit confirmation forms
In order to avoid forcing the user to press a confirm button, whilst
still not running into the problems we used to have with virus scanners
activating accounts we use javascript to hide and then automatically
submit the confirmation form.
2010-10-04 19:11:01 +01:00
Tom Hughes
2150d1021e Display the verifier if OAuth 1.0a is being used in OOB mode 2010-09-21 16:20:30 +01:00
Tom Hughes
5c520a928b Work around change in handler behaviour in OpenLayers 2.10
We need to install the endDrag routine as the "done" handler after
creating the control otherwise the control will overwrite our handler
with one of it's own.
2010-09-15 10:52:04 +01:00
Tom Hughes
58b63dbc3d Escape ampersands in URLs when exporting HTML for embedding 2010-09-10 17:37:35 +01:00
Tom Hughes
4fbb622656 Make locale data for help and wiki links a bit cleaner 2010-09-10 11:43:13 +01:00
Tom Hughes
d9f9cf4056 Mention help.openstreetmap.org in the welcome message 2010-09-10 11:20:00 +01:00
Tom Hughes
f3132f94f8 Link to help.openstreetmap.org from the sidebar 2010-09-10 11:14:00 +01:00
Tom Hughes
b477cd5492 Remove unused/non-functional tag searching methods 2010-09-09 21:32:15 +01:00
Tom Hughes
d28457b005 Update to OpenLayers 2.10 2010-09-09 16:27:50 +01:00
Tom Hughes
8f5c54f805 Fix typo 2010-09-09 09:06:58 +01:00
Tom Hughes
d8006be822 Use the keyid to identify the layer to using when exporting to an
embeddable map. Fixes #3221.
2010-09-08 17:13:54 +01:00