13 years agoA load more cleanup and mooseifiction rebase-me-moose mirror/rebase-me-moose
Tomas Doran [Fri, 10 Sep 2010 00:18:19 +0000]
A load more cleanup and mooseifiction

13 years agoFix all the tests after merge
Tomas Doran [Thu, 9 Sep 2010 23:10:15 +0000]
Fix all the tests after merge

13 years ago r10518@t0mlaptop (orig r10517): t0m | 2009-06-12 11:27:58 +0100
Tomas Doran [Thu, 9 Sep 2010 22:56:54 +0000]
 r10518@t0mlaptop (orig r10517):  t0m | 2009-06-12 11:27:58 +0100
 Make error more useful
 r10589@t0mlaptop (orig r10588):  t0m | 2009-06-19 16:14:16 +0100
 Make Credential::Remote have a username_field config option
 r10590@t0mlaptop (orig r10589):  t0m | 2009-06-19 16:16:43 +0100
 Bump versions for release
 r10728@t0mlaptop (orig r10727):  t0m | 2009-06-29 17:55:35 +0100
 Fix issue if you have auth store plugins before authentication plugin
 r10769@t0mlaptop (orig r10768):  t0m | 2009-07-01 17:42:46 +0100
 Checking in changes prior to tagging of version 0.10014.  Changelog diff is:

 Index: Changes
 ===================================================================
 --- Changes (revision 10727)
 +++ Changes (working copy)
 @@ -1,5 +1,6 @@
  Revision history for Perl extension Catalyst::Plugin::Authentication

 +0.10014 Wed Jul  1 17:40:38 BST 2009
        - Make auth_realms method ensure authentication is initialized
          before calling methods which get created during auth initialization.
          Fixes back compat cases where auth store is in the plugin list

 r11234@t0mlaptop (orig r11233):  t0m | 2009-08-24 14:30:51 +0100
 Stop forcing $authinfo->{id} to be passed down to the store, instead using just configurable username_field.
 r11241@t0mlaptop (orig r11240):  t0m | 2009-08-25 15:27:40 +0100
 Change default username_field back to 'username', as this fits in better with the DBIC store / SimpleDB / tutorial / preexisting documentation etc
 r11243@t0mlaptop (orig r11242):  t0m | 2009-08-25 15:45:30 +0100
 Checking in changes prior to tagging of version 0.10014.  Changelog diff is:

 Index: Changes
 ===================================================================
 --- Changes (revision 11232)
 +++ Changes (working copy)
 @@ -1,6 +1,11 @@
  Revision history for Perl extension Catalyst::Plugin::Authentication

 -0.10014 Wed Jul  1 17:40:38 BST 2009
 +0.10014 Tue Aug 25 15:42:57 BST 2009
 +
 +      - Don't always supply an "id" column in the authinfo passed to the store
 +        class in ::Credential::Remote. This means that it works better with
 +        the DBIC store. (t0m)
 +
        - Make auth_realms method ensure authentication is initialized
          before calling methods which get created during auth initialization.
          Fixes back compat cases where auth store is in the plugin list

 r11276@t0mlaptop (orig r11275):  t0m | 2009-09-01 01:49:39 +0100
 Checking in changes prior to tagging of version 0.10015.  Changelog diff is:

 Index: Changes
 ===================================================================
 --- Changes (revision 11261)
 +++ Changes (working copy)
 @@ -1,5 +1,12 @@
  Revision history for Perl extension Catalyst::Plugin::Authentication

 +0.10015 Tue Sep 1 01:40:36 BST 2009
 +
 +     - Remove (undeclared) dependency on Class::Data::Inhertiable (RT#49086)
 +     - Remove dependency on Test::MockObject
 +     - Fix repository metadata in META.yml / Makefile.PL
 +     - Make POD tests author side only.
 +
  0.10014 Tue Aug 25 15:42:57 BST 2009

        - Don't always supply an "id" column in the authinfo passed to the store

 r11368@t0mlaptop (orig r11338):  t0m | 2009-09-08 08:29:46 +0100
 Small doc fixes
 r11559@t0mlaptop (orig r11524):  t0m | 2009-10-14 01:30:11 +0100
 Change example configs to fit in with recent DBIC store
 r11560@t0mlaptop (orig r11525):  t0m | 2009-10-14 01:34:35 +0100
 If this wasn't a patch in RT, I wouldn't be applying it
 r11571@t0mlaptop (orig r11536):  t0m | 2009-10-15 16:09:14 +0100
 Not needed in BEGIN
 r11572@t0mlaptop (orig r11537):  t0m | 2009-10-15 16:09:37 +0100
 Note here
 r11575@t0mlaptop (orig r11540):  t0m | 2009-10-16 01:50:28 +0100
 Add AUTOLOAD nicked from the dbic store to base class
 r11576@t0mlaptop (orig r11541):  t0m | 2009-10-16 02:28:16 +0100
 Epic cleanup and code shuffle in tests to avoid warnings
 r11628@t0mlaptop (orig r11593):  rafl | 2009-10-17 17:40:51 +0100
 Remove debugging code polluting STDERR.
 r11683@t0mlaptop (orig r11648):  jawnsy | 2009-10-21 02:41:14 +0100
 Bring copyright statement in sync with the other packages
 r12472@t0mlaptop (orig r12437):  rafl | 2009-12-19 23:51:32 +0000
 A bit of clarification - logout does not delete the session.

 semifor++
 r12526@t0mlaptop (orig r12491):  xenoterracide | 2009-12-30 12:59:24 +0000
 minor code example fix in documentation
 r12527@t0mlaptop (orig r12492):  t0m | 2009-12-30 13:04:14 +0000
 Fix hard tabs (by converting to 4 space soft tabs), fix trailing whitespace
 r12545@t0mlaptop (orig r12510):  xenoterracide | 2010-01-03 13:26:12 +0000
 Clean up documentation errors
 r12745@t0mlaptop (orig r12710):  stephan48 | 2010-01-22 21:30:20 +0000
 Fixed RT Bug 47106; Code used the wrong Object to Retrieve authinfo_munge
 r12746@t0mlaptop (orig r12711):  rafl | 2010-01-22 21:34:14 +0000
 Some formatting and whitespace tweaks.
 r12747@t0mlaptop (orig r12712):  rafl | 2010-01-22 21:44:55 +0000
 Clean up some more tabs and whitespaces.
 r12748@t0mlaptop (orig r12713):  rafl | 2010-01-22 21:45:01 +0000
 Prepare release.
 r12749@t0mlaptop (orig r12714):  rafl | 2010-01-22 21:50:39 +0000
 Add .gitignore.
 r12750@t0mlaptop (orig r12715):  rafl | 2010-01-22 21:50:43 +0000
 Ignore git files from MANIFEST.
 r12751@t0mlaptop (orig r12716):  rafl | 2010-01-22 21:50:49 +0000
 Port from NEXT to C3.

 Also clean up more silly whitespace.
 r12752@t0mlaptop (orig r12717):  rafl | 2010-01-22 21:50:55 +0000
 Version 0.10016.
 r12754@t0mlaptop (orig r12719):  rafl | 2010-01-22 21:55:20 +0000
 Add a NoTabs test and make it pass.
 r12916@t0mlaptop (orig r12880):  jawnsy | 2010-02-15 23:36:41 +0000
 fix typos Debian picked up
 r13054@t0mlaptop (orig r13018):  t0m | 2010-03-07 20:56:42 +0000
 Date in changes
 r13082@t0mlaptop (orig r13046):  xenoterracide | 2010-03-17 22:52:21 +0000
 Make debug message clear for users of progressive realms
 r13132@t0mlaptop (orig r13096):  rafl | 2010-03-29 14:58:42 +0100
 Fix syntax error.

14 years agoFix syntax error.
Florian Ragwitz [Mon, 29 Mar 2010 13:58:42 +0000]
Fix syntax error.

14 years agoMake debug message clear for users of progressive realms
Caleb Cushing [Wed, 17 Mar 2010 22:52:21 +0000]
Make debug message clear for users of progressive realms

14 years agoDate in changes
Tomas Doran [Sun, 7 Mar 2010 20:56:42 +0000]
Date in changes

14 years agofix typos Debian picked up
Jonathan Yu [Mon, 15 Feb 2010 23:36:41 +0000]
fix typos Debian picked up

14 years agoAdd a NoTabs test and make it pass.
Florian Ragwitz [Fri, 22 Jan 2010 21:55:20 +0000]
Add a NoTabs test and make it pass.

14 years agoVersion 0.10016.
Florian Ragwitz [Fri, 22 Jan 2010 21:50:55 +0000]
Version 0.10016.

14 years agoPort from NEXT to C3.
Florian Ragwitz [Fri, 22 Jan 2010 21:50:49 +0000]
Port from NEXT to C3.

Also clean up more silly whitespace.

14 years agoIgnore git files from MANIFEST.
Florian Ragwitz [Fri, 22 Jan 2010 21:50:43 +0000]
Ignore git files from MANIFEST.

14 years agoAdd .gitignore.
Florian Ragwitz [Fri, 22 Jan 2010 21:50:39 +0000]
Add .gitignore.

14 years agoPrepare release.
Florian Ragwitz [Fri, 22 Jan 2010 21:45:01 +0000]
Prepare release.

14 years agoClean up some more tabs and whitespaces.
Florian Ragwitz [Fri, 22 Jan 2010 21:44:55 +0000]
Clean up some more tabs and whitespaces.

14 years agoSome formatting and whitespace tweaks.
Florian Ragwitz [Fri, 22 Jan 2010 21:34:14 +0000]
Some formatting and whitespace tweaks.

14 years agoFixed RT Bug 47106; Code used the wrong Object to Retrieve authinfo_munge
Stephan Jauernick [Fri, 22 Jan 2010 21:30:20 +0000]
Fixed RT Bug 47106; Code used the wrong Object to Retrieve authinfo_munge

14 years agoClean up documentation errors
Caleb Cushing [Sun, 3 Jan 2010 13:26:12 +0000]
Clean up documentation errors

14 years agoFix hard tabs (by converting to 4 space soft tabs), fix trailing whitespace
Tomas Doran [Wed, 30 Dec 2009 13:04:14 +0000]
Fix hard tabs (by converting to 4 space soft tabs), fix trailing whitespace

14 years agominor code example fix in documentation
Caleb Cushing [Wed, 30 Dec 2009 12:59:24 +0000]
minor code example fix in documentation

14 years agoA bit of clarification - logout does not delete the session.
Florian Ragwitz [Sat, 19 Dec 2009 23:51:32 +0000]
A bit of clarification - logout does not delete the session.

semifor++

14 years agoBring copyright statement in sync with the other packages
Jonathan Yu [Wed, 21 Oct 2009 01:41:14 +0000]
Bring copyright statement in sync with the other packages

14 years agoRemove debugging code polluting STDERR.
Florian Ragwitz [Sat, 17 Oct 2009 16:40:51 +0000]
Remove debugging code polluting STDERR.

14 years agoEpic cleanup and code shuffle in tests to avoid warnings
Tomas Doran [Fri, 16 Oct 2009 01:28:16 +0000]
Epic cleanup and code shuffle in tests to avoid warnings

14 years agoAdd AUTOLOAD nicked from the dbic store to base class
Tomas Doran [Fri, 16 Oct 2009 00:50:28 +0000]
Add AUTOLOAD nicked from the dbic store to base class

14 years agoNote here
Tomas Doran [Thu, 15 Oct 2009 15:09:37 +0000]
Note here

14 years agoNot needed in BEGIN
Tomas Doran [Thu, 15 Oct 2009 15:09:14 +0000]
Not needed in BEGIN

14 years agoIf this wasn't a patch in RT, I wouldn't be applying it
Tomas Doran [Wed, 14 Oct 2009 00:34:35 +0000]
If this wasn't a patch in RT, I wouldn't be applying it

14 years agoChange example configs to fit in with recent DBIC store
Tomas Doran [Wed, 14 Oct 2009 00:30:11 +0000]
Change example configs to fit in with recent DBIC store

14 years agoSmall doc fixes
Tomas Doran [Tue, 8 Sep 2009 07:29:46 +0000]
Small doc fixes

14 years agoMove init stuff to before 'setup_finalize'
Sebastian Podjasek [Tue, 1 Sep 2009 09:39:58 +0000]
Move init stuff to before 'setup_finalize'

14 years agoChecking in changes prior to tagging of version 0.10015. Changelog diff is:
Tomas Doran [Tue, 1 Sep 2009 00:49:39 +0000]
Checking in changes prior to tagging of version 0.10015.  Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 11261)
+++ Changes (working copy)
@@ -1,5 +1,12 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication

