| 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) |
|---|
| 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 |
|---|