Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 55675 invoked by uid 500); 16 Apr 2002 00:41:13 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 55666 invoked by uid 500); 16 Apr 2002 00:41:13 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 16 Apr 2002 00:41:12 -0000 Message-ID: <20020416004112.83920.qmail@icarus.apache.org> From: ovidiu@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/src/scratchpad/schecoon ChangeLog X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ovidiu 02/04/15 17:41:12 Modified: src/scratchpad/schecoon ChangeLog Log: 2002-04-15 Ovidiu Predescu * 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 + + * 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 * webapp/sitemap.xmap: Automount all the directories in the ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org