cvs commit: cocoon-2.1/src/webapp/samples/hello-world samples.xml

2003-09-08 Thread bdelacretaz
bdelacretaz2003/09/07 22:37:33 Modified:src/webapp/samples/hello-world samples.xml Log: added note about block samples Revision ChangesPath 1.11 +5 -1 cocoon-2.1/src/webapp/samples/hello-world/samples.xml Index: samples.xml

cvs commit: cocoon-2.1 blocks.properties

2003-09-08 Thread crossley
crossley2003/09/08 02:09:40 Modified:.blocks.properties Log: Fix speling. Submitted by: Antonio Gallardo agallardoATagsoftware.dnsalias.com Revision ChangesPath 1.29 +1 -1 cocoon-2.1/blocks.properties Index: blocks.properties

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/binding SimpleRepeaterJXPathBinding.java SimpleRepeaterJXPathBindingBuilder.java ContextJXPathBinding.java ValueJXPathBinding.java

2003-09-08 Thread sylvain
sylvain 2003/09/08 08:33:27 Modified:src/blocks/woody/java/org/apache/cocoon/woody/binding ContextJXPathBinding.java ValueJXPathBinding.java Added: src/blocks/woody/java/org/apache/cocoon/woody/binding

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/treeprocessor/sitemap PipelineNode.java

2003-09-08 Thread bruno
bruno 2003/09/08 11:58:01 Modified:src/java/org/apache/cocoon/components/treeprocessor/sitemap PipelineNode.java Log: * Log errors handled by map:handl-errors to a separate log target. * Replaced tabs by spaces. Revision ChangesPath 1.9

cvs commit: cocoon-2.1 blocks.properties

2003-09-08 Thread joerg
joerg 2003/09/08 13:49:11 Modified:.blocks.properties Log: being consequent with the alphabetical order :-) Revision ChangesPath 1.30 +1 -1 cocoon-2.1/blocks.properties Index: blocks.properties

cvs commit: cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/source/helpers SourceProperty.java

2003-09-08 Thread gcasper
gcasper 2003/09/08 13:50:42 Modified:src/blocks/slide/java/org/apache/cocoon/components/source/helpers SourceProperty.java Log: Cleanup Revision ChangesPath 1.5 +1 -2

cvs commit: cocoon-2.1/tools/src blocks-build.xsl

2003-09-08 Thread joerg
joerg 2003/09/08 15:25:28 Modified:tools/src blocks-build.xsl Log: extracting variables from repeated evaluation of cocoon blocks formatting Revision ChangesPath 1.33 +505 -458 cocoon-2.1/tools/src/blocks-build.xsl Index: blocks-build.xsl

cvs commit: cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/components/flow/javascript/fom AO_FOM_JavaScriptInterpreter.java JavaScriptAspectWeaver.java

2003-09-08 Thread reinhard
reinhard2003/09/08 15:56:34 Modified: src/blocks/scratchpad/java/org/apache/cocoon/components/flow/javascript/fom AO_FOM_JavaScriptInterpreter.java JavaScriptAspectWeaver.java Log: - add support for new interception events: *

cvs commit: cocoon-2.1/src/blocks/scratchpad/conf intercepted-flow.xconf

2003-09-08 Thread reinhard
reinhard2003/09/08 15:57:13 Modified:src/blocks/scratchpad/conf intercepted-flow.xconf Log: - The interpreter is configured with a list of all functions that are known to create continuations (cocoon.sendPageAndWait(), woody.send()) Revision ChangesPath 1.2 +14

cvs commit: cocoon-2.1/src/blocks/scratchpad/samples/intercepted-flow aspects1.js aspects2.js basescript.js

2003-09-08 Thread reinhard
reinhard2003/09/08 15:58:29 Modified:src/blocks/scratchpad/samples/intercepted-flow aspects1.js aspects2.js basescript.js Log: - added calls of cocoon.sendPageAndWait() and woody.send() - added interception definitions for stopExecution() and