Allow authenticating against fully loaded users
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Changes
CommitLineData
5000f545 1Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
2
9db54bcf 30.1401 2010-11-16
4 * Fix call to ->load which was not passing $c
5
f362b636 60.1400 2010-09-01
28db23cf 7 * Make can() work as well as AUTOLOADing.
8
f867a93b 90.1300 2010-06-16
10 * Support columns with accessors that aren't the column name.
11 * Fix some documentation typos.
12 * Stop failing horribly when running the tests in parallel.
13 * Default to not running pod tests for users, even if the
14 required modules for that are available.
6d4bea88 15
398dc576 160.1200 2010-04-10
17 Release 0.1100 as a stable version without further modifications.
18
122725aa 190.1100 2010-03-29 - development release
20 Support compound primary keys for looking up users.
21
c388ac9d 220.1083 2010-03-03
b6492332 23 Tweaking exception message to better explain what people did wrong when
c388ac9d 24 they pass bad columns to authenticate.
25
260.1082 2008-10-27
88b34b66 27 Documentation tweak to clarify user_class, store_user_class etc.
28
f55cb81e 290.108 2008-09-25
4c3d5b94 30 Adding SimpleDB realm to simplify basic auth configuration
31 Changing user_class to user_model, per req. by mst to avoid confusing newbies.
adf28d9d 32
bf76ff13 330.107 2008-09-29
4c3d5b94 34 Fix the typo in exception during authenticate
35 Doc fixes and clarifications
36 Added missing dependency on Catalyst::Model::DBIC::Schema to Makefile.PL
b6492332 37
bf76ff13 38
87920e64 390.105 2008-03-19
40 Throw an exception if no fields are provided during authenticate
b6492332 41 - better than retrieving a random user.
87920e64 42 - still possible to do an empty search by using searchargs
b6492332 43
f26005a7 440.104 2008-02-15
45 Added ability to avoid DB hits when restoring from session
46
470.103 2008-02-07
b6492332 48 Added missing DBIx::Class dependancy in Makefile.PL so
49 that the damn test bots stop emailing me.
f26005a7 50
69100364 510.102 2008-01-23
52 Catalyst::Authentication::Store::DBIx::Class::User
53 - Explicitly call auto_create() against resultset()
54 - Explicitly call auto_update() against _user()
55 - Document the above
56
ba76557d 570.101 2007-12-02
67f6319b 58 Implemented basic auto_update_user and auto_create_user support
59
ad93b3e9 600.10 2007-07-07 3pm CST
61 Proper handling of missing id_field config (load from primary_key)
62 Throw exception if id_field specified does not exist
63 Full test suite added. (based loosely on old DBIC store)
64
2aa8bdb6 650.03 XXX
66 Switch to Module::Install
67
60e8b82a 680.02 2006-12-16 2pm CST
69 Rewritten to use proper accessors and clean up to match updated C::P::Authentication class naming
b6492332 70
710.01 2006-11-10
b81ead77 72 First version, worked internally, completely undocumented