You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2003/03/24 00:31:01 UTC

cvs commit: jakarta-tapestry TODO.html

hlship      2003/03/23 15:31:00

  Modified:    .        TODO.html
  Log:
  Add support for parameter direction 'auto'.
  
  Revision  Changes    Path
  1.11      +12 -5     jakarta-tapestry/TODO.html
  
  Index: TODO.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/TODO.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- TODO.html	12 Mar 2003 16:54:10 -0000	1.10
  +++ TODO.html	23 Mar 2003 23:31:00 -0000	1.11
  @@ -36,9 +36,6 @@
   	<li>Fill out the test suite and code coverage, reach 85% 
     or better 
     
  -	<li>Change &lt;extension&gt; initializers to use OGNL 
  -  expressions 
  -  
   	<li>Integrate David Solis' WML components contributions 
     
   	<li>Fix all the Component Reference pages to use the 2.4 
  @@ -55,6 +52,8 @@
   	<li>Change build environment to NOT compile against LGPL frameworks (J2EE from JBoss).</li>
   	
   	<li>Unit testing stategy for the JSP tags and tagsupport service.</li>
  +	
  +	<li>Allow auto parameters to not be required.</li>
   </UL>
   
   <h2>Completed items in 2.4</h2>
  @@ -68,13 +67,21 @@
   <LI>Rename packages from net.sf.tapestry to org.apache.tapestry
   <b>HLS</b>
   <LI>Resolve GPL issues around McKoiDBMBean 
  -<b>HLS</STRONG></b>
  +<b>HLS</b>
   <li>Tapestry JSP tag library <b>HLS</b></li>
   <li>Support array types for declared properties and connected parameters. <b>HLS</b></li>	
   
   <li>Support primitive types for connected parameters. <b>HLS</b></li>
   </ul>
   
  +<h2>Rejected items in 2.4</h2>
  +
  +<ul>
  +	<li>Change &lt;extension&gt; initializers to use OGNL 
  +  expressions 
  +  <b>HLS</b>
  +  <i>Need an "object" for OGNL expressions, not clear what that would be.</i>	
  +</ul>
   <h1>Release 2.5</h1>
   
   <ul>