]> git.openstreetmap.org Git - rails.git/log
rails.git
13 years agoMerge branch 'master' into openid
Tom Hughes [Wed, 16 Jun 2010 20:18:44 +0000 (21:18 +0100)]
Merge branch 'master' into openid

13 years agoLink SOTM advert to the landing page
Tom Hughes [Wed, 16 Jun 2010 20:16:42 +0000 (21:16 +0100)]
Link SOTM advert to the landing page

13 years agoCorrect name of ActiveRecord
Tom Hughes [Tue, 15 Jun 2010 16:12:55 +0000 (17:12 +0100)]
Correct name of ActiveRecord

13 years agoMake database offline work in production
Tom Hughes [Tue, 15 Jun 2010 09:40:47 +0000 (10:40 +0100)]
Make database offline work in production

13 years agoMake database offline mode work
Tom Hughes [Tue, 15 Jun 2010 09:07:39 +0000 (10:07 +0100)]
Make database offline mode work

13 years agoCompletely replace rails' version of pk_and_sequence_for
Tom Hughes [Mon, 14 Jun 2010 12:00:49 +0000 (13:00 +0100)]
Completely replace rails' version of pk_and_sequence_for

Falling back to the rails code for pk_and_sequence_for doesn't work
because we still wind up retrying the slow version of the query for
tables with no primary key. So just replace it instead.

13 years agoMonkey patch rails to make system table query efficient
Tom Hughes [Mon, 14 Jun 2010 11:43:39 +0000 (12:43 +0100)]
Monkey patch rails to make system table query efficient

Rails tries to query the system tables to find the primary key
and it's controlling sequence, but it doesn't specify that it is
looking for objects of class "pg_class" so the pg_depend table
has to be sequentially scanned instead of being accessed using
the index.

Tests on the production database show that the time taken for
this query drops from 3.5s to 15ms if the index is used.

13 years agoRename layouts.sotm resource to avoid using stale translations
Tom Hughes [Tue, 8 Jun 2010 17:01:21 +0000 (18:01 +0100)]
Rename layouts.sotm resource to avoid using stale translations

13 years agoAdd advert for SOTM 2010 to sidebar
Tom Hughes [Tue, 8 Jun 2010 16:09:21 +0000 (17:09 +0100)]
Add advert for SOTM 2010 to sidebar

13 years agoRe-using service icon for pedestrian roads
Dan Karran [Sun, 30 May 2010 22:48:02 +0000 (23:48 +0100)]
Re-using service icon for pedestrian roads

13 years agoUsing generic place_of_worship icon instead of Christian one
Dan Karran [Sun, 30 May 2010 19:10:33 +0000 (20:10 +0100)]
Using generic place_of_worship icon instead of Christian one

13 years agoAdding health related icons
Dan Karran [Sat, 29 May 2010 13:46:35 +0000 (14:46 +0100)]
Adding health related icons

13 years agoMore historic and tourist-related icons
Dan Karran [Sat, 29 May 2010 13:27:15 +0000 (14:27 +0100)]
More historic and tourist-related icons

13 years agoA few more icons
Dan Karran [Sat, 29 May 2010 13:15:58 +0000 (14:15 +0100)]
A few more icons

13 years agoAdd strikethrough style to browser when objects are deleted
Dan Karran [Sat, 29 May 2010 12:57:39 +0000 (13:57 +0100)]
Add strikethrough style to browser when objects are deleted

13 years agoAdding more shop icons
Dan Karran [Fri, 28 May 2010 22:16:29 +0000 (23:16 +0100)]
Adding more shop icons

13 years agoAdd service road and bike parking icons and update the bike rental one
Dan Karran [Fri, 28 May 2010 21:57:11 +0000 (22:57 +0100)]
Add service road and bike parking icons and update the bike rental one

13 years agoAdding highway _link icons like their main counterparts
Dan Karran [Sun, 23 May 2010 13:03:01 +0000 (14:03 +0100)]
Adding highway _link icons like their main counterparts

13 years agoMerge branch 'master' into openid
Tom Hughes [Mon, 7 Jun 2010 21:24:24 +0000 (22:24 +0100)]
Merge branch 'master' into openid

Conflicts:
config/locales/is.yml

13 years agoRevert "Switch to using oauth-plugin as a gem"
Tom Hughes [Mon, 7 Jun 2010 15:01:04 +0000 (16:01 +0100)]
Revert "Switch to using oauth-plugin as a gem"

This reverts commit 41a123334bc75d17335e3f242b0243ddfd3e6389.

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Thu, 3 Jun 2010 23:33:00 +0000 (01:33 +0200)]
Localisation updates from http://translatewiki.net

