File: todo.xml

package info (click to toggle)
cocoon 1.8-1
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 12,016 kB
  • ctags: 3,793
  • sloc: xml: 16,682; java: 8,089; sh: 174; makefile: 61
file content (59 lines) | stat: -rw-r--r-- 1,788 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0"?>

<!DOCTYPE todo SYSTEM "dtd/todo-v10.dtd">

<!--
  $Id: todo.xml,v 1.30 2000/06/05 04:31:13 brian Exp $
-->

<todo title="Things To Do for Cocoon 1.x">
 <devs>
  <person name="Stefano Mazzocchi" email="stefano@apache.org" id="SM"/>
  <person name="Donald Ball" email="balld@apache.org" id="DB"/>
  <person name="Ricardo Rocha" email="ricardo@apache.org" id="RR"/>
  <person name="Pierpaolo Fumagalli" email="pier@apache.org" id="PF"/>
  <person name="Robin Green" email="greenrd@hotmail.com" id="RDG"/>
 </devs>

 <actions priority="high">
  <action context="code" assigned-to="RDG">
   Workaround redirect problem with Tomcat and IE
   (code written; just needs to be merged in.)
  </action>
 </actions>

 <actions priority="medium">
  <action context="code">
   Fix remaining caching bugs. Cleanup caching code, which is messy.
  </action>
  <action context="code" assigned-to="RDG">
   Fix stylesheet-chaining bug.
  </action>
  <action context="code" assigned-to="RDG">
   More meaningful XSLT and filenotfound
   error reporting for XSP logicsheets
   (currently just throws a NullPointerException)
  </action>
  <action context="docs">
   Cleanup and improve documentation. (in progress.)
  </action>
  <action context="code">
   Work out how to integrate inline XSP docs (such as inline esql docs)
   into the build docs procedure.
  </action>
  <action context="code" assigned-to="RDG">
   Class auto-reloading for XSP pages
   (code written; just needs to be merged in and documented.)
  </action>
 </actions>

 <actions priority="wish">
  <action context="design">
   Work out best way of breaking the 64K method barrier in XSP.
  </action>
  <action context="code">
   Better error reporting for typos in stylesheet URIs.
  </action>
 </actions>

</todo>