+0.10015 Tue Sep 1 01:40:36 BST 2009
+
+     - Remove (undeclared) dependency on Class::Data::Inhertiable (RT#49086)
+     - Remove dependency on Test::MockObject
+     - Fix repository metadata in META.yml / Makefile.PL
+     - Make POD tests author side only.
+
 0.10014 Tue Aug 25 15:42:57 BST 2009

       - Don't always supply an "id" column in the authinfo passed to the store

14 years agoChecking in changes prior to tagging of version 0.10014. Changelog diff is:
Tomas Doran [Tue, 25 Aug 2009 14:45:30 +0000]
Checking in changes prior to tagging of version 0.10014.  Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 11232)
+++ Changes (working copy)
@@ -1,6 +1,11 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication

-0.10014 Wed Jul  1 17:40:38 BST 2009
+0.10014 Tue Aug 25 15:42:57 BST 2009
+
+      - Don't always supply an "id" column in the authinfo passed to the store
+        class in ::Credential::Remote. This means that it works better with
+        the DBIC store. (t0m)
+
       - Make auth_realms method ensure authentication is initialized
         before calling methods which get created during auth initialization.
         Fixes back compat cases where auth store is in the plugin list

14 years agoChange default username_field back to 'username', as this fits in better with the...
Tomas Doran [Tue, 25 Aug 2009 14:27:40 +0000]
Change default username_field back to 'username', as this fits in better with the DBIC store / SimpleDB / tutorial / preexisting documentation etc

