Issue Details (XML | Word | Printable)

Key: IZPACK-124
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Julien Ponge
Reporter: Gernot Stocker
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IzPack

Parsing/Variable substitution of the content in HTMLInfoPanel

Created: 17/Jul/08 09:55 AM   Updated: 25/Sep/08 02:45 AM
Component/s: Panels
Affects Version/s: 4.0.0
Fix Version/s: 4.1.0

Time Tracking:
Not Specified

File Attachments: 1. Text File ParsingHTMLInfoPanel-Attach.patch (4 kB)


Patch Submitted: Yes


 Description  « Hide
1.) It would be nice to have the parsing functionality for Strings in every Panel available.
2.) HTMLInfoPanel should parse it's content and replace the variables in the HTMLcontent e.g. version strings etc.

The attached patch addresses the two issues and includes als the functionality which provides the patch for http://jira.codehaus.org/browse/IZPACK-123



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Gernot Stocker added a comment - 17/Jul/08 10:18 AM
Slight improvement for the variable substitution... the substitution should be done at panelActivate() so that also variables set during the installation process are replaced with current values.

Julien Ponge added a comment - 07/Aug/08 05:14 AM
Merged, thanks a lot.