Re: cvs commit: cocoon-2.1/src/blocks/javaflow

2004-03-29 Thread cziegeler
Hello? I thought someone said: [X] nah... put it somewhere else Which is more or less a -1 on committing it to our CVS. So, please, why did you ignore it? Votes are useless if you ignore some voices whether you like Their opinion or not. Perhaps I'm changing my mind - perhaps not. Carsten

No memory leak because of Recyclable!

2004-01-10 Thread cziegeler
Ok, to be sure, if there is now a memory leak with Recyclable components in some cases, I did a simple test case: Setting the maximum pool of a Recyclable component to 2, lookup ten instances in a row and release them. Now, guess what happens? All ten instances get recycle() called and 8

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

2003-08-28 Thread cziegeler
cziegeler2003/08/27 23:09:29 Modified:src/java/org/apache/cocoon/components/pipeline/impl CachingPointProcessingPipeline.java Log: Code formatting Revision ChangesPath 1.4 +25 -25 cocoon-2.1/src/java/org/apache/cocoon/components/pipeline

cvs commit: cocoon-2.1/src/scratchpad/src/org/apache/cocoon/components/scheduler readme.txt

2003-08-27 Thread cziegeler
cziegeler2003/08/26 23:32:08 Modified:src/scratchpad/src/org/apache/cocoon/components/scheduler readme.txt Log: Adding pointer to wiki docs; Thanks Tony! Revision ChangesPath 1.3 +5 -0 cocoon-2.1/src/scratchpad/src/org/apache/cocoon

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

2003-08-27 Thread cziegeler
cziegeler2003/08/27 02:08:12 Modified:src/blocks/portal-fw/java/org/apache/cocoon/webapps/portal/components PortalManager.java Log: Fixing classcast Revision ChangesPath 1.10 +7 -4 cocoon-2.1/src/blocks/portal-fw/java/org/apache/cocoon

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

2003-08-26 Thread cziegeler
cziegeler2003/08/25 23:43:32 Modified: src/blocks/authentication-fw/java/org/apache/cocoon/webapps/authentication/components PipelineAuthenticator.java Log: Fixing NPE in authentication reported bySonny Sukumar ([EMAIL PROTECTED]) Revision Changes

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

2003-08-25 Thread cziegeler
cziegeler2003/08/25 00:41:02 cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/reading - New directory

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

2003-08-25 Thread cziegeler
cziegeler2003/08/25 00:41:02 cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/application - New directory

cvs commit: cocoon-2.1/src/blocks/html/lib .cvsignore jtidy-04aug2000r7-dev.jar

2003-08-25 Thread cziegeler
cziegeler2003/08/25 00:41:18 Modified:.gump.xml lib jars.xml Added: src/blocks/portal/java/org/apache/cocoon/portal/reading ProxyReader.java src/blocks/portal/java/org/apache/cocoon/portal/application

cvs commit: cocoon-2.1/src/blocks/portal/conf portal.xconf

2003-08-21 Thread cziegeler
cziegeler2003/08/20 23:41:19 Modified:src/blocks/portal/java/org/apache/cocoon/portal/impl PortalServiceImpl.java src/blocks/portal/java/org/apache/cocoon/portal/profile/impl MapProfileLS.java src/blocks

cvs commit: cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/components/persistence - New directory

2003-08-21 Thread cziegeler
cziegeler2003/08/20 23:41:13 cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/components/persistence - New directory

cvs commit: cocoon-2.1/src/scratchpad/src/org/apache/cocoon/components/scheduler TestTarget.java DefaultTimeScheduler.java Scheduler.java readme.txt DefaultScheduler.java DefaultThreadManager.java SchedulerAction.java ConfigurableTarget.java

2003-08-21 Thread cziegeler
cziegeler2003/08/21 05:44:18 Added: src/scratchpad/lib cornerstone-scheduler-api-20030821.jar cornerstone-threads-impl-20030821.jar excalibur-thread-1.1.1.jar cornerstone-scheduler-impl-20030821.jar

cvs commit: cocoon-2.1/src/documentation/xdocs/developing/webapps session.xml

2003-08-20 Thread cziegeler
cziegeler2003/08/20 00:24:53 Modified:src/documentation/xdocs/developing/webapps session.xml Log: Adding missing note Revision ChangesPath 1.4 +8 -0 cocoon-2.1/src/documentation/xdocs/developing/webapps/session.xml Index: session.xml

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

2003-08-20 Thread cziegeler
cziegeler2003/08/20 01:34:16 Modified:src/java/org/apache/cocoon/components/pipeline/impl AbstractCachingProcessingPipeline.java Log: Don't throw an exception if the cached content is not correct. Just don't use it Revision ChangesPath 1.13

cvs commit: cocoon-2.1/src/blocks/portal/samples sitemap.xmap

2003-08-20 Thread cziegeler
cziegeler2003/08/20 05:05:35 Modified: src/blocks/portal/java/org/apache/cocoon/portal/layout/renderer/aspect/impl WindowAspect.java CompositeContentAspect.java TabContentAspect.java src/blocks/portal/conf

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

2003-08-20 Thread cziegeler
cziegeler2003/08/20 05:11:13 Modified:src/blocks/session-fw/java/org/apache/cocoon/webapps/session/components AbstractSessionComponent.java Log: Changing comment Revision ChangesPath 1.3 +7 -3 cocoon-2.1/src/blocks/session-fw/java/org

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/util/log XMLCocoonLogFormatter.java CocoonLogFormatter.java

2003-08-19 Thread cziegeler
cziegeler2003/08/19 01:43:00 Modified:.status.xml src/java/org/apache/cocoon/util/log XMLCocoonLogFormatter.java CocoonLogFormatter.java Log: action dev=CZ type=add fixes-bug=21848 due-to=Unico Hommes due-to-email=[EMAIL PROTECTED

cvs commit: cocoon-2.1/src/blocks/portal/conf portal.samplesxconf

2003-08-19 Thread cziegeler
cziegeler2003/08/19 02:18:17 Modified:src/blocks/portal/conf portal.samplesxconf Log: Fixing conf Revision ChangesPath 1.3 +1 -1 cocoon-2.1/src/blocks/portal/conf/portal.samplesxconf Index: portal.samplesxconf

cvs commit: cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/layout/renderer/aspect/impl CompositeContentAspect.java WindowAspect.java DefaultCopletAspect.java TabContentAspect.java

2003-08-19 Thread cziegeler
cziegeler2003/08/19 07:09:34 Modified:src/blocks/portal/java/org/apache/cocoon/portal/util CopletDataReferenceFieldHandler.java ParameterFieldHandler.java CopletInstanceDataFieldHandler.java

cvs commit: cocoon-2.1/lib/optional castor-0.9.5-xml.jar castor-0.9.4.3-xml.jar

2003-08-18 Thread cziegeler
cziegeler2003/08/18 03:10:22 Modified:lib jars.xml Added: lib/optional castor-0.9.5-xml.jar Removed: lib/optional castor-0.9.4.3-xml.jar Log: Updating to latest castor release Revision ChangesPath 1.78 +2 -2 cocoon-2.1/lib/jars.xml Index

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

2003-08-18 Thread cziegeler
cziegeler2003/08/18 05:29:31 Modified:src/documentation/xdocs/installing updating.xml Log: This is currently not true Revision ChangesPath 1.17 +5 -0 cocoon-2.1/src/documentation/xdocs/installing/updating.xml Index: updating.xml

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

2003-08-18 Thread cziegeler
cziegeler2003/08/18 05:34:28 Modified:src/documentation/xdocs/installing updating.xml Log: Adding a little bit about Cacheable Revision ChangesPath 1.18 +16 -0 cocoon-2.1/src/documentation/xdocs/installing/updating.xml Index: updating.xml

cvs commit: cocoon-2.0 changes.xml

2003-08-18 Thread cziegeler
cziegeler2003/08/18 05:59:34 Modified:src/java/org/apache/cocoon/transformation SQLTransformer.java .changes.xml Log: action dev=CZ type=fix fixes-bug=12173 Applying patch from Renaud Bruyeron ([EMAIL PROTECTED]) that fixes

cvs commit: cocoon-2.1/src/blocks/databases/java/org/apache/cocoon/transformation SQLTransformer.java

2003-08-18 Thread cziegeler
cziegeler2003/08/18 06:00:47 Modified:.status.xml src/blocks/databases/java/org/apache/cocoon/transformation SQLTransformer.java Log: action dev=CZ type=fix fixes-bug=12173 Applying patch from Renaud Bruyeron ([EMAIL PROTECTED

cvs commit: cocoon-2.1/src/blocks/authentication-fw/java/org/apache/cocoon/webapps/authentication/flow/javascript - New directory

2003-08-18 Thread cziegeler
cziegeler2003/08/18 07:08:02 cocoon-2.1/src/blocks/authentication-fw/java/org/apache/cocoon/webapps/authentication/flow/javascript - New directory

cvs commit: cocoon-2.1/src/blocks/authentication-fw/java/org/apache/cocoon/webapps/authentication/flow - New directory

2003-08-18 Thread cziegeler
cziegeler2003/08/18 07:08:01 cocoon-2.1/src/blocks/authentication-fw/java/org/apache/cocoon/webapps/authentication/flow - New directory

cvs commit: cocoon-2.1/src/blocks/authentication-fw/java/org/apache/cocoon/webapps/authentication/flow/javascript auth.js

2003-08-18 Thread cziegeler
cziegeler2003/08/18 07:08:05 Added: src/blocks/authentication-fw/java/org/apache/cocoon/webapps/authentication/flow/javascript auth.js Log: Adding empty start for flow integration Revision ChangesPath 1.1 cocoon-2.1/src/blocks

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

2003-08-15 Thread cziegeler
cziegeler2003/08/15 06:42:31 Modified:lib jars.xml src/webapp/WEB-INF cocoon.xconf Added: lib/core excalibur-store-20030815.jar Removed: lib/core excalibur-store-20030726.jar Log: Updating to latest store version Revision ChangesPath 1.1

cvs commit: cocoon-2.1/src/documentation/xdocs/userdocs/concepts caching.xml

2003-08-14 Thread cziegeler
cziegeler2003/08/07 08:18:52 Modified:src/documentation/xdocs/userdocs/concepts caching.xml Log: Start updating caching doc Revision ChangesPath 1.3 +44 -43cocoon-2.1/src/documentation/xdocs/userdocs/concepts/caching.xml Index: caching.xml

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

2003-08-14 Thread cziegeler
cziegeler2003/08/12 04:37:45 Modified:.forrest.properties status.xml src/java/org/apache/cocoon cocoon.properties Log: New version Revision ChangesPath 1.21 +1 -1 cocoon-2.1/forrest.properties Index: forrest.properties

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

2003-08-14 Thread cziegeler
cziegeler2003/08/06 03:07:30 Modified:src/java/org/apache/cocoon/components/pipeline AbstractProcessingPipeline.java Log: The parameters was never set. Revision ChangesPath 1.7 +2 -1 cocoon-2.1/src/java/org/apache/cocoon/components

cvs commit: cocoon-2.1/src/blocks/slop/java/org/apache/cocoon/slop/generation SlopGenerator.java

2003-08-14 Thread cziegeler
cziegeler2003/08/07 04:08:06 Modified:src/java/org/apache/cocoon/components/treeprocessor/sitemap ActionSetNodeBuilder.java src/blocks/slop/java/org/apache/cocoon/slop/generation SlopGenerator.java Log: Organizing

cvs commit: cocoon-2.1/src/blocks/eventcache/conf eventcache.xconf

2003-08-14 Thread cziegeler
cziegeler2003/08/11 02:50:40 Modified:src/blocks/eventcache/samples sitemap.xmap src/blocks/eventcache/conf eventcache.xconf Log: The EventAware cache is not the default automatically; only the samples of the eventcache use it Revision ChangesPath 1.2

cvs commit: cocoon-2.1/src/blocks/portal/samples/news sitemap.xmap

2003-08-14 Thread cziegeler
cziegeler2003/08/13 02:12:32 Modified:src/blocks/portal/samples/news sitemap.xmap Log: Commenting out the transformer makes sample work again Revision ChangesPath 1.5 +2 -0 cocoon-2.1/src/blocks/portal/samples/news/sitemap.xmap Index: sitemap.xmap

cvs commit: cocoon-2.1 status.xml

2003-08-14 Thread cziegeler
cziegeler2003/08/11 02:09:22 Modified:.status.xml Log: Simply DTD which is better than nothing Revision ChangesPath 1.113 +36 -1 cocoon-2.1/status.xml Index: status.xml === RCS file

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

2003-08-14 Thread cziegeler
cziegeler2003/08/11 23:01:40 Modified:src/java/org/apache/cocoon/selection XPathExceptionSelector.java Log: Applying patch for reserving the order from Volker Schmitt. Revision ChangesPath 1.6 +13 -14 cocoon-2.1/src/java/org/apache

cvs commit: cocoon-2.1/src/documentation/xdocs/userdocs/concepts caching.xml

2003-08-14 Thread cziegeler
cziegeler2003/08/07 08:09:57 Modified:src/documentation/xdocs/userdocs/concepts caching.xml Log: Start updating caching doc Revision ChangesPath 1.2 +42 -2 cocoon-2.1/src/documentation/xdocs/userdocs/concepts/caching.xml Index: caching.xml

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

2003-08-14 Thread cziegeler
cziegeler2003/08/11 00:33:08 Modified:src/java/org/apache/cocoon/components/pipeline/impl AbstractCachingProcessingPipeline.java Log: Fixing exception messages Revision ChangesPath 1.12 +4 -4 cocoon-2.1/src/java/org/apache/cocoon

cvs commit: cocoon-2.1/src/test/org/apache/cocoon/components/resolver/test ResolverImplTestCase.java

2003-08-14 Thread cziegeler
cziegeler2003/08/11 04:03:31 Modified:src/test/org/apache/cocoon/components/resolver/test ResolverImplTestCase.java Log: Test excalibur implementation; our own is deprecated. This fixes bug 20096 Revision ChangesPath 1.5 +5 -5 cocoon

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

2003-08-14 Thread cziegeler
cziegeler2003/08/11 01:23:38 Added: src/java/org/apache/cocoon/util/log CocoonStreamTargetFactory.java Log: Adding stream target factory, inspired by Volker Schmitt Revision ChangesPath 1.1 cocoon-2.1/src/java/org/apache/cocoon

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

2003-08-14 Thread cziegeler
cziegeler2003/08/06 22:57:18 Modified:src/java/org/apache/cocoon/servlet ParanoidCocoonServlet.java Log: Resetting class loader after the servlet is destroyed Revision ChangesPath 1.7 +8 -3 cocoon-2.1/src/java/org/apache/cocoon/servlet

cvs commit: cocoon-2.1 README.txt INSTALL.txt

2003-08-14 Thread cziegeler
cziegeler2003/08/11 23:09:03 Modified:.README.txt INSTALL.txt Log: Updating readme.txt and install.txt a little bit Revision ChangesPath 1.5 +5 -2 cocoon-2.1/README.txt Index: README.txt

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

2003-08-14 Thread cziegeler
cziegeler2003/08/12 02:29:10 Modified:src/documentation sitemap.xmap Log: Updating to latest forrest Revision ChangesPath 1.9 +84 -64cocoon-2.1/src/documentation/sitemap.xmap Index: sitemap.xmap

cvs commit: cocoon-2.1 status.xml

2003-08-14 Thread cziegeler
cziegeler2003/08/14 22:47:41 Modified:.status.xml Log: Updated status.xml Revision ChangesPath 1.122 +2 -2 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/transformation AbstractSAXTransformer.java

2003-08-12 Thread cziegeler
cziegeler2003/08/09 12:48:54 Modified:src/java/org/apache/cocoon/transformation AbstractSAXTransformer.java Log: Better namespace support for own transformers Revision ChangesPath 1.5 +72 -6 cocoon-2.1/src/java/org/apache/cocoon

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

2003-08-12 Thread cziegeler
cziegeler2003/08/11 05:48:56 Modified:src/java/org/apache/cocoon/generation JXTemplateGenerator.java Log: Use SourceValidity instead of last modified Revision ChangesPath 1.6 +33 -10 cocoon-2.1/src/java/org/apache/cocoon/generation

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

2003-08-12 Thread cziegeler
cziegeler2003/08/12 04:34:50 Modified:.forrest.properties src/java/org/apache/cocoon cocoon.properties Log: Release version Revision ChangesPath 1.20 +1 -1 cocoon-2.1/forrest.properties Index: forrest.properties

cvs commit: cocoon-2.1/src/blocks/mail/java/org/apache/cocoon/mail/transformation SendMailTransformer.java

2003-08-11 Thread cziegeler
cziegeler2003/08/11 00:46:20 Modified:src/blocks/mail/java/org/apache/cocoon/mail/transformation SendMailTransformer.java Log: Updating to code used in Cocoon Revision ChangesPath 1.3 +6 -4 cocoon-2.1/src/blocks/mail/java/org/apache

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

2003-08-11 Thread cziegeler
cziegeler2003/08/11 06:11:44 Modified:src/scratchpad/src/org/apache/cocoon/generation GarbageGenerator.java Log: Add comment Revision ChangesPath 1.6 +1 -0 cocoon-2.1/src/scratchpad/src/org/apache/cocoon/generation

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

2003-08-11 Thread cziegeler
cziegeler2003/08/05 10:02:15 Modified:src/webapp sitemap.xmap Log: Making xalan the default xslt transformer for the release Revision ChangesPath 1.29 +12 -4 cocoon-2.1/src/webapp/sitemap.xmap Index: sitemap.xmap

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

2003-08-10 Thread cziegeler
cziegeler2003/08/08 04:34:57 cocoon-2.1/src/blocks/mail/java/org/apache/cocoon/mail/transformation - New directory

cvs commit: cocoon-2.1/src/documentation/xdocs/userdocs/concepts caching.xml

2003-08-10 Thread cziegeler
cziegeler2003/08/08 00:32:27 Modified:src/documentation/xdocs/userdocs/concepts caching.xml Log: Adding expires configuration and buffer conf Revision ChangesPath 1.5 +98 -1 cocoon-2.1/src/documentation/xdocs/userdocs/concepts/caching.xml Index

cvs commit: cocoon-2.1 CREDITS.txt

2003-08-10 Thread cziegeler
cziegeler2003/08/07 07:37:17 Modified:.CREDITS.txt Log: Adding credits for the new portal Revision ChangesPath 1.3 +3 -1 cocoon-2.1/CREDITS.txt Index: CREDITS.txt === RCS file

cvs commit: cocoon-2.1/src/blocks/html/java/org/apache/cocoon/generation HTMLGenerator.java

2003-08-09 Thread cziegeler
cziegeler2003/08/09 11:21:49 Modified:.status.xml src/java/org/apache/cocoon/environment/wrapper EnvironmentWrapper.java src/java/org/apache/cocoon/components/source/impl SitemapSource.java

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

2003-08-08 Thread cziegeler
cziegeler2003/08/08 04:35:34 Added: src/scratchpad/src/org/apache/cocoon/acting CommandAction.java Log: Action for executing commands on the server contributed by Peter Klassen ([EMAIL PROTECTED]) Revision ChangesPath 1.1

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

2003-08-07 Thread cziegeler
cziegeler2003/08/06 23:26:24 Modified:src/java/org/apache/cocoon/servlet ParanoidCocoonServlet.java Log: Check for proper init Revision ChangesPath 1.8 +9 -7 cocoon-2.1/src/java/org/apache/cocoon/servlet/ParanoidCocoonServlet.java

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

2003-08-07 Thread cziegeler
cziegeler2003/08/07 00:07:02 Modified:src/java/org/apache/cocoon/components/source SitemapSource.java Log: Applying modified patch for bug 14348 from Marco Rolappe Revision ChangesPath 1.2 +41 -11 cocoon-2.0/src/java/org/apache/cocoon

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

2003-08-06 Thread cziegeler
cziegeler2003/08/06 02:26:44 Modified:src/java/org/apache/cocoon/caching CachedResponse.java Log: Adding convenience constructor Revision ChangesPath 1.4 +12 -1 cocoon-2.1/src/java/org/apache/cocoon/caching/CachedResponse.java Index: CachedResponse.java

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

2003-08-06 Thread cziegeler
cziegeler2003/08/06 03:45:31 Modified:src/java/org/apache/cocoon Cocoon.java Log: Unregister before disposing (isn't really needed, but looks better) Revision ChangesPath 1.12 +4 -1 cocoon-2.1/src/java/org/apache/cocoon/Cocoon.java Index: Cocoon.java

cvs commit: cocoon-2.1/src/blocks/databases/java/org/apache/cocoon/reading DatabaseReader.java

2003-08-06 Thread cziegeler
cziegeler2003/08/06 01:44:22 Modified:src/blocks/databases/java/org/apache/cocoon/reading DatabaseReader.java Log: Changing to service selector Revision ChangesPath 1.4 +4 -7 cocoon-2.1/src/blocks/databases/java/org/apache/cocoon

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

2003-08-01 Thread cziegeler
cziegeler2003/08/01 03:06:41 Modified:src/java/org/apache/cocoon/servlet CocoonServlet.java Log: Remove unused import Revision ChangesPath 1.12 +1 -2 cocoon-2.1/src/java/org/apache/cocoon/servlet/CocoonServlet.java Index: CocoonServlet.java

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

2003-08-01 Thread cziegeler
cziegeler2003/08/01 03:28:38 Modified:.status.xml src/java/org/apache/cocoon/servlet CocoonServlet.java Log: logkit.xconf can be located at any uri Revision ChangesPath 1.101 +4 -1 cocoon-2.1/status.xml Index: status.xml

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

2003-08-01 Thread cziegeler
cziegeler2003/08/01 03:52:20 Modified:.status.xml src/java/org/apache/cocoon/transformation/pagination Pagesheet.java Log: Paginator caches dynamic pagesheet rules. Patch from Frank Taffelt. PR:21213 Revision ChangesPath

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

2003-08-01 Thread cziegeler
cziegeler2003/08/01 05:45:05 Modified:src/java/org/apache/cocoon/servlet ParanoidCocoonServlet.java Log: Reset classloader Revision ChangesPath 1.6 +17 -7 cocoon-2.1/src/java/org/apache/cocoon/servlet/ParanoidCocoonServlet.java

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/pipeline/impl BaseCachingProcessingPipeline.java AbstractCachingProcessingPipeline.java

2003-07-31 Thread cziegeler
cziegeler2003/07/31 05:39:04 Modified:src/java/org/apache/cocoon/components/pipeline/impl AbstractCachingProcessingPipeline.java Added: src/java/org/apache/cocoon/components/pipeline/impl BaseCachingProcessingPipeline.java Log

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

2003-07-31 Thread cziegeler
cziegeler2003/07/31 07:28:19 Modified:src/java/org/apache/cocoon/caching/impl CacheImpl.java src/java/org/apache/cocoon/caching Cache.java Log: Changing type of key to allow more generic caching algorithms Revision ChangesPath 1.5 +11 -9 cocoon

cvs commit: cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/profile ProfileManager.java

2003-07-31 Thread cziegeler
cziegeler2003/07/31 07:37:05 Modified:src/blocks/portal/java/org/apache/cocoon/portal/layout CompositeLayout.java src/blocks/portal/java/org/apache/cocoon/portal/profile ProfileManager.java Log: Fixing javadocs

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/selection ExceptionSelector.java JXPathExceptionSelector.java

2003-07-30 Thread cziegeler
cziegeler2003/07/30 01:21:25 Modified:src/java/org/apache/cocoon/selection ExceptionSelector.java Removed: src/java/org/apache/cocoon/selection JXPathExceptionSelector.java Log: Removing obsolete JXPathExceptioSelector Fixing NPE in ExceptionSelector

cvs commit: cocoon-2.0/src/java/org/apache/cocoon/webapps/portal/components PortalManager.java

2003-07-30 Thread cziegeler
cziegeler2003/07/30 03:24:44 Modified:src/java/org/apache/cocoon/webapps/portal/components PortalManager.java Log: Applying patch for the double-click bug from Hartmut Zimmermann ([EMAIL PROTECTED]) Revision ChangesPath 1.2 +13 -3

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

2003-07-30 Thread cziegeler
cziegeler2003/07/30 03:25:37 Modified:src/blocks/portal-fw/java/org/apache/cocoon/webapps/portal/components PortalManager.java Log: Applying patch for the double-click bug from Hartmut Zimmermann ([EMAIL PROTECTED]) Revision ChangesPath 1.8

cvs commit: cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/layout/renderer/aspect/impl ParameterAspect.java

2003-07-29 Thread cziegeler
cziegeler2003/07/28 23:30:07 Modified:src/blocks/portal/conf portal.samplesxconf portal.xconf src/blocks/portal/samples/profiles/mapping layout.xml src/blocks/portal/java/org/apache/cocoon/portal/profile/impl

cvs commit: cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/coplet copletinstancedata.xml copletbasedata.xml copletdata.xml

2003-07-29 Thread cziegeler
cziegeler2003/07/28 23:52:15 Modified:src/blocks/portal/conf portal.xconf Added: src/blocks/portal/java/org/apache/cocoon/portal/layout layout.xml src/blocks/portal/java/org/apache/cocoon/portal/coplet

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

2003-07-29 Thread cziegeler
cziegeler2003/07/29 00:41:27 Modified:src/java/org/apache/cocoon/components/treeprocessor/sitemap ComponentsSelector.java src/java/org/apache/cocoon/components/treeprocessor TreeProcessor.java Log: Fixing NPE

cvs commit: cocoon-2.1 forrest.properties

2003-07-29 Thread cziegeler
cziegeler2003/07/29 01:26:36 Modified:src/java/org/apache/cocoon cocoon.properties src/webapp sitemap.xmap .forrest.properties Log: Release version Revision ChangesPath 1.11 +1 -1 cocoon-2.1/src/java/org/apache/cocoon

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

2003-07-29 Thread cziegeler
cziegeler2003/07/29 01:46:00 Modified:src/java/org/apache/cocoon/components/treeprocessor/sitemap SwitchSelectNode.java Log: Reverting changes Revision ChangesPath 1.3 +1 -8 cocoon-2.1/src/java/org/apache/cocoon/components

cvs commit: cocoon-2.1 status.xml forrest.properties

2003-07-29 Thread cziegeler
cziegeler2003/07/29 02:01:01 Modified:src/java/org/apache/cocoon cocoon.properties .status.xml forrest.properties Log: Starting next version Revision ChangesPath 1.12 +1 -1 cocoon-2.1/src/java/org/apache/cocoon/cocoon.properties

cvs commit: cocoon-site/src/documentation/content/xdocs/news index.xml

2003-07-29 Thread cziegeler
cziegeler2003/07/29 02:26:52 Modified:src/documentation/content/xdocs/news index.xml Log: Add new release Revision ChangesPath 1.8 +1 -0 cocoon-site/src/documentation/content/xdocs/news/index.xml Index: index.xml

cvs commit: cocoon-site/src/documentation/content/xdocs guidelines.xml

2003-07-29 Thread cziegeler
cziegeler2003/07/29 02:37:58 Modified:src/documentation/content/xdocs guidelines.xml Log: Typo Revision ChangesPath 1.4 +1 -1 cocoon-site/src/documentation/content/xdocs/guidelines.xml Index: guidelines.xml

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

2003-07-28 Thread cziegeler
cziegeler2003/07/28 11:09:48 Modified:src/java/org/apache/cocoon/components/treeprocessor TreeProcessor.java Log: It's that easy...removed unnecessary environment handling for internal calls and finally fixed wrong sitemap manager Revision Changes

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

2003-07-28 Thread cziegeler
cziegeler2003/07/28 11:26:01 Modified:src/java/org/apache/cocoon/components LifecycleHelper.java Log: Simple code formatting Revision ChangesPath 1.4 +151 -163 cocoon-2.1/src/java/org/apache/cocoon/components/LifecycleHelper.java Index: LifecycleHelper.java

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

2003-07-28 Thread cziegeler
cziegeler2003/07/28 13:03:13 Modified:src/blocks/woody/java/org/apache/cocoon/woody/datatype/typeimpl AbstractDatatypeBuilder.java Log: Organizing imports Revision ChangesPath 1.8 +9 -10 cocoon-2.1/src/blocks/woody/java/org/apache

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/transformation/helpers DefaultIncludeCacheManager.java IncludeCacheManagerSession.java PreemptiveLoader.java ExpiresValidity.java

2003-07-27 Thread cziegeler
cziegeler2003/07/27 04:09:17 Modified:src/java/org/apache/cocoon/transformation/helpers DefaultIncludeCacheManager.java IncludeCacheManagerSession.java PreemptiveLoader.java Removed: src/java/org/apache/cocoon

cvs commit: cocoon-2.1/lib jars.xml

2003-07-26 Thread cziegeler
cziegeler2003/07/26 06:26:47 Modified:.gump.xml src/java/org/apache/cocoon/components/store/impl DefaultStore.java src/deprecated/java/org/apache/cocoon/components/store JispFilesystemStore.java

cvs commit: cocoon-2.1/src/test/org/apache/cocoon/components/source SourceResolverAdapter.java

2003-07-26 Thread cziegeler
cziegeler2003/07/26 07:48:39 Modified:src/test/org/apache/cocoon/components/source SourceResolverAdapter.java Log: Organizing imports Revision ChangesPath 1.8 +1 -6 cocoon-2.1/src/test/org/apache/cocoon/components/source

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/store/impl DefaultStore.java

2003-07-26 Thread cziegeler
cziegeler2003/07/26 08:17:25 Modified:src/java/org/apache/cocoon/components/store/impl DefaultStore.java Log: Updating to latest jisp and excalibur store Revision ChangesPath 1.4 +2 -11 cocoon-2.1/src/java/org/apache/cocoon/components

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

2003-07-18 Thread cziegeler
cziegeler2003/07/18 01:37:15 Modified:src/blocks/session-fw/java/org/apache/cocoon/webapps/session/acting SessionAction.java Log: Cleaning up code, adding javadocs Revision ChangesPath 1.3 +21 -5 cocoon-2.1/src/blocks/session-fw/java

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

2003-07-18 Thread cziegeler
cziegeler2003/07/18 01:59:19 Modified:tools/src blocks-build.xsl Log: Allowing samples to have their own xconf patch: samplesxconf Revision ChangesPath 1.30 +7 -0 cocoon-2.1/tools/src/blocks-build.xsl Index: blocks-build.xsl

cvs commit: cocoon-2.1 cocoon.bat

2003-07-18 Thread cziegeler
cziegeler2003/07/18 03:32:30 Modified:.cocoon.bat Log: Fixing comment Revision ChangesPath 1.9 +2 -2 cocoon-2.1/cocoon.bat Index: cocoon.bat === RCS file: /home/cvs/cocoon-2.1

cvs commit: cocoon-2.1/src/targets samples-build.xml init-build.xml

2003-07-18 Thread cziegeler
cziegeler2003/07/18 03:52:51 Modified:src/targets samples-build.xml init-build.xml Log: Don't include scratchpad samples, if exclude.webapp.samples is set Revision ChangesPath 1.8 +1 -1 cocoon-2.1/src/targets/samples-build.xml Index: samples-build.xml

cvs commit: cocoon-2.1/src/documentation/xdocs/userdocs/flow api.xml woody.xml jxforms.xml

2003-07-14 Thread cziegeler
cziegeler2003/07/14 02:36:41 Modified:src/documentation/xdocs/userdocs/flow api.xml woody.xml jxforms.xml Log: Making docs validate Revision ChangesPath 1.18 +9 -12 cocoon-2.1/src/documentation/xdocs/userdocs/flow/api.xml Index

cvs commit: cocoon-2.1/src/blocks/webdav/java/org/apache/cocoon/components/source/impl WebDAVSource.java

2003-07-14 Thread cziegeler
cziegeler2003/07/14 09:06:21 Modified:src/java/org/apache/cocoon/components/pipeline/impl AbstractCachingProcessingPipeline.java src/java/org/apache/cocoon/caching CachedResponse.java src/blocks/webdav/java/org/apache/cocoon

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

2003-07-12 Thread cziegeler
cziegeler2003/07/12 06:49:56 Modified:lib jars.xml src/blocks/portal/java/org/apache/cocoon/portal/transformation RSSTransformer.java Added: src/blocks/html/lib jtidy-04aug2000r7-dev.jar Removed: src/blocks/html/lib .cvsignore

cvs commit: cocoon-2.1 .cvsignore

2003-07-11 Thread cziegeler
cziegeler2003/07/11 03:31:40 Modified:..cvsignore Log: Excluding launch conf from cvs Revision ChangesPath 1.3 +1 -0 cocoon-2.1/.cvsignore Index: .cvsignore === RCS file: /home

cvs commit: cocoon-2.1/src/blocks/taglib/java/org/apache/cocoon/jxpath JXPathCocoonContexts.java

2003-07-11 Thread cziegeler
cziegeler2003/07/11 07:17:44 Modified:src/java/org/apache/cocoon/components RequestLifecycleComponent.java CocoonComponentManager.java src/blocks/taglib/java/org/apache/cocoon/jxpath

cvs commit: cocoon-2.1 status.xml

2003-07-11 Thread cziegeler
cziegeler2003/07/11 07:20:35 Modified:.status.xml Log: Adding global request lifecycle component Revision ChangesPath 1.86 +4 -1 cocoon-2.1/status.xml Index: status.xml === RCS

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

2003-07-11 Thread cziegeler
cziegeler2003/07/11 08:10:21 Modified:src/documentation/xdocs/installing updating.xml Log: Updating the update doc Revision ChangesPath 1.15 +11 -0 cocoon-2.1/src/documentation/xdocs/installing/updating.xml Index: updating.xml

cvs commit: cocoon-2.1 gump.xml

2003-07-10 Thread cziegeler
cziegeler2003/07/10 06:20:26 Modified:.gump.xml Log: Adding dependency Revision ChangesPath 1.65 +2 -1 cocoon-2.1/gump.xml Index: gump.xml === RCS file: /home/cvs/cocoon-2.1

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

2003-07-09 Thread cziegeler
cziegeler2003/07/09 00:42:23 Modified:src/java/org/apache/cocoon/servlet ParanoidCocoonServlet.java CocoonServlet.java .status.xml src/scratchpad/src/org/apache/cocoon/generation GarbageGenerator.java

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/sax XMLByteStreamCompiler.java

2003-07-09 Thread cziegeler
cziegeler2003/07/09 10:53:03 Modified:src/java/org/apache/cocoon/components/sax XMLByteStreamCompiler.java Log: Return null if no events have arrived Revision ChangesPath 1.2 +4 -1 cocoon-2.1/src/java/org/apache/cocoon/components/sax

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/acting HandleFormSubmitAction.java MakeFormAction.java

2003-07-08 Thread cziegeler
cziegeler2003/07/08 07:04:41 Modified:src/blocks/woody/java/org/apache/cocoon/woody/acting HandleFormSubmitAction.java MakeFormAction.java Log: Properly releasing sources Revision ChangesPath 1.5 +28 -22 cocoon-2.1/src/blocks/woody/java

  1   2   >