Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 64900 invoked from network); 8 Jun 2006 00:42:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Jun 2006 00:42:21 -0000 Received: (qmail 28806 invoked by uid 500); 8 Jun 2006 00:42:21 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 28768 invoked by uid 500); 8 Jun 2006 00:42:20 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 28757 invoked by uid 99); 8 Jun 2006 00:42:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 17:42:20 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 17:42:20 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 1C6241A983A; Wed, 7 Jun 2006 17:42:00 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r412626 - /forrest/trunk/site-author/status.xml Date: Thu, 08 Jun 2006 00:41:59 -0000 To: svn@forrest.apache.org From: thorsten@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060608004200.1C6241A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: thorsten Date: Wed Jun 7 17:41:59 2006 New Revision: 412626 URL: http://svn.apache.org/viewvc?rev=412626&view=rev Log: Adding status entries of various changes I committed. Modified: forrest/trunk/site-author/status.xml Modified: forrest/trunk/site-author/status.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?rev=412626&r1=412625&r2=412626&view=diff ============================================================================== --- forrest/trunk/site-author/status.xml (original) +++ forrest/trunk/site-author/status.xml Wed Jun 7 17:41:59 2006 @@ -369,7 +369,30 @@ This work was enabled via a "Google Summer of Code" project. See docs. + + Added information about + how to debug forrest java classes to the faq Diff + + Added a shell script to + do some steps of the cocoon update process. Still there are some steps + that should rather be done by a script then committer interaction. + Updated the readme to state that some steps could be done by the + script. Diff + + Added new + seed targets seed-basic and seed-sample. That closes FOR-253. Diff + + + Fixed sample + sites from the seedTestBusiness FOR-670: forrest seedTestBusiness; + forrest site fails resume dtd validation Diff + + Refactored the view resolver code of the internal.view plugin. Created an action that is doing the same as before the combination of sitemap+xsl.
Added 2 java classes to package @@ -395,6 +418,16 @@ normalize-space() the forrest:properties before parsing them to the pipe + + Added a new + {defaults:view-internal} to better reuse the internal code of views. + has the benefit that I only need to change the forrest-core.conf when + we move views in to the core. The change in + includes-viewLocationmap.xsl allows us to parse the views extension as + paramater. That allows us to easily change '.fv' to '.fv.xml' via the + forrest.properties. Diff +