15 years agoAdding SimpleDB Realm to make basic configuration of DBIx::Class / Password
Jay Kuri [Sun, 26 Oct 2008 23:27:59 +0000]
Adding SimpleDB Realm to make basic configuration of DBIx::Class / Password
based auth configs extraordinarily simple to use.
Also changed user_class to user_model - per request from mst.  apparantly class confuses people, a truth I should have realized based on personal experience

15 years agoupdate changes
Kieren Diment [Wed, 1 Oct 2008 10:17:53 +0000]
update changes

15 years agomissing dependency fixed
Kieren Diment [Wed, 1 Oct 2008 09:16:00 +0000]
missing dependency fixed

15 years agoadd missing Catalyst::Model::DBIC::Schema dependency
Jay Kuri [Mon, 29 Sep 2008 14:24:06 +0000]
add missing Catalyst::Model::DBIC::Schema dependency

15 years agochanges and version update in prep for release
Jay Kuri [Mon, 29 Sep 2008 14:18:09 +0000]
changes and version update in prep for release

15 years agotypo in exception line. fixed
Jay Kuri [Mon, 29 Sep 2008 14:12:44 +0000]
typo in exception line.  fixed

15 years agovery minor punctuation fixes
Jesse Sheidlower [Thu, 18 Sep 2008 13:11:29 +0000]
very minor punctuation fixes

15 years agoshortest lived. release. ever.
Jay Kuri [Wed, 17 Sep 2008 21:03:04 +0000]
shortest lived. release. ever.

15 years agodamnit. committed before save
Jay Kuri [Wed, 17 Sep 2008 21:00:08 +0000]
damnit.  committed before save

15 years agoremoving incorrect reference to id_field
Jay Kuri [Wed, 17 Sep 2008 20:54:36 +0000]
removing incorrect reference to id_field

15 years agodocumentation updates in prep for new release
Jay Kuri [Wed, 17 Sep 2008 20:43:04 +0000]
documentation updates in prep for new release

15 years agotypo fixing
Jesse Sheidlower [Tue, 5 Aug 2008 00:32:19 +0000]
typo fixing

15 years agoBe more descriptive about failure when no valid fields were defined in
Jay Kuri [Mon, 21 Jul 2008 22:28:31 +0000]
Be more descriptive about failure when no valid fields were defined in
the authinfo hash (passed to $c->authenticate() )

allow any whitespace to separate roles in the roles column

15 years agoAdded specific error message for user_class being incorrectly set
Dan Dascalescu [Fri, 27 Jun 2008 23:18:54 +0000]
Added specific error message for user_class being incorrectly set
Changed the CRLF mode in TestApp.pm and 03-authtest.t to LF only from CRLF

16 years agoAdding backwards compatibility for DBIC style session variables
Jay Kuri [Sun, 2 Mar 2008 23:03:20 +0000]
Adding backwards compatibility for DBIC style session variables

16 years agoAdded ability to avoid DB hits when restoring from session
Jay Kuri [Fri, 15 Feb 2008 07:52:39 +0000]
Added ability to avoid DB hits when restoring from session

16 years agoupdating docs to be more clear about behavior when updating
Jay Kuri [Wed, 23 Jan 2008 19:38:51 +0000]
updating docs to be more clear about behavior when updating
thanks to LTJake for feedback

16 years agourrgh. typo. Catalyst::Plugin::Authentication - not Authenticate
Jay Kuri [Wed, 23 Jan 2008 19:23:11 +0000]
urrgh.  typo.  Catalyst::Plugin::Authentication - not Authenticate

16 years agoFixing docs for auto_update and auto_create to be more clear about their
Jay Kuri [Wed, 23 Jan 2008 19:21:02 +0000]
Fixing docs for auto_update and auto_create to be more clear about their
behavior and possible gotchas

16 years agoexplicitly call auto_create and auto_update properly. jayk -- fix them docs. :)
Brian Cassidy [Wed, 23 Jan 2008 19:02:18 +0000]
explicitly call auto_create and auto_update properly. jayk -- fix them docs. :)

16 years agofix up changes
Brian Cassidy [Mon, 3 Dec 2007 13:03:06 +0000]
fix up changes

16 years agoChanging version number
Jay Kuri [Mon, 3 Dec 2007 03:23:04 +0000]
Changing version number

