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

2003-06-25 Thread jefft
jefft 2003/06/25 04:56:07 Modified:src/documentation sitemap.xmap Log: Update overridden sitemap to work with Forrest 'stable-20030625' tag. Revision ChangesPath 1.8 +148 -140 cocoon-2.1/src/documentation/sitemap.xmap Index: sitemap.xmap

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

2003-06-23 Thread jefft
jefft 2003/06/23 04:04:56 Modified:src/webapp/WEB-INF/entities sitemap-v06.rng Log: Update schema to allow new linkrewriter map:transformer elements Revision ChangesPath 1.3 +12 -6 cocoon-2.1/src/webapp/WEB-INF/entities/sitemap-v06.rng Index: sitemap-v06

cvs commit: cocoon-2.1/src/blocks/fop/samples/misc fix-imagelinks.xsl minimal.fo.xml

2003-06-22 Thread jefft
jefft 2003/06/21 23:47:40 Modified:src/blocks/fop/samples sitemap.xmap src/blocks/fop/samples/misc minimal.fo.xml Added: src/blocks/fop/samples/misc fix-imagelinks.xsl Log: Add an image to the PDF, to show one way of doing it. Revision ChangesPath

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

2003-06-21 Thread jefft
jefft 2003/06/20 23:41:46 Modified:src/java/org/apache/cocoon/bean CocoonBean.java Log: Remove seemingly pointless error message Revision ChangesPath 1.11 +5 -4 cocoon-2.1/src/java/org/apache/cocoon/bean/CocoonBean.java Index: CocoonBean.java

cvs commit: cocoon-2.1/tools/src/anttasks XConfToolTask.java

2003-06-21 Thread jefft
jefft 2003/06/20 23:53:55 Modified:src/targets webapp-build.xml tools/src blocks-build.xsl tools/src/anttasks XConfToolTask.java Log: Surround sitemap.xmap block snippets with comments indicating their origin: !-- Start configuration from 'block

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

2003-06-21 Thread jefft
jefft 2003/06/21 00:18:54 Modified:tools/src blocks-build.xsl Log: Add comments to cocoon.xconf snippets, not sitemap.xmap Revision ChangesPath 1.23 +3 -3 cocoon-2.1/tools/src/blocks-build.xsl Index: blocks-build.xsl

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

2003-06-21 Thread jefft
jefft 2003/06/21 06:48:20 Modified:src/java/org/apache/cocoon cocoon.roles Log: Declare the NotifyingBuilder role, which is used in the error handler. Revision ChangesPath 1.8 +4 -0 cocoon-2.1/src/java/org/apache/cocoon/cocoon.roles Index: cocoon.roles

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

2003-06-21 Thread jefft
jefft 2003/06/21 06:49:14 Modified:src/webapp/WEB-INF cocoon.xconf Log: Fix typo Revision ChangesPath 1.21 +1 -1 cocoon-2.1/src/webapp/WEB-INF/cocoon.xconf Index: cocoon.xconf === RCS

cvs commit: cocoon-2.1 status.xml

2003-06-21 Thread jefft
jefft 2003/06/21 07:02:17 Modified:.status.xml Log: Remove duplicate line Revision ChangesPath 1.59 +0 -1 cocoon-2.1/status.xml Index: status.xml === RCS file: /home/cvs/cocoon

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

2003-06-19 Thread jefft
jefft 2003/06/19 04:17:20 Modified:src/java/org/apache/cocoon/util MIMEUtils.java Log: Some cleanups Revision ChangesPath 1.5 +5 -7 cocoon-2.1/src/java/org/apache/cocoon/util/MIMEUtils.java Index: MIMEUtils.java

cvs commit: cocoon-2.1/src/blocks/linkrewriter/java/org/apache/cocoon/transformation LinkRewriterTransformer.java

2003-06-19 Thread jefft
jefft 2003/06/19 04:31:06 Modified:src/blocks/linkrewriter/java/org/apache/cocoon/transformation LinkRewriterTransformer.java Log: Allow the various options (attributes to intercept, schemes to process, etc) to be configured once in the setup() method

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

2003-06-18 Thread jefft
jefft 2003/06/18 05:11:07 Modified:src/java/org/apache/cocoon/transformation AbstractSAXTransformer.java Log: Remove redundant '== true' in boolean expression Revision ChangesPath 1.2 +27 -27 cocoon-2.1/src/java/org/apache/cocoon

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

2003-06-18 Thread jefft
jefft 2003/06/18 05:22:07 Modified:src/java/org/apache/cocoon/transformation AbstractSAXTransformer.java Log: Add a boolean field determining whether to log SAX events (primarily element start/endTransformingElement() calls). Occasionally these SAX logs

