tcurdt      2003/03/21 00:59:06

  Modified:    .        todo.xml
  Log:
  as talked about on the cocoon stammtisch
  
  Revision  Changes    Path
  1.8       +8 -1      cocoon-2.1/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/todo.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- todo.xml  20 Mar 2003 15:37:25 -0000      1.7
  +++ todo.xml  21 Mar 2003 08:59:06 -0000      1.8
  @@ -27,6 +27,7 @@
     <person name="Davanum Srinivas" email="[EMAIL PROTECTED]" id="DM"/>
     <person name="Sylvain Wallez" email="[EMAIL PROTECTED]" id="SW"/>
     <person name="Carsten Ziegeler" email="[EMAIL PROTECTED]" id="CZ"/>
  +  <person name="Torsten Curdt" email="[EMAIL PROTECTED]" id="TC"/>
     <person name="Volunteer needed" email="[EMAIL PROTECTED]" id="open"/>
    </devs>
   
  @@ -129,6 +130,12 @@
   
    <actions priority="medium">
    
  +  <action context="code">
  +   XMLize exception handling so error pages can become semantically more meaningful.
  +   Currently all XSP compilation errors are stored in a single string. With XMLized
  +   exceptions we could display especially XSP errors much nicer.
  +  </action>
  +
     <action context="code">
      Remove all useless blank strings in XSP-generated code that hinder performances.
      This should be configurable (through an attribute?) to be able to keep them when
  
  
  

Reply via email to