Siebrand Mazeland
83bed32d35
Localisation updates from translatewiki.net (2010-05-09)
...
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-05-13 23:14:42 +02:00
Tom Hughes
594960dc63
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.
2010-05-13 18:16:31 +01:00
Tom Hughes
c81b5ab1ac
Switch to date stamped migrations to make branching easier to handle
2010-05-13 18:16:00 +01:00
Tom Hughes
6ca26591df
Ignore unknown countries when doing geolocation
2010-05-13 15:32:46 +01:00
Tom Hughes
70a5a0d9c6
Ubuntu Hardy only has rubygems 1.3.1 and it seems to work
2010-05-13 12:58:22 +01:00
Tom Hughes
691f759da4
Update various files to match current rails versions
2010-05-13 10:54:16 +01:00
Tom Hughes
2e43a275de
Merge branch 'master' of git://git.openstreetmap.org/rails
2010-05-11 19:45:48 +01:00
Tom Hughes
66221ba9b8
Fix site name
2010-05-11 19:44:47 +01:00
Tom Hughes
e005926131
Update test to reflect changes in signup page
2010-05-11 19:17:14 +01:00
Tom Hughes
07f0dddc63
Add parentheses to avoid warning
2010-05-11 19:13:38 +01:00
Tom Hughes
836e926e62
Merge branch 'master' into terms
2010-05-11 19:07:00 +01:00
Tom Hughes
89ec02ea0a
Renumber migration to avoid conflict with master
2010-05-11 19:06:30 +01:00
Tom Hughes
703c44eeab
Add spam block ACLs with the right key
2010-05-11 08:59:04 +01:00
Siebrand Mazeland
d1eb6d6041
Localisation updates from translatewiki.net (2010-05-09)
2010-05-09 19:06:31 +02:00
Tom Hughes
61e51f88cc
Merge branch 'master' into terms
2010-05-09 17:16:43 +01:00
Ævar Arnfjörð Bjarmason
354a57a9fc
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.
2010-05-09 16:13:15 +00:00
Ævar Arnfjörð Bjarmason
24159b227a
README is in Markdown format. Move it to README.mkdn
...
This way it'll be displayed properly my GitHub and other Markdown
readers.
2010-05-09 15:51:22 +00:00
Tom Hughes
7e5c998a87
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.
2010-05-09 08:44:17 +01:00
Ævar Arnfjörð Bjarmason
50bf6b49a6
Bump config/wiki_pages.yml with script/misc/update-wiki-pages
2010-05-08 18:10:25 +00:00
Ævar Arnfjörð Bjarmason
3a54a20af6
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.
2010-05-08 18:09:49 +00:00
Tom Hughes
dd64ba2e7e
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.
2010-05-08 17:49:27 +01:00
Tom Hughes
303e5d3eb9
Merge branch 'master' into terms
...
Conflicts:
config/application.yml
lib/osm.rb
public/stylesheets/common.css
2010-05-07 22:23:20 +01:00
Tom Hughes
1eba060929
Redirect after processing user changes
...
After we have processed the requested user changes, redirect back
to the list so that the resulting page is reloadable without getting
resubmission warnings from the browser.
2010-05-07 14:27:52 +01:00
Tom Hughes
d50cf2b102
Preserve parameters in pagination links
2010-05-07 14:08:07 +01:00
Tom Hughes
c86e52dee9
Preserve the page number when submitting the form
2010-05-07 14:07:39 +01:00
Tom Hughes
68bb9b3b81
Fix statistics script to reflect changes to user model
2010-05-07 11:09:54 +01:00
Tom Hughes
7774237a11
Redirect back to settings after updating user settings
...
When we've saved a user's settings, redirect back to their settings
page instead of just rerendering so that a suspended user check will
be done.
2010-05-07 10:01:24 +01:00
Tom Hughes
9230721a1f
Redirect suspended users to an information page
...
If the current session is for a logged in user and that user has
been suspended then log them out and redirect them to a page
explaining that their account has been suspended.
2010-05-07 10:00:24 +01:00
Tom Hughes
7211872790
Don't try and display IP address for users without one
2010-05-07 09:29:38 +01:00
Tom Hughes
b9deb68de1
Display total user count correctly in user list
2010-05-07 09:05:55 +01:00
Tom Hughes
fc7488f28a
Link the username in the user list to their profile
2010-05-07 09:03:12 +01:00
Tom Hughes
20cc601f85
Fix tests for changes to user model
2010-05-06 22:11:55 +01:00
Tom Hughes
3026da0cb0
Fix user visibility check
2010-05-06 22:11:38 +01:00
Tom Hughes
674123e055
Fix typo
2010-05-06 22:01:45 +01:00
Tom Hughes
97c2406ae4
Fix user visibility check
2010-05-06 21:52:27 +01:00
Tom Hughes
ae8c0b3baf
Add a user list view for administrators
2010-05-06 20:55:02 +01:00
Tom Hughes
5d3992daca
Tell users their account has been suspended when they try and login
2010-05-06 17:18:34 +01:00
Tom Hughes
552a647810
Merge all the user status changing methods into one
2010-05-06 17:18:34 +01:00
Tom Hughes
200a1ab5c7
Show administrators the status and spam score for a user
2010-05-06 17:18:34 +01:00
Tom Hughes
980c2fa301
Suspend users if their spam score gets too high
...
Use an observer to watch all diary and user updates and, if the user
is not confirmed, chek their spam score and suspend then if it has got
too high.
2010-05-06 17:18:34 +01:00
Tom Hughes
5a54630b57
Add support for suspended and confirmed users
...
Replace the existing "active" and "visible" with an enumerated status
that allows for extra cases. Currently we have "suspended" for users
who hve triggered the spam detector and "confirmed" for users that have
triggered the detector but have been confirmed as vald by an admin.
2010-05-06 17:18:34 +01:00
Tom Hughes
8b781bb18b
Include the user description in the spam score
2010-05-06 17:18:34 +01:00
Tom Hughes
752f737497
Add a user index to diary comments
2010-05-06 17:18:34 +01:00
Tom Hughes
937b576bf5
Add a spam_score method to the user model
2010-05-06 17:18:33 +01:00
Tom Hughes
d80f260b8b
Implement OSM.spam_score to return a spam score for a piece of text
2010-05-06 17:18:33 +01:00
Tom Hughes
d75c99b62d
Update to OpenLayers 2.9.1
2010-05-06 15:08:47 +01:00
Siebrand Mazeland
1853231f56
Localisation updates from translatewiki.net (2010-05-05)
2010-05-06 00:24:27 +02:00
Tom Hughes
ffd7b02b0c
Merge branch 'master' into terms
2010-05-05 15:29:48 +01:00
Siebrand Mazeland
3190cd88de
Localisation updates from translatewiki.net (2010-05-04)
...
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-05-04 00:37:48 +02:00
Grant Slater
6155eabbf8
swf update with Surrey imagery support
2010-05-02 14:32:54 +01:00