9 years agoDon't ship .gitignore master
Dagfinn Ilmari Mannsåker [Wed, 21 May 2014 20:35:39 +0000]
Don't ship .gitignore

This apparently interferes with Debian's git-based packaging workflow.

10 years agoVersion 0.1506 0.1506
Dagfinn Ilmari Mannsåker [Wed, 2 Apr 2014 12:55:25 +0000]
Version 0.1506

10 years agoFix version numbers in POD
Dagfinn Ilmari Mannsåker [Wed, 2 Apr 2014 12:54:43 +0000]
Fix version numbers in POD

10 years agoFix Catalyst tutorial link. RT#47043
Dagfinn Ilmari Mannsåker [Wed, 2 Apr 2014 12:51:42 +0000]
Fix Catalyst tutorial link. RT#47043

Link to the top-level tutorial instead of the specific numbered
chapter, since chapter numbers might change.

10 years agoFix calling User->can() as a class method. RT#90715
Dagfinn Ilmari Mannsåker [Sat, 23 Nov 2013 13:02:41 +0000]
Fix calling User->can() as a class method. RT#90715

10 years agoFix doc bugs. RT#87372
Tomas Doran [Sat, 27 Jul 2013 20:40:44 +0000]
Fix doc bugs. RT#87372

10 years agoVersion 0.1505 0.1505
Tomas Doran [Tue, 11 Jun 2013 18:25:06 +0000]
Version 0.1505

10 years agoFix RT#82944
Tomas Doran [Tue, 11 Jun 2013 18:23:28 +0000]
Fix RT#82944

11 years agoPatch for situations when you broke DBIC, to get clearer error reporting behaviour
Tomas Doran [Mon, 25 Feb 2013 14:36:09 +0000]
Patch for situations when you broke DBIC, to get clearer error reporting behaviour

11 years agorelease commit 0.1504
Matt S Trout [Fri, 5 Oct 2012 15:56:02 +0000]
release commit

11 years agouse inflate_result for inflating a user object from session data
Matt S Trout [Fri, 5 Oct 2012 15:55:28 +0000]
use inflate_result for inflating a user object from session data

12 years agoVersion 0.1503 0.1503
Tomas Doran [Thu, 8 Dec 2011 09:56:50 +0000]
Version 0.1503

12 years agoMake config modern
Tomas Doran [Thu, 8 Dec 2011 09:56:29 +0000]
Make config modern

12 years agoVersion 0.1502 0.1502
Tomas Doran [Tue, 23 Aug 2011 23:43:32 +0000]
Version 0.1502

12 years agoIgnore MYMETA
Tomas Doran [Tue, 23 Aug 2011 23:45:09 +0000]
Ignore MYMETA

12 years agoSwitch repository to git (fREW Schmidt)
Arthur Axel 'fREW' Schmidt [Tue, 23 Aug 2011 23:33:53 +0000]
Switch repository to git (fREW Schmidt)

12 years agoversion 0.1501 v0.1501
Andrew Rodland [Fri, 17 Jun 2011 16:12:09 +0000]
version 0.1501

12 years agoMerge branches/no-unneeded-fields into trunk
Andrew Rodland [Fri, 17 Jun 2011 16:03:55 +0000]
Merge branches/no-unneeded-fields into trunk

12 years agoAdd Changes
Andrew Rodland [Fri, 17 Jun 2011 16:02:34 +0000]
Add Changes

12 years agoIf !use_userdata_from_session, only store PK cols in the hashref that goes in the...
Andrew Rodland [Fri, 17 Jun 2011 15:39:14 +0000]
If !use_userdata_from_session, only store PK cols in the hashref that goes in the session

12 years agoVersion 0.1500 v0.1500
Florian Ragwitz [Thu, 12 May 2011 15:00:52 +0000]
Version 0.1500

12 years agoAllow authenticating against fully loaded users
Florian Ragwitz [Thu, 12 May 2011 12:26:34 +0000]
Allow authenticating against fully loaded users

13 years agoVersion 0.1401 v0.1401
Tomas Doran [Wed, 17 Nov 2010 18:58:18 +0000]
Version 0.1401

13 years agoFix bug, patch from Anthony Gladdish on mailing list
Tomas Doran [Wed, 17 Nov 2010 18:56:52 +0000]
Fix bug, patch from Anthony Gladdish on mailing list

13 years agoVersion 0.1400 v0.1400
Tomas Doran [Wed, 1 Sep 2010 21:47:37 +0000]
Version 0.1400

13 years agoDocs
Tomas Doran [Wed, 1 Sep 2010 21:35:03 +0000]
Docs

13 years agoAdd a test
Tomas Doran [Wed, 1 Sep 2010 21:25:45 +0000]
Add a test

13 years agoremove debugging code
Matt S Trout [Wed, 1 Sep 2010 19:30:28 +0000]
remove debugging code

13 years agoforgot the test file
Matt S Trout [Wed, 1 Sep 2010 19:19:35 +0000]
forgot the test file

13 years agofix the delegation code in User.pm
Matt S Trout [Wed, 1 Sep 2010 19:17:04 +0000]
fix the delegation code in User.pm

