Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 4663 invoked from network); 2 Apr 2008 14:24:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2008 14:24:02 -0000 Received: (qmail 59275 invoked by uid 500); 2 Apr 2008 14:24:02 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 59243 invoked by uid 500); 2 Apr 2008 14:24:02 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 59227 invoked by uid 99); 2 Apr 2008 14:24:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 07:24:02 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [203.59.1.150] (HELO outbound.icp-qv1-irony-out4.iinet.net.au) (203.59.1.150) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 14:23:11 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAOQz80d8qcPP/2dsb2JhbACsYw X-IronPort-AV: E=Sophos;i="4.25,593,1199631600"; d="scan'208";a="200365290" Received: from unknown (HELO developer) ([124.169.195.207]) by outbound.icp-qv1-irony-out4.iinet.net.au with ESMTP; 02 Apr 2008 22:23:23 +0800 From: "Gav...." To: Subject: Usage of content-author etc Date: Wed, 2 Apr 2008 22:23:15 +0800 Message-ID: <006501c894cd$176439b0$d1c3fea9@developer> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-Index: AciUzRY1CAbKfpA3To+rkByIFEuSdQ== X-Antivirus: avast! (VPS 080401-0, 01/04/2008), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org Hi All, I was looking at trying to finish off FOR-797 (A moving target being in the Whiteboard, some of them will need doing again ...) Looking at content-author.ft it simply states to put the contract in the view somewhere. So I added :- ..into 'pelt-html.content.panel.xml' Nothing shows up, looking at the source of the page the comments are there but no content inbetween. looking at the code of the contract, it is looking for a div class="author" somewhere, so I added one, but still can not see where an actual authors name is supposed to come from or in fact where it is supposed to appear. I have converted some other contracts and work fine, as I want to make sure all contracts work before committing, any hints on this probably brain-dead simple one would be great :) I also think we should create a test view, either a page or few pages containing all these contracts so they can be tested on forrest-sample-2 - any changes elsewhere that break any of these will then be hightlighted. Gav...