typo in exception line. fixed
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Changes
CommitLineData
5000f545 1Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
2
87920e64 30.105 2008-03-19
4 Throw an exception if no fields are provided during authenticate
5 - better than retrieving a random user.
6 - still possible to do an empty search by using searchargs
7
8
f26005a7 90.104 2008-02-15
10 Added ability to avoid DB hits when restoring from session
11
120.103 2008-02-07
13 Added missing DBIx::Class dependancy in Makefile.PL so
14 that the damn test bots stop emailing me.
15
69100364 160.102 2008-01-23
17 Catalyst::Authentication::Store::DBIx::Class::User
18 - Explicitly call auto_create() against resultset()
19 - Explicitly call auto_update() against _user()
20 - Document the above
21
ba76557d 220.101 2007-12-02
67f6319b 23 Implemented basic auto_update_user and auto_create_user support
24
ad93b3e9 250.10 2007-07-07 3pm CST
26 Proper handling of missing id_field config (load from primary_key)
27 Throw exception if id_field specified does not exist
28 Full test suite added. (based loosely on old DBIC store)
29
2aa8bdb6 300.03 XXX
31 Switch to Module::Install
32
60e8b82a 330.02 2006-12-16 2pm CST
34 Rewritten to use proper accessors and clean up to match updated C::P::Authentication class naming
35
b81ead77 360.01 2006-11-10
37 First version, worked internally, completely undocumented