Added rst2html code to convert issue text to HTML and display nicely.

This commit is contained in:
Jonathan Bernard
2010-05-27 05:13:29 -05:00
parent 1beb2397e1
commit 5650034cff
22 changed files with 644 additions and 62 deletions

View File

@ -18,6 +18,8 @@ class PITModel {
// map of category -> issue template
def templates = [:]
def issueCSS = getClass().getResource("/default-issue.css").openStream().text
def categoryIcons = [:]
def statusIcons = [:]

View File

@ -18,6 +18,8 @@ class ProjectPanelModel {
@Bindable Project selectedProject = null
@Bindable Issue popupIssue = null
String issueCSS = ""
// cache the ListModels
def projectTableModels = [:]
def issueCellRenderer