|
|
-
[code]
Make the use of Batik optional to avoid the X-server problem.
-
[code]
Complete (means put everything we know of into even if it has to be
commented) the cocoon.xconf file and put descriptions into it
-
[code]
Close hsqldb server properly on shutdown
-
[code]
Complete (means put all allowed constructs and combinations)
the lint/sitemap.xmap file
-
[code]
Fix lastModificationDate() method misuse. Instead of modificationDate,
sometimes generated hash value is being returned, and instead of
comaring dates on before/after, they are compared on equality.
See http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=99780708222079&w=2
and http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=99814216923705&w=2
for more information on this issue.
-
[code]
View must start not from the first encountered label, but from the
last one. Component's view labels should be inheritable in sub-sitemaps.
|
-
[code]
Add a possibility to control wether the parameters of a request should be
passed to internal pipelines or not. Suggestions from
Michael Hartle [mhartle@hartle-klug.com] is cocoon:raw:/URI.
-
[code]
Make all the examples which are currently commented out work again.
-
[code]
Complete/write documentation in general.
-
[code]
Check if the map:redirect-to should handle all urls including the
special cocoon: protocol. This would require making the redirect
for these urls on the server.
-
[code]
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.
One solution could be a configurable intermediate output stream.
-
[code]
Redesign pipeline configuration and management: (1) Move pipeline
definitions from cocoon.xconf into sitemap.xmap, <map:components>
section; and (2) allow usage of different pipeline implementations in
<map:pipelines> section of the sitemap.
-
[code]
Redesign FragmentExtractorGenerator/Transformer so that it works on a clustered
server : store fragments in the session rather than in a local store.
Additionnaly, store the fragments using the XMLCompiler instead of building a DOM.
|
|
|