Tom Hughes
9e2db4513e
Change donation drive panel to a thank you
...
Closes #1001
2015-06-30 22:01:44 +01:00
Tom Hughes
4676179879
Improve display of user block timestamps
...
Display the creation time, as a friendly date with a tooltip for
the exact time, and add a tooltip to the expiry time.
Fixes #923 and #996
2015-06-25 17:44:20 +01:00
Tom Hughes
a22c3525e4
Add HTML version of friend notification email
...
Fixes #995
2015-06-25 00:16:15 +01:00
Simon Poole
cf8a20962b
Add a paragraph on the rules in OSM or the lack of them
2015-06-16 18:41:43 +01:00
Tom Hughes
876d5614da
Add advert for donation drive
2015-06-16 10:38:29 +01:00
Tom Hughes
891ec3d75c
More favicon tweaks
2015-06-11 22:25:26 +01:00
Tom Hughes
edfbbf7336
Improve favicons
...
Following http://stackoverflow.com/questions/2268204/favicon-dimensions
advice on the best range of icons to offer, and using the site linked
there to generate everything.
2015-06-11 21:18:31 +01:00
Tom Hughes
2b2264ddab
Add support for Windows Live authentication
2015-05-19 14:04:09 +01:00
Tom Hughes
c9893e186b
Add support for Facebook authentication
2015-05-19 14:04:08 +01:00
Simon Poole
a1f73967a9
Add trademark information to copyright page
...
Added some minimal text to the copyright page wrt trademarks, currently
pointing to the LWG, one day it should refer to a formal policy.
2015-05-19 13:57:39 +01:00
Simon Poole
8c37f47244
Add IRC and switch2osm to help page, slight language improvement
2015-05-15 11:24:35 +01:00
Simon Poole
5552ae3de2
Add "Legal" paragraph on the "About" page
2015-05-05 17:59:01 +01:00
Simon Poole
dcaefd0d6f
Add links to the Beginners' guide, mailing lists and forums to the help page
...
From a pure design and content view (where the content is factual) a link
to learnosm.org would really be better. Potentially learnosm could be forked
and a version hosted on OSMF infrastructure with the marketing verbiage
for HOTs view of the world removed.
2015-05-05 17:56:38 +01:00
Tom Hughes
eeb9866d50
Add support for Google OAuth2 authentication
...
This replaces OpenID authentication, which is going away soon, but
provides an upgrade path where we can migrate users that already have
a Google OpenID setup to the new system transparently.
2015-04-14 10:08:07 +01:00
Štefan Baebler
080b12330b
Added information about sources for Slovenia
2015-04-07 22:26:52 +01:00
Tom Hughes
05caad1a5d
Fix some validation issues
2015-03-16 20:49:14 +00:00
Tom Hughes
d73a4efef0
Remove inline styling
2015-03-16 20:29:40 +00:00
Tom Hughes
6d9d688080
Simplify close icon for routing panel and fix validation error
2015-03-16 20:26:59 +00:00
Tom Hughes
ac37b89859
Attach labels to fields on the login page
2015-03-12 18:21:07 +00:00
Tom Hughes
d6bbcae9db
Make sure we give iD uncompressed XML for a trace
...
See #745
2015-02-28 15:53:32 +00:00
Tom Hughes
e434cb154c
Convert OpenID authentication to generic third party authentication
2015-02-25 01:07:23 +00:00
Tom Hughes
b0150caee6
Convert OpenID authentication to use OmniAuth
2015-02-25 01:07:23 +00:00
Tom Hughes
3ecfef49e9
Change OpenID fields to be text fields
...
Although technically a URL is required in practive a domain is
often enough, but browsers will reject that in a URL field.
2015-02-22 13:34:08 +00:00
Tom Hughes
250bb47cc2
Merge remote-tracking branch 'systemed/routing'
2015-02-16 08:30:29 +00:00
Bryan Housel
eb61cc614f
Update iD container to support iD 1.7.0
2015-02-12 05:57:12 -05:00
Tom Hughes
27179c8706
Wrap flash messages in a div instead of a paragraph
...
This allows more complex HTML in the message, closing #896 .
2015-02-11 21:32:56 +00:00
Tom Hughes
d5e90c0d87
Add asset wrappers for iD
2015-02-11 19:18:13 +00:00
Tom Hughes
44a0835487
Move routing "Go" button up alongside the dropdown
2015-02-01 12:58:08 +00:00
Tom Hughes
13d650e2dc
Merge branch 'master' into routing
2015-02-01 11:32:02 +00:00
Thijs Alkemade
17f926fefb
Fix two issues with the remember_me_openid button
...
1. It didn't work, the code only checked the remember_me button, not
the remember_me_openid button.
2. It did not have a unique id, making the label next to it not work
for selecting the checkbox.
2015-02-01 10:33:45 +00:00
Matt Amos
7a44ae6cdc
Use CSS rather than HTML attributes for styling.
2015-01-26 18:02:00 +00:00
Matt Amos
5afe47e3f6
Use larger 'spinner' when waiting for route request. Replace HTML in content to avoid resize.
2015-01-26 17:18:32 +00:00
Matt Amos
321218f9b1
Make close button on route dialogue return to index.
2015-01-26 15:02:55 +00:00
Matt Amos
c3e2e6462f
Merge remote-tracking branch 'upstream/master' into routing-ui-tweaks-2
...
Conflicts:
config/locales/de.yml
2015-01-26 13:14:58 +00:00
Dan Stowell
c99841536b
Use 'close-box' appearance (less confusing) for exit-from-directions
2015-01-24 13:27:17 +00:00
Tom Hughes
316ebb7570
Don't pass ActiveRecord objects to find and exists?
2015-01-10 12:41:16 +00:00
Matt Amos
4734b9ce5d
Added some vertical space in the routing text input boxes.
2014-11-10 19:36:43 +00:00
Matt Amos
3a9db4cf30
Use buttons for switching to/from directions.
...
Previously, used a small text link which wasn't very usable. Now
it uses larger buttons which are (hopefully) more usable. Also
this sorts out the weird right-hanging text boxes for the to/from
in the directions sidebar - now they look like proper text input
boxes.
However, the "back to search" button and the directions submit
buttons are weirdly large and I don't quite understand why.
Hopefully an easy fix for someone who knows the arcana of CSS
better than I.
2014-11-10 19:17:21 +00:00
Matt Amos
0cb475cc1a
Merge remote-tracking branch 'upstream/master' into routing-merge
...
Conflicts:
app/assets/javascripts/index.js
config/locales/en.yml
2014-11-10 16:14:06 +00:00
Tom Hughes
f0ecc6312b
Revert "Add SOTM advert"
...
This reverts commit 15a7276a9f
.
2014-11-09 23:03:04 +00:00
Tom Hughes
08a0fc90e3
Track users in piwik
2014-11-09 22:41:01 +00:00
Matt Amos
a3eb48385b
Merge remote-tracking branch 'upstream/master' into routing
...
Conflicts:
app/assets/javascripts/index.js
app/assets/javascripts/leaflet.map.js.erb
config/environments/production.rb
config/locales/de.yml
2014-11-03 11:08:13 +00:00
Tom Hughes
501d13e1c0
Merge branch 'master' into overpass
2014-11-01 12:50:23 +00:00
Tom Hughes
8598db3233
Tidy up changeset comment code
2014-10-23 21:24:51 +01:00
Ł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