[Catalyst-commits] r10573 - Catalyst-Devel/1.00/branches/helper_refactor/gsoc

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Wed Jun 17 11:36:14 GMT 2009


Author: dhoss
Date: 2009-06-17 11:36:14 +0000 (Wed, 17 Jun 2009)
New Revision: 10573

Modified:
   Catalyst-Devel/1.00/branches/helper_refactor/gsoc/donelist.txt
   Catalyst-Devel/1.00/branches/helper_refactor/gsoc/gsoc-devel-plan-5-23.txt
Log:
updated todo, and donelist


Modified: Catalyst-Devel/1.00/branches/helper_refactor/gsoc/donelist.txt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/gsoc/donelist.txt	2009-06-17 11:09:18 UTC (rev 10572)
+++ Catalyst-Devel/1.00/branches/helper_refactor/gsoc/donelist.txt	2009-06-17 11:36:14 UTC (rev 10573)
@@ -14,4 +14,32 @@
 6. Drafted an RFC for more comments on progression of C::H API
 7. Also using added Path::Class for file reading
 as of 6-9-09
+################################################################################
 1. backwards compatibility tests pass
+################################################################################
+2009-06-17
+         - added File::ShareDir capabilities
+         - added Path::Class::Dir and Path::Class:File for ease of F::ShareDir
+           file manip
+         - modified the following methods:
+         --  _mk_appclass    - sends the new filename to be rendered
+         --  _mk_rootclass   - ''
+         --  _mk_makefile    - ''
+         --  _mk_config      - ''
+         --  _mk_readme      - ''
+         --  _mk_changes     - ''
+         --  _mk_apptest     - ''
+         --  _mk_cgi         - ''
+         --  _mk_fastcgi     - ''
+         --  _mk_server      - ''
+         --  _mk_test        - ''
+         --  _mk_create      - ''
+         --  _mk_compclass   - ''
+         --  _mk_comptestsub - ''
+         --  _mk_images      - ''
+         --  _mk_images      - ''
+         --  _mk_favicon     - ''
+         --  render_file     - this now calls render_file_contents to DTRT
+         - new methods:
+         -- get_sharedir_file    - this grabs a file out of share/ dir
+         -- render_sharedir_file - this renders our sharedir file properly, using render_file_contents

Modified: Catalyst-Devel/1.00/branches/helper_refactor/gsoc/gsoc-devel-plan-5-23.txt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/gsoc/gsoc-devel-plan-5-23.txt	2009-06-17 11:09:18 UTC (rev 10572)
+++ Catalyst-Devel/1.00/branches/helper_refactor/gsoc/gsoc-devel-plan-5-23.txt	2009-06-17 11:36:14 UTC (rev 10573)
@@ -195,8 +195,8 @@
 17:49 < t0m> and will hate windows users
 
 Summary:
-17:43 < dhoss> 1. fix pod coverage, 2. remove TestAppForInvocation 3. ???
-17:43 < t0m> 3. merge
+17:43 < dhoss> 1. fix pod coverage, 2. remove TestAppForInvocation 3. ??? # DONE
+17:43 < t0m> 3. merge # DONE
 
 
 




More information about the Catalyst-commits mailing list