cziegeler 2002/07/15 03:22:56
Modified: . build.xml changes.xml
Log:
Updated to new release
Revision Changes Path
1.246 +1 -1 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -r1.245 -r1.246
--- build.xml 13 Jul 2002 12:15:30 -0000 1.245
+++ build.xml 15 Jul 2002 10:22:55 -0000 1.246
@@ -200,7 +200,7 @@
<property name="Name" value="Cocoon"/>
<property name="name" value="cocoon"/>
<property name="version" value="2.1-dev"/> <!-- This is the current CVS
version -->
- <property name="released.version" value="2.0.2"/> <!-- This is the latest
official release -->
+ <property name="released.version" value="2.0.3"/> <!-- This is the latest
official release -->
<property name="year" value="1999-2002"/>
<echo message="--------------------------------------------------------------"/>
1.214 +147 -122 xml-cocoon2/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/changes.xml,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- changes.xml 15 Jul 2002 08:17:27 -0000 1.213
+++ changes.xml 15 Jul 2002 10:22:56 -0000 1.214
@@ -42,9 +42,35 @@
<action dev="CZ" type="add" fixes-bug="10284" due-to="Michael Melhem"
due-to-email="[EMAIL PROTECTED] ">
Extended pipeline handling for CachingPoint caching algorithm.
</action>
- <action dev="CZ" type="add">
- When Cocoon is built, the build system automatically detects the current jvm and
builds
- a target for this virtual machine. This is eiter JVM 1.4 or JVM 1.2 upto 1.3.
+ <action dev="NKB" type="update" due-to="Andrew C. Oliver"
due-to-email="[EMAIL PROTECTED]">
+ New samples for HSSF Serializer.
+ </action>
+ <action dev="NKB" type="update" fixes-bug="8058" due-to="Andrew C. Oliver"
due-to-email="[EMAIL PROTECTED]">
+ This adds get-bigdecimal to ESQL (see java.math.BigDecimal for details as to why
+ you need BigDecimals).
+ </action>
+ <action dev="NKB" type="update" fixes-bug="8056" due-to="Andrew C. Oliver"
due-to-email="[EMAIL PROTECTED]">
+ The SQL Transformer does those nastly looking exponents for large values. By
+ calling "getBigDecimal()" instead of getObject we can call an overridden
+ toString and avoid those nasty things.
+ </action>
+ <action dev="VG" type="add">
+ Python language support for the XSP pages.
+ </action>
+ <action dev="VG" type="add">
+ Python programming language using jython interpreter.
+ </action>
+ <action dev="SW" type="add" due-to="Marcus Crafter"
due-to-email="[EMAIL PROTECTED]">
+ New SwitchSelector that uses a common context object for all map:when tests.
+ </action>
+ <action dev="SM" type="fix">
+ Fixed the use of roles in TraxTransformer which was incorrect. Now it sets
+ the factory explicitly in the XSLTProcessor component without using
+ any special avalon component management capacity.
+ </action>
+ <action dev="SM" type="fix">
+ Uniformed the configurations used by the Avalon XSLTProcessor component
+ and the TraxTransformer to specify the TransformationFactory to use.
</action>
<action dev="SMS" type="update" fixes-bug="9521" due-to="Andrew Timberlake"
due-to-email="[EMAIL PROTECTED]">
Applied patch to add javascript support for the mozilla browser for transforming
xml
@@ -93,19 +119,10 @@
Changed the implementation of the source:write tag so it now buffers to DOM
Fragment like source:insert.
Added new tests, updated slash-edit to use new tags.
</action>
- <action dev="VG" type="fix" fixes-bug="10311" due-to="Joachim Piketz"
due-to-email="[EMAIL PROTECTED]">
- Fix NullPointerException in Notifier.
- </action>
<action dev="CZ" type="fix" fixes-bug="10254" due-to="Stuart Roebuck"
due-to-email="[EMAIL PROTECTED] ">
Applied patch for MaybeUploadRequestFactoryImpl which sets the timeout for a
session to
infinite during an upload and restores it afterwards.
</action>
- <action dev="CH" type="update">
- Multiple results seem not to be supported by some DBMSs (i.e. Oracle and
- Informix). Therefore this is made optional in ESQL. A new parameter
- (esql:allow-multiple-results) to esql:connection re-enables it. See
- EsqlConnection for details.
- </action>
<action dev="VG" type="remove">
Removed (long time deprecated) matcher and selector factories. Use
appropriate matchers and selectors instead.
@@ -119,15 +136,6 @@
"{request-param:foo}" will evaluate to the value of the "foo" request parameter
(provided
of course that the "request-param" InputModule is correctly defined in
cocoon.xconf).
</action>
- <action dev="VG" type="fix" fixes-bug="9693" due-to="Vladimir Kralik"
due-to-email="[EMAIL PROTECTED]">
- Properly escape (national) characters included in element's attributes
- in XSP page.
- </action>
- <action dev="VG" type="fix" fixes-bug="6934">
- Add connect-attempts and connect-waittime parameters to the SQLTransformer.
- Transformer tries to get a connection to the DB several times before
- returning an error.
- </action>
<action dev="DC" type="add">
Encourage people to help with the refactoring of Cocoon samples.
Provide a
@@ -142,14 +150,6 @@
Moved linkstatus sample and LinkStatusGenerator to core from scratchpad;
added a link to test the documentation links on the Cocoon demo webapp
frontpage.
</action>
- <action dev="NKB" type="fix">
- Removed Java 1.3+ only method (URL.getPath()) from LinkStatusGenerator.
- </action>
- <action dev="SW" type="update">
- CocoonServlet no longer builds its own classloader. Also, it no more sets the
thread's context
- classloader unless the "init-classloader" parameter is true. To have Cocoon use
its own classloader,
- use the ParanoidCocoonServlet.
- </action>
<action dev="CH" type="add" due-to="Roger I Martin PhD"
due-to-email="[EMAIL PROTECTED]">
ESQL: Added support for reading BLOBs from database.
</action>
@@ -157,33 +157,9 @@
DatabaseActions, changed behaviour: Tables are used in order of appearance
in tableset, before they were used in order of appearance in tables section.
</action>
- <action dev="VG" type="fix" fixes-bug="9539" due-to="Stuart Roebuck"
due-to-email="[EMAIL PROTECTED]">
- ResourceReader incorrectly advertised byte ranges support.
- </action>
<action dev="VG" type="remove">
Removed XT XSLT transformer.
</action>
- <action dev="NKB" type="add">
- Added a "handle-exceptions" init argument in web.xml, used by CocoonServlet for
the exceptions
- that the core Cocoon class throws.
- If true or not set, this class will try to catch and handle all Cocoon
exceptions.
- If false, it will rethrow them to the servlet container.
- </action>
- <action dev="NKB" type="fix">
- Changed the Notifier notify() methods to accept a mimetype instead of returning
it.
- There is no way in which this method could understand what mime/type to use
from the
- notification info and the stream.
- It was added to the method using a ContentHandler, since it could output svg
for example.
- The old methods were deprecated.
- </action>
- <action dev="NKB" type="fix" due-to="J.Pietschmann"
due-to-email="[EMAIL PROTECTED]">
- Fixed error reporting in CocoonServlet: stream is now closed at the end of the
service method,
- the content-type is sent before sending the error and the notification messages
are now more
- descriptive.
- </action>
- <action dev="VG" type="fix" fixes-bug="8639">
- Support Parameterizable URLFactories.
- </action>
<action dev="CZ" type="add">
Added custom component configuration to map:pipelines section.
</action>
@@ -230,15 +206,9 @@
arrive. call-results now evaluated after other results to comply with JDBC
specs.
</action>
- <action dev="GF" type="fix" fixes-bug="9064" due-to="Jeroen ter Voorde"
due-to-email="[EMAIL PROTECTED]">
- Fixed multipart request problems with IE6.
- </action>
<action dev="NKB" type="add" due-to="Stephan Michels"
due-to-email="[EMAIL PROTECTED]">
Added Jakarta Slide Source components and examples in scratchpad.
</action>
- <action dev="VG" type="fix" fixes-bug="3372">
- Added ability to run Cocoon on Novell OS.
- </action>
<action dev="OP" type="add">
Added continuations-based control flow support to Cocoon. It is
currently based on a modified Rhino JavaScript implementation with
@@ -246,13 +216,6 @@
href="mailto:[EMAIL PROTECTED]">Christopher Oliver</link>:
<link
href="ftp://ftp.primaryinterface.com/pub/rhino">ftp://ftp.primaryinterface.com/pub/rhino</link>.
</action>
- <action dev="SM" type="add">
- Make the multipart/form-data parser aware of the encoding used by the
- processed request.
- </action>
- <action dev="SM" type="add">
- Added support for StreamGenerator to read from 'multipart/form-data' as well.
- </action>
<action dev="JM" type="update">
Added size attribute and sorting to directory-generator. Thanks to
Frank Ridderbusch for original code [BUGZILLA: 8531]
@@ -288,6 +251,120 @@
<action dev="TC" type="fix">
Fixed esql getBytes() behaviour
</action>
+ <action dev="CZ" type="add">
+ Integrated the new Avalon Excalibur Store and StoreJanitor components.
+ This deprecates the Cocoon version.
+ </action>
+ <action dev="GF" type="add" due-to="Andy Oliver"
due-to-email="[EMAIL PROTECTED] ">
+ Added formula support for HSSF Serializer.
+ </action>
+ <action dev="CZ" type="add">
+ Integrated the new Avalon Excalibur XSLT Processor. This deprecates the
+ Cocoon version.
+ </action>
+ <action dev="KP" type="update">
+ Locale selection for I18nTransformer changed to use parameter set from sitemap.
+ The old behavior (implicit locale selection using LocaleAction) is not
supported any more.
+ i18n samples are refactored, redesigned, new translations are added.
+ </action>
+ <action dev="CZ" type="add">
+ Integrated the new Avalon Excalibur Source Resolving architecture. This
deprecates
+ the now obsolete Cocoon source resolving. Wrapper classes etc. have been
provided
+ for an easy upgrading. In addition the Excalibur XMLizer is added.
+ </action>
+ <action dev="CZ" type="add">
+ Added the sunShine contribution from S&N AG, Germany (http://s-und-n.de).
This
+ contribution consists of a session management framework, an authentication
+ framework and a portal engine.
+ </action>
+ </release>
+ <release version="2.0.3" date="July 15 2002">
+ <action dev="CZ" type="add">
+ When Cocoon is built, the build system automatically detects the current jvm and
builds
+ a target for this virtual machine. This is eiter JVM 1.4 or JVM 1.2 upto 1.3.
+ </action>
+ <action dev="KP" type="fix">
+ Fixed current page indication in documentation menu (synced with HEAD).
+ </action>
+ <action dev="KP" type="update">
+ Internationalization and JSP samples are refactored.
+ </action>
+ <action dev="CZ" type="add" fixes-bug="10505" due-to="Stuart Roebuck"
due-to-email="[EMAIL PROTECTED]">
+ When building Cocoon it is required to set the targetted JVM (either 1.3 (means
1.3 or lower) or 1.4.
+ </action>
+ <action dev="VG" type="fix" fixes-bug="10311" due-to="Joachim Piketz"
due-to-email="[EMAIL PROTECTED]">
+ Fix NullPointerException in Notifier.
+ </action>
+ <action dev="CH" type="update">
+ Multiple results seem not to be supported by some DBMSs (i.e. Oracle and
+ Informix). Therefore this is made optional in ESQL. A new parameter
+ (esql:allow-multiple-results) to esql:connection re-enables it. See
+ EsqlConnection for details.
+ </action>
+ <action dev="VG" type="fix" fixes-bug="9693" due-to="Vladimir Kralik"
due-to-email="[EMAIL PROTECTED]">
+ Properly escape (national) characters included in element's attributes
+ in XSP page.
+ </action>
+ <action dev="VG" type="fix" fixes-bug="6934">
+ Add connect-attempts and connect-waittime parameters to the SQLTransformer.
+ Transformer tries to get a connection to the DB several times before
+ returning an error.
+ </action>
+ <action dev="VG" type="fix" fixes-bug="8658" due-to="Michael Melhem"
due-to-email="[EMAIL PROTECTED]">
+ Fix sitemap compilation error when matchers are used within view or resource.
+ </action>
+ <action dev="VG" type="fix" fixes-bug="8509" due-to="Michael Melhem"
due-to-email="[EMAIL PROTECTED]">
+ Fix sitemap compilation error when actions are used within view.
+ </action>
+ <action dev="VG" type="fix" fixes-bug="3782">
+ TraxTransformer and XSLTProcessor components now correctly handle
+ dependecies on imported (via xsl:include) XSLT stylesheets.
+ </action>
+ <action dev="NKB" type="fix">
+ Removed Java 1.3+ only method (URL.getPath()) from LinkStatusGenerator.
+ </action>
+ <action dev="SW" type="update">
+ CocoonServlet no longer builds its own classloader. Also, it no more sets the
thread's context
+ classloader unless the "init-classloader" parameter is true. To have Cocoon use
its own classloader,
+ use the ParanoidCocoonServlet.
+ </action>
+ <action dev="VG" type="fix" fixes-bug="9539" due-to="Stuart Roebuck"
due-to-email="[EMAIL PROTECTED]">
+ ResourceReader incorrectly advertised byte ranges support.
+ </action>
+ <action dev="NKB" type="add">
+ Added a "handle-exceptions" init argument in web.xml, used by CocoonServlet for
the exceptions
+ that the core Cocoon class throws.
+ If true or not set, this class will try to catch and handle all Cocoon
exceptions.
+ If false, it will rethrow them to the servlet container.
+ </action>
+ <action dev="NKB" type="fix">
+ Changed the Notifier notify() methods to accept a mimetype instead of returning
it.
+ There is no way in which this method could understand what mime/type to use
from the
+ notification info and the stream.
+ It was added to the method using a ContentHandler, since it could output svg
for example.
+ The old methods were deprecated.
+ </action>
+ <action dev="NKB" type="fix" due-to="J.Pietschmann"
due-to-email="[EMAIL PROTECTED]">
+ Fixed error reporting in CocoonServlet: stream is now closed at the end of the
service method,
+ the content-type is sent before sending the error and the notification messages
are now more
+ descriptive.
+ </action>
+ <action dev="VG" type="fix" fixes-bug="8639">
+ Support Parameterizable URLFactories.
+ </action>
+ <action dev="GF" type="fix" fixes-bug="9064" due-to="Jeroen ter Voorde"
due-to-email="[EMAIL PROTECTED]">
+ Fixed multipart request problems with IE6.
+ </action>
+ <action dev="VG" type="fix" fixes-bug="3372">
+ Added ability to run Cocoon on Novell OS.
+ </action>
+ <action dev="SM" type="add">
+ Make the multipart/form-data parser aware of the encoding used by the
+ processed request.
+ </action>
+ <action dev="SM" type="add">
+ Added support for StreamGenerator to read from 'multipart/form-data' as well.
+ </action>
<action dev="DC" type="add">
Started new documents for
<link href="plan/todo-doc.html">Documentation To Do List</link> and
@@ -296,19 +373,12 @@
<action dev="GF" type="fix" fixes-bug="8881" due-to="Peter Royal"
due-to-email="[EMAIL PROTECTED]">
Fixed NPE in DefaultNotifyingBuilder.
</action>
- <action dev="CZ" type="add">
- Integrated the new Avalon Excalibur Store and StoreJanitor components.
- This deprecates the Cocoon version.
- </action>
- <action dev="GF" type="add" due-to="Andy Oliver"
due-to-email="[EMAIL PROTECTED] ">
- Added formula support for HSSF Serializer.
- </action>
<action dev="GF" type="fix" fixes-bug="8743" due-to="Michael Enke"
due-to-email="[EMAIL PROTECTED]">
Fixed NPE in I18nTransformer.
</action>
- <action dev="CZ" type="add">
- Integrated the new Avalon Excalibur XSLT Processor. This deprecates the
- Cocoon version.
+ <action dev="KP" type="update" due-to="Michael Enke">
+ i18n transformer changed to use shorter syntax for number formatting. Now 'type'
attribute with
+ 'number', 'currency' and 'percent' should be used instead of 'type' and
'sub-type'combination.
</action>
<action dev="CH" type="add">
New documents on databases and Cocoon, database actions and modules.
@@ -328,62 +398,17 @@
Aliases in modular database actions now work correctly. All of them return
the number of affected rows as sitemap variable.
</action>
- <action dev="KP" type="update">
- Locale selection for I18nTransformer changed to use parameter set from sitemap.
- The old behavior (implicit locale selection using LocaleAction) is not
supported any more.
- i18n samples are refactored, redesigned, new translations are added.
- </action>
- <action dev="CZ" type="add">
- Integrated the new Avalon Excalibur Source Resolving architecture. This
deprecates
- the now obsolete Cocoon source resolving. Wrapper classes etc. have been
provided
- for an easy upgrading. In addition the Excalibur XMLizer is added.
- </action>
<action dev="GF" type="add" due-to="Maciek Kaminski"
due-to-email="[EMAIL PROTECTED]">
added new Selector component.
</action>
<action dev="GF" type="fix" fixes-bug="6740">
Updated commons-httpclient.
</action>
- <action dev="CZ" type="add">
- Added the sunShine contribution from S&N AG, Germany (http://s-und-n.de).
This
- contribution consists of a session management framework, an authentication
- framework and a portal engine.
- </action>
<action dev="CZ" type="fix" fixes-bug="5772">
Fixing bug in NetUtils that altered in some cases the link reference in
command-line mode.
</action>
- <action dev="NKB" type="update" due-to="Andrew C. Oliver"
due-to-email="[EMAIL PROTECTED]">
- New samples for HSSF Serializer.
- </action>
- <action dev="NKB" type="update" fixes-bug="8058" due-to="Andrew C. Oliver"
due-to-email="[EMAIL PROTECTED]">
- This adds get-bigdecimal to ESQL (see java.math.BigDecimal for details as to why
- you need BigDecimals).
- </action>
- <action dev="NKB" type="update" fixes-bug="8056" due-to="Andrew C. Oliver"
due-to-email="[EMAIL PROTECTED]">
- The SQL Transformer does those nastly looking exponents for large values. By
- calling "getBigDecimal()" instead of getObject we can call an overridden
- toString and avoid those nasty things.
- </action>
- <action dev="VG" type="add">
- Python language support for the XSP pages.
- </action>
- <action dev="VG" type="add">
- Python programming language using jython interpreter.
- </action>
- <action dev="SW" type="add" due-to="Marcus Crafter"
due-to-email="[EMAIL PROTECTED]">
- New SwitchSelector that uses a common context object for all map:when tests.
- </action>
<action dev="VG" type="fix">
XScript works now (and all XScript SOAP samples).
- </action>
- <action dev="SM" type="fix">
- Fixed the use of roles in TraxTransformer which was incorrect. Now it sets
- the factory explicitly in the XSLTProcessor component without using
- any special avalon component management capacity.
- </action>
- <action dev="SM" type="fix">
- Uniformed the configurations used by the Avalon XSLTProcessor component
- and the TraxTransformer to specify the TransformationFactory to use.
</action>
<action dev="VG" type="update">
XSP engine now correctly processes pages with any encoding.
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]