cvs commit: cocoon-2.1/tools/targets validate-build.xml

2004-04-15 Thread crossley
crossley2004/04/14 18:16:39 Modified:.status.xml tools/targets validate-build.xml Log: Added standalone build target validate-sitemaps. Revision ChangesPath 1.301 +4 -1 cocoon-2.1/status.xml Index: status.xml

cvs commit: cocoon-2.1/src/webapp/WEB-INF/entities sitemap-v06.rng

2004-04-15 Thread crossley
crossley2004/04/14 18:48:42 Modified:src/webapp/WEB-INF/entities sitemap-v06.rng Log: Removed CHANGE HISTORY section. The CVS log messages will suffice. Revision ChangesPath 1.8 +0 -32 cocoon-2.1/src/webapp/WEB-INF/entities/sitemap-v06.rng Index:

cvs commit: cocoon-2.1/src/webapp/WEB-INF/entities sitemap-v06.rng

2004-04-15 Thread crossley
crossley2004/04/14 19:05:02 Modified:src/webapp/WEB-INF/entities sitemap-v06.rng Log: Accept anchors (using the attribute name) in map:act and map:match See http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=108193882630256 Submitted by: David Carmona Perez DPerezCarATfcc.es

cvs commit: cocoon-2.1/tools/targets validate-build.xml

2004-04-15 Thread crossley
crossley2004/04/14 20:03:24 Modified:.status.xml tools/targets validate-build.xml Log: Added standalone build target validate-stylesheets. Revision ChangesPath 1.302 +2 -1 cocoon-2.1/status.xml Index: status.xml

cvs commit: cocoon-2.1/src/blocks/linotype/samples/stylesheets private-directory2cinclude.xslt public-directory2cinclude.xslt

2004-04-15 Thread crossley
crossley2004/04/14 20:04:45 Modified:src/blocks/linotype/samples/stylesheets private-directory2cinclude.xslt public-directory2cinclude.xslt Log: Remove spurious symbol. Revision ChangesPath 1.2 +0 -1

cvs commit: cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/transformation HTMLEventLinkTransformer.java

2004-04-15 Thread cziegeler
cziegeler2004/04/15 00:51:41 Modified:src/blocks/portal/java/org/apache/cocoon/portal/transformation HTMLEventLinkTransformer.java Log: Fixing bug 28387 Portal: HTMLEventLinkTransformer eats form attributes Revision ChangesPath 1.11 +6 -7

cvs commit: cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/caching SimpleCacheKey.java SimpleCache.java

2004-04-15 Thread cziegeler
cziegeler2004/04/15 01:04:39 Modified:src/blocks/scratchpad/java/org/apache/cocoon/caching SimpleCacheKey.java SimpleCache.java Log: Javadoc updates Revision ChangesPath 1.3 +12 -10

cvs commit: cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/acting ExpiresPipelineAction.java

2004-04-15 Thread cziegeler
cziegeler2004/04/15 01:05:56 Modified:src/blocks/scratchpad/java/org/apache/cocoon/caching SimpleCache.java src/blocks/scratchpad/java/org/apache/cocoon/components/pipeline/impl ExpiresCachingProcessingPipeline.java

cvs commit: cocoon-2.1/src/blocks/session-fw/java/org/apache/cocoon/webapps/session/components DefaultFormManager.java

2004-04-15 Thread cziegeler
cziegeler2004/04/15 01:26:54 Modified: src/blocks/session-fw/java/org/apache/cocoon/webapps/session/components DefaultFormManager.java Log: Remove unused code Revision ChangesPath 1.7 +2 -17

cvs commit: cocoon-2.1/src/blocks/session-fw/java/org/apache/cocoon/webapps/session/components DefaultFormManager.java

2004-04-15 Thread cziegeler
cziegeler2004/04/15 01:51:31 Modified: src/blocks/session-fw/java/org/apache/cocoon/webapps/session/components DefaultFormManager.java Log: Javadoc updates Revision ChangesPath 1.8 +4 -1

cvs commit: cocoon-2.2/src/java/org/apache/cocoon/components/cprocessor/variables PreparedVariableResolver.java

2004-04-15 Thread cziegeler
cziegeler2004/04/15 06:13:17 Modified:src/java/org/apache/cocoon/components/cprocessor/sitemap/impl AggregateNode.java PipelineNode.java src/java/org/apache/cocoon/components/cprocessor SitemapContainer.java

cvs commit: cocoon-2.2/src/java/org/apache/cocoon/components/cprocessor/variables PreparedVariableResolver.java VariableResolverFactory.java

2004-04-15 Thread cziegeler
cziegeler2004/04/15 06:44:37 Modified:src/java/org/apache/cocoon/components/cprocessor/variables PreparedVariableResolver.java VariableResolverFactory.java Log: Using new resolver from 2.1.x Revision ChangesPath 1.4

cvs commit: cocoon-2.2/src/java/org/apache/cocoon/components/xpointer/parser SimpleCharStream.java

2004-04-15 Thread cziegeler
cziegeler2004/04/15 07:24:16 Modified:src/java/org/apache/cocoon/components/xpointer/parser SimpleCharStream.java Log: Correct buffersize handling Revision ChangesPath 1.5 +2 -2

cvs commit: cocoon-2.1/src/blocks/bsf/lib groovy-20040415.114632.jar groovy-1.0-beta-4.jar

2004-04-15 Thread bdelacretaz
bdelacretaz2004/04/15 08:35:55 Added: src/blocks/bsf/lib groovy-20040415.114632.jar Removed: src/blocks/bsf/lib groovy-1.0-beta-4.jar Log: Need to use Groovy snapshot for SAXBuilder to work with Cocoon. We'll have to update this jar when the next Groovy release is ready.

cvs commit: cocoon-2.1/src/blocks/bsf/samples/generator helloGroovyMarkup.gy hello.gy

2004-04-15 Thread bdelacretaz
bdelacretaz2004/04/15 08:36:15 Modified:src/blocks/bsf/conf bsf.xsamples src/blocks/bsf/samples samples.xml src/blocks/bsf/samples/generator hello.gy Added: src/blocks/bsf/samples/generator helloGroovyMarkup.gy Log: GroovyMarkup sample added

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

2004-04-15 Thread ugo
ugo 2004/04/15 09:15:50 Modified:src/java/org/apache/cocoon/generation CalendarGenerator.java Log: Added attributes for previous and next months. Revision ChangesPath 1.7 +36 -12 cocoon-2.1/src/java/org/apache/cocoon/generation/CalendarGenerator.java

cvs commit: cocoon-2.1/src/documentation/images forms_template_transformer.png

2004-04-15 Thread bruno
bruno 2004/04/15 10:59:29 Modified:src/documentation/images forms_template_transformer.png Log: woody-cforms rename Revision ChangesPath 1.2 +210 -212 cocoon-2.1/src/documentation/images/forms_template_transformer.png Binary file

cvs commit: cocoon-2.1/src/documentation/images forms_field_datatype_relation.png

2004-04-15 Thread bruno
bruno 2004/04/15 11:00:52 Modified:src/documentation/images forms_field_datatype_relation.png Log: associate validators with the widget instead of the datatype Revision ChangesPath 1.2 +85 -66

cvs commit: cocoon-2.1/src/blocks/forms/samples/resources forms-htmlarea-styling.xsl

2004-04-15 Thread bruno
bruno 2004/04/15 11:10:49 Modified:src/blocks/forms/samples/resources forms-htmlarea-styling.xsl Log: Allow to specify a custom initFunction to setup the HTMLArea. This enables to modify the HTMLArea configuration and configure plugins. Revision