From 9802a766a28bfcb0ae01494ebfa1cbeb11e71809 Mon Sep 17 00:00:00 2001 From: James Moger Date: Sun, 17 Apr 2011 12:06:29 -0400 Subject: Rename ticgit integration to tickets. The current ticgit implementation is based on ticgit.net, a BSD implementation for C#. Jeff Welling advises using commit bf57b032e030bd16a7b2 (2009-01-27) from ticgit as the last MIT licensed commit. A more complete implementation will be based on this version of the original Ruby sources. It remains unclear if I will support using the "ticgit" branch name or not. I purposefully haven't looked at any of the GPL improvements by Jeff, but I can see from the readme at GitHub that he has renamed the branch to "ticgit-ng" which I have no plans on supporting as I do not want to taint GitBlit with GPL code. --- src/com/gitblit/wicket/pages/TicketPage.html | 42 ++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/com/gitblit/wicket/pages/TicketPage.html (limited to 'src/com/gitblit/wicket/pages/TicketPage.html') diff --git a/src/com/gitblit/wicket/pages/TicketPage.html b/src/com/gitblit/wicket/pages/TicketPage.html new file mode 100644 index 00000000..56e29804 --- /dev/null +++ b/src/com/gitblit/wicket/pages/TicketPage.html @@ -0,0 +1,42 @@ + + + + + + + +
[page links]
+ + +
[ticket title]
+ + + + + + + + +
ticket id[ticket id]
assigned[ticket title]
open date[ticket open date]
state[ticket state]
tags[ticket tags]
+ + +
comments
+ + + + + + + + + +
[comment author]
+ [comment date] +
[comment text]
+ +
+ + \ No newline at end of file -- cgit v1.2.3