[Catalyst-commits] r11242 - Catalyst-Plugin-Authentication/0.10000/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Tue Aug 25 14:45:30 GMT 2009


Author: t0m
Date: 2009-08-25 14:45:30 +0000 (Tue, 25 Aug 2009)
New Revision: 11242

Modified:
   Catalyst-Plugin-Authentication/0.10000/trunk/Changes
   Catalyst-Plugin-Authentication/0.10000/trunk/MANIFEST.SKIP
Log:
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


Modified: Catalyst-Plugin-Authentication/0.10000/trunk/Changes
===================================================================
--- Catalyst-Plugin-Authentication/0.10000/trunk/Changes	2009-08-25 14:44:00 UTC (rev 11241)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/Changes	2009-08-25 14:45:30 UTC (rev 11242)
@@ -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

Modified: Catalyst-Plugin-Authentication/0.10000/trunk/MANIFEST.SKIP
===================================================================
--- Catalyst-Plugin-Authentication/0.10000/trunk/MANIFEST.SKIP	2009-08-25 14:44:00 UTC (rev 11241)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/MANIFEST.SKIP	2009-08-25 14:45:30 UTC (rev 11242)
@@ -34,3 +34,5 @@
 # ShipIt config
 .shipit
 
+# Ignore build dirs..
+^Catalyst-Plugin-Authentication




More information about the Catalyst-commits mailing list