cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/treeprocessor/sitemap ActNodeBuilder.java ActTypeNode.java ActionSetNode.java ActionSetNodeBuilder.java

2003-08-07 Thread sylvain
sylvain 2003/08/07 01:42:20 Modified:src/blocks/databases/samples/tutorial sitemap.xmap src/java/org/apache/cocoon/components/treeprocessor DefaultTreeBuilder.java TreeBuilder.java src/java/org/apache/cocoon/components/treeprocessor

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

2003-08-07 Thread sylvain
sylvain 2003/08/07 02:49:51 Modified:src/blocks/databases/samples/tutorial sitemap.xmap src/java/org/apache/cocoon/components/treeprocessor/sitemap ActTypeNode.java Log: Fix bug #9835 again ! Revision ChangesPath 1.4 +2 -2

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

2003-08-16 Thread sylvain
sylvain 2003/08/16 13:38:30 Modified:src/java/org/apache/cocoon/components/treeprocessor/sitemap CallFunctionNode.java Log: Prevent strange incomplete pipeline messages if the flow does no sendPage[andWait]() Should a RNFE be thrown in that case

cvs commit: cocoon-2.1/src/blocks/woody/samples/xsl/html woody-default.xsl

2003-08-17 Thread sylvain
sylvain 2003/08/17 14:03:42 Modified:src/blocks/woody/java/org/apache/cocoon/woody/transformation WidgetReplacingPipe.java src/blocks/woody/samples/xsl/html woody-default.xsl Log: Prevent the production of wi:styling if it's already present

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/flow/javascript woody.js

2003-08-21 Thread sylvain
sylvain 2003/08/21 03:06:41 Modified:src/blocks/woody/java/org/apache/cocoon/woody/flow/javascript woody.js Log: Fix the use of validator functions for event handling. It's now called either if there's an actionCommand or if the validation succeeded

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

2003-08-31 Thread sylvain
sylvain 2003/08/31 13:33:19 Modified:src/java/org/apache/cocoon/components/treeprocessor TreeProcessor.java Log: Fix bug that prevented mime type to be set correctly on internal redirects Revision ChangesPath 1.13 +33 -2 cocoon-2.1/src

cvs commit: cocoon-2.1/src/blocks/xmlform/java/org/apache/cocoon/components/xmlform Form.java

2003-09-02 Thread sylvain
sylvain 2003/09/02 02:13:51 Modified: src/blocks/jxforms/java/org/apache/cocoon/components/jxforms/xmlform Form.java src/blocks/xmlform/java/org/apache/cocoon/components/xmlform Form.java Log: Block method call injection

cvs commit: cocoon-2.1/src/blocks/woody/samples/resources CalendarPopup-unpacked.js CalendarPopup.js cal.gif woody-field-layout.xsl woody-page-layout.xsl

2003-09-03 Thread sylvain
sylvain 2003/09/03 10:12:46 Modified:src/blocks/woody/samples sitemap.xmap src/blocks/woody/samples/forms form1_template_action.xml form1_template_flow.xml Added: src/blocks/woody/samples/resources CalendarPopup-unpacked.js

cvs commit: cocoon-2.1/src/documentation/xdocs index.xml

2003-09-05 Thread sylvain
sylvain 2003/09/05 01:39:08 Modified:src/documentation/xdocs index.xml Log: Update security warning for the release Revision ChangesPath 1.11 +2 -3 cocoon-2.1/src/documentation/xdocs/index.xml Index: index.xml

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel Repeater.java