16 years agocompleting namespace change
Jay Kuri [Sun, 2 Dec 2007 23:32:33 +0000]
completing namespace change

16 years agoMoving to new namespace
Jay Kuri [Sun, 2 Dec 2007 23:24:04 +0000]
Moving to new namespace

16 years agopod stuff
Brian Cassidy [Fri, 26 Oct 2007 01:32:55 +0000]
pod stuff

16 years agostub docs for auto_create_user and auto_update_user
Brian Cassidy [Wed, 24 Oct 2007 20:40:29 +0000]
stub docs for auto_create_user and auto_update_user

16 years agofirst draft of auto_create/auto_update for dbix-class store
Brian Cassidy [Tue, 9 Oct 2007 20:30:21 +0000]
first draft of auto_create/auto_update for dbix-class store

16 years agoupdating to newer module::install version
Jay Kuri [Tue, 17 Jul 2007 17:03:47 +0000]
updating to newer module::install version

16 years agooops. left a little bit of diff goodness in there. fixed
Jay Kuri [Sun, 8 Jul 2007 03:45:21 +0000]
oops. left a little bit of diff goodness in there. fixed

16 years agoNow throws exceptions when id_field is invalid or can not be determined
Jay Kuri [Sun, 8 Jul 2007 03:41:34 +0000]
Now throws exceptions when id_field is invalid or can not be determined
several minor adjustments
complete set of tests

17 years agoswitch to Module::Install
Brian Cassidy [Fri, 27 Apr 2007 02:14:40 +0000]
switch to Module::Install

17 years agoCorrecting method name documentation and a few other minor tweaks
Jay Kuri [Tue, 13 Mar 2007 17:41:23 +0000]
Correcting method name documentation and a few other minor tweaks

17 years agoDocumentation fixes and prep for dist
Jay Kuri [Wed, 21 Feb 2007 18:31:09 +0000]
Documentation fixes and prep for dist

17 years agoDocumentation. Finally.
Jay Kuri [Mon, 12 Feb 2007 19:31:39 +0000]
Documentation.  Finally.

17 years agoMaking id_field dynamic - so that session storage works
Jay Kuri [Thu, 8 Feb 2007 03:29:20 +0000]
Making id_field dynamic - so that session storage works
on tables where the id field is not simply 'id'.
Also - a big chunk of documentation - though still more is needed

17 years agoCorrecting roles problem - leftover lvalue type access
Jay Kuri [Mon, 18 Dec 2006 19:46:30 +0000]
Correcting roles problem - leftover lvalue type access

17 years agoremoving wantedroles from roles sub
Jay Kuri [Mon, 18 Dec 2006 17:28:56 +0000]
removing wantedroles from roles sub

17 years agocorrecting POD, to remove ::Backend
Jay Kuri [Sat, 16 Dec 2006 19:57:40 +0000]
correcting POD, to remove ::Backend

17 years agoupdating to reflect recent changes
Jay Kuri [Sat, 16 Dec 2006 19:50:56 +0000]
updating to reflect recent changes

17 years agoRenaming Backend.pm to Class.pm
Jay Kuri [Sat, 16 Dec 2006 19:46:47 +0000]
Renaming Backend.pm to Class.pm
Updating to use Class::Accessor::Fast
Various tweaks and changes

17 years agoChanges to use Class::Accessor::Fast
Jay Kuri [Sat, 16 Dec 2006 19:42:37 +0000]
Changes to use Class::Accessor::Fast
Added ability to provide resultset search arguments in authinfo
Added ability to provide a resultset in authinfo
numerous other tweaks and simplifications

17 years agominor tweaks and note to self
Jay Kuri [Mon, 27 Nov 2006 08:22:42 +0000]
minor tweaks and note to self

17 years agoInitial import of new DBIx::Class store. Not compatible with old-school
Jay Kuri [Fri, 10 Nov 2006 21:55:27 +0000]
Initial import of new DBIx::Class store.  Not compatible with old-school
(pre 0.10) versions of C::P::Authenticate.  Don't try to use this with
0.09 because it won't work.

17 years agoNew for jayke and jshirley
Jess Robinson [Fri, 10 Nov 2006 21:39:28 +0000]
New for jayke and jshirley