Ignore MYMETA
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Changes
CommitLineData
5000f545 1Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
2
b48ebfcd 3 * Switch repository to git (fREW Schmidt)
4
419a8c0b 50.1501 2011-06-17
e6feb2e7 6 * If use_userdata_from_session isn't set, then don't store more
7 fields than we need in the session -- only the fields we need to
8 load the object from the DB again.
9
d345f04d 100.1500 2010-11-16
11 * Allow specifying a fully loaded DBIC result in addition to resultsets
12 of which only the first row is considered.
13
9db54bcf 140.1401 2010-11-16
15 * Fix call to ->load which was not passing $c
16
f362b636 170.1400 2010-09-01
28db23cf 18 * Make can() work as well as AUTOLOADing.
19
f867a93b 200.1300 2010-06-16
21 * Support columns with accessors that aren't the column name.
22 * Fix some documentation typos.
23 * Stop failing horribly when running the tests in parallel.
24 * Default to not running pod tests for users, even if the
25 required modules for that are available.
6d4bea88 26
398dc576 270.1200 2010-04-10
28 Release 0.1100 as a stable version without further modifications.
29
122725aa 300.1100 2010-03-29 - development release
31 Support compound primary keys for looking up users.
32
c388ac9d 330.1083 2010-03-03
b6492332 34 Tweaking exception message to better explain what people did wrong when
c388ac9d 35 they pass bad columns to authenticate.
36
370.1082 2008-10-27
88b34b66 38 Documentation tweak to clarify user_class, store_user_class etc.
39
f55cb81e 400.108 2008-09-25
4c3d5b94 41 Adding SimpleDB realm to simplify basic auth configuration
42 Changing user_class to user_model, per req. by mst to avoid confusing newbies.
adf28d9d 43
bf76ff13 440.107 2008-09-29
4c3d5b94 45 Fix the typo in exception during authenticate
46 Doc fixes and clarifications
47 Added missing dependency on Catalyst::Model::DBIC::Schema to Makefile.PL
b6492332 48
bf76ff13 49
87920e64 500.105 2008-03-19
51 Throw an exception if no fields are provided during authenticate
b6492332 52 - better than retrieving a random user.
87920e64 53 - still possible to do an empty search by using searchargs
b6492332 54
f26005a7 550.104 2008-02-15
56 Added ability to avoid DB hits when restoring from session
57
580.103 2008-02-07
b6492332 59 Added missing DBIx::Class dependancy in Makefile.PL so
60 that the damn test bots stop emailing me.
f26005a7 61
69100364 620.102 2008-01-23
63 Catalyst::Authentication::Store::DBIx::Class::User
64 - Explicitly call auto_create() against resultset()
65 - Explicitly call auto_update() against _user()
66 - Document the above
67
ba76557d 680.101 2007-12-02
67f6319b 69 Implemented basic auto_update_user and auto_create_user support
70
ad93b3e9 710.10 2007-07-07 3pm CST
72 Proper handling of missing id_field config (load from primary_key)
73 Throw exception if id_field specified does not exist
74 Full test suite added. (based loosely on old DBIC store)
75
2aa8bdb6 760.03 XXX
77 Switch to Module::Install
78
60e8b82a 790.02 2006-12-16 2pm CST
80 Rewritten to use proper accessors and clean up to match updated C::P::Authentication class naming
b6492332 81
820.01 2006-11-10
b81ead77 83 First version, worked internally, completely undocumented