13 years agoUpdate to rails 2.3.8
Tom Hughes [Wed, 26 May 2010 18:54:10 +0000 (19:54 +0100)]
Update to rails 2.3.8

Update site to use rails 2.3.8 which also allows us to drop the
globalize2 plugin as the core rails i18n code can now do fallback
and pluralization.

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Tue, 25 May 2010 14:06:17 +0000 (16:06 +0200)]
Localisation updates from http://translatewiki.net

13 years agoSwitch to using oauth-plugin as a gem
Tom Hughes [Mon, 24 May 2010 11:56:23 +0000 (12:56 +0100)]
Switch to using oauth-plugin as a gem

Use the oauth-plugin as a gem instead of carrying a local copy.

This also required that commit eff06faf46c8f0cc4d92a16f6b2daa22eabb4893 be
reverted as it changed the plugin. I don't think the cosmetic improvement
from that patch is worth the hassle of carrying local changes to the plugin.

13 years agoPull in some upstream updates to http_accept_language
Tom Hughes [Mon, 24 May 2010 11:10:46 +0000 (12:10 +0100)]
Pull in some upstream updates to http_accept_language

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Sun, 23 May 2010 17:36:40 +0000 (19:36 +0200)]
Localisation updates from http://translatewiki.net

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
13 years agoAdd a timeout to the change list pages
Tom Hughes [Fri, 21 May 2010 19:21:41 +0000 (20:21 +0100)]
Add a timeout to the change list pages

13 years agoConvert lat and lon values to integers
Tom Hughes [Fri, 21 May 2010 18:51:30 +0000 (19:51 +0100)]
Convert lat and lon values to integers

Make sure the lat and lon values in changeset bounding box queries
are integers or Postgres will refuse to use the index.

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Tue, 18 May 2010 21:13:25 +0000 (23:13 +0200)]
Localisation updates from http://translatewiki.net

13 years agoResource whose value starts with a colon need to be quoted
Tom Hughes [Tue, 18 May 2010 14:07:46 +0000 (15:07 +0100)]
Resource whose value starts with a colon need to be quoted

Stop resources looking like symbols when they start with a colon by
quoting them.

13 years agoFix a typo in the native copyright text
Andrzej Zaborowski [Wed, 12 May 2010 22:32:07 +0000 (00:32 +0200)]
Fix a typo in the native copyright text

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
13 years agoAdd "UMP-pcPL" as CC-BY-SA source in the list of attributions.
Andrzej Zaborowski [Wed, 12 May 2010 22:32:07 +0000 (00:32 +0200)]
Add "UMP-pcPL" as CC-BY-SA source in the list of attributions.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
13 years agoAllow the "remember me" label to wrap when showing OpenID URL field
Tom Hughes [Tue, 18 May 2010 08:08:04 +0000 (09:08 +0100)]
Allow the "remember me" label to wrap when showing OpenID URL field

13 years agoMerge branch 'master' into openid
Tom Hughes [Mon, 17 May 2010 23:16:47 +0000 (00:16 +0100)]
Merge branch 'master' into openid

13 years agoTweak resource names to make them fit the normal naming scheme
Tom Hughes [Mon, 17 May 2010 23:09:29 +0000 (00:09 +0100)]
Tweak resource names to make them fit the normal naming scheme

13 years agoAllow for formatting of the nominatim prefix in the i18n system
Ævar Arnfjörð Bjarmason [Sun, 16 May 2010 15:54:11 +0000 (15:54 +0000)]
Allow for formatting of the nominatim prefix in the i18n system

It's a pain to translate nominatim as-is because the context forces me
to translate things in the accusative case. Now I can change
"{{name}}" into "{{name}}:" and translate things in the nominative
case.

Not putting the message in search_osm_nominatim so I don't infringe
upon its namespace.

13 years agoMerge branch 'master' into openid
Tom Hughes [Sun, 16 May 2010 23:30:43 +0000 (00:30 +0100)]
Merge branch 'master' into openid

Conflicts:
app/controllers/user_controller.rb

13 years agoAdd missing specification file to ROTS gem
Tom Hughes [Sun, 16 May 2010 23:26:02 +0000 (00:26 +0100)]
Add missing specification file to ROTS gem

13 years agouser.login.account suspended so translators don't have to type out anchors
Ævar Arnfjörð Bjarmason [Sun, 16 May 2010 16:39:16 +0000 (16:39 +0000)]
user.login.account suspended so translators don't have to type out anchors

