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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Mon Jul 26 22:21:37 GMT 2010


Author: t0m
Date: 2010-07-26 23:21:37 +0100 (Mon, 26 Jul 2010)
New Revision: 13425

Modified:
   Catalyst-Runtime/5.80/branches/README
Log:
Update README a load

Modified: Catalyst-Runtime/5.80/branches/README
===================================================================
--- Catalyst-Runtime/5.80/branches/README	2010-07-25 16:52:24 UTC (rev 13424)
+++ Catalyst-Runtime/5.80/branches/README	2010-07-26 22:21:37 UTC (rev 13425)
@@ -1,28 +1,128 @@
 You should list your branch here, references to email threads, etc.  --jhannah 20090423
 
-contextual_uri_for/
+Catalyst-Test-Updates: marcus
 
-    t0m: to get rid of the \@captures, @args thing    
+    Purpose: Add new features (more assertion methods) to 
+             Catalyst::Test
+    
+    Summary: stale...
 
-deprecate_req_user/
+action_roles: rafl/t0m
 
-   Plugin::Authentication overrides $c->req->user
+    Purpose: Add Catalyst::Controller::ActionRole to core
+    
+    Summary: Needs work.
 
-   "Good stuff, thanks. I've branched 5.80 trunk and applied your Runtime  
-    change, and then I've fiddled the 'do we warn' logic to be a bit  
-    safer. Have a look and let me know what you think?"  --t0m
+basic-app-ctx-separation
 
-   http://www.nabble.com/Plugin::Authentication-overrides-$c-%3Ereq-%3Euser-td21942190.html
+basic-app-ctx-separation-cleaned
 
-Catalyst-Test-Updates/
+basic-app-ctx-separation-cleaned-appnotcomponent: groditi/zby/t0m
 
-   FIXME
+    Purpose: Split app and context into different classes
+    
+    Summary: Works basically. Needs compat work doing.
 
-add_captures_to_visit/
+better_scripts: dhoss/t0m
 
-    Old branch for changing the semantics of ->go and ->visit to deal with
-    CaptureArgs
+    Purpose: gsoc 2009
+    
+    Summary: merged
 
-disable_regex_fallback/
+captures_and_args_combined: khisanth
 
-    abraxxa: new option which disables component resolution regex fallback
+    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)
+
+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?
+
+deprecate_req_user
+
+    Purpose: Deprecate $c->req->user
+    
+    Summary: Partially merged
+
+expand_modules: aCiD2
+
+    Purpose: Huh, remind me again?
+
+fastcgi_ipc-run: t0m
+
+    Summary: To be deleted, was fixed upstream in FCGI
+
+fix_iis_cgi: caelum
+
+    Summary: Fix for IIS
+
+fix_path_info_decoding: t0m
+
+    Status: Merged
+
+fix_request_uri
+
+forward-comp-obj - edenc
+
+    Status: Finished. Needs review.
+
+gsoc_breadboard - arcanez
+
+    Purpose: GSOC project 
+    
+    Status: In active development
+
+ipv6_server_script
+
+log_factory - t0m
+
+    Purpose: Make the log construction into a fectory.
+    
+    Status: Needs work
+
+more_dispatcher_tweaks
+
+more_metaclass_compat: t0m
+
+    Status: Merged
+
+param_filtering: bpphillips
+
+    Status: merged
+
+private-action-attributes: ajgb
+
+    Purpose: fix RT#57780
+    
+    Status: Needs review and merge.
+
+psgi - rafl / t0m / jnap
+
+    Purpose: Throw away Catalyst::Engine, use Plack
+
+    Status: Needs mod_perl compat code finishing
+
+refactoring_dispatcher
+
+register_comp_by_name
+
+rt58057 - t0m
+
+    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)
+
+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.




More information about the Catalyst-commits mailing list