Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 45345 invoked from network); 14 Aug 2005 22:33:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Aug 2005 22:33:13 -0000 Received: (qmail 78164 invoked by uid 500); 14 Aug 2005 22:33:12 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 78081 invoked by uid 500); 14 Aug 2005 22:33:12 -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 78067 invoked by uid 99); 14 Aug 2005 22:33:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Aug 2005 15:33:11 -0700 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 14 Aug 2005 15:33:33 -0700 Received: (qmail 45283 invoked by uid 65534); 14 Aug 2005 22:33:11 -0000 Message-ID: <20050814223311.45280.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r232659 - in /forrest/trunk/main/webapp: WEB-INF/xconf/forrest-core.xconf default-forrest.properties Date: Sun, 14 Aug 2005 22:33:10 -0000 To: svn@forrest.apache.org From: thorsten@apache.org X-Mailer: svnmailer-1.0.3 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: thorsten Date: Sun Aug 14 15:32:28 2005 New Revision: 232659 URL: http://svn.apache.org/viewcvs?rev=232659&view=rev Log: prepared theming. Enabled a new property project.theme. Modified: forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf forrest/trunk/main/webapp/default-forrest.properties Modified: forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf?rev=232659&r1=232658&r2=232659&view=diff ============================================================================== --- forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf (original) +++ forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf Sun Aug 14 15:32:28 2005 @@ -137,6 +137,7 @@ @project.view-defaultView@ + @project.theme@ @project.skin@ @project.home@/@project.sitemap@ @project.home@/@project.status@ Modified: forrest/trunk/main/webapp/default-forrest.properties URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/default-forrest.properties?rev=232659&r1=232658&r2=232659&view=diff ============================================================================== --- forrest/trunk/main/webapp/default-forrest.properties (original) +++ forrest/trunk/main/webapp/default-forrest.properties Sun Aug 14 15:32:28 2005 @@ -25,6 +25,7 @@ #views project.view-defaultView=default.fv +project.theme=default # Specifies name of Forrest skin to use project.skin=pelt