13 years agoChange user.suspended.body so translators don't have to type out anchors
Ævar Arnfjörð Bjarmason [Sun, 16 May 2010 16:35:22 +0000 (16:35 +0000)]
Change user.suspended.body so translators don't have to type out anchors

13 years agoRemove user.terms.legale_button. Added in 9a9e13af but since removed
Ævar Arnfjörð Bjarmason [Sun, 16 May 2010 16:22:01 +0000 (16:22 +0000)]
Remove user.terms.legale_button. Added in 9a9e13af but since removed

13 years agoLocalisation updates from translatewiki.net
Siebrand Mazeland [Sun, 16 May 2010 15:50:01 +0000 (17:50 +0200)]
Localisation updates from translatewiki.net

13 years agoMerge branch 'master' into openid
Tom Hughes [Sun, 16 May 2010 13:49:45 +0000 (14:49 +0100)]
Merge branch 'master' into openid

13 years agoTidy up addition of icons to relation members
Tom Hughes [Sun, 16 May 2010 12:07:25 +0000 (13:07 +0100)]
Tidy up addition of icons to relation members

13 years agoRename css_class to link_class for consistency
Tom Hughes [Sun, 16 May 2010 11:57:00 +0000 (12:57 +0100)]
Rename css_class to link_class for consistency

13 years agoOnly include tags which affect the icon in the link title
Tom Hughes [Sun, 16 May 2010 11:55:10 +0000 (12:55 +0100)]
Only include tags which affect the icon in the link title

13 years agoFix OpenID migration to not create authentication tables
Tom Hughes [Sun, 16 May 2010 11:48:01 +0000 (12:48 +0100)]
Fix OpenID migration to not create authentication tables

13 years agoRename browser-icons to browse everywhere and only load CSS when needed
Tom Hughes [Sun, 16 May 2010 11:23:12 +0000 (12:23 +0100)]
Rename browser-icons to browse everywhere and only load CSS when needed

13 years agoPatch from bug #2787 to add icons to data browser pages
Dan Karran [Tue, 20 Apr 2010 08:08:51 +0000 (09:08 +0100)]
Patch from bug #2787 to add icons to data browser pages

13 years agoMerge branch 'master' into openid
Tom Hughes [Sun, 16 May 2010 11:11:01 +0000 (12:11 +0100)]
Merge branch 'master' into openid

13 years agoFix some bogus down migrations
Tom Hughes [Sun, 16 May 2010 11:10:28 +0000 (12:10 +0100)]
Fix some bogus down migrations

13 years agoMake OpenID authentication work with the latest plugin
Tom Hughes [Sun, 16 May 2010 11:05:57 +0000 (12:05 +0100)]
Make OpenID authentication work with the latest plugin

13 years agoDon't require ruby-openid as the plugin pulls in the required gem(s)
Tom Hughes [Sat, 15 May 2010 16:43:33 +0000 (17:43 +0100)]
Don't require ruby-openid as the plugin pulls in the required gem(s)

13 years agoUpdate OpenID authentication plugin to latest version
Tom Hughes [Sat, 15 May 2010 16:39:52 +0000 (17:39 +0100)]
Update OpenID authentication plugin to latest version

13 years agoMerge branch 'master' into openid
Tom Hughes [Fri, 14 May 2010 21:50:17 +0000 (22:50 +0100)]
Merge branch 'master' into openid

Conflicts:
config/locales/is.yml

13 years agoBump config/wiki_pages.yml with script/misc/update-wiki-pages
Ævar Arnfjörð Bjarmason [Fri, 14 May 2010 14:22:14 +0000 (14:22 +0000)]
Bump config/wiki_pages.yml with script/misc/update-wiki-pages

13 years agoLocalisation updates from translatewiki.net (2010-05-09)
Siebrand Mazeland [Thu, 13 May 2010 21:14:42 +0000 (23:14 +0200)]
Localisation updates from translatewiki.net (2010-05-09)

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
13 years agoAdd user_id + created_at index to changesets
Tom Hughes [Thu, 13 May 2010 17:16:31 +0000 (18:16 +0100)]
Add user_id + created_at index to changesets

Browsing changesets for a user will be much faster if we can get the
user's changesets in date order.

13 years agoSwitch to date stamped migrations to make branching easier to handle
Tom Hughes [Thu, 13 May 2010 17:16:00 +0000 (18:16 +0100)]
Switch to date stamped migrations to make branching easier to handle

13 years agoIgnore unknown countries when doing geolocation
Tom Hughes [Thu, 13 May 2010 14:32:46 +0000 (15:32 +0100)]
Ignore unknown countries when doing geolocation

