[Jifty-commit] r5631 - in Net-Jifty/trunk: .

Jifty commits jifty-commit at lists.jifty.org
Fri Aug 1 10:04:04 EDT 2008


Author: sartak
Date: Fri Aug  1 10:03:52 2008
New Revision: 5631

Removed:
   Net-Jifty/trunk/README
Modified:
   Net-Jifty/trunk/   (props changed)
   Net-Jifty/trunk/Changes
   Net-Jifty/trunk/lib/Net/Jifty.pm

Log:
 r68246 at onn:  sartak | 2008-08-01 09:58:52 -0400
 Update Changes


Modified: Net-Jifty/trunk/Changes
==============================================================================
--- Net-Jifty/trunk/Changes	(original)
+++ Net-Jifty/trunk/Changes	Fri Aug  1 10:03:52 2008
@@ -1,9 +1,11 @@
 Revision history for Net-Jifty
 
-0.07
-        Cache each action spec
+0.07    Fri Aug 1 09:58:10 2008
+        Cache each action and model spec, add methods to retrieve them
+        Better support for multiple values for a single key
+        Make DateTime an optional dependency
 
-0.06    Mon Mar 17 13:15:09
+0.06    Mon Mar 17 13:15:09 2008
         Add directory filters for use by applications and subclasses
             Basically, each directory in your path can have a .jifty file
             with config in it. Each file is Hash::Merge'd. This lets your
@@ -13,17 +15,17 @@
             if the strict_arguments attribute is true
                 idea and proof of concept by John SJ Anderson
 
-0.05    Mon Dec 21 01:56:40
+0.05    Mon Dec 21 01:56:40 2007
         Removed canonicalize_action and canonicalize_model
         Allow search arguments to be arrayrefs, to facilitate using hashes for
             them. e.g: 'id => [1, 5]' is equivalent to 'id => 1, id => 5'
 
-0.04    Mon Dec 7 15:28:23
+0.04    Mon Dec 7 15:28:23 2007
         Work around an HTTP::Cookies bug with 'localhost'
         Add support for /=/search/
         Fixes to create and act
 
-0.03    Wed Nov 28 17:03:17
+0.03    Wed Nov 28 17:03:17 2007
         Fix support for DELETE/PUT (patch by HANENKAMP)
         Workaround for a Jifty redirect bug (patch by HANENKAMP)
         Internals cleanups

Modified: Net-Jifty/trunk/lib/Net/Jifty.pm
==============================================================================
--- Net-Jifty/trunk/lib/Net/Jifty.pm	(original)
+++ Net-Jifty/trunk/lib/Net/Jifty.pm	Fri Aug  1 10:03:52 2008
@@ -195,7 +195,7 @@
     is            => 'rw',
     isa           => 'HashRef[HashRef]',
     default       => sub { {} },
-    documentation => "The model for action specifications",
+    documentation => "The cache for model specifications",
 );
 
 =head2 BUILD


More information about the Jifty-commit mailing list