Added specific error message for user_class being incorrectly set
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Changes
CommitLineData
5000f545 1Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
2
f26005a7 30.104 2008-02-15
4 Added ability to avoid DB hits when restoring from session
5
60.103 2008-02-07
7 Added missing DBIx::Class dependancy in Makefile.PL so
8 that the damn test bots stop emailing me.
9
69100364 100.102 2008-01-23
11 Catalyst::Authentication::Store::DBIx::Class::User
12 - Explicitly call auto_create() against resultset()
13 - Explicitly call auto_update() against _user()
14 - Document the above
15
ba76557d 160.101 2007-12-02
67f6319b 17 Implemented basic auto_update_user and auto_create_user support
18
ad93b3e9 190.10 2007-07-07 3pm CST
20 Proper handling of missing id_field config (load from primary_key)
21 Throw exception if id_field specified does not exist
22 Full test suite added. (based loosely on old DBIC store)
23
2aa8bdb6 240.03 XXX
25 Switch to Module::Install
26
60e8b82a 270.02 2006-12-16 2pm CST
28 Rewritten to use proper accessors and clean up to match updated C::P::Authentication class naming
29
b81ead77 300.01 2006-11-10
31 First version, worked internally, completely undocumented