cvs commit: cocoon-2.1/src/test/org/apache/cocoon/environment/commandline/test CommandLineContextTestCase.java

2003-05-31 Thread jefft
jefft 2003/05/31 05:42:39 Modified:src/test/org/apache/cocoon/environment/commandline/test CommandLineContextTestCase.java Log: Update CommandLineContext to reflect that getResource() on a nonexistent resource should return null, as per servlet docs

cvs commit: cocoon-2.1/src/test/org/apache/cocoon/util/test IOUtilsTestCase.java

2003-05-31 Thread jefft
jefft 2003/05/31 05:51:53 Modified:src/test/org/apache/cocoon/util/test IOUtilsTestCase.java Log: Add some tests from ../IOUtilsTest.java Revision ChangesPath 1.3 +3 -1 cocoon-2.1/src/test/org/apache/cocoon/util/test/IOUtilsTestCase.java Index

cvs commit: cocoon-2.1/src/test/org/apache/cocoon/util IOUtilsTest.java

2003-05-31 Thread jefft
jefft 2003/05/31 05:52:31 Removed: src/test/org/apache/cocoon/util IOUtilsTest.java Log: Replaced by tests/IOUtilsTestCase.java

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

2003-05-29 Thread jefft
jefft 2003/05/29 04:49:32 Modified:src/documentation sitemap.xmap Log: Upgrade to M2 syntax, used in CVS Forrest Revision ChangesPath 1.7 +100 -69 cocoon-2.1/src/documentation/sitemap.xmap Index: sitemap.xmap

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/xml/dom DOMStreamer.java

2003-03-08 Thread jefft
jefft 2003/03/08 07:48:49 Modified:src/java/org/apache/cocoon/xml/dom DOMStreamer.java Log: Fix method name spelling Revision ChangesPath 1.13 +4 -4 xml-cocoon2/src/java/org/apache/cocoon/xml/dom/DOMStreamer.java Index: DOMStreamer.java

cvs commit: cocoon-2.0/lib jars.xml

2003-03-08 Thread jefft
jefft 2003/03/08 20:58:10 Modified:lib jars.xml Log: Update excalibur-xmlutil date. Thanks to Andrew Savory andrew @ luminas.co.uk Revision ChangesPath 1.2 +1 -1 cocoon-2.0/lib/jars.xml Index: jars.xml

cvs commit: xml-cocoon2/src/blocks/linkrewriter/java/org/apache/cocoon/transformation LinkRewriterTransformer.java

2003-03-07 Thread jefft
jefft 2003/03/07 06:50:18 Modified:src/blocks/linkrewriter/java/org/apache/cocoon/transformation LinkRewriterTransformer.java Log: - By default, don't rewrite 'http' and 'https' links - Move recycle() somewhere a bit more visible Revision Changes

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/modules/input XMLFileModule.java

2003-03-06 Thread jefft
jefft 2003/03/06 23:13:41 Modified:src/java/org/apache/cocoon/components/modules/input XMLFileModule.java Log: Print the full exception, rather than just the message. Revision ChangesPath 1.10 +2 -2 xml-cocoon2/src/java/org/apache

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/modules/input XMLFileModule.java

2003-03-06 Thread jefft
jefft 2003/03/06 23:42:36 Modified:src/java/org/apache/cocoon/components/modules/input XMLFileModule.java Log: Fix a bug where when an XMLFileModule's Source changed, the change only became apparent on the second subsequent XMLFileModule request

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/transformation SourceWritingTransformer.java

2003-02-28 Thread jefft
jefft 2003/02/28 06:07:17 Modified:src/deprecated/java/org/apache/cocoon/environment WriteableSource.java src/documentation/xdocs/userdocs/transformers sourcewriting-transformer.xml src/java/org/apache

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/xml/dom DocumentWrapper.java

2003-02-28 Thread jefft
jefft 2003/02/28 07:26:03 Modified:src/java/org/apache/cocoon Constants.java src/java/org/apache/cocoon/components/modules/input XMLFormInput.java src/java/org/apache/cocoon/components/source SourceUtil.java src/java

cvs commit: xml-cocoon2 build.xml

2003-02-28 Thread jefft
jefft 2003/02/28 07:27:24 Modified:.build.xml Log: Now with JDK 1.4's javadoc, @todo items are included in generated HTML (and don't cause warnings) Revision ChangesPath 1.347 +2 -2 xml-cocoon2/build.xml Index: build.xml

cvs commit: xml-cocoon2 build.xml

2003-02-24 Thread jefft
jefft 2003/02/24 05:16:22 Modified:.build.xml Log: Fix Eclipse, Emacs etc. targets. Thanks to Geoff Howard Revision ChangesPath 1.330 +5 -5 xml-cocoon2/build.xml Index: build.xml

