ovidiu 02/04/15 17:41:12
Modified: src/scratchpad/schecoon ChangeLog
Log:
2002-04-15 Ovidiu Predescu <[EMAIL PROTECTED]>
* webapp/stylesheets/extended-document2html.xsl: Created. Extends
the document stylesheet with form capabilities.
* webapp/examples/calc/sitemap.xmap: Pass the prefix URI to the
calculator function.
* webapp/examples/calc/getOperator.xsp: Use the document DTD
instead of plain HTML.
* webapp/examples/calc/getNumberB.xsp: Likewise.
* webapp/examples/calc/getNumberA.xsp: Likewise.
* webapp/examples/calc/displayResult.xsp: Likewise.
* webapp/examples/calc/calc.js: Use a prefix when generating the
output pages.
* webapp/docs/book.xml: Added a menu entry for samples.
* webapp/WEB-INF/cocoon.xconf: Define the augment transformer.
* webapp/sitemap.xmap: Modified to have the examples use the same
look and feel of the documentation.
* src/org/apache/cocoon/transformation/AugmentTransformer.java:
Added. Prepends to the "href" content of elements the full path of
the request.
* src/org/apache/cocoon/components/flow/javascript/JavaScriptInterpreter.java:
No need to set the continuations manager anymore on the JSCocoon
instance.
* src/org/apache/cocoon/components/flow/javascript/JSWebContinuation.java:
Remove the need to store the ContinuationsManager, now that the
ExcaliburComponentManager problem has been solved.
* src/org/apache/cocoon/components/flow/javascript/JSCocoon.java:
Likewise.
* TODO: Added new to do item.
* build.xml: Copy the stylesheets from the local
webapp/stylesheets/ directory to the build directory.
Revision Changes Path
1.39 +44 -0 xml-cocoon2/src/scratchpad/schecoon/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 15 Apr 2002 05:27:33 -0000 1.38
+++ ChangeLog 16 Apr 2002 00:41:12 -0000 1.39
@@ -1,3 +1,47 @@
+2002-04-15 Ovidiu Predescu <[EMAIL PROTECTED]>
+
+ * webapp/stylesheets/extended-document2html.xsl: Created. Extends
+ the document stylesheet with form capabilities.
+
+ * webapp/examples/calc/sitemap.xmap: Pass the prefix URI to the
+ calculator function.
+
+ * webapp/examples/calc/getOperator.xsp: Use the document DTD
+ instead of plain HTML.
+ * webapp/examples/calc/getNumberB.xsp: Likewise.
+ * webapp/examples/calc/getNumberA.xsp: Likewise.
+ * webapp/examples/calc/displayResult.xsp: Likewise.
+
+ * webapp/examples/calc/calc.js: Use a prefix when generating the
+ output pages.
+
+ * webapp/docs/book.xml: Added a menu entry for samples.
+
+ * webapp/WEB-INF/cocoon.xconf: Define the augment transformer.
+
+ * webapp/sitemap.xmap: Modified to have the examples use the same
+ look and feel of the documentation.
+
+ * src/org/apache/cocoon/transformation/AugmentTransformer.java:
+ Added. Prepends to the "href" content of elements the full path of
+ the request.
+
+ * src/org/apache/cocoon/components/flow/javascript/JavaScriptInterpreter.java:
+ No need to set the continuations manager anymore on the JSCocoon
+ instance.
+
+ * src/org/apache/cocoon/components/flow/javascript/JSWebContinuation.java:
+ Remove the need to store the ContinuationsManager, now that the
+ ExcaliburComponentManager problem has been solved.
+
+ * src/org/apache/cocoon/components/flow/javascript/JSCocoon.java:
+ Likewise.
+
+ * TODO: Added new to do item.
+
+ * build.xml: Copy the stylesheets from the local
+ webapp/stylesheets/ directory to the build directory.
+
2002-04-14 Ovidiu Predescu <[EMAIL PROTECTED]>
* webapp/sitemap.xmap: Automount all the directories in the
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]