svn commit: r164861 - /cocoon/blocks/spring-app/trunk/java/org/apache/cocoon/spring/CocoonApplicationContext.java

2005-04-26 Thread roku
Author: roku Date: Tue Apr 26 12:08:14 2005 New Revision: 164861 URL: http://svn.apache.org/viewcvs?rev=164861view=rev Log: Added support for an empty application context if the default config locations do not exist. Modified: cocoon/blocks/spring-app/trunk/java/org/apache/cocoon/spring

svn commit: r164501 - /cocoon/trunk/src/java/org/apache/cocoon/components/treeprocessor/sitemap/SitemapLanguage.java

2005-04-24 Thread roku
Author: roku Date: Sun Apr 24 14:27:55 2005 New Revision: 164501 URL: http://svn.apache.org/viewcvs?rev=164501view=rev Log: Passing the right configuration into application-container setup. Before, the configuration of components was passed - the parent one. Modified: cocoon/trunk/src

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

2004-04-18 Thread roku
roku2004/04/18 02:51:40 Modified: src/blocks/webdav/java/org/apache/cocoon/components/repository/impl WebDAVRepositoryPropertyHelper.java Log: Fixed method set Properties(String, Map): Wrong uri was passed to WebDAVUtil. Revision ChangesPath

cvs commit: cocoon-2.1/src/blocks/forms/samples/messages FormsMessages_de.xml

2004-04-18 Thread roku
roku2004/04/18 02:57:41 Modified:src/blocks/woody/samples/messages WoodyMessages_de.xml src/blocks/forms/samples/messages FormsMessages_de.xml Log: Updated a translation. Revision ChangesPath 1.2 +1 -1 cocoon-2.1/src/blocks/woody/samples

cvs commit: cocoon-2.1/src/blocks/forms/samples/messages FormsMessages_de.xml

2004-04-18 Thread roku
roku2004/04/18 06:45:31 Modified:src/blocks/woody/samples/messages WoodyMessages_de.xml src/blocks/forms/samples/messages FormsMessages_de.xml Log: Fixed typo. Revision ChangesPath 1.3 +1 -1 cocoon-2.1/src/blocks/woody/samples/messages

cvs commit: cocoon-2.1/src/blocks/webdav/java/org/apache/cocoon/components/webdav WebDAVUtil.java

2004-04-12 Thread roku
roku2004/04/12 04:36:43 Modified:src/blocks/webdav/java/org/apache/cocoon/components/webdav WebDAVUtil.java Log: Integrated support for session independent locks. See http://issues.apache.org/bugzilla/show_bug.cgi?id=28311 Revision ChangesPath

cvs commit: cocoon-2.1/src/blocks/webdav/java/org/apache/cocoon/components/webdav WebDAVUtil.java

2004-04-08 Thread roku
roku2004/04/08 06:03:50 Modified:src/blocks/webdav/java/org/apache/cocoon/components/webdav WebDAVUtil.java Log: Fixed a small bug in makePath(String path) It was not possible to create collection hirachies with i.e. pattern: 200x/x/y where x

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

2004-04-08 Thread roku
roku2004/04/08 12:52:54 Modified: src/blocks/webdav/java/org/apache/cocoon/components/repository/impl WebDAVRepositoryTransactionHelper.java Log: Fixed boolean return values. Now, we delegate the return values of WebdavResource calls. Revision

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

2004-04-08 Thread roku
roku2004/04/08 13:00:40 Modified: src/blocks/webdav/java/org/apache/cocoon/components/repository/impl WebDAVRepositoryTransactionHelper.java Log: Fixed boolean return values. Now, we delegate the return values of WebdavResource calls. Revision

cvs commit: cocoon-2.1/lib/endorsed xml-apis.jar xercesImpl-2.6.2.jar

2004-04-02 Thread roku
roku2004/04/01 10:36:47 Removed: lib/endorsed xml-apis.jar xercesImpl-2.6.2.jar Log: This checkin should fix bug 27474. Changes: ... - updated shipped xalan to version 2.6.0 ...