cvs commit: xml-cocoon2 cocoon.sh

2003-02-24 Thread jefft
jefft 2003/02/24 20:39:26 Modified:.cocoon.sh Log: Revision ChangesPath 1.3 +1 -3 xml-cocoon2/cocoon.sh Index: cocoon.sh === RCS file: /home/cvs/xml-cocoon2/cocoon.sh,v

cvs commit: xml-cocoon2/src/blocks/linkrewriter/samples/bookdemo/docs/installing index.html

2003-02-11 Thread jefft
jefft 2003/02/11 18:16:15 Modified:src/blocks/linkrewriter/samples/bookdemo/docs index.html overview.html src/blocks/linkrewriter/samples/bookdemo/docs/installing index.html Log: Stop JTidy complaining Revision

cvs commit: xml-cocoon2/src/blocks/linkrewriter/conf linkrewriter.xconf

2003-02-11 Thread jefft
jefft 2003/02/11 18:19:21 Modified:src/blocks/linkrewriter/conf linkrewriter.xconf Log: Fix bug that was stopping bookdemo from working. Revision ChangesPath 1.2 +1 -1 xml-cocoon2/src/blocks/linkrewriter/conf/linkrewriter.xconf Index: linkrewriter.xconf

cvs commit: xml-cocoon2/src/blocks/web3/conf web3.xconf web3.xroles web3.xsamples

2003-02-11 Thread jefft
jefft 2003/02/11 20:10:25 Modified:src/blocks/web3/conf web3.xconf web3.xroles web3.xsamples Log: Zap tabs Revision ChangesPath 1.2 +22 -22xml-cocoon2/src/blocks/web3/conf/web3.xconf Index: web3.xconf

cvs commit: xml-cocoon2 build.xml

2003-01-25 Thread jefft
jefft 2003/01/25 04:58:20 Modified:.build.xml Log: Fix dist-bin target (eg was missing *-block.jar) PR: 13220 Submitted by: Alfred Nathaniela Alfred.Nathaniel at swx.com Revision ChangesPath 1.311 +12 -5 xml-cocoon2/build.xml Index: build.xml

cvs commit: xml-cocoon2 changes.xml

2003-01-25 Thread jefft
jefft 2003/01/25 04:58:36 Modified:.changes.xml Log: Fix transformer name Revision ChangesPath 1.341 +2 -2 xml-cocoon2/changes.xml Index: changes.xml === RCS file: /home/cvs/xml

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/xml/dom DOMUtil.java

2003-01-22 Thread jefft
jefft 2003/01/22 04:42:24 Modified:src/java/org/apache/cocoon/components/language/markup/xsp XSPModuleHelper.java src/java/org/apache/cocoon/components/modules/output AbstractOutputModule.java src/java/org

cvs commit: xml-cocoon2 build.xml

2003-01-22 Thread jefft
jefft 2003/01/22 04:44:54 Modified:.build.xml Log: Use '-breakiterator' with JDK 1.4 Javadoc, to take advantage of the new (better) 'first sentence' algorithm. Revision ChangesPath 1.309 +2 -2 xml-cocoon2/build.xml Index: build.xml

cvs commit: xml-cocoon2/src/blocks/linkrewriter/samples/bookdemo - New directory

2003-01-22 Thread jefft
jefft 2003/01/22 04:55:54 xml-cocoon2/src/blocks/linkrewriter/samples/bookdemo - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

cvs commit: xml-cocoon2/src/blocks/linkrewriter/samples/sitedemo - New directory

2003-01-22 Thread jefft
jefft 2003/01/22 04:55:54 xml-cocoon2/src/blocks/linkrewriter/samples/sitedemo - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

cvs commit: xml-cocoon2/src/blocks/linkrewriter/samples/bookdemo/docs - New directory

2003-01-22 Thread jefft
jefft 2003/01/22 04:55:54 xml-cocoon2/src/blocks/linkrewriter/samples/bookdemo/docs - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

cvs commit: xml-cocoon2/src/blocks/linkrewriter/samples/bookdemo/docs/installing - New directory

2003-01-22 Thread jefft
jefft 2003/01/22 04:55:54 xml-cocoon2/src/blocks/linkrewriter/samples/bookdemo/docs/installing - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED

cvs commit: xml-cocoon2/src/blocks/linkrewriter/java/org - New directory

2003-01-22 Thread jefft
jefft 2003/01/22 04:55:54 xml-cocoon2/src/blocks/linkrewriter/java/org - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

cvs commit: xml-cocoon2/src/blocks/linkrewriter/conf - New directory

