History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: MPCHANGES-4
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Andy Jefferson
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Changes Plugin

changes plugin : Index table addition

Created: 20/Jul/03 06:21 AM   Updated: 15/Nov/03 01:56 PM
Component/s: None
Affects Version/s: 1.2
Fix Version/s: 1.2

Time Tracking:
Not Specified

File Attachments: 1. XML File changes.jsl (2 kb)
2. Text File changes_plugin.patch (4 kb)

Environment: Linux 2.4.21


 Description  « Hide
The changes plugin does a good job of showing summary of changes in a release. What would be a nice extension is to add a table at the start of the report that indexes the releases, so the user can click on a release and be taken to the details - and so they can see a list of releases with dates in one place rather than having to page through it.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Andy Jefferson - 20/Jul/03 11:13 AM
I've implemented the change I proposed. What this basically does is add a table at the top of the Changes report listing the releases (one row per release), with hyperlinks to the detail of the release. It allows a better way of navigating the release information (IMHO).

What you can do with this version is add an extra attribute "description" to each "release" tag giving a summary description of the release. This is then displayed in the summary table. Works for me.


Andy Jefferson - 24/Jul/03 01:26 PM
Added patch (cvs diff -uN) in case people refuse to take the actual files

Emmanuel Venisse - 05/Aug/03 07:28 AM
Applied.