Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 46075 invoked from network); 18 Apr 2008 21:17:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Apr 2008 21:17:37 -0000 Received: (qmail 91137 invoked by uid 500); 18 Apr 2008 21:17:38 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 90469 invoked by uid 500); 18 Apr 2008 21:17:36 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 90458 invoked by uid 99); 18 Apr 2008 21:17:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2008 14:17:36 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2008 21:16:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 843AE234C0E8 for ; Fri, 18 Apr 2008 14:14:21 -0700 (PDT) Message-ID: <2137694623.1208553261540.JavaMail.jira@brutus> Date: Fri, 18 Apr 2008 14:14:21 -0700 (PDT) From: "Steven Rowe (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-1256) Changes.html formatting improvements In-Reply-To: <259798983.1207008265340.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590617#action_12590617 ] Steven Rowe commented on LUCENE-1256: ------------------------------------- One tiny display issue I noticed: the Bugzilla issue autolinkification places the tag before the closing right square bracket (']') around the LUCENE-XXXX issue, so the closing bracket is not part of the link text, but it should be. This occurs on line #389 on changes2html.pl: {code} . qq!$issue [LUCENE-$jira_issue_num]! {code} should be {code} . qq!$issue [LUCENE-$jira_issue_num]! {code} Again, not including another patch - would you mind fixing this for me, Doron? > Changes.html formatting improvements > ------------------------------------ > > Key: LUCENE-1256 > URL: https://issues.apache.org/jira/browse/LUCENE-1256 > Project: Lucene - Java > Issue Type: Improvement > Components: Website > Affects Versions: 2.4 > Reporter: Steven Rowe > Assignee: Doron Cohen > Priority: Trivial > Fix For: 2.4 > > Attachments: LUCENE-1256.patch, LUCENE-1256.patch, LUCENE-1256.patch, LUCENE-1256.patch, LUCENE-1256.patch, LUCENE-1256.patch > > > Some improvements to the Changes.html generated by the changes2html.pl script via the 'changes-to-html' ant task: > # Simplified the Simple stylesheet (removed monospace font specification) and made it the default. The Fancy stylesheet is really hard for me to look at (yellow text on light blue background may provide high contrast with low eye strain, but IMHO it's ugly). > # Moved the monospace style from the Simple stylesheet to a new stylesheet named "Fixed Width" > # Fixed syntax errors in the Fancy stylesheet, so that it displays as intended. > # Added to change attributions. > # In the Fancy and Simple stylesheets, change attributions are colored dark green. > # Now properly handling change attributions in CHANGES.txt that have trailing periods. > # Clicking on an anchor to expand its children now changes the document location to show the children. > # Hovering over anchors now causes a tooltip to be displayed - either "Click to expand" or "Click to collapse" - the tooltip changes appropriately after a collapse or expansion. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org