Changeset 442

Show
Ignore:
Timestamp:
08/22/06 08:40:54 (2 years ago)
Author:
snowblink
Message:

Updated Changelog for LoginEngine? 1.0.3 release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • login_engine/branches/rb_1.0/CHANGELOG

    r394 r442  
    1 = v1.0.2 
     1= v1.0.3 (2006-08-22) 
     2* Ticket #173 (kevin.olbrich@gmail.com) The login_required method now returns false if the user cannot be authenticated 
     3* Ticket #192 (Carl Johnson) Added a 'full_name' method to the User object, and updated README to reflect this 
     4* Ticket #200 (segabor@gmail.com) Session is reset after logout 
     5* Ticket #201 (snowblink@gmail.com) Tidied up views to generate valid HTML 4.0.1 Transitional 
     6* Ticket #207 (snowblink@gmail.com) LoginEngine.config(:password_minimum) can be set and used as other config options. See README 
     7 
     8= v1.0.2 (2006-06-03) 
    29* Added version 
    310* Removed errant requires no longer needed (murray.steele@gmail.com, Ticket #156, Ticket #157, Ticket #158) 
    4 # Removed documentation/rake tasks that refer the schema.rb (Ticket #155) 
    5 # Verified cannot be assigned via URL parameters. If more security is required, users should override the signup action itself (Ticket #169) 
    6 # Minor view/flash message cleanup 
    7 # Authentication by token now respects primary key prefixes (Ticket #140) 
     11* Removed documentation/rake tasks that refer the schema.rb (Ticket #155) 
     12* Verified cannot be assigned via URL parameters. If more security is required, users should override the signup action itself (Ticket #169) 
     13* Minor view/flash message cleanup 
     14* Authentication by token now respects primary key prefixes (Ticket #140) 
    815 
    9 = v1.0.1 
    10  * Added CHANGELOG 
    11  * Changed wording for when password forgotten to 'reset', rather than 'retrieve'. (snowblink@gmail.com) 
    12  * Fixed new location of engines testing extensions. (lazyatom@gmail.com) 
    13  * Removed schema.db from Login Engine; migrations should be used instead. (snowblink@gmail.com) 
    14  * Updated User Controller tests to parse the user_id and email out of the URL in the email body. (snowblink@gmail.com) 
    15  * Ticket #89 (lazyatom@gmail.com) User creation halts the after_save callback chain. 
    16  * Ticket #97 (dcorbin@machturtle.com) The forgotten_password view generates invalid HTML 
    17  * Ticket #112 (segabor@gmail.com) Authentication system will break even on successful login 
    18  * Added simple email validation to the User model. (snowblink@gmail.com) 
    19   This should also take care of the unit test failures detailed in Ticket #114 (morris@wolfman.com) 
    20  * Ticket #118 (augustz@augustz.com) SVN source for login_engine not found 
    21  * Ticket #119 (Goynang) Unit tests for engines fail after default install 
    22  * Ticket #126 (lazyatom@gmail.com) Add install.rb to login engine 
     16= v1.0.1 (2006-04-10) 
     17* Added CHANGELOG 
     18* Changed wording for when password forgotten to 'reset', rather than 'retrieve'. (snowblink@gmail.com) 
     19* Fixed new location of engines testing extensions. (lazyatom@gmail.com) 
     20* Removed schema.db from Login Engine; migrations should be used instead. (snowblink@gmail.com) 
     21* Updated User Controller tests to parse the user_id and email out of the URL in the email body. (snowblink@gmail.com) 
     22* Ticket #89 (lazyatom@gmail.com) User creation halts the after_save callback chain. 
     23* Ticket #97 (dcorbin@machturtle.com) The forgotten_password view generates invalid HTML 
     24* Ticket #112 (segabor@gmail.com) Authentication system will break even on successful login 
     25* Added simple email validation to the User model. (snowblink@gmail.com) 
     26  This should also take care of the unit test failures detailed in Ticket #114 (morris@wolfman.com) 
     27* Ticket #118 (augustz@augustz.com) SVN source for login_engine not found 
     28* Ticket #119 (Goynang) Unit tests for engines fail after default install 
     29* Ticket #126 (lazyatom@gmail.com) Add install.rb to login engine