2003-01-22 Thread jefft
jefft 2003/01/22 04:55:55 xml-cocoon2/src/blocks/linkrewriter/conf - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

cvs commit: xml-cocoon2/src/blocks/linkrewriter/samples - New directory

2003-01-22 Thread jefft
jefft 2003/01/22 04:55:54 xml-cocoon2/src/blocks/linkrewriter/samples - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

cvs commit: xml-cocoon2/src/blocks/linkrewriter/java - New directory

2003-01-22 Thread jefft
jefft 2003/01/22 04:55:54 xml-cocoon2/src/blocks/linkrewriter/java - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

cvs commit: xml-cocoon2/src/blocks/linkrewriter - New directory

2003-01-22 Thread jefft
jefft 2003/01/22 04:55:53 xml-cocoon2/src/blocks/linkrewriter - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

cvs commit: xml-cocoon2/src/blocks/linkrewriter/java/org/apache/cocoon - New directory

2003-01-22 Thread jefft
jefft 2003/01/22 04:55:55 xml-cocoon2/src/blocks/linkrewriter/java/org/apache/cocoon - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

cvs commit: xml-cocoon2/src/blocks/linkrewriter/java/org/apache/cocoon/transformation - New directory

2003-01-22 Thread jefft
jefft 2003/01/22 04:55:55 xml-cocoon2/src/blocks/linkrewriter/java/org/apache/cocoon/transformation - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED

cvs commit: xml-cocoon2/src/blocks/linkrewriter/java/org/apache - New directory

2003-01-22 Thread jefft
jefft 2003/01/22 04:55:54 xml-cocoon2/src/blocks/linkrewriter/java/org/apache - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

cvs commit: xml-cocoon2/src/blocks/linkrewriter/java/org/apache/cocoon/transformation/helpers - New directory

2003-01-22 Thread jefft
jefft 2003/01/22 04:55:55 xml-cocoon2/src/blocks/linkrewriter/java/org/apache/cocoon/transformation/helpers - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL

cvs commit: xml-cocoon2/src/blocks/linkrewriter/samples/bookdemo/stylesheets - New directory

2003-01-22 Thread jefft
jefft 2003/01/22 04:58:24 xml-cocoon2/src/blocks/linkrewriter/samples/bookdemo/stylesheets - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED

cvs commit: xml-cocoon2/src/blocks/linkrewriter/samples/sitedemo/stylesheets - New directory

2003-01-22 Thread jefft
jefft 2003/01/22 05:10:40 xml-cocoon2/src/blocks/linkrewriter/samples/sitedemo/stylesheets - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED

cvs commit: xml-cocoon2/src/blocks/linkrewriter/samples/sitedemo/docs - New directory

2003-01-22 Thread jefft
jefft 2003/01/22 05:11:22 xml-cocoon2/src/blocks/linkrewriter/samples/sitedemo/docs - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

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

2003-01-21 Thread jefft
jefft 2003/01/21 21:19:20 Modified:lib jars.xml src/blocks/bsf/java/org/apache/cocoon/generation ScriptGenerator.java src/blocks/databases/java/org/apache/cocoon/transformation SQLTransformer.java

cvs commit: xml-cocoon2/src/webapp/samples/modules index.xhtml properties2html.xsl sitemap.xmap

2003-01-18 Thread jefft
jefft 2003/01/18 18:51:23 Modified:src/java/org/apache/cocoon/components/modules modules.xconf src/webapp/samples/modules index.xhtml properties2html.xsl sitemap.xmap Log: Reindent and zap tabs Revision ChangesPath 1.16 +64

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/modules modules.xconf

2003-01-18 Thread jefft
jefft 2003/01/18 19:08:47 Modified:src/java/org/apache/cocoon/components/modules modules.xconf Log: Add commented-out example of a custom date format. Revision ChangesPath 1.17 +4 -1 xml-cocoon2/src/java/org/apache/cocoon/components/modules/modules.xconf

cvs commit: xml-cocoon2/src/webapp/samples/modules index.xhtml menu.xml properties2html.xsl sitemap.xmap

2003-01-18 Thread jefft
jefft 2003/01/18 19:21:09 Modified:src/java/org/apache/cocoon/components/modules modules.xconf src/webapp/samples/modules index.xhtml menu.xml properties2html.xsl sitemap.xmap Log: - Add demonstrations for DateInputModule, DefaultsMetaModule

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/xml/dom DOMBuilder.java DOMUtil.java

2003-01-17 Thread jefft
jefft 2003/01/17 15:47:20 Modified:src/blocks/databases/samples/mod-db schema.sql src/documentation/xdocs/userdocs/concepts caching.xml src/java/org/apache/cocoon/components/xmlform Form.java FormListener.java src