13 years agoMerge branch 'master' into openid
Tom Hughes [Thu, 13 May 2010 12:36:31 +0000 (13:36 +0100)]
Merge branch 'master' into openid

13 years agoUbuntu Hardy only has rubygems 1.3.1 and it seems to work
Tom Hughes [Thu, 13 May 2010 11:58:22 +0000 (12:58 +0100)]
Ubuntu Hardy only has rubygems 1.3.1 and it seems to work

13 years agoRequire yaml so ROTS works
Tom Hughes [Thu, 13 May 2010 11:08:29 +0000 (12:08 +0100)]
Require yaml so ROTS works

13 years agoAdd ROTS gem to vendor tree as it's not in the public GEM repos
Tom Hughes [Thu, 13 May 2010 11:07:31 +0000 (12:07 +0100)]
Add ROTS gem to vendor tree as it's not in the public GEM repos

13 years agoUpdate various files to match current rails versions
Tom Hughes [Thu, 13 May 2010 09:54:16 +0000 (10:54 +0100)]
Update various files to match current rails versions

13 years agoFix user creation tests to handle terms screen
Tom Hughes [Tue, 11 May 2010 21:25:06 +0000 (22:25 +0100)]
Fix user creation tests to handle terms screen

13 years agoReport duplicate OpenID URLs cleanly
Tom Hughes [Tue, 11 May 2010 20:33:32 +0000 (21:33 +0100)]
Report duplicate OpenID URLs cleanly

13 years agoMerge branch 'master' into openid
Tom Hughes [Tue, 11 May 2010 20:22:43 +0000 (21:22 +0100)]
Merge branch 'master' into openid

Conflicts:
app/controllers/user_controller.rb
app/views/user/new.html.erb
config/locales/en.yml
public/stylesheets/common.css

13 years agoMerge branch 'master' of git://git.openstreetmap.org/rails
Tom Hughes [Tue, 11 May 2010 18:45:48 +0000 (19:45 +0100)]
Merge branch 'master' of git://git.openstreetmap.org/rails

13 years agoFix site name
Tom Hughes [Tue, 11 May 2010 18:44:47 +0000 (19:44 +0100)]
Fix site name

13 years agoUpdate test to reflect changes in signup page
Tom Hughes [Tue, 11 May 2010 18:17:14 +0000 (19:17 +0100)]
Update test to reflect changes in signup page

13 years agoAdd parentheses to avoid warning
Tom Hughes [Tue, 11 May 2010 18:13:38 +0000 (19:13 +0100)]
Add parentheses to avoid warning

13 years agoMerge branch 'master' into terms
Tom Hughes [Tue, 11 May 2010 18:07:00 +0000 (19:07 +0100)]
Merge branch 'master' into terms

13 years agoRenumber migration to avoid conflict with master
Tom Hughes [Tue, 11 May 2010 18:06:30 +0000 (19:06 +0100)]
Renumber migration to avoid conflict with master

13 years agoFixup tests to work after changes to user controller
Tom Hughes [Tue, 11 May 2010 13:12:57 +0000 (14:12 +0100)]
Fixup tests to work after changes to user controller

13 years agoMerge branch 'master' into openid
Tom Hughes [Tue, 11 May 2010 12:37:05 +0000 (13:37 +0100)]
Merge branch 'master' into openid

13 years agoRework the signup and settings methods to make them a bit clearer
Tom Hughes [Tue, 11 May 2010 11:01:08 +0000 (12:01 +0100)]
Rework the signup and settings methods to make them a bit clearer

13 years agoAdd spam block ACLs with the right key
Tom Hughes [Tue, 11 May 2010 07:59:04 +0000 (08:59 +0100)]
Add spam block ACLs with the right key

13 years agoSpecify version of ruby-openid before lib for consistency
Tom Hughes [Mon, 10 May 2010 13:22:48 +0000 (14:22 +0100)]
Specify version of ruby-openid before lib for consistency

13 years agoLocalisation updates from translatewiki.net (2010-05-09)
Siebrand Mazeland [Sun, 9 May 2010 17:06:31 +0000 (19:06 +0200)]
Localisation updates from translatewiki.net (2010-05-09)

13 years agoRework the login method to make it a bit clearer
Tom Hughes [Mon, 10 May 2010 13:02:48 +0000 (14:02 +0100)]
Rework the login method to make it a bit clearer

13 years agoUpdated README to points to the wiki, git etc.
Ævar Arnfjörð Bjarmason [Sun, 9 May 2010 15:56:00 +0000 (15:56 +0000)]
Updated README to points to the wiki, git etc.

Link to the documentation page on the wiki, and hint at say how to
send patches.

