root/login_engine


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @577 [577] 01/24/07 08:33:32 tomafro Very minor stylistic change, precursor to more majore refactoring
(edit) @541 [541] 01/10/07 09:01:30 lazyatom Added about.yml, license and updated init.rb since we don't need version …
(edit) @540 [540] 01/10/07 08:58:55 lazyatom Moved init_engine.rb to init.rb
(edit) @539 [539] 01/10/07 08:57:24 lazyatom Creating a new release branch to develop against Engines 1.2/Rails 1.2
(edit) @538 [538] 01/10/07 02:52:03 tomafro Following an unsuccessful login attempt, the password field in the user …
(edit) @474 [474] 10/31/06 02:36:49 hlame Creating new 1.0.4 branch. Mostly the addition of the new password expiry …
(edit) @473 [473] 10/31/06 02:34:41 hlame Editing CHANGELOG and init_engine.rb for imminent 1.0.4 release
(edit) @470 [470] 10/19/06 04:38:25 hlame Adding functionality to the password expiry, such that (through use of …
(edit) @454 [454] 10/05/06 02:38:14 snowblink Changed default password history table to password_history
(edit) @451 [451] 08/25/06 03:07:49 snowblink Ticket #213: Passwords cannot match the last n passwords
(edit) @450 [450] 08/24/06 08:15:25 snowblink Ticket #210: To be prompted to change your password if your password has …
(edit) @449 [449] 08/24/06 05:25:17 snowblink Adding password history table. Currently this will just copy the latest …
(edit) @448 [448] 08/24/06 03:44:19 snowblink Added the password minimum of 5 to the user_controller_test, so that the …
(edit) @446 [446] 08/24/06 02:43:25 snowblink Merged LoginEngine? rb_1.0 changes r362:443 into trunk. Corresponds to …
(edit) @443 [443] 08/22/06 08:43:25 snowblink Tagged release LoginEngine? 1.0.3
(edit) @442 [442] 08/22/06 08:40:54 snowblink Updated Changelog for LoginEngine? 1.0.3 release
(edit) @441 [441] 08/22/06 08:31:05 snowblink Ticket #207: Updated README for password_minimum configuration option
(edit) @440 [440] 08/21/06 09:51:58 snowblink Ticket #207: Configurable password minimum. Defaults to 5, can be …
(edit) @429 [429] 08/18/06 02:29:27 snowblink Ticket #200: Reset session after logout
(edit) @427 [427] 08/16/06 07:19:50 snowblink Ticket #201 Tidied up views to generate valid HTML 4.0.1 Transitional * …
(edit) @412 [412] 07/29/06 11:21:22 lazyatom The login_required filter now returns false, to halt the filter change …
(edit) @411 [411] 07/29/06 11:14:51 lazyatom Added a 'full_name' method to the User object, and updated README to …
(edit) @396 [396] 06/03/06 06:51:50 lazyatom Creating release 1.0.2
(edit) @394 [394] 06/03/06 06:49:09 lazyatom Authentication by token now respects primary key prefixes (Ticket #140)
(edit) @393 [393] 06/03/06 06:48:37 lazyatom Minor view/flash message cleanup
(edit) @392 [392] 06/03/06 06:26:18 lazyatom Verified cannot be assigned via URL parameters. If more security is …
(edit) @391 [391] 06/03/06 06:11:47 lazyatom Removed documentation/rake tasks that refer the schema.rb (Ticket #155)
(edit) @376 [376] 05/16/06 15:42:29 lazyatom Added version Removed errant requires no longer needed …
(edit) @375 [375] 05/16/06 15:30:12 lazyatom Changed documentation to reflect new-style rake tasks
(edit) @374 [374] 05/15/06 03:55:19 hlame [Ticket #156] Seems that we don't actually need these require statements …
(edit) @362 [362] 04/10/06 08:50:08 snowblink Merged rb_1.0 (r298:361) into trunk This corresponds to the tagged release …
(edit) @359 [359] 04/10/06 06:08:50 snowblink Tag Login Engine Release 1.0.1
(edit) @358 [358] 04/10/06 05:12:35 snowblink Added CHANGELOG
(edit) @357 [357] 04/10/06 04:12:42 snowblink Added simple email validation to the User model. This should also take …
(edit) @356 [356] 04/10/06 02:46:56 snowblink Removed schema.db from Login Engine. Migrations should be used instead.
(edit) @355 [355] 04/07/06 09:43:23 snowblink Updated User Controller tests to parse the user_id and email out of the …
(edit) @354 [354] 04/07/06 07:01:53 snowblink Ticket #112 Authentication system will break even on successful login
(edit) @353 [353] 04/07/06 06:32:44 snowblink Ticket #97 The forgotten_password view generates invalid HTML
(edit) @351 [351] 04/07/06 03:34:30 snowblink Ticket #126 Add install.rb to login engine
(edit) @340 [340] 04/05/06 10:12:33 snowblink Ticket #89 User creation halts the after_save callback chain.
(edit) @330 [330] 04/05/06 08:22:35 snowblink Ticket #118 SVN source for login_engine not found
(edit) @329 [329] 04/05/06 07:57:06 snowblink Ticket #119 Unit tests for engines fail after default install
(edit) @328 [328] 04/05/06 07:29:53 lazyatom Fixed new location of engines testing extensions
(edit) @303 [303] 03/06/06 09:04:17 lazyatom Added 'fullname' method to user
(edit) @298 [298] 03/01/06 13:47:00 lazyatom Mergedge rb_1.0 (r296) changes into trunk
(edit) @283 [283] 02/23/06 08:51:54 snowblink Changed wording for when password forgotten to 'reset', rather than …
(edit) @282 [282] 02/23/06 08:06:03 snowblink Reverted release branch rb_1.0 to match rel_1.0.0
(edit) @281 [281] 02/23/06 08:01:24 snowblink Merged rb_1.0 into trunk
(edit) @269 [269] 02/11/06 11:22:28 lazyatom Added 'for' attributes to form_helper labels (Ticket #82)
(edit) @268 [268] 02/11/06 07:40:40 lazyatom Default table names now respect any set prefix/suffix from ActiveRecord?
(edit) @247 [247] 01/23/06 09:03:16 lazyatom Added CHANGELOG
(edit) @246 [246] 01/23/06 08:25:16 lazyatom do_delete_user() should delete the user given as a parameter, not @user. …
(edit) @244 [244] 01/23/06 07:52:50 lazyatom Removed errant closing DIV tag in views/user/edit.rhtml (Ticket #68)
(edit) @215 [215] 01/11/06 13:23:42 lazyatom Creating release branch
(edit) @201 [201] 01/05/06 08:58:26 lazyatom Added Francois' default home after login patch - yet to test, and I think …
(edit) @199 [199] 01/05/06 04:07:15 lazyatom Added more installing information to the README
(edit) @192 [192] 12/31/05 07:59:07 lazyatom Removed extraneous validation - fixes Ticket #19
(add) @180 [180] 12/21/05 03:10:36 snowblink Added new SVN structure for login_engine
Note: See TracRevisionLog for help on using the revision log.