[Catalyst-commits] r8155 - in Catalyst-Controller-DBIC-API/1.000/trunk: . lib/Catalyst/Controller/DBIC

lukes at dev.catalyst.perl.org lukes at dev.catalyst.perl.org
Wed Jul 23 18:58:39 BST 2008


Author: lukes
Date: 2008-07-23 18:58:39 +0100 (Wed, 23 Jul 2008)
New Revision: 8155

Modified:
   Catalyst-Controller-DBIC-API/1.000/trunk/Changes
   Catalyst-Controller-DBIC-API/1.000/trunk/lib/Catalyst/Controller/DBIC/API.pm
Log:
added jay as contributor and added to change log

Modified: Catalyst-Controller-DBIC-API/1.000/trunk/Changes
===================================================================
--- Catalyst-Controller-DBIC-API/1.000/trunk/Changes	2008-07-23 17:52:56 UTC (rev 8154)
+++ Catalyst-Controller-DBIC-API/1.000/trunk/Changes	2008-07-23 17:58:39 UTC (rev 8155)
@@ -1,7 +1,10 @@
 Revision history for Catalyst-Controller-DBIC-API
 
-1.000003
-  Added setup_list_method configuration flag (jshirley)
+1.001000
+- Added setup_list_method configuration flag (jshirley)
+- Added support for setting config params in stash
+- Added list_grouped_by, list_count and list_ordered_by config attributes
+- Fixed bug with behaviour of list_returns
 
 1.000002
 - Fixed lack of deserialization under RPC

Modified: Catalyst-Controller-DBIC-API/1.000/trunk/lib/Catalyst/Controller/DBIC/API.pm
===================================================================
--- Catalyst-Controller-DBIC-API/1.000/trunk/lib/Catalyst/Controller/DBIC/API.pm	2008-07-23 17:52:56 UTC (rev 8154)
+++ Catalyst-Controller-DBIC-API/1.000/trunk/lib/Catalyst/Controller/DBIC/API.pm	2008-07-23 17:58:39 UTC (rev 8155)
@@ -236,6 +236,8 @@
 
 =head1 CONTRIBUTORS
 
+  J. Shirley <jshirley at gmail.com>
+
   Zbigniew Lukasiak <zzbbyy at gmail.com>
 
 =head1 LICENSE




More information about the Catalyst-commits mailing list