Kai Krueger
6ca7ab3c7e
Fixed a link to the openID wiki page
2010-01-24 13:34:11 +00:00
Richard Fairhurst
4e07678458
fix Douglas-Peucker tolerance for GPS track import, and menu layering for options dialogue
2010-01-24 00:15:33 +00:00
Ævar Arnfjörð Bjarmason
ea3f5b6893
move haiti messages in the order in which they are used in the Potlatch drop-down list
2010-01-23 16:42:23 +00:00
Kai Krueger
84db1d66b7
merge 19364:19600 of rails_port into the openID branch
...
renamed migration 049_add_open_id_authentication_tables.rb to
050_add_open_id_authentication_tables.rb
2010-01-23 15:31:01 +00:00
Kai Krueger
45f12aa99e
Fixed some failing tests caused by the openID changes
2010-01-23 14:23:35 +00:00
Kai Krueger
f0cac0fcc3
Allow to not specify a password when signing up with openID
...
If the password field has a length of 0 and we have a valid
openID, then disable password login by generating a random
unknown password.
This still needs some warnings to indicate that not all services
such as trac, the forum or some editors are supported with
openid only via oauth.
2010-01-23 01:38:18 +00:00
Kai Krueger
d9ed74265f
Rearranged some code in the OpenID signup page to make it cleaner
2010-01-22 23:31:35 +00:00
Translatewiki
c07279e458
Localisation updates from translatewiki.net (2010-01-21)
2010-01-21 22:15:19 +00:00
Translatewiki
b6d327685d
Localisation updates from translatewiki.net (2010-01-21)
2010-01-21 22:14:02 +00:00
Tom Hughes
86cbb404e9
Add a sweeper to clean up cache entries when a user's visibility or
...
display name changes.
2010-01-21 11:39:28 +00:00
Richard Fairhurst
eba3e9f6b8
fix dodgy changeset comment
2010-01-19 00:35:57 +00:00
Richard Fairhurst
b946779b84
new version with small Haiti-related improvements
2010-01-18 20:56:56 +00:00
Tom Hughes
563769b126
There's no need to use an alternative repository for SystemTimer as it
...
is in the main one - just specify the right version instead.
2010-01-18 09:19:20 +00:00
Shaun McDonald
3a16746650
Fix changeset fixtures as noted on the dev mailing list. http://lists.openstreetmap.org/pipermail/dev/2010-January/018283.html
2010-01-18 01:07:52 +00:00
Shaun McDonald
868210ece7
Use the latest version of SystemTimer. Also gets rid of the warning: 'cleanup_timer: Previous SIG_ALRM handler not initialized\!\:' when running the tests due to using the older version of this gem.
2010-01-18 00:20:45 +00:00
Richard Fairhurst
cd2f195650
reinstate Haiti building preset
2010-01-17 17:51:50 +00:00
Tom Hughes
aa27228dea
The new message route want the display name now, not the id. Closes #2642 .
2010-01-17 09:12:40 +00:00
Ævar Arnfjörð Bjarmason
64a28f5de6
Potlatch 1.3d: Impoved Haiti crisis support
...
* Adding DigitalGlobe layer to presets
* Now with 2 GeoEye layers: GravityStorm's and the NYPL extended coverage
* Pressing B with GeoEye/DigitalGlobe (and NearMap) layers now adds the correct source=* tag to elements
* Added GeoEye and digitalglobe to source=* tag autocompletion
2010-01-16 19:35:19 +00:00
Translatewiki
431b49eff4
Localisation updates from translatewiki.net (2010-01-16)
2010-01-16 18:05:50 +00:00
Translatewiki
a517441db5
Localisation updates from translatewiki.net (2010-01-16)
2010-01-16 18:04:25 +00:00
Kai Krueger
92951c6c00
Make it possible to associate an openID during account creation
2010-01-15 19:48:13 +00:00
Richard Fairhurst
be72535ff9
Haiti presets
2010-01-14 23:40:38 +00:00
Ævar Arnfjörð Bjarmason
9bf35dbcfb
Potlatch 1.3c: Added gravitystorm's Haiti imagery
2010-01-14 20:18:38 +00:00
Tom Hughes
8de014935a
Add the changeset id to the user index so the next/previous user links
...
can be resolved quickly.
2010-01-14 18:37:52 +00:00
Tom Hughes
62e7006a21
Rework the pagination of the trace list to avoid having to count
...
the total number of matching records/pages.
2010-01-14 00:35:09 +00:00
Tom Hughes
fa554045e5
Make cache distinguish pages views by admins or moderators from those
...
viewed by normal users.
2010-01-13 21:30:09 +00:00
Tom Hughes
ee5735d550
Fixed warning.
2010-01-13 13:41:13 +00:00
Tom Hughes
8865543903
I really wish rails would stop trying to hide exceptions from me...
2010-01-13 13:34:59 +00:00
Tom Hughes
7381dad23b
Generate cache paths in the same way as the normal expire_action routine
...
so that the escaping matches correctly.
2010-01-11 18:24:55 +00:00
Tom Hughes
70bb55b35e
Handle Timeout::Error exceptions which are caught by ActiveRecord.
2010-01-11 09:55:55 +00:00
Tom Hughes
841ebe80d7
Use system_timer for timeouts to make them more reliable.
2010-01-11 09:28:31 +00:00
Translatewiki
fa18b6e225
Localisation updates from translatewiki.net (2010-01-10)
2010-01-11 00:21:24 +00:00
Translatewiki
c20fd35a2f
Localisation updates from translatewiki.net (2010-01-10)
2010-01-11 00:20:08 +00:00
Tom Hughes
f5777a881f
Don't cache the trace list for logged in users.
2010-01-11 00:16:21 +00:00
Tom Hughes
e29e49dc7c
Add some caching for trace views.
2010-01-10 17:44:57 +00:00
Kai Krueger
ca558c692e
This is the initial implementation of login via OpenID
...
This is the patch presented in trac ticket #2500
With this commit, it is possible to assosciate an openID
to an existing OSM account. Once associated, it is possible
to either login via OpenID, or as always via username and password.
Other aspects, such as account creation and the need for a valid email
are unchanged.
2010-01-10 17:41:32 +00:00
Kai Krueger
58bb08aba8
Add the open_id_authentication plugin
...
The plugin is taken from http://github.com/rails/open_id_authentication
commit 079b91f70602814c98d4345e198f743bb56b76b5
This plugin provides some convenience wrapper functions around
the ruby gem ruby-openid
2010-01-10 17:34:00 +00:00
Shaun McDonald
5cbaa2fca7
fix some trace tests, due to a change of the way that your own ones are rendered.
2010-01-10 15:21:53 +00:00
Kai Krueger
88098dc4ff
Creating a rails_port branch for trying to implement OpenID login (based on r19364)
2010-01-10 13:16:33 +00:00
Tom Hughes
e53b34b80a
Make traces/mine redirect to the user's traces page instead of rendering
...
it itself. Also make sure the traces page for a user includes the upload
form if the requestor is logged in as that user.
2010-01-10 09:16:18 +00:00
Tom Hughes
314b734aa5
Introduce some caching for diary views.
2010-01-09 16:43:38 +00:00
Translatewiki
d7f1186825
Localisation updates from translatewiki.net (2010-01-07)
2010-01-07 22:13:53 +00:00
Translatewiki
3388b37b50
Localisation updates from translatewiki.net (2010-01-07)
2010-01-07 22:12:43 +00:00
Tom Hughes
e0e849c91c
Add a 30 second timeout to all data browser requests to avoid attempts
...
to browse very large and/or complicated objects blocking other requests.
2010-01-07 16:09:44 +00:00
Paweł Mrówka
1374a7ef10
nomsg
2010-01-07 13:44:56 +00:00
Tom Hughes
fcebfd1fe7
Drop Namefinder from search results.
2010-01-06 00:31:03 +00:00
Tom Hughes
4f23e718b4
Add a "More results" link to Nominatim search results.
2010-01-06 00:30:29 +00:00
Tom Hughes
aa37cecc1d
Format block details more nicely.
2010-01-04 13:58:50 +00:00
Tom Hughes
6e5f284135
Add some indexes to diary entries to let recent entries be found
...
efficiently for the various diary entry lists and feeds.
2010-01-03 11:56:41 +00:00
Translatewiki
157621f8a7
Localisation updates from translatewiki.net (2010-01-03)
2010-01-03 11:01:57 +00:00