joerg 2003/06/21 07:14:28
Modified: . status.xml
Log:
some fixes on DirectoryGenerator
Revision Changes Path
1.60 +9 -4 cocoon-2.1/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/status.xml,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- status.xml 21 Jun 2003 14:02:17 -0000 1.59
+++ status.xml 21 Jun 2003 14:14:28 -0000 1.60
@@ -181,22 +181,27 @@
<changes>
<release version="@version@" date="@date@">
- <action dev="GP" type="iupdate">
+ <action dev="JH" type="fix">
+ Fixed some caching and logging issues in the DirectoryGenerator.
+ Fixed the root pattern handling (if not matching directory found leave out the
ancestors).
+ Fixed empty src attribute handling.
+ </action>
+ <action dev="GP" type="update">
Upgraded to new Axis 1.1 release
</action>
<action dev="CZ" type="add">
Adding concept of parent-aware components, making e.g. the usage of
selectors with a component manager hierarchy much easier.
</action>
- <action dev="JH" type="fix" fixes-bug="15365" due-to="Maciek Kaminski"
due-to-email=" [EMAIL PROTECTED]">
+ <action dev="JH" type="fix" fixes-bug="15365" due-to="Maciek Kaminski"
due-to-email="[EMAIL PROTECTED]">
Added/fixed internationalization support for HSSFSerializer by setting the
output encoding
hardcoded to UTF-16. It's obviously only a hack, but so it's at least usable
for more people.
</action>
<action dev="JH" type="fix" fixes-bug="20658" due-to="Alfred Nathaniel"
due-to-email="[EMAIL PROTECTED]">
- fixed usage of removed method XSPUtil.include() in ESQL logicsheet
<esql:get-xml/>
+ Fixed usage of removed method XSPUtil.include() in ESQL logicsheet
<esql:get-xml/>
</action>
<action dev="JH" type="fix" fixes-bug="14977" due-to="Tony Culshaw"
due-to-email="[EMAIL PROTECTED]">
- fixed NPE in SQLTransformer.serializeData()
+ Fixed NPE in SQLTransformer.serializeData()
</action>
<action dev="JH" type="add" fixes-bug="20477" due-to="Arje Cahn"
due-to-email="[EMAIL PROTECTED]">
Added cHTML/iMode "Hello World!" sample (provided by Arje Cahn)