Commit graph

4276 commits

Author SHA1 Message Date
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
Siebrand Mazeland
7c01f78a42 Localisation updates from http://translatewiki.net 2010-10-03 22:36:22 +02:00
Tom Hughes
c246b91675 Stop prompts wrapping in OpenID login box 2010-10-03 14:40:54 +01:00
Kai Krueger
96b2a9bf16 Add support for fetching attributes via AX as well as SReg 2010-10-03 14:25:45 +01:00
Tom Hughes
94f9f4b76f Pass any AX response to the callback along with the SReg response 2010-10-03 14:24:45 +01:00
Kai Krueger
a0b76fc2c5 Test openid based user creation right through to the final save 2010-10-01 21:29:23 +01:00
Tom Hughes
7c73eca63d Add monkey patch to make openid tests work with rails 2 2010-10-01 21:07:35 +01:00
Tom Hughes
f4a1bec37c Require a specific version of the oauth plugin
It looks likely that the API  will change in future versions of
the oauth plugin, so require a known working version for now.
2010-10-01 21:07:35 +01:00
Tom Hughes
bebb9203df Fix errors when an existing user tries to agree to the new terms 2010-10-01 21:07:34 +01:00
Tom Hughes
f69abaa9cf Make terms page work during OpenID based signup 2010-10-01 21:07:34 +01:00
Kai Krueger
183a3e9d07 Yahoo appears to have changed their OpenID endpoint / discovery 2010-10-01 21:07:33 +01:00
Kai Krueger
ce1e788f82 Add a test for openid failure during user creation 2010-10-01 21:06:57 +01:00
Shaun McDonald
64916e8630 Update the airport tag to use the standard aeroway=aerodrome
Update the airport tag to use the standard aeroway=aerodrome instead
of the amenity=airport as pointed out on potlatch-dev mailing list.
2010-09-29 12:05:12 +01:00
Tom Hughes
eb050a1b7d Require a specific version of the oauth plugin
It looks likely that the API  will change in future versions of
the oauth plugin, so require a known working version for now.
2010-09-24 11:02:41 +01:00
Tom Hughes
f70feedc65 Merge branch 'master' into openid 2010-09-24 09:35:36 +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
c08f9a2f03 Remove oauth-plugin from vendor and require gem version instead 2010-09-21 16:20:30 +01:00
Ævar Arnfjörð Bjarmason
401d81940f wiki_pages: Run script/misc/update-wiki-pages 2010-09-21 16:19:54 +01:00
Siebrand Mazeland
9b404b9054 Localisation updates from http://translatewiki.net 2010-09-17 01:24:10 +02: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
Richard Fairhurst
d68466ecf8 Remove NearMap from Potlatch options 2010-09-15 10:32:13 +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
945d60ea5a Merge branch 'master' into openid 2010-09-09 09:07:13 +01:00
Tom Hughes
8f5c54f805 Fix typo 2010-09-09 09:06:58 +01:00
Tom Hughes
79276fb43a Merge branch 'master' into openid 2010-09-09 09:06:12 +01:00
Tom Hughes
1980cf1da8 Fix typo 2010-09-09 09:05:59 +01:00
Tom Hughes
a22b0c1b64 Fix typo 2010-09-09 09:05:25 +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
dd7ef37ec0 Merge branch 'master' into openid
Conflicts:
	app/controllers/user_controller.rb
	app/views/user/terms.html.erb
	config/locales/en.yml
2010-09-06 12:49:10 +01:00
Tom Hughes
6669253f9c Suppress deprecation warning from i18n 2010-09-02 20:00:43 +01:00
Tom Hughes
782ddc9c3e Require i18n version 0.4.1 and fix monkey patch to work with it
Rails 3 pulls in i18n version 0.4.1 as a separate gem which then
breaks our code if it is running on a machine with rails 3 installed
as it tries to monkey patch i18n and fails, so this fix allows us
to run on a machine with rails 3 installed.
2010-09-02 19:01:21 +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
Siebrand Mazeland
75aa771498 Localisation updates from http://transatewiki.net 2010-08-30 20:18:13 +02:00
Siebrand Mazeland
da24a83748 Localisation updates from http://translatewiki.net 2010-08-29 13:19:34 +02: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
232337c08b Update cyclemap layer to use new tile server 2010-08-15 17:35:08 +01:00
Tom Hughes
b17523c893 Rename application.yml to example.application.yml 2010-08-13 22:50:18 +01:00
Ævar Arnfjörð Bjarmason
bf2149cfcb config/legales/FR.yml: Invalid YAML killed the French contributor terms 2010-08-13 15:13:31 +01:00
Tom Hughes
dbfb7c1e1d Add french version of text for when there is no decline button 2010-08-13 15:13:30 +01:00
Tom Hughes
2def7c187e Don't process overlay layers in old-style layer configurations
There are no overlay layers that we actually want to be persistent, and
the removal of the maplint layer means that old configurations generally
open the wrong overlays now anyway.
2010-08-13 15:13:30 +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