summaryrefslogtreecommitdiffstats
path: root/src/test/java/com/gitblit/tests/UITicketTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Tickets - Priority, Severity optionsPaul Martin2014-10-201-0/+151
+ Severity indicated via new character indicator and color of ticket icon on ticket list + Priority indicated via new priority icon and color on ticket list + Indexed as integers to provide sorting and maintain language neutral index + Colours and indicator text controlled through CSS classes priority-<x> & severity-<x> + UITicketTest created to generate tickets of all types to ease debugging