[Catalyst-commits] r13465 - Catalyst-Runtime/5.80/branches

rjk at dev.catalyst.perl.org rjk at dev.catalyst.perl.org
Tue Aug 3 18:24:55 GMT 2010


Author: rjk
Date: 2010-08-03 19:24:54 +0100 (Tue, 03 Aug 2010)
New Revision: 13465

Modified:
   Catalyst-Runtime/5.80/branches/README
Log:
Add Catalyst-Test-base-href branch.
Use "Status:" consistently, instead of "Summary:".


Modified: Catalyst-Runtime/5.80/branches/README
===================================================================
--- Catalyst-Runtime/5.80/branches/README	2010-08-03 18:23:50 UTC (rev 13464)
+++ Catalyst-Runtime/5.80/branches/README	2010-08-03 18:24:54 UTC (rev 13465)
@@ -5,13 +5,19 @@
     Purpose: Add new features (more assertion methods) to 
              Catalyst::Test
     
-    Summary: stale...
+    Status: stale...
 
+Catalyst-Test-base-href: rjk
+
+    Purpose: Add handling for parsing <base href="..."> in local_request()
+
+    Status: Starting.
+
 action_roles: rafl/t0m
 
     Purpose: Add Catalyst::Controller::ActionRole to core
     
-    Summary: Needs work.
+    Status: Needs work.
 
 basic-app-ctx-separation
 
@@ -21,25 +27,25 @@
 
     Purpose: Split app and context into different classes
     
-    Summary: Works basically. Needs compat work doing.
+    Status: Works basically. Needs compat work doing.
 
 captures_and_args_combined: khisanth
 
     Purpose: allow uri_for_action to be called with captures and args in a single arrayref
 
-    Summary: Needs to be more generic to work for uri_for, and ->go, and ->visit (i.e. all the places you have \@captures, @args or \@captures, \@args)
+    Status: Needs to be more generic to work for uri_for, and ->go, and ->visit (i.e. all the places you have \@captures, @args or \@captures, \@args)
 
 contextual_uri_for: pjfl
 
     Purpose: to get rid of the \@captures, @args thing    
 
-    Summary: Needs work as it makes the code if anything less clear.. Would it work better to push a captures method down into action / actionchain?
+    Status: Needs work as it makes the code if anything less clear.. Would it work better to push a captures method down into action / actionchain?
 
 deprecate_req_user
 
     Purpose: Deprecate $c->req->user
     
-    Summary: Partially merged
+    Status: Partially merged
 
 expand_modules: aCiD2
 




More information about the Catalyst-commits mailing list