13 years agoREADME is in Markdown format. Move it to README.mkdn
Ævar Arnfjörð Bjarmason [Sun, 9 May 2010 15:51:22 +0000 (15:51 +0000)]
README is in Markdown format. Move it to README.mkdn

This way it'll be displayed properly my GitHub and other Markdown
readers.

13 years agoMark OpenID "what is this?" prompt as a minor note
Tom Hughes [Sun, 9 May 2010 16:12:33 +0000 (17:12 +0100)]
Mark OpenID "what is this?" prompt as a minor note

13 years agoLocalisation updates from translatewiki.net (2010-05-09)
Siebrand Mazeland [Sun, 9 May 2010 17:06:31 +0000 (19:06 +0200)]
Localisation updates from translatewiki.net (2010-05-09)

13 years agoMerge branch 'master' into terms
Tom Hughes [Sun, 9 May 2010 16:16:43 +0000 (17:16 +0100)]
Merge branch 'master' into terms

13 years agoUpdated README to points to the wiki, git etc.
Ævar Arnfjörð Bjarmason [Sun, 9 May 2010 15:56:00 +0000 (15:56 +0000)]
Updated README to points to the wiki, git etc.

Link to the documentation page on the wiki, and hint at say how to
send patches.

13 years agoRework the signup page
Tom Hughes [Sun, 9 May 2010 16:03:51 +0000 (17:03 +0100)]
Rework the signup page

13 years agoREADME is in Markdown format. Move it to README.mkdn
Ævar Arnfjörð Bjarmason [Sun, 9 May 2010 15:51:22 +0000 (15:51 +0000)]
README is in Markdown format. Move it to README.mkdn

This way it'll be displayed properly my GitHub and other Markdown
readers.

13 years agoRework the login page to make it a bit cleaner
Tom Hughes [Sun, 9 May 2010 14:33:35 +0000 (15:33 +0100)]
Rework the login page to make it a bit cleaner

13 years agoMerge branch 'master' into openid
Tom Hughes [Sun, 9 May 2010 11:26:40 +0000 (12:26 +0100)]
Merge branch 'master' into openid

13 years agoReplace openID.js with funky rails generated javascript
Tom Hughes [Sun, 9 May 2010 11:25:50 +0000 (12:25 +0100)]
Replace openID.js with funky rails generated javascript

13 years agoRemove an unused resource and fix a few grammar issues
Tom Hughes [Sun, 9 May 2010 10:40:08 +0000 (11:40 +0100)]
Remove an unused resource and fix a few grammar issues

13 years agoOnly set pending users to active on a password reset
Tom Hughes [Sun, 9 May 2010 07:44:17 +0000 (08:44 +0100)]
Only set pending users to active on a password reset

When resetting a password only activate pending users, otherwise a
confirmed user's account gets set back to active and may then get
suspended by the spam scorer.

13 years agoRename open_id_authentication_tables migration to avoid clash
Ævar Arnfjörð Bjarmason [Sat, 8 May 2010 18:56:42 +0000 (18:56 +0000)]
Rename open_id_authentication_tables migration to avoid clash

If there's another migration on master before this gets merged this'll
probably have to be changed again.

13 years agoBump config/wiki_pages.yml with script/misc/update-wiki-pages
Ævar Arnfjörð Bjarmason [Sat, 8 May 2010 18:10:25 +0000 (18:10 +0000)]
Bump config/wiki_pages.yml with script/misc/update-wiki-pages

13 years agoImplicitly update config/wiki_pages.yml if it exists, and chmod +x
Ævar Arnfjörð Bjarmason [Sat, 8 May 2010 18:09:40 +0000 (18:09 +0000)]
Implicitly update config/wiki_pages.yml if it exists, and chmod +x

This makes:

    script/misc/update-wiki-pages

from the top-level just work.

13 years agoAdd script to update spam block ACLs
Tom Hughes [Sat, 8 May 2010 16:49:27 +0000 (17:49 +0100)]
Add script to update spam block ACLs

Maintain a set of ACLs which block account creation for an IP address
which has had more than two users suspended or removed in the last 28 days.

13 years agoMerge branch 'master' into openid
Tom Hughes [Fri, 7 May 2010 21:28:07 +0000 (22:28 +0100)]
Merge branch 'master' into openid

Conflicts:
app/controllers/user_controller.rb

13 years agoMerge branch 'master' into terms
Tom Hughes [Fri, 7 May 2010 21:23:20 +0000 (22:23 +0100)]
Merge branch 'master' into terms

Conflicts:
config/application.yml
lib/osm.rb
public/stylesheets/common.css