Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 61871 invoked by uid 500); 15 Mar 2002 23:42:31 -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 61862 invoked by uid 500); 15 Mar 2002 23:42:31 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 15 Mar 2002 23:42:30 -0000 Message-ID: <20020315234230.43421.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/03/15 15:42:30 Modified: src/scratchpad/schecoon ChangeLog Log: 2002-03-15 Ovidiu Predescu * webapp/sitemap.xmap: Use a JavaScript example. * src/org/apache/cocoon/components/treeprocessor/sitemap/ScriptNode.java: Invoke the Interpreter instance to read the script. * src/org/apache/cocoon/components/treeprocessor/sitemap/CallNodeBuilder2.java: Invoke configure() on the constructed node. * src/org/apache/cocoon/components/treeprocessor/sitemap/CallFunctionNode.java: Maintain parameters in a list. * src/org/apache/cocoon/components/flow/flow.xconf: Set the default language. * src/org/apache/cocoon/components/flow/JavaScriptInterpreter.java: Remember the context object. Implement readScript. Correctly obtain the request and response objects. Partial implementation of callFunction. * src/org/apache/cocoon/components/flow/InterpreterSelector.java: Remember the default language. * src/org/apache/cocoon/components/flow/Interpreter.java: Use a list for passing arguments instead of a dictionary. * prj.el: Updated. Revision Changes Path 1.21 +29 -0 xml-cocoon2/src/scratchpad/schecoon/ChangeLog Index: ChangeLog =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 14 Mar 2002 20:25:24 -0000 1.20 +++ ChangeLog 15 Mar 2002 23:42:30 -0000 1.21 @@ -1,3 +1,32 @@ +2002-03-15 Ovidiu Predescu + + * webapp/sitemap.xmap: Use a JavaScript example. + + * src/org/apache/cocoon/components/treeprocessor/sitemap/ScriptNode.java: + Invoke the Interpreter instance to read the script. + + * src/org/apache/cocoon/components/treeprocessor/sitemap/CallNodeBuilder2.java: + Invoke configure() on the constructed node. + + * src/org/apache/cocoon/components/treeprocessor/sitemap/CallFunctionNode.java: + Maintain parameters in a list. + + * src/org/apache/cocoon/components/flow/flow.xconf: Set the + default language. + + * src/org/apache/cocoon/components/flow/JavaScriptInterpreter.java: + Remember the context object. Implement readScript. Correctly + obtain the request and response objects. Partial implementation of + callFunction. + + * src/org/apache/cocoon/components/flow/InterpreterSelector.java: + Remember the default language. + + * src/org/apache/cocoon/components/flow/Interpreter.java: Use a + list for passing arguments instead of a dictionary. + + * prj.el: Updated. + 2002-03-14 Ovidiu Predescu * src/org/apache/cocoon/components/treeprocessor/sitemap/ScriptNode.java: ---------------------------------------------------------------------- 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