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
7369b7427c
Remove bogus trailing slash from GPX namespace URL
2010-12-02 19:23:38 +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
7f955a4aca
Don't show user navigation links for non-public users
...
The changeset browser pages should not show the per-user navigation links
for changesets made by users that have not made their edits public.
2010-11-23 09:30:22 +00:00
Tom Hughes
7f3d37867b
Protect against interception of confirmation emails
...
When processing an account confirmation email don't automatically
log the user in unless their browser session has a token that
matches the same user. Closes #3337 .
2010-11-15 21:41:32 +00:00
Tom Hughes
f364dd8f00
Allow the Nominatim instance used to be configured
2010-11-02 10:40:43 +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
2f0ed54206
Handle attempts to agree terms by users with validation errors better
2010-10-12 20:34:49 +01:00
Tom Hughes
71f1554212
Make trace API a proper CRUD API like other object types
2010-10-11 23:09:27 +01:00
Tom Hughes
9caa2046ca
Include description and tags in GPX details API response
2010-10-11 19:10:42 +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
52e523cb0b
Invite users to fill in their profile after confirming an account
2010-10-04 19:45:26 +01:00
Tom Hughes
483936772d
Improve the flash message shown after a user signs up
...
Make the message a bit more friendly and include the email address
the confirmation was sent to.
2010-10-04 19:11:01 +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
1c3a9ee62b
Update oauth models and controllers for OAuth 1.0a support
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
ef038fa5fe
Only display the license notice if we don't already have a notice
2010-09-10 11:23:01 +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
Tom Hughes
6fb8570200
Merge branch 'master' into openstreetbugs
...
Conflicts:
config/environment.rb
config/routes.rb
2010-09-06 12:51:50 +01:00
Tom Hughes
39a014075a
Revert "We can cache the trace list for logged in users now"
...
This reverts commit f30dcd1a62
.
2010-09-01 13:47:06 +01:00
Tom Hughes
ba70c100f1
Set the default trace visibility on the upload form
2010-08-24 21:32:07 +01:00
Tom Hughes
2ce394118d
Allow uncompressed GPX traces to be fetched from the API
2010-08-24 21:21:02 +01:00
Tom Hughes
b3d92954d3
Use normal notice system to display login banner
2010-08-13 15:13:30 +01:00
Matt Amos
047027c95d
Added login banner letting users more aware of the license change
2010-08-13 15:13:30 +01:00
Tom Hughes
6c2089da2d
Don't refer to the decline button when there isn't one
2010-08-12 18:09:36 +01:00
Frederik Ramm
9aaafcb425
Add new <contributor-terms> element to user details
2010-08-12 17:47:51 +01:00