catagits/Catalyst-Authentication-Store-DBIx-Class.git
2014-05-21 Dagfinn Ilmari... Don't ship .gitignore master
2014-04-02 Dagfinn Ilmari... Version 0.1506 0.1506
2014-04-02 Dagfinn Ilmari... Fix version numbers in POD
2014-04-02 Dagfinn Ilmari... Fix Catalyst tutorial link. RT#47043
2013-11-23 Dagfinn Ilmari... Fix calling User->can() as a class method. RT#90715
2013-07-27 Tomas Doran Fix doc bugs. RT#87372
2013-06-11 Tomas Doran Version 0.1505 0.1505
2013-06-11 Tomas Doran Fix RT#82944
2013-02-25 Tomas Doran Patch for situations when you broke DBIC, to get cleare...
2012-10-05 Matt S Trout release commit 0.1504
2012-10-05 Matt S Trout use inflate_result for inflating a user object from...
2011-12-08 Tomas Doran Version 0.1503 0.1503
2011-12-08 Tomas Doran Make config modern
2011-08-23 Tomas Doran Version 0.1502 0.1502
2011-08-23 Tomas Doran Ignore MYMETA
2011-08-23 Arthur Axel... Switch repository to git (fREW Schmidt)
2011-06-17 Andrew Rodland version 0.1501 v0.1501
2011-06-17 Andrew Rodland Merge branches/no-unneeded-fields into trunk
2011-06-17 Andrew Rodland Add Changes
2011-06-17 Andrew Rodland If !use_userdata_from_session, only store PK cols in...
2011-05-12 Florian Ragwitz Version 0.1500 v0.1500
2011-05-12 Florian Ragwitz Allow authenticating against fully loaded users
2010-11-17 Tomas Doran Version 0.1401 v0.1401
2010-11-17 Tomas Doran Fix bug, patch from Anthony Gladdish on mailing list
2010-09-01 Tomas Doran Version 0.1400 v0.1400
2010-09-01 Tomas Doran Docs
2010-09-01 Tomas Doran Add a test
2010-09-01 Matt S Trout remove debugging code
2010-09-01 Matt S Trout forgot the test file
2010-09-01 Matt S Trout fix the delegation code in User.pm
2010-06-16 Florian Ragwitz Version 0.1300 v0.1300
2010-06-16 Florian Ragwitz Allow running tests in parallel
2010-06-16 Florian Ragwitz Stop running pod tests for users
2010-06-15 Florian Ragwitz This was never shipped
2010-06-15 David Schmidt fixed syntax error in documentation
2010-06-11 Rafael Kitover make dist v0.1201
2010-06-11 Rafael Kitover support setting columns from AUTOLOAD too
2010-06-07 Rafael Kitover cleanup and handle unknown column/method
2010-06-07 Rafael Kitover add namespace::autoclean dep, fix AUTOLOAD to try metho...
2010-06-07 Rafael Kitover relax dep requirements
2010-06-07 Rafael Kitover Support columns with accessors that aren't the column...
2010-04-10 Florian Ragwitz Version 0.1200. v0.1200
2010-03-29 Florian Ragwitz Disable autoinstall.
2010-03-29 Florian Ragwitz Update repository metadata.
2010-03-29 Florian Ragwitz Version 0.1100. v0.1100
2010-03-29 Florian Ragwitz Exclude .git from MANIFEST.
2010-03-29 Florian Ragwitz Fewer tabs.
2010-03-29 Florian Ragwitz Less trailing whitespace.
2010-03-29 Florian Ragwitz use style;
2010-03-29 Florian Ragwitz Add .gitignore.
2010-03-29 Florian Ragwitz Try supporting compound primary keys.
2010-03-29 Florian Ragwitz Move testapp actions to a root controller.
2010-03-29 Florian Ragwitz Trim trailing whitespace.
2010-03-04 Jay Kuri Committed missed changes from 0.1082
2009-06-05 Tomas Doran Doc tweak so that people who use other auth stores...
2009-05-23 Tomas Doran Add repository resource to all the MI Makefile.PLs
2009-05-07 Tomas Doran Bump required Module::Install version in everything...
2009-03-20 Jos Boumans adapt synopsis to be in line with the examples of the...
2008-10-27 Jay Kuri oops. Update code but not doc. my bad.
2008-10-26 Jay Kuri Woot. Forgot the svk add. I rule
2008-10-26 Jay Kuri Adding SimpleDB Realm to make basic configuration of...
2008-10-01 Kieren Diment update changes
2008-10-01 Kieren Diment missing dependency fixed
2008-09-29 Jay Kuri add missing Catalyst::Model::DBIC::Schema dependency
2008-09-29 Jay Kuri changes and version update in prep for release
2008-09-29 Jay Kuri typo in exception line. fixed
2008-09-18 Jesse Sheidlower very minor punctuation fixes
2008-09-17 Jay Kuri shortest lived. release. ever.
2008-09-17 Jay Kuri damnit. committed before save
2008-09-17 Jay Kuri removing incorrect reference to id_field
2008-09-17 Jay Kuri documentation updates in prep for new release
2008-08-05 Jesse Sheidlower typo fixing
2008-07-21 Jay Kuri Be more descriptive about failure when no valid fields...
2008-06-27 Dan Dascalescu Added specific error message for user_class being incor...
2008-03-02 Jay Kuri Adding backwards compatibility for DBIC style session...
2008-02-15 Jay Kuri Added ability to avoid DB hits when restoring from...
2008-01-23 Jay Kuri updating docs to be more clear about behavior when...
2008-01-23 Jay Kuri urrgh. typo. Catalyst::Plugin::Authentication - not...
2008-01-23 Jay Kuri Fixing docs for auto_update and auto_create to be more...
2008-01-23 Brian Cassidy explicitly call auto_create and auto_update properly...
2007-12-03 Brian Cassidy fix up changes
2007-12-03 Jay Kuri Changing version number
2007-12-02 Jay Kuri completing namespace change
2007-12-02 Jay Kuri Moving to new namespace
2007-10-26 Brian Cassidy pod stuff
2007-10-24 Brian Cassidy stub docs for auto_create_user and auto_update_user
2007-10-09 Brian Cassidy first draft of auto_create/auto_update for dbix-class...
2007-07-17 Jay Kuri updating to newer module::install version
2007-07-08 Jay Kuri oops. left a little bit of diff goodness in there....
2007-07-08 Jay Kuri Now throws exceptions when id_field is invalid or can...
2007-04-27 Brian Cassidy switch to Module::Install
2007-03-13 Jay Kuri Correcting method name documentation and a few other...
2007-02-21 Jay Kuri Documentation fixes and prep for dist
2007-02-12 Jay Kuri Documentation. Finally.
2007-02-08 Jay Kuri Making id_field dynamic - so that session storage works
2006-12-18 Jay Kuri Correcting roles problem - leftover lvalue type access
2006-12-18 Jay Kuri removing wantedroles from roles sub
2006-12-16 Jay Kuri correcting POD, to remove ::Backend
2006-12-16 Jay Kuri updating to reflect recent changes
2006-12-16 Jay Kuri Renaming Backend.pm to Class.pm
next