Well, it seems I forgot to add the acts_as_authenticated to the repository on my...
[selectricity] / vendor / plugins / acts_as_authenticated / CHANGELOG
1 * (1 Aug 2006)
2
3   Add error_messages_for to signup.rhtml
4   Favor save! over save in #signup
5   Refactor Authenticated System, actually use access_denied again
6   Change arthur fixture to aaron stack, the machine man!
7
8 * (3 July 2006)
9
10   Add cookie token support [cnf]
11
12 * (12 June 2006)
13
14   Fixed logged_in? so it does not keep hitting the database on every call if the user is not logged in.
15   Removed useless protect? method
16   Removed required 'user' argument of authorized?.  Access action_name and current_user to determine authorization.
17
18 * (28 March 2006)
19
20   Removed "extra credit" documentation into wiki: http://technoweenie.stikipad.com/plugins/show/Acts+as+Authenticated
21   Stop validating the user's salt since they can't even fix that if they wanted to.
22
23 * (25 March 2006)
24
25   Added account_location plugin hooks
26
27 * (20 March 2006)
28
29   New for Rails 1.1!
30
31   Added #assert_difference and #assert_no_difference test helpers
32   Changed signup form to use #form_for
33
34 * (22 Jan 2006)
35
36   Fixed user validations
37   Fixed Migration table name
38
39 * (19 Jan 2006)
40
41   Fixed generator erb bug [Kyle Maxwell]
42
43 * (18 Jan 2006)
44
45   Fixed bug with password field adding validation errors [Chris Nolan]
46   Added persistent login example [Chris Nolan]
47
48 * (17 Dec 2005)
49
50   Various typos fixed.  Examples for using an activation code added [Ben Bleything]
51
52 * (6 Dec 2005)
53
54   Add some docs to README, add install.rb script
55
56 * (20 Nov 2005)
57
58   Redirect to signup page if no users have been created [Bousquet]
59
60   Experimental generator for creating the users table.  Requires edge rails and does not let you set the table name:
61   
62     ./script/generate authenticated_migration
63
64 * (18 Nov 2005)
65
66   Allow changing of the login model name when generating the observer [Bill Katz]
67
68 * (15 Nov 2005)
69
70   Commented out the activate action in the controller [tobyjoe]
71   fixed notifier.rb's erb variables [tobyjoe]
72   removed last old instance of set_current_user [tobyjoe]
73   
74
75 * (13 Nov 2005)
76
77   fixed assert_login_required bug with :controller => '/account'
78   tweak logged_in? method to check for valid current_user, not just any old id value
79   comment out user activation by default
80   added index template, updated login_required comments [corp]
81   removed troublesome login_required class method.  use the filter instead
82
83 * (12 Nov 2005) 
84
85   renaming generators to authentication and authentication_mailer
86   store user ID in session by default

Benjamin Mako Hill || Want to submit a patch?