14 years agoStop forcing $authinfo->{id} to be passed down to the store, instead using just confi...
Tomas Doran [Mon, 24 Aug 2009 13:30:51 +0000]
Stop forcing $authinfo->{id} to be passed down to the store, instead using just configurable username_field.

14 years agoChecking in changes prior to tagging of version 0.10014. Changelog diff is:
Tomas Doran [Wed, 1 Jul 2009 16:42:46 +0000]
Checking in changes prior to tagging of version 0.10014.  Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 10727)
+++ Changes (working copy)
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication

+0.10014 Wed Jul  1 17:40:38 BST 2009
       - Make auth_realms method ensure authentication is initialized
         before calling methods which get created during auth initialization.
         Fixes back compat cases where auth store is in the plugin list

14 years agoFix issue if you have auth store plugins before authentication plugin
Tomas Doran [Mon, 29 Jun 2009 16:55:35 +0000]
Fix issue if you have auth store plugins before authentication plugin

14 years agoBump versions for release
Tomas Doran [Fri, 19 Jun 2009 15:16:43 +0000]
Bump versions for release

14 years agoMake Credential::Remote have a username_field config option
Tomas Doran [Fri, 19 Jun 2009 15:14:16 +0000]
Make Credential::Remote have a username_field config option

14 years agoMake error more useful
Tomas Doran [Fri, 12 Jun 2009 10:27:58 +0000]
Make error more useful

