cziegeler    2002/07/15 00:56:08

  Modified:    .        Tag: cocoon_2_0_3_branch todo.xml
  Log:
  Updated todo a little bit
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.28.2.4  +10 -29    xml-cocoon2/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/todo.xml,v
  retrieving revision 1.28.2.3
  retrieving revision 1.28.2.4
  diff -u -r1.28.2.3 -r1.28.2.4
  --- todo.xml  15 Jul 2002 07:50:57 -0000      1.28.2.3
  +++ todo.xml  15 Jul 2002 07:56:08 -0000      1.28.2.4
  @@ -32,31 +32,27 @@
   
    <actions priority="high">
     <action context="code" assigned-to="open">
  -   Rewrite the FilesystemStore. The current implementations relies on
  +   For 2.1: Rewrite the FilesystemStore. The current implementations relies on
      a correct implementation of the toString() method of the used
      keys. A correct version should rely on hashCode() and equals().
      (This is actually an Avalon action as the code is in Excalibur)
     </action> 
   
     <action context="code" assigned-to="open">
  -    Implement the smart-caching for the processing pipeline and
  +    For 2.1: Implement the smart-caching for the processing pipeline and
       iron out bugs.
     </action> 
   
     <action context="docs" assigned-to="open">
  -   Attend to any high+ issues in the
  +   For 2.1: Attend to any high+ issues in the
      <link href="plan/todo-doc.html">Documentation To Do List</link>
     </action> 
   
     <action context="code" assigned-to="open">
  -   Correct the sitemap DTD which is now broken and make sitemap validated.
  +   For 2.1: Correct the sitemap DTD which is now broken and make sitemap validated.
     </action> 
    
     <action context="code" assigned-to="open">
  -   Make the use of Batik optional to avoid the X-server problem.
  -  </action>
  -
  -  <action context="code" assigned-to="open">
      Complete (means put everything we know of into even if it has to be 
      commented) the cocoon.xconf file and put descriptions into it
     </action>
  @@ -71,32 +67,17 @@
     </action>
   
     <action context="code" assigned-to="open">
  -   Fix lastModificationDate() method misuse. Instead of modificationDate,
  -   sometimes generated hash value is being returned, and instead of
  -   comparing dates on before/after, they are compared on equality.
  -   See http://marc.theaimsgroup.com/?l=xml-cocoon-dev&amp;m=99780708222079&amp;w=2
  -   and http://marc.theaimsgroup.com/?l=xml-cocoon-dev&amp;m=99814216923705&amp;w=2
  -   for more information on this issue.
  -  </action>
  -
  -  <action context="code" assigned-to="open">
       View must start not from the first encountered label, but from the last one.
     </action>
     
  -  <action context="code" assigned-to="open">
  -   Allow a Reader to give the content length to pipelines. This will allow to 
correctly
  -   serve static PDFs (well-known IE+Acrobat bug) without requiring to buffer the 
whole
  -   file in memory to know its content length.
  -  </action>
  -  
     <action context="code" assigned-to="NKB">
  -   Make comprehensive esamples with the handle-errors sitemap and real world
  +   For 2.1: Make comprehensive samples with the handle-errors sitemap and real world
      use cases. Add also specific Selector and a FaqBuilder to be used by the
      as a NotifyingBuilder.
     </action>  
     
     <action context="code" assigned-to="NKB">
  -   Make all the samples in WIP (Work In Progress) work again, and finish 
refactoring.
  +   For 2.1: Make all the samples in WIP (Work In Progress) work again, and finish 
refactoring.
     </action>
       
    </actions>
  @@ -110,11 +91,11 @@
     </action>
   
     <action context="code">
  -   Make a guide on how to upgrade Cocoon,and see how this can be eased.
  +   For 2.1: Make a guide on how to upgrade Cocoon,and see how this can be eased.
     </action>
   
     <action context="code">
  -   Check how to handle the mixing of output streams when an error inside
  +   For 2.1: Check how to handle the mixing of output streams when an error inside
      a pipeline occurs. When the pipeline has something written to the
      output stream and then an error occurs the result is the first written
      part with the appended exception.
  @@ -122,7 +103,7 @@
     </action>
   
     <action context="code">
  -   Redesign FragmentExtractorGenerator/Transformer so that it works on a clustered
  +   For 2.1: Redesign FragmentExtractorGenerator/Transformer so that it works on a 
clustered
      server : store fragments in the session rather than in a local store. <br/>
      Additionnaly, store the fragments using the XMLCompiler instead of building a 
DOM.
     </action>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to