2003-09-07 Thread sylvain
sylvain 2003/09/07 14:30:24 Modified:src/blocks/woody/java/org/apache/cocoon/woody/formmodel Repeater.java Log: Keep the current size if the size parameter is not present. This almost avoids the need for wt:repeater-size (the only need I see is when rows

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/lib/core commons-jxpath-20030909.jar commons-jxpath-1.1.jar

2003-09-09 Thread sylvain
sylvain 2003/09/09 07:00:20 Modified:lib jars.xml Added: lib/core commons-jxpath-20030909.jar Removed: lib/core commons-jxpath-1.1.jar Log: Update to JXPath that fixes inheritance of JXPathContext.isLenient() Revision ChangesPath 1.93 +2 -2

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/util/jxpath - New directory

2003-09-09 Thread sylvain
sylvain 2003/09/09 07:21:47 cocoon-2.1/src/java/org/apache/cocoon/util/jxpath - New directory

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/servlet ParanoidCocoonServlet.java

2003-09-16 Thread sylvain
sylvain 2003/09/16 09:54:28 Modified:src/java/org/apache/cocoon/servlet ParanoidCocoonServlet.java Log: Allow entire library directories to be specified in the classpath file, instead of having to list them explicitely Revision ChangesPath 1.9

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/flow/javascript/fom FOM_JavaScriptInterpreter.java

2003-09-24 Thread sylvain
sylvain 2003/09/24 13:38:09 Modified:src/java/org/apache/cocoon/components/flow/javascript JavaScriptInterpreter.java src/java/org/apache/cocoon/components/flow/javascript/fom FOM_JavaScriptInterpreter.java Log: Always

cvs commit: cocoon-2.1 status.xml

2003-09-24 Thread sylvain
sylvain 2003/09/24 13:49:50 Modified:.status.xml Log: - event-handling, in both Java and JavaScript - new wi:styling submit-on-change styling attribute - new wd:repeater-action widget - renamed layout XSLs to style, because the layout is more the form template

cvs commit: cocoon-2.1/src/blocks/woody/samples/xsl carfilter.xsl

2003-09-25 Thread sylvain
sylvain 2003/09/25 10:37:31 Modified:src/blocks/woody/java/org/apache/cocoon/woody/datatype SelectionList.java StaticSelectionList.java src/blocks/woody/java/org/apache/cocoon/woody/event ValueChangedEvent.java

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/datatype EmptySelectionList.java

2003-09-26 Thread sylvain
sylvain 2003/09/26 07:44:07 Added: src/blocks/woody/java/org/apache/cocoon/woody/datatype EmptySelectionList.java Log: New SelectionList to easily generate empty list when the real content is not known yet (see carselector sample) Revision Changes

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

2003-09-29 Thread sylvain
sylvain 2003/09/29 14:06:39 Modified:src/java/org/apache/cocoon/components/treeprocessor/sitemap MountNode.java Log: Fix a race condition. Bug #23486 reported by [EMAIL PROTECTED] Revision ChangesPath 1.6 +2 -5 cocoon-2.1/src/java

cvs commit: cocoon-2.1 status.xml

2003-10-03 Thread sylvain
sylvain 2003/10/03 06:41:00 Modified:.status.xml Log: New JavaScriptBinding Revision ChangesPath 1.168 +5 -1 cocoon-2.1/status.xml Index: status.xml === RCS file: /home/cvs/cocoon

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

2003-10-06 Thread sylvain
sylvain 2003/10/06 09:42:39 Modified:src/java/org/apache/cocoon/components/treeprocessor/sitemap MountNode.java Log: Fix bug#don't remember... Revision ChangesPath 1.7 +14 -6 cocoon-2.1/src/java/org/apache/cocoon/components

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel ActionDefinitionBuilder.java BooleanFieldDefinitionBuilder.java FieldDefinitionBuilder.java MultiValueFieldDefinitionBuilder.java RepeaterActionDefinitionBuilder.java

2003-10-08 Thread sylvain
sylvain 2003/10/08 02:13:05 Modified:src/blocks/woody/java/org/apache/cocoon/woody/event/impl JavaScriptWidgetListenerBuilder.java src/blocks/woody/java/org/apache/cocoon/woody/formmodel ActionDefinitionBuilder.java

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel Submit.java

2003-10-09 Thread sylvain
sylvain 2003/10/09 02:12:06 Modified:src/blocks/woody/java/org/apache/cocoon/woody/formmodel Submit.java Log: Fix bug #23678 Reported by Ramy Mamdouh [EMAIL PROTECTED] Revision ChangesPath 1.2 +2 -1 cocoon-2.1/src/blocks/woody/java

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/util JavaScriptHelper.java

2003-10-09 Thread sylvain
sylvain 2003/10/09 02:34:37 Modified:src/blocks/woody/java/org/apache/cocoon/woody/util JavaScriptHelper.java Log: Fix javascript event handler scoping (all functions and variables defined in the flowscript are visible) Revision ChangesPath 1.2

cvs commit: cocoon-2.1/src/blocks/batik/java/org/apache/cocoon/serialization SVGSerializer.java

2003-10-09 Thread sylvain
sylvain 2003/10/09 08:26:54 Modified:src/blocks/batik/java/org/apache/cocoon/serialization SVGSerializer.java Log: Fix inconsistency for string parameters Revision ChangesPath 1.9 +2 -2 cocoon-2.1/src/blocks/batik/java/org/apache

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/generation JXTemplateGenerator.java

2003-10-24 Thread sylvain
sylvain 2003/10/24 07:12:19 Modified:src/java/org/apache/cocoon/generation JXTemplateGenerator.java Log: Add leniency support to XPath expressions Revision ChangesPath 1.16 +44 -12 cocoon-2.1/src/java/org/apache/cocoon/generation

cvs commit: cocoon-2.1/src/blocks/woody/samples/resources woody-field-styling.xsl woody-page-styling.xsl

2003-10-24 Thread sylvain
sylvain 2003/10/24 07:13:50 Modified:src/blocks/woody/java/org/apache/cocoon/woody/formmodel AbstractWidgetDefinition.java AbstractWidgetDefinitionBuilder.java Action.java ActionDefinitionBuilder.java

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/flow/javascript/fom FOM_Cocoon.java

2003-10-31 Thread sylvain
sylvain 2003/10/31 02:30:15 Modified:src/java/org/apache/cocoon/components/flow/javascript/fom FOM_Cocoon.java Log: Unwrap JS objects passed to the view Revision ChangesPath 1.16 +2 -2 cocoon-2.1/src/java/org/apache/cocoon/components

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

2003-10-31 Thread sylvain
sylvain 2003/10/31 03:12:56 Modified:src/java/org/apache/cocoon Constants.java src/java/org/apache/cocoon/components/treeprocessor AbstractProcessingNodeBuilder.java Log: Sitemap components now can know their usage location in the sitemap

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/environment/wrapper MutableEnvironmentFacade.java

2003-10-01 Thread sylvain
sylvain 2003/10/01 01:53:49 Modified:src/java/org/apache/cocoon/environment/wrapper MutableEnvironmentFacade.java Log: Fix improper refresh of SitemapSource whith subsitemaps Revision ChangesPath 1.2 +13 -1 cocoon-2.1/src/java/org

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

2003-11-03 Thread sylvain
sylvain 2003/11/03 09:05:02 Modified:src/blocks/woody/java/org/apache/cocoon/woody/binding JavaScriptJXPathBinding.java SimpleRepeaterJXPathBinding.java SimpleRepeaterJXPathBindingBuilder.java Log: Fix bug in JS

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/util DomHelper.java

2003-11-03 Thread sylvain
sylvain 2003/11/03 09:05:32 Modified:src/blocks/woody/conf woody-form.xconf src/blocks/woody/java/org/apache/cocoon/woody/formmodel Repeater.java RepeaterDefinition.java RepeaterDefinitionBuilder.java src

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel Action.java

2003-11-05 Thread sylvain
sylvain 2003/11/05 01:24:14 Modified:src/blocks/woody/java/org/apache/cocoon/woody/formmodel Action.java Log: Work around an IE bug with input type=image Revision ChangesPath 1.6 +17 -1 cocoon-2.1/src/blocks/woody/java/org/apache/cocoon

cvs commit: cocoon-2.1/src/blocks/woody/samples/resources woody-field-styling.xsl woody-page-styling.xsl

2003-11-05 Thread sylvain
sylvain 2003/11/05 05:36:03 Modified:src/blocks/woody/samples/resources woody-field-styling.xsl woody-page-styling.xsl Log: Discovered the label tag today, which allows to associate text to an input, and gives focus to the input when clicked. Very usefull

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/servlet/multipart MultipartHttpServletRequest.java Part.java PartInMemory.java PartOnDisk.java RequestFactory.java

2003-11-13 Thread sylvain
sylvain 2003/11/13 06:56:12 Modified:src/java/org/apache/cocoon/servlet/multipart MultipartHttpServletRequest.java Part.java PartInMemory.java PartOnDisk.java RequestFactory.java Log: Allow parts to be detached

cvs commit: cocoon-2.1/src/blocks/woody/samples/xsl/html woody-default.xsl

2003-11-13 Thread sylvain
sylvain 2003/11/13 06:57:06 Modified:src/blocks/woody/conf woody-form.xconf src/blocks/woody/samples sitemap.xmap welcome.xml src/blocks/woody/samples/messages WoodyMessages.xml WoodyMessages_it_IT.xml src/blocks/woody

cvs commit: cocoon-2.2/src/java/org/apache/cocoon/servlet/multipart MultipartHttpServletRequest.java Part.java PartInMemory.java PartOnDisk.java RequestFactory.java

2003-11-13 Thread sylvain
sylvain 2003/11/13 07:02:08 Modified:src/java/org/apache/cocoon/servlet/multipart MultipartHttpServletRequest.java Part.java PartInMemory.java PartOnDisk.java RequestFactory.java Added: src/java/org/apache

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/matching MountTableMatcher.java

2003-11-13 Thread sylvain
sylvain 2003/11/13 10:09:43 Added: src/java/org/apache/cocoon/matching MountTableMatcher.java Log: New MountTableMatcher Revision ChangesPath 1.1 cocoon-2.1/src/java/org/apache/cocoon/matching/MountTableMatcher.java Index: MountTableMatcher.java

cvs commit: cocoon-2.1/src/webapp sitemap.xmap

2003-11-13 Thread sylvain
sylvain 2003/11/13 10:10:03 Modified:src/webapp sitemap.xmap Log: New MountTableMatcher Revision ChangesPath 1.40 +12 -1 cocoon-2.1/src/webapp/sitemap.xmap Index: sitemap.xmap === RCS file

cvs commit: cocoon-2.1 mount-table.xml.sample

2003-11-13 Thread sylvain
sylvain 2003/11/13 10:10:21 Added: .mount-table.xml.sample Log: New MountTableMatcher Revision ChangesPath 1.1 cocoon-2.1/mount-table.xml.sample Index: mount-table.xml.sample

cvs commit: cocoon-2.1/src/webapp/samples/text-wrap/xslt docnbsp.xsl

2003-11-14 Thread sylvain
sylvain 2003/11/14 07:45:31 Modified:src/webapp/samples/text-wrap sitemap.xmap welcome.html Added: src/webapp/samples/text-wrap/xslt docnbsp.xsl Log: Another attempt: keep indentation by replacing sequences of two consecutive spaces by a nbsp and a space Revision

cvs commit: cocoon-2.1/src/webapp/samples/text-wrap/xslt docnbsp.xsl

2003-11-14 Thread sylvain
sylvain 2003/11/14 09:49:53 Modified:src/webapp/samples/text-wrap/xslt docnbsp.xsl Log: Updating comment Revision ChangesPath 1.2 +2 -2 cocoon-2.1/src/webapp/samples/text-wrap/xslt/docnbsp.xsl Index: docnbsp.xsl

cvs commit: cocoon-2.1/src/blocks/woody/samples/resources/mattkruse-lib AnchorPosition.js CalendarPopup.js OptionTransfer.js PopupWindow.js README.txt date.js selectbox.js

2003-11-18 Thread sylvain
sylvain 2003/11/18 14:45:29 Modified:src/blocks/woody/samples/forms form1.xml src/blocks/woody/samples/resources woody-field-styling.xsl woody-page-styling.xsl woody.css Added: src/blocks/woody/samples/resources delete.gif help.gif

cvs commit: cocoon-2.1/src/blocks/woody/samples/resources woody-field-styling.xsl woody-lib.js woody-page-styling.xsl

2003-11-19 Thread sylvain
sylvain 2003/11/19 08:54:02 Modified:src/blocks/woody/samples/forms form1_template_action.xml src/blocks/woody/samples/resources woody-field-styling.xsl woody-lib.js woody-page-styling.xsl Added: src/blocks/woody/samples/messages

cvs commit: cocoon-2.1/src/blocks/woody/samples/resources woody-field-styling.xsl

2003-11-19 Thread sylvain
sylvain 2003/11/19 10:24:37 Modified:src/blocks/woody/samples/resources woody-field-styling.xsl Log: Add double-click support on double-listbox, and some cleanup Revision ChangesPath 1.20 +48 -56 cocoon-2.1/src/blocks/woody/samples/resources/woody-field

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/flow/javascript/fom FOM_Cocoon.java FOM_JavaScriptInterpreter.java

2003-11-20 Thread sylvain
sylvain 2003/11/20 07:31:29 Modified:src/java/org/apache/cocoon/components/flow AbstractInterpreter.java src/java/org/apache/cocoon/components/flow/javascript/fom FOM_Cocoon.java FOM_JavaScriptInterpreter.java Log

cvs commit: cocoon-2.1 status.xml

2003-11-20 Thread sylvain
sylvain 2003/11/20 07:40:26 Modified:.status.xml Log: A lot of changes! Revision ChangesPath 1.200 +21 -1 cocoon-2.1/status.xml Index: status.xml === RCS file: /home/cvs/cocoon-2.1

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

2003-11-21 Thread sylvain
sylvain 2003/11/21 10:15:44 Modified:src/java/org/apache/cocoon/components/treeprocessor/sitemap SerializeNode.java SerializeNodeBuilder.java Log: Terminate the ability for serializer to be SitemapModelComponents Revision ChangesPath 1.6 +13

cvs commit: cocoon-2.1/src/blocks/woody/samples/resources woody-advanced-field-styling.xsl woody-calendar-styling.xsl woody-field-styling.xsl woody-page-styling.xsl woody-samples-styling.xsl

2003-12-09 Thread sylvain
sylvain 2003/12/09 13:18:04 Modified:src/blocks/woody/samples/resources woody-field-styling.xsl woody-page-styling.xsl woody-samples-styling.xsl Added: src/blocks/woody/samples/resources woody-advanced-field-styling.xsl

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/flow/util - New directory

2003-12-09 Thread sylvain
sylvain 2003/12/09 13:19:49 cocoon-2.1/src/java/org/apache/cocoon/components/flow/util - New directory

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/flow/javascript/fom FOM_Cocoon.java

2003-12-09 Thread sylvain
sylvain 2003/12/09 13:21:08 Modified:src/java/org/apache/cocoon/components/flow/javascript/fom FOM_Cocoon.java Log: Adding createObject disposeObject. I think setupObject is no more needed. Revision ChangesPath 1.21 +48 -1 cocoon-2.1

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/flow/util PipelineUtil.java

2003-12-09 Thread sylvain
sylvain 2003/12/09 13:21:54 Modified:src/java/org/apache/cocoon/components/flow FlowHelper.java Added: src/java/org/apache/cocoon/components/flow/util PipelineUtil.java Log: processPipelineTo[Stream | SAX | DOM] Revision ChangesPath 1.2

cvs commit: cocoon-2.1/lib/core excalibur-component-20031126.jar excalibur-store-1.0-dev.jar

2003-12-11 Thread sylvain
sylvain 2003/12/11 10:19:05 Modified:lib jars.xml Removed: lib/core excalibur-component-20031126.jar excalibur-store-1.0-dev.jar Log: New versions of: - store: separate ROLE and TRANSIENT_ROLE, make them instrumentable - component: fix an NPE

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/servlet BootstrapServlet.java ParanoidClassLoader.java ParanoidCocoonServlet.java

2003-12-11 Thread sylvain
sylvain 2003/12/11 10:20:08 Modified:src/java/org/apache/cocoon cocoon.roles src/java/org/apache/cocoon/caching/impl CacheImpl.java src/java/org/apache/cocoon/components/store/impl DefaultStore.java Added: src/java/org/apache

cvs commit: cocoon-2.1/src/blocks/paranoid - New directory

2003-12-11 Thread sylvain
sylvain 2003/12/11 10:20:45 cocoon-2.1/src/blocks/paranoid - New directory

cvs commit: cocoon-2.1/src/blocks/paranoid/java - New directory

2003-12-11 Thread sylvain
sylvain 2003/12/11 10:21:01 cocoon-2.1/src/blocks/paranoid/java - New directory

cvs commit: cocoon-2.1/src/blocks/paranoid/java/org - New directory

2003-12-11 Thread sylvain
sylvain 2003/12/11 10:21:14 cocoon-2.1/src/blocks/paranoid/java/org - New directory

cvs commit: cocoon-2.1/src/blocks/paranoid/java/org/apache - New directory

2003-12-11 Thread sylvain
sylvain 2003/12/11 10:21:25 cocoon-2.1/src/blocks/paranoid/java/org/apache - New directory

cvs commit: cocoon-2.1/src/blocks/paranoid/java/org/apache/cocoon - New directory

2003-12-11 Thread sylvain
sylvain 2003/12/11 10:21:34 cocoon-2.1/src/blocks/paranoid/java/org/apache/cocoon - New directory

cvs commit: cocoon-2.1/src/blocks/paranoid/java/org/apache/cocoon/servlet - New directory

2003-12-11 Thread sylvain
sylvain 2003/12/11 10:21:43 cocoon-2.1/src/blocks/paranoid/java/org/apache/cocoon/servlet - New directory

cvs commit: cocoon-2.1/src/blocks/paranoid/java/org/apache/cocoon/servlet BootstrapServlet.java ParanoidClassLoader.java ParanoidCocoonServlet.java

2003-12-11 Thread sylvain
sylvain 2003/12/11 10:22:14 Added: src/blocks/paranoid/java/org/apache/cocoon/servlet BootstrapServlet.java ParanoidClassLoader.java ParanoidCocoonServlet.java Log: Move the paranoid servlet to a block to have a separate jar

cvs commit: cocoon-2.1 gump.xml

2003-12-11 Thread sylvain
sylvain 2003/12/11 10:22:39 Modified:.gump.xml Log: Move the paranoid servlet to a block to have a separate jar Revision ChangesPath 1.102 +19 -1 cocoon-2.1/gump.xml Index: gump.xml

cvs commit: cocoon-2.1 cocoon.bat

2003-12-11 Thread sylvain
sylvain 2003/12/11 10:23:08 Modified:.cocoon.bat Log: No more maximize the window Revision ChangesPath 1.18 +2 -2 cocoon-2.1/cocoon.bat Index: cocoon.bat === RCS file: /home/cvs

cvs commit: cocoon-2.1/lib/core excalibur-component-20031211.jar excalibur-store-20031211.jar

2003-12-11 Thread sylvain
sylvain 2003/12/11 12:28:00 Added: lib/core excalibur-component-20031211.jar excalibur-store-20031211.jar Log: New versions of: - store: separate ROLE and TRANSIENT_ROLE, make them instrumentable - component: fix an NPE when instrumentation enabled

cvs commit: cocoon-2.1/src/webapp/WEB-INF cocoon.xconf

2003-12-11 Thread sylvain
sylvain 2003/12/11 12:57:18 Modified:src/webapp/WEB-INF cocoon.xconf Log: Updated store, use-store for XSL processors Revision ChangesPath 1.35 +23 -9 cocoon-2.1/src/webapp/WEB-INF/cocoon.xconf Index: cocoon.xconf

cvs commit: cocoon-2.1/src/blocks/woody/samples/forms form1_template_action.xml

2003-12-11 Thread sylvain
sylvain 2003/12/11 13:06:14 Modified:src/blocks/woody/java/org/apache/cocoon/woody/formmodel MultiValueField.java src/blocks/woody/samples/forms form1_template_action.xml Log: Add setValue and setSelectionList on MultiValueField Revision

cvs commit: cocoon-2.1 status.xml

2003-12-11 Thread sylvain
sylvain 2003/12/11 13:25:12 Modified:.status.xml Log: List recent changes. Will now port them to 2.2 Revision ChangesPath 1.211 +17 -1 cocoon-2.1/status.xml Index: status.xml === RCS

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/source/impl PartSource.java

2003-12-20 Thread sylvain
sylvain 2003/12/20 06:28:34 Modified:src/java/org/apache/cocoon/components/source/impl PartSource.java Log: Expose the Part object (just like e.g. the FileSource exposes the File object) Revision ChangesPath 1.4 +5 -1 cocoon-2.1/src

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/acting CopySourceAction.java

2003-12-20 Thread sylvain
sylvain 2003/12/20 06:29:19 Modified:src/java/org/apache/cocoon/acting CopySourceAction.java Log: Handle directories as the destination Revision ChangesPath 1.2 +17 -1 cocoon-2.1/src/java/org/apache/cocoon/acting/CopySourceAction.java Index

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/transformation EffectPipe.java

2003-12-29 Thread sylvain
sylvain 2003/12/29 14:46:25 Modified:src/blocks/woody/java/org/apache/cocoon/woody/transformation EffectPipe.java Log: Eclipse complains that The method is defined in an inherited type and an enclosing scope Revision ChangesPath 1.3

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

2004-01-18 Thread sylvain
sylvain 2004/01/18 14:19:58 Modified:src/java/org/apache/cocoon/components/treeprocessor DefaultTreeBuilder.java Log: Ensure components have their location in parameters Revision ChangesPath 1.5 +7 -2 cocoon-2.1/src/java/org/apache

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

2004-01-18 Thread sylvain
sylvain 2004/01/18 14:27:15 Modified:src/java/org/apache/cocoon/components/treeprocessor TreeProcessor.java src/java/org/apache/cocoon/components/treeprocessor/sitemap PipelinesNode.java Log: Internal redirects cocoon

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/environment ForwardRedirector.java

2004-01-18 Thread sylvain
sylvain 2004/01/18 14:27:26 Modified:src/java/org/apache/cocoon/environment ForwardRedirector.java Log: Internal redirects cocoon: are now processed immediately (previously, redirecting was only setting a flag handled at the end of the tree processing

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/environment ForwardRedirector.java

2004-01-19 Thread sylvain
sylvain 2004/01/19 02:50:57 Modified:src/java/org/apache/cocoon/environment ForwardRedirector.java Log: Remove useless constant and turn into an abstract class Revision ChangesPath 1.12 +6 -9 cocoon-2.1/src/java/org/apache/cocoon

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

2004-01-21 Thread sylvain
sylvain 2004/01/21 04:39:21 Modified:src/java/org/apache/cocoon/components/treeprocessor TreeProcessor.java Log: Fix wrong key used to store the SourceResolver in the object model (reported by Antonio) Revision ChangesPath 1.19 +3 -5

cvs commit: cocoon-2.1/src/blocks/batik/java/org/apache/cocoon/serialization SVGSerializer.java

2004-02-04 Thread sylvain
sylvain 2004/02/04 06:39:28 Modified:src/blocks/batik/java/org/apache/cocoon/serialization SVGSerializer.java Added: src/blocks/batik/java/org/apache/cocoon/components/url SourceProtocolHandler.java

cvs commit: cocoon-2.1/src/blocks/fop/java/org/apache/cocoon/serialization FOPSerializer.java

2004-02-04 Thread sylvain
sylvain 2004/02/04 06:39:58 Modified:src/blocks/fop/java/org/apache/cocoon/serialization FOPSerializer.java Log: Add support for all cocoon protocols for svg:image xlink:href=.../ Revision ChangesPath 1.7 +30 -18 cocoon-2.1/src/blocks

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/source/impl SitemapSource.java

2004-02-04 Thread sylvain
sylvain 2004/02/04 07:10:47 Modified:src/java/org/apache/cocoon/components/source/impl SitemapSource.java Log: Don't hide nested exceptions Revision ChangesPath 1.16 +2 -2 cocoon-2.1/src/java/org/apache/cocoon/components/source/impl

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/pipeline AbstractProcessingPipeline.java

2004-02-04 Thread sylvain
sylvain 2004/02/04 07:14:59 Modified:src/java/org/apache/cocoon/components/pipeline AbstractProcessingPipeline.java Log: Give more meaningful messages with location information Revision ChangesPath 1.13 +37 -19 cocoon-2.1/src/java/org

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/transformation I18nTransformer.java

2004-02-04 Thread sylvain
sylvain 2004/02/04 07:16:01 Modified:src/java/org/apache/cocoon/i18n XMLResourceBundleFactory.java src/java/org/apache/cocoon/transformation I18nTransformer.java Log: Cache keys for XMLResourceBundles are now absolute

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/validation - New directory

2004-02-04 Thread sylvain
sylvain 2004/02/04 09:22:49 cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/validation - New directory

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/validation/impl - New directory

2004-02-04 Thread sylvain
sylvain 2004/02/04 09:23:09 cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/validation/impl - New directory

cvs commit: cocoon-2.1/src/blocks/woody/samples/forms form1.xml

2004-02-04 Thread sylvain
sylvain 2004/02/04 09:25:58 Modified:src/blocks/woody/conf woody-datatype.xconf woody-datatype.xroles src/blocks/woody/java/org/apache/cocoon/woody/datatype ValidationError.java src/blocks/woody/java/org

cvs commit: cocoon-2.1 cocoon.bat DESKTOP.INI

2004-02-04 Thread sylvain
sylvain 2004/02/04 09:59:44 Modified:.cocoon.bat DESKTOP.INI Log: Ensure Cocoon's icon displays nicely on windoze Revision ChangesPath 1.19 +5 -1 cocoon-2.1/cocoon.bat Index: cocoon.bat

cvs commit: cocoon-2.1/src/webapp sitemap.xmap

2004-02-06 Thread sylvain
sylvain 2004/02/06 10:32:51 Modified:src/webapp sitemap.xmap Log: Re-adding mount-table matcher (why was it removed?) Revision ChangesPath 1.44 +9 -1 cocoon-2.1/src/webapp/sitemap.xmap Index: sitemap.xmap

cvs commit: cocoon-2.1/src/java/org/apache/cocoon cocoon.roles

2004-02-06 Thread sylvain
sylvain 2004/02/06 10:33:36 Modified:src/blocks/databases/conf db-modules.xroles src/blocks/precept/conf precept.xroles src/blocks/session-fw/conf session.xroles src/blocks/web3/conf web3.xroles src/java/org/apache/cocoon

cvs commit: cocoon-2.1/src/blocks/batik/java/org/apache/cocoon/serialization SVGSerializer.java

2004-02-08 Thread sylvain
sylvain 2004/02/08 10:33:58 Modified:src/blocks/batik/java/org/apache/cocoon/serialization SVGSerializer.java Log: Reinstall the previous handling of resource and context protocols Revision ChangesPath 1.13 +19 -12 cocoon-2.1/src/blocks

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel Upload.java

2004-02-09 Thread sylvain
sylvain 2004/02/09 03:28:34 Modified:src/blocks/woody/java/org/apache/cocoon/woody/formmodel Upload.java Log: Fix bug #26785 Revision ChangesPath 1.4 +11 -10 cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel/Upload.java

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/matching MountTableMatcher.java

2004-02-10 Thread sylvain
sylvain 2004/02/10 06:45:15 Modified:src/java/org/apache/cocoon/matching MountTableMatcher.java Log: Fix a potential concurrency problem Revision ChangesPath 1.5 +2 -2 cocoon-2.1/src/java/org/apache/cocoon/matching/MountTableMatcher.java Index

cvs commit: cocoon-2.1 status.xml

2004-02-10 Thread sylvain
sylvain 2004/02/10 07:15:34 Modified:.status.xml Log: Cleanup status file Revision ChangesPath 1.239 +1 -13 cocoon-2.1/status.xml Index: status.xml === RCS file: /home/cvs/cocoon-2.1

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

2004-02-11 Thread sylvain
sylvain 2004/02/11 13:34:22 Modified:tools/src blocks-build.xsl Log: Fix link to other APIs in Javadoc generation Revision ChangesPath 1.46 +7 -6 cocoon-2.1/tools/src/blocks-build.xsl Index: blocks-build.xsl

cvs commit: cocoon-2.1/src/resources/javadoc/avalon-excalibur - New directory

2004-02-11 Thread sylvain
sylvain 2004/02/11 13:35:04 cocoon-2.1/src/resources/javadoc/avalon-excalibur - New directory

cvs commit: cocoon-2.1/src/resources/javadoc/avalon-framework package-list

2004-02-11 Thread sylvain
sylvain 2004/02/11 13:35:50 Added: src/resources/javadoc/avalon-excalibur package-list src/resources/javadoc/avalon-framework package-list Removed: src/resources/javadoc/avalon package-list Log: Fix link to other APIs in Javadoc generation Revision

cvs commit: cocoon-2.2/src/java/org/apache/cocoon/transformation CIncludeTransformer.java XIncludeTransformer.java

2004-02-13 Thread sylvain
sylvain 2004/02/13 08:03:15 Modified:src/java/org/apache/cocoon/components/pipeline AbstractProcessingPipeline.java src/java/org/apache/cocoon/components/source/impl SitemapSource.java src/java/org/apache

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/transformation XIncludeTransformer.java

2004-02-20 Thread sylvain
sylvain 2004/02/20 10:46:49 Modified:src/java/org/apache/cocoon/transformation XIncludeTransformer.java Log: Robustify against buggy SAX events with a null namespace URI Revision ChangesPath 1.16 +3 -3 cocoon-2.1/src/java/org/apache

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

2004-02-20 Thread sylvain
sylvain 2004/02/20 10:48:23 Modified:src/blocks/apples/java/org/apache/cocoon/components/flow/apples ApplesProcessor.java src/blocks/jxforms/java/org/apache/cocoon/components/jxforms/flow/javascript JXForm.java

cvs commit: cocoon-2.2/lib/core javacApi-0.9.jar javacImpl-0.9.jar

2004-02-20 Thread sylvain
sylvain 2004/02/20 10:51:50 Modified:lib jars.xml Added: lib/core javacApi-0.9.jar javacImpl-0.9.jar Log: add javacApi needed by updates to the flow Revision ChangesPath 1.127 +17 -1 cocoon-2.2/lib/jars.xml Index: jars.xml

cvs commit: cocoon-2.2/src/java/org/apache/cocoon/components/flow/util - New directory

2004-02-20 Thread sylvain
sylvain 2004/02/20 10:52:16 cocoon-2.2/src/java/org/apache/cocoon/components/flow/util - New directory

cvs commit: cocoon-2.2/src/java/org/apache/cocoon/components/flow/util PipelineUtil.java

2004-02-20 Thread sylvain
sylvain 2004/02/20 10:53:46 Modified:src/java/org/apache/cocoon/components/flow AbstractInterpreter.java CompilingInterpreter.java ContinuationsManagerImpl.java FlowHelper.java Interpreter.java WebContinuation.java

cvs commit: cocoon-2.2/src/java/org/apache/cocoon/environment/internal EnvironmentHelper.java

2004-02-20 Thread sylvain
sylvain 2004/02/20 10:57:15 Modified:src/java/org/apache/cocoon/components/cprocessor InvokeContext.java TreeProcessor.java src/java/org/apache/cocoon/components/cprocessor/sitemap ActNode.java AggregateNode.java

  1   2   3   >