14 years agoConvert most of the classes to basic Moose. Those which used to use CAF need the...
Tomas Doran [Sun, 7 Jun 2009 03:26:14 +0000]
Convert most of the classes to basic Moose. Those which used to use CAF need the CAF role adding for back compat

14 years agoBranch for Moose port
Tomas Doran [Sun, 7 Jun 2009 02:44:21 +0000]
Branch for Moose port

14 years agoMove trunk into new home
Tomas Doran [Sat, 6 Jun 2009 10:16:40 +0000]
Move trunk into new home

14 years agoChangelog, bump version
Tomas Doran [Sat, 6 Jun 2009 10:03:38 +0000]
Changelog, bump version

14 years agoFix all the ->config invocations in docs to be more correct
Tomas Doran [Sat, 6 Jun 2009 09:54:30 +0000]
Fix all the ->config invocations in docs to be more correct

14 years agoMake POD Coverage happy
Tomas Doran [Sat, 6 Jun 2009 09:44:22 +0000]
Make POD Coverage happy

14 years agoPOD fix
Tomas Doran [Sat, 6 Jun 2009 09:40:11 +0000]
POD fix

14 years agoMerge kmx's remote_credential branch
Tomas Doran [Sat, 6 Jun 2009 09:39:15 +0000]
Merge kmx's remote_credential branch

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

15 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 agoAdd doc notes
Tomas Doran [Thu, 9 Apr 2009 21:38:42 +0000]
Add doc notes

15 years agoTidy up notes about realms key in configuration, all the clues came from jayk++
Tomas Doran [Fri, 3 Apr 2009 01:08:14 +0000]
Tidy up notes about realms key in configuration, all the clues came from jayk++

15 years agoUpdate docs, move boilerplate pod out of wrong section, remove any modules whos lates...
Tomas Doran [Fri, 3 Apr 2009 00:22:50 +0000]
Update docs, move boilerplate pod out of wrong section, remove any modules whos latest release clearly marks them as deprecated

15 years agoFixing Progressive to have it's own new(), since it doesn't use a
Jay Kuri [Sat, 28 Mar 2009 01:57:36 +0000]
Fixing Progressive to have it's own new(), since it doesn't use a
store or credential directly but instead defers to other realms

15 years agoA better fix for the realm class name warning problem.
Jay Kuri [Sat, 28 Mar 2009 01:52:44 +0000]
A better fix for the realm class name warning problem.

15 years agoAdd obj() as shorthand method for get_object()
Jay Kuri [Sat, 28 Mar 2009 01:43:46 +0000]
Add obj() as shorthand method for get_object()
Remove warning about storage if an alternate realm is being used.

15 years agoAdd a doc note to help out people browsing on search.cpan
Tomas Doran [Wed, 11 Mar 2009 03:06:57 +0000]
Add a doc note to help out people browsing on search.cpan

15 years agoChecking in changes prior to tagging of version 0.10011. Changelog diff is:
Tomas Doran [Sun, 8 Mar 2009 23:35:19 +0000]
Checking in changes prior to tagging of version 0.10011.  Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 9466)
+++ Changes (working copy)
@@ -1,6 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication

-0.10011 *UNRELEASED*
+0.10011 Sun Mar  8 23:32:12 GMT 2009
       - Update t/live_app_session.t to skip unless you have a newer, more
         reliable version of TWMC (RT#43817)
       - Change check for isa Catalyst::Plugin::Session to just check the

15 years agoCheck for session method, not ISA C::P::Session for auth collaberation. evdb++
Tomas Doran [Wed, 4 Mar 2009 12:53:25 +0000]
Check for session method, not ISA C::P::Session for auth collaberation. evdb++

15 years agoAnd back to 29, WTF?
Tomas Doran [Wed, 4 Mar 2009 12:52:32 +0000]
And back to 29, WTF?

15 years agoDon't run the mech test unless you have new mech. FIXME - Why the hell is the test...
Tomas Doran [Wed, 4 Mar 2009 12:48:14 +0000]
Don't run the mech test unless you have new mech. FIXME - Why the hell is the test count wrong, whats going on there - investiagte

15 years agoChecking in changes prior to tagging of version 0.10010. Changelog diff is:
Tomas Doran [Sun, 8 Feb 2009 08:14:31 +0000]
Checking in changes prior to tagging of version 0.10010.  Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 9222)
+++ Changes (working copy)
@@ -1,5 +1,10 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication

+0.10010
+      - Change from NEXT to MRO::Compat
+      - Chop a number off the versions to get back to the correct 0.10000
+        version scheme.
+
 0.100092_01
       - Add hook for failing user restore.
         - Add test for this.

15 years agoChecking in changes prior to tagging of version 0.100092_01. Changelog diff is:
Tomas Doran [Thu, 5 Feb 2009 22:08:10 +0000]
Checking in changes prior to tagging of version 0.100092_01.  Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 9220)
+++ Changes (working copy)
@@ -1,6 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication

-0.100092_01 - UNRELEASED
+0.100092_01
       - Add hook for failing user restore.
         - Add test for this.
       - Fix bug in Credential::Password with password_type: clear.

15 years agoActually error in the appropriate way
Tomas Doran [Thu, 5 Feb 2009 22:05:32 +0000]
Actually error in the appropriate way

15 years agoStop accidentally blowing up if we can't restore the user.. Add tests and docs for...
Tomas Doran [Thu, 5 Feb 2009 21:43:52 +0000]
Stop accidentally blowing up if we can't restore the user.. Add tests and docs for the new failed_user_restore functionality

15 years agoAdd changelog entry, use , not
Marcus Ramberg [Wed, 4 Feb 2009 21:46:49 +0000]
Add changelog entry, use , not

15 years agoAdding failed_user_restore hook for bypassing the dead session problem
Jay Kuri [Wed, 4 Feb 2009 21:40:41 +0000]
Adding failed_user_restore hook for bypassing the dead session problem

15 years agotweak progressive realm documentation and add check to error on
Jay Kuri [Wed, 28 Jan 2009 05:01:57 +0000]
tweak progressive realm documentation and add check to error on
non-file-missing failures related to store/credential loading

15 years agoFix bug with cleartext password_type (bug reported to my email by crackcraft@gmail...
Tomas Doran [Sat, 24 Jan 2009 23:26:21 +0000]
Fix bug with cleartext password_type (bug reported to my email by crackcraft@gmail.com), adding mock tests around that area..

15 years agoBump versions and changelogging for dist
Tomas Doran [Tue, 20 Jan 2009 15:39:21 +0000]
Bump versions and changelogging for dist

15 years agoChecking in changes prior to tagging of version 0.10009_01. Changelog diff is:
Tomas Doran [Fri, 9 Jan 2009 02:30:26 +0000]
Checking in changes prior to tagging of version 0.10009_01.  Changelog diff is:

15 years agoPOD stubs to make coverage pass
Tomas Doran [Fri, 9 Jan 2009 02:25:50 +0000]
POD stubs to make coverage pass

15 years agoDinks pre release
Tomas Doran [Fri, 9 Jan 2009 02:21:05 +0000]
Dinks pre release

15 years agoFix broken POD
Tomas Doran [Wed, 7 Jan 2009 18:13:57 +0000]
Fix broken POD

15 years agoChop up - move backcompat code into the ::Plugin:: namespace, as those are what are...
Tomas Doran [Sun, 4 Jan 2009 21:20:14 +0000]
Chop up - move backcompat code into the ::Plugin:: namespace, as those are what are loaded for back compat, and leave the nice new code alone. Change back-compat for the store so that the methods are proxied onto the default auth store. Seems to about work with other auth plugins too, which is better than the previous try..

15 years agoBack out -r 8999:8998, this breaks everything decended from Credential::Password...
Tomas Doran [Sun, 4 Jan 2009 21:15:31 +0000]
Back out -r 8999:8998, this breaks everything decended from Credential::Password, which is basically all the credential modules.

15 years agoUnsure this is a sane renaming, but makes auth work with 5.80 sans CDI hacks. Committ...
Tomas Doran [Sat, 3 Jan 2009 23:56:43 +0000]
Unsure this is a sane renaming, but makes auth work with 5.80 sans CDI hacks. Committing so I can remove said hacks and re-smoke everything to see how it looks

15 years agoadding progressive realm. planning for launch
Jay Kuri [Thu, 27 Nov 2008 23:49:56 +0000]
adding progressive realm. planning for launch

15 years agoAdding a progressive realm to try multiple realms in a sequence
J. Shirley [Fri, 7 Nov 2008 20:14:05 +0000]
Adding a progressive realm to try multiple realms in a sequence

15 years agoChanges to allow for dropping of the 'realms' config hash and instead
Jay Kuri [Sun, 26 Oct 2008 23:29:14 +0000]
Changes to allow for dropping of the 'realms' config hash and instead
including each realm within the main Plugin::Authentication hash

15 years agoAdd plans to tests so that aggregate smoke results work correctly. Without a plan...
Tomas Doran [Sat, 18 Oct 2008 16:05:24 +0000]
Add plans to tests so that aggregate smoke results work correctly. Without a plan, failing to compile the test apps (as happens if you run them against 5.80 trunk currently) doesn't look like a real fail.

15 years agoPunctuation and spelling tweaks
Jesse Sheidlower [Mon, 29 Sep 2008 13:20:11 +0000]
Punctuation and spelling tweaks

15 years agoSmall POD fix
Tomas Doran [Wed, 17 Sep 2008 16:10:27 +0000]
Small POD fix

15 years agopod fix
Brian Cassidy [Thu, 21 Aug 2008 11:24:21 +0000]
pod fix

15 years agofully documenting new user persistance routines
Jay Kuri [Sun, 17 Aug 2008 16:30:30 +0000]
fully documenting new user persistance routines

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

15 years agoLDAP plugin is up to date
Peter Karman [Mon, 28 Jul 2008 18:49:59 +0000]
LDAP plugin is up to date

15 years agoBark loudly if we are told we can restore from session, but we actually fail
Jay Kuri [Mon, 21 Jul 2008 22:35:16 +0000]
Bark loudly if we are told we can restore from session, but we actually fail

15 years agoUpdate tests prereqs to include Test::Exception (RT #36339)
Brian Cassidy [Fri, 13 Jun 2008 18:29:46 +0000]
Update tests prereqs to include Test::Exception (RT #36339)

15 years ago* add changes for 0.10007_01
Jos Boumans [Thu, 5 Jun 2008 16:36:23 +0000]
* add changes for 0.10007_01

15 years ago* fixed a nasty bug in compat mode with store::minimal. From the comments left in...
Jos Boumans [Thu, 5 Jun 2008 16:30:54 +0000]
* fixed a nasty bug in compat mode with store::minimal. From the comments left in ->setup():

    ### If a user does 'use Catalyst qw/Authentication::Store::Minimal/'
    ### he will be proxied on to this setup routine (and only then --
    ### non plugins should NOT have their setup routine invoked!)
    ### Beware what we pass to the 'new' routine; it wants
    ### a config has with a top level key 'users'. New style
    ### configs do not have this, and split by realms. If we
    ### blindly pass this to new, we will 1) overwrite what we
    ### already passed and 2) make ->userhash undefined, which
    ### leads to:
    ###  Can't use an undefined value as a HASH reference at
    ###  lib/Catalyst/Authentication/Store/Minimal.pm line 38.
    ###
    ### So only do this compatibility call if:
    ### 1) we have a {users} config directive
    ###
    ### Ideally we could also check for:
    ### 2) we don't already have a ->userhash
    ### however, that's an attribute of an object we can't access =/

15 years agoAdd some stubby docs to make the POD Coverage test happy
Tomas Doran [Tue, 27 May 2008 20:28:58 +0000]
Add some stubby docs to make the POD Coverage test happy

15 years agopod fix (RT #36063)
Brian Cassidy [Fri, 23 May 2008 12:46:43 +0000]
pod fix (RT #36063)

15 years agopod update (RT #36062). VERSION fix.
Brian Cassidy [Fri, 23 May 2008 12:42:23 +0000]
pod update (RT #36062). VERSION fix.

16 years ago r12988@zaphod: kd | 2008-04-29 16:12:24 +1000
Kieren Diment [Tue, 29 Apr 2008 06:26:18 +0000]
 r12988@zaphod:  kd | 2008-04-29 16:12:24 +1000
 a couple of documentation fixes

16 years agoallow the realm to use session even if main auth module doesn't
Jay Kuri [Thu, 20 Mar 2008 21:04:17 +0000]
allow the realm to use session even if main auth module doesn't
IF configured to do so.
also - fix some documentation problems

16 years agoDecoupling of Session and Auth-
Jay Kuri [Mon, 17 Mar 2008 16:21:52 +0000]
Decoupling of Session and Auth-
all work related to persisting a user is now delegated to the realm object

16 years agoPOD doc pokingses
Jess Robinson [Tue, 29 Jan 2008 23:07:40 +0000]
POD doc pokingses

16 years agoUpdate to correct behavior when using the new 'Plugin::Authentication'
Jay Kuri [Thu, 24 Jan 2008 20:55:39 +0000]
Update to correct behavior when using the new 'Plugin::Authentication'
configuration naming scheme.

16 years agoupdated changes file
Brian Cassidy [Wed, 5 Dec 2007 12:12:28 +0000]
updated changes file

16 years agoupdate version
Jay Kuri [Wed, 5 Dec 2007 06:12:12 +0000]
update version