Author: vgritsenko
Date: Fri Apr 1 08:56:16 2005
New Revision: 159708
URL: http://svn.apache.org/viewcvs?view=rev&rev=159708
Log:
a bit of syncing
Modified:
cocoon/trunk/status.xml
Modified: cocoon/trunk/status.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/status.xml?view=diff&r1=159707&r2=159708
==============================================================================
--- cocoon/trunk/status.xml (original)
+++ cocoon/trunk/status.xml Fri Apr 1 08:56:16 2005
@@ -427,16 +427,20 @@
Remove deprecated methods from XMLUtils, DOMUtil, DOMBuilder and SourceUtil.
-
-
-
- Fix NPE in DOMStreamer.stream().
-
-
- Portal block: Make portal manager available through portal component manager.
-
-
-
+
+
+
+ XSP Block: Note in the documentation that XSP namespace must be declared
+ on the xsp:page
element.
+
+
+ Fix NPE in DOMStreamer.stream().
+
+
+ Portal block: Make portal manager available through portal component manager.
+
+
+
Updated hsqldb to 1.7.3.3.
@@ -474,10 +478,6 @@
very first line, in the form "// encoding = xxxx
". Otherwise, the
default platform encoding is used.
-
- Tour block: fix "shapes" sample using if/else in flowscript
- instead of switch.
-
CForms: separate FormattingDateConvertor
that uses
java.text.SimpleDateFormat
and Icu4jDateFormatter
@@ -485,12 +485,16 @@
library was present in the classpath, which sometimes caused some strange
results as it behaves a bit differently.
+
+ Tour block: fix "shapes" sample using if/else in flowscript
+ instead of switch.
+
Build: Added exclude.all.blocks and include.all.blocks properties
to quickly toggle all blocks on or off.
- Updated antlr to 2.7.5, groovy to 1.0-beta-10, jetty to 4.2.23.
+ Updated antlr to 2.7.5, groovy to 1.0-beta-10, jetty to 4.2.23
OJB Block: Marked as stable.
@@ -510,6 +514,10 @@
Change the mime-type setting of a reader. See also bug #25121.
+
+
+ OJB Block: Renamed JdoPMF component to JDO, OdmgImplementation to ODMG, and
+ removed PBFactory component - please use OJB PersistenceFactory API directly.
Runnable Manager: Fix bug preventing scheduling of two different jobs at the same time.