13 years agoVersion 0.1300 v0.1300
Florian Ragwitz [Wed, 16 Jun 2010 21:10:39 +0000]
Version 0.1300

13 years agoAllow running tests in parallel
Florian Ragwitz [Wed, 16 Jun 2010 21:10:33 +0000]
Allow running tests in parallel

13 years agoStop running pod tests for users
Florian Ragwitz [Wed, 16 Jun 2010 21:10:25 +0000]
Stop running pod tests for users

13 years agoThis was never shipped
Florian Ragwitz [Tue, 15 Jun 2010 11:20:33 +0000]
This was never shipped

13 years agofixed syntax error in documentation
David Schmidt [Tue, 15 Jun 2010 11:04:46 +0000]
fixed syntax error in documentation

13 years agomake dist v0.1201
Rafael Kitover [Fri, 11 Jun 2010 00:14:05 +0000]
make dist

13 years agosupport setting columns from AUTOLOAD too
Rafael Kitover [Fri, 11 Jun 2010 00:10:03 +0000]
support setting columns from AUTOLOAD too

13 years agocleanup and handle unknown column/method
Rafael Kitover [Mon, 7 Jun 2010 12:38:01 +0000]
cleanup and handle unknown column/method

13 years agoadd namespace::autoclean dep, fix AUTOLOAD to try method first, then column accessor
Rafael Kitover [Mon, 7 Jun 2010 10:54:01 +0000]
add namespace::autoclean dep, fix AUTOLOAD to try method first, then column accessor

13 years agorelax dep requirements
Rafael Kitover [Mon, 7 Jun 2010 10:33:47 +0000]
relax dep requirements

13 years agoSupport columns with accessors that aren't the column name.
Rafael Kitover [Mon, 7 Jun 2010 10:19:15 +0000]
Support columns with accessors that aren't the column name.

14 years agoVersion 0.1200. v0.1200
Florian Ragwitz [Sat, 10 Apr 2010 08:39:00 +0000]
Version 0.1200.

14 years agoDisable autoinstall.
Florian Ragwitz [Mon, 29 Mar 2010 23:28:27 +0000]
Disable autoinstall.

14 years agoUpdate repository metadata.
Florian Ragwitz [Mon, 29 Mar 2010 23:28:23 +0000]
Update repository metadata.

14 years agoVersion 0.1100. v0.1100
Florian Ragwitz [Mon, 29 Mar 2010 15:46:44 +0000]
Version 0.1100.

14 years agoExclude .git from MANIFEST.
Florian Ragwitz [Mon, 29 Mar 2010 15:46:33 +0000]
Exclude .git from MANIFEST.

14 years agoFewer tabs.
Florian Ragwitz [Mon, 29 Mar 2010 15:46:29 +0000]
Fewer tabs.

14 years agoLess trailing whitespace.
Florian Ragwitz [Mon, 29 Mar 2010 15:46:26 +0000]
Less trailing whitespace.

14 years agouse style;
Florian Ragwitz [Mon, 29 Mar 2010 00:46:29 +0000]
use style;

14 years agoAdd .gitignore.
Florian Ragwitz [Mon, 29 Mar 2010 00:37:31 +0000]
Add .gitignore.

14 years agoTry supporting compound primary keys.
Florian Ragwitz [Mon, 29 Mar 2010 00:35:26 +0000]
Try supporting compound primary keys.

14 years agoMove testapp actions to a root controller.
Florian Ragwitz [Mon, 29 Mar 2010 00:25:46 +0000]
Move testapp actions to a root controller.

14 years agoTrim trailing whitespace.
Florian Ragwitz [Mon, 29 Mar 2010 00:25:41 +0000]
Trim trailing whitespace.

14 years agoCommitted missed changes from 0.1082
Jay Kuri [Thu, 4 Mar 2010 02:16:46 +0000]
Committed missed changes from 0.1082
Changed messaging when user provides no fields in authenticate that match up with user table

14 years agoDoc tweak so that people who use other auth stores first don't get confused...
Tomas Doran [Fri, 5 Jun 2009 08:34:43 +0000]
Doc tweak so that people who use other auth stores first don't get confused...

14 years agoAdd repository resource to all the MI Makefile.PLs
Tomas Doran [Sat, 23 May 2009 11:09:06 +0000]
Add repository resource to all the MI Makefile.PLs

14 years agoBump required Module::Install version in everything. janus++
Tomas Doran [Thu, 7 May 2009 13:19:53 +0000]
Bump required Module::Install version in everything. janus++

15 years agoadapt synopsis to be in line with the examples of the rest of the docs
Jos Boumans [Fri, 20 Mar 2009 14:34:36 +0000]
adapt synopsis to be in line with the examples of the rest of the docs
boldify the USER class is needed, not just the connection

15 years agooops. Update code but not doc. my bad.
Jay Kuri [Mon, 27 Oct 2008 14:39:28 +0000]
oops.  Update code but not doc.  my bad.

15 years agoWoot. Forgot the svk add. I rule
Jay Kuri [Sun, 26 Oct 2008 23:30:37 +0000]
Woot.  Forgot the svk add.  I rule

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