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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Jul 28 23:09:54 GMT 2010


Author: t0m
Date: 2010-07-29 00:09:54 +0100 (Thu, 29 Jul 2010)
New Revision: 13454

Modified:
   Catalyst-Runtime/5.80/branches/README
Log:
Update README for the things I merged

Modified: Catalyst-Runtime/5.80/branches/README
===================================================================
--- Catalyst-Runtime/5.80/branches/README	2010-07-28 23:05:08 UTC (rev 13453)
+++ Catalyst-Runtime/5.80/branches/README	2010-07-28 23:09:54 UTC (rev 13454)
@@ -45,14 +45,12 @@
 
     Purpose: Huh, remind me again?
 
-fix_iis_cgi: caelum
-
-    Summary: Fix for IIS
-
 forward-comp-obj - edenc
 
-    Status: Finished. Needs review.
+    Purpose: Allow $c->forward($c->component->{Some::Component})
 
+    Status: Reviewed and looks good, but some comments to be fixed.
+
 gsoc_breadboard - arcanez
 
     Purpose: GSOC project 
@@ -73,9 +71,10 @@
 
 private-action-attributes: ajgb
 
-    Purpose: fix RT#57780
+    Purpose: Bug report / feature request - RT#57780
     
-    Status: Needs review and merge.
+    Status: Not to be included currently. Tests don't test what the code change does, and I'm entirely unconvinced that adding additional logic / meaning to
+            : Private is a good idea in any way.
 
 psgi - rafl / t0m / jnap
 
@@ -97,20 +96,15 @@
 
     Purpose: Fix RT#58057. Regression where controllers with methods with no attributes (but config to give them attributes) fail to compile..
     
-    Status: Failing test. Nasty hacky fix. (Appears to be a Moose regression as the method metaclass objects don't get the right roles applied, so shouldn't be fixed in Catalyst)
+    Status: Merged, but nasty hacky fix. (Appears to be a Moose regression as the method metaclass objects don't get the right roles applied, so shouldn't be fixed in Catalyst)
+            Left around to remind me / someone to go back and work out what actually broke this...
 
 script_roles - rafl
 
     Purpose: Automatically loads MyApp::TraitFor::Script::XXX and/or MyApp::TraitFor::Script if they exist and applies them to your scripts.
 
     Status: Complete, reviewed, needs docs.
-    
-tweak_controller_action_creation - jnap
 
-    Purpose: refactor to break out an action_class method to help Catalyst::Controller::ActionRole
-    
-    Status: Complete, reviewed, documented, needs merge.
-
 relative_uri_for - abraxxa
 
     Purpose: add an option for uri_for and uri_for_action to output relative instead of fully-qualified (containing hostname) uri's.




More information about the Catalyst-commits mailing list