Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 26617 invoked by uid 500); 25 Apr 2001 08:21:25 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 26569 invoked by uid 1041); 25 Apr 2001 08:21:22 -0000 Date: 25 Apr 2001 08:21:22 -0000 Message-ID: <20010425082122.26566.qmail@apache.org> From: giacomo@apache.org To: xml-cocoon-cvs@apache.org Subject: cvs commit: xml-cocoon changes.xml giacomo 01/04/25 01:21:22 Modified: . Tag: xml-cocoon2 changes.xml Log: Revision Changes Path No revision No revision 1.9.2.36 +35 -3 xml-cocoon/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/xml-cocoon/changes.xml,v retrieving revision 1.9.2.35 retrieving revision 1.9.2.36 diff -u -r1.9.2.35 -r1.9.2.36 --- changes.xml 2001/04/20 13:04:56 1.9.2.35 +++ changes.xml 2001/04/25 08:21:19 1.9.2.36 @@ -4,7 +4,7 @@ @@ -24,9 +24,41 @@ + + Added a internal-only attribute to the map:pipeline element to protect them + from being accessed by normal user request. The only way to access them by + use of the src attribute of the map:part element or the xinclude:href of + the XIncludeSAXConnector which implements transparent xinclude capability + + + Added a prefix attribute to both map:aggregate and map:part to have a + namespace prefix available. + + + Added an optional strip-root attribute to the map:part element of the + map:aggregate element to indicate that the aggregator should strip off + the root element of the aggregated content. The values can be "yes" or "true" + to strip off and anything else to not. + + + Made element attribute of map:part element in map:aggregate element optional + + + Also added substitution for test/pattern attribute. + + + Implementation of content aggregation at sitemap level. + + + Enable a parallel calling path into the sitemap for internal requests + of resource. + + + Added missing methods on CommandLineRequest. + - Finished cleanup of the environment. We are now as independant of - the javax.servlet package as possible. + Finished cleanup of the environment. We are now as independant of + the javax.servlet package as possible. Creating wrappers for Session and Cookie. ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org