[Jifty-commit] r4837 - in Net-Jifty: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Jan 12 23:00:41 EST 2008


Author: sartak
Date: Sat Jan 12 23:00:41 2008
New Revision: 4837

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

Log:
 r50244 at onn:  sartak | 2008-01-12 22:59:55 -0500
 Doc fixes lying around :)


Modified: Net-Jifty/Changes
==============================================================================
--- Net-Jifty/Changes	(original)
+++ Net-Jifty/Changes	Sat Jan 12 23:00:41 2008
@@ -1,8 +1,12 @@
 Revision history for Net-Jifty
 
-0.04
+0.05
+        Removed canonicalize_action and canonicalize_model
+
+0.04    Mon Dec 7 15:28:23
         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
         Fix support for DELETE/PUT (patch by HANENKAMP)

Modified: Net-Jifty/README
==============================================================================
--- Net-Jifty/README	(original)
+++ Net-Jifty/README	Sat Jan 12 23:00:41 2008
@@ -2,7 +2,7 @@
     Net::Jifty - interface to online Jifty applications
 
 VERSION
-    Version 0.02 released 21 Nov 07
+    Version 0.04 released 07 Dec 08
 
 SYNOPSIS
         use Net::Jifty;
@@ -98,6 +98,11 @@
   read MODEL, KEY => VALUE
     Find some "MODEL" where "KEY" is "VALUE" and return it.
 
+  search MODEL, FIELDS[, OUTCOLUMN]
+    Searches for all objects of type "MODEL" that satisfy "FIELDS". The
+    optional "OUTCOLUMN" defines the output column, in case you don't want
+    the entire records.
+
   canonicalize_package TYPE, PACKAGE
     Prepends "APPNAME.TYPE." to "PACKAGE" unless it's there already.
 

Modified: Net-Jifty/lib/Net/Jifty.pm
==============================================================================
--- Net-Jifty/lib/Net/Jifty.pm	(original)
+++ Net-Jifty/lib/Net/Jifty.pm	Sat Jan 12 23:00:41 2008
@@ -16,11 +16,11 @@
 
 =head1 VERSION
 
-Version 0.03 released 28 Nov 07
+Version 0.04 released 07 Dec 08
 
 =cut
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 =head1 SYNOPSIS
 


More information about the Jifty-commit mailing list