crossley    2003/03/19 22:08:33

  Modified:    .        todo.xml
               src/documentation/xdocs/plan release.xml
  Log:
  Move some todo items that had accumulated in plan/release.xml to the todo.xml
  
  Revision  Changes    Path
  1.3       +38 -2     cocoon-2.1/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/todo.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- todo.xml  17 Mar 2003 00:47:42 -0000      1.2
  +++ todo.xml  20 Mar 2003 06:08:33 -0000      1.3
  @@ -39,6 +39,11 @@
      <link href="plan/todo-doc.html">Documentation To Do List</link>
     </action> 
   
  +  <action context="code" assigned-to="open">
  +   Attend to the general issues in the
  +   <link href="plan/release.html">release plan</link>
  +  </action>
  +
    <action context="code" assigned-to="open">
      For 2.1: use (only) released versions of excalibur (xml, source, store etc).
      This requires a release of those components in excalibur.
  @@ -70,7 +75,38 @@
      DOUBLE CHECK THAT REDIRECTS ARE FORBIDDEN.
      http://marc.theaimsgroup.com/?l=xml-cocoon-dev&amp;m=102633389301850&amp;w=2
     </action>  
  -    
  +
  +  <action context="code" assigned-to="open">
  +   Finish the design and contracts of flow. Add more tests and samples and
  +   documentation.
  +  </action>
  +
  +  <action context="code" assigned-to="open">
  +   Finish the document
  +   <link href="installing/updating.html">Updating Cocoon</link>
  +   which describes the major changes since 2.0.2
  +  </action>
  +
  +  <action context="code" assigned-to="open">
  +   Finish the
  +   <link href="plan/samples.html">refactoring of samples</link>
  +  </action>
  +
  +  <action context="code" assigned-to="open">
  +   Move complete Source implementation to Excalibur.
  +  </action>
  +
  +  <action context="code" assigned-to="open">
  +   Documentation to be published by Forrest.
  +   See the
  +   <link 
href="http://wiki.cocoondev.org/Wiki.jsp?page=ForrestProposal";>proposal</link>
  +   under development.
  +  </action>
  +
  +  <action context="code" assigned-to="open">
  +   Finish moving the scratchpad stuff in main trunk.
  +  </action>
  +
    </actions>
   
    <actions priority="medium">
  
  
  
  1.2       +1 -16     cocoon-2.1/src/documentation/xdocs/plan/release.xml
  
  Index: release.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/plan/release.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- release.xml       9 Mar 2003 00:08:10 -0000       1.1
  +++ release.xml       20 Mar 2003 06:08:33 -0000      1.2
  @@ -15,7 +15,6 @@
    <s1 title="Timeframe">
     <p>This is the current time frame for the next releases:</p>
     <ul>
  -   <li>Not schedulded yet : 2.1 Alpha</li>
      <li>Not schedulded yet : 2.1 Beta 1</li>
      <li>On request         : 2.0.5 (bug fix release)</li>
     </ul>
  @@ -23,20 +22,7 @@
   
    <s1 title="Version 2.1 Beta 1">
   <ul>
  -<li>apply patches</li>
  -<li>test flowmap + docs + etc</li>
  -<li>documentation to be published by Forrest</li>
  -<li>finish the document
  - <link href="../installing/updating.html">Updating Cocoon</link>
  -which describes the major changes since 2.0.2
  -</li>
  -<li>finish the
  - <link href="samples.html">refactoring of samples</link></li>
  -<li>finish to move scratchpad stuff in main trunk</li>
  -<li>more tests and examples on the flowmap. Seems to me that this 
  -strategic stuff has been a set a bit aside due to lack of time.</li>
  -<li>Move complete Source implementation to Excalibur</li>
  -<li>Change implementation for SitemapConfigurable</li>
  +<li>Attend to the <link href="../todo.html">To Do List</link></li>
   </ul>
    </s1>
    <s1 title="Version 2.2 Beta 1">
  @@ -51,7 +37,6 @@
   <li>We have many open bugs in bugzilla. These must be reviewed
       and then solved (or declared invalid etc).</li>
   <li>Documentation updates (this area lacks most).
  -    We could move this to the final release.
   Documentation must be happening all the time, and not left
   until last.</li>
   <li>Checking what to backport. We have components in the
  
  
  

Reply via email to