Issue Details (XML | Word | Printable)

Key: LUCENE-1433
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Michael McCandless
Reporter: Steven Rowe
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Lucene - Java

Changes.html generation improvements

Created: 30/Oct/08 11:17 PM   Updated: 25/Sep/09 04:23 PM
Return to search
Component/s: Website
Affects Version/s: 2.4
Fix Version/s: 2.9

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works LUCENE-1433.patch 2008-10-30 11:18 PM Steven Rowe 9 kB
Issue Links:
Reference
 

Lucene Fields: Patch Available, New
Resolution Date: 02/Dec/08 01:58 AM


 Description  « Hide
Bug fixes for and improvements to changes2html.pl, which generates Changes.html from CHANGES.txt:
  1. When the current location has a fragment identifier, expand parent sections, so that the linked-to section is visible.
  2. Properly handle beginning-of-release comments that don't fall under a section heading (previously: some content in release "1.9 final" was invisible).
  3. Auto-linkify SOLR-XXX and INFRA-XXX JIRA issues (previously: only LUCENE-XXX issues).
  4. Auto-linkify Bugzilla bugs prefaced with "Issue" (previously: only "Bug" and "Patch").
  5. Auto-linkify Bugzilla bugs in the form "bugs XXXXX and YYYYY".
  6. Auto-linkify issues that follow attributions.


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Michael McCandless added a comment - 02/Dec/08 01:58 AM
Committed revision 722329.

Thanks Steve!