]> source.dussan.org Git - gitblit.git/commit
Rename ticgit integration to tickets.
authorJames Moger <james.moger@gitblit.com>
Sun, 17 Apr 2011 16:06:29 +0000 (12:06 -0400)
committerJames Moger <james.moger@gitblit.com>
Sun, 17 Apr 2011 16:06:29 +0000 (12:06 -0400)
commit9802a766a28bfcb0ae01494ebfa1cbeb11e71809
tree208ee6239872f47206e2070546f5fa2b3d76f779
parent01bd346efe98af0f05f23f897c0819d2df8d856c
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.
17 files changed:
gitblit.properties
src/com/gitblit/tests/JGitUtilsTest.java
src/com/gitblit/utils/JGitUtils.java
src/com/gitblit/wicket/GitBlitWebApp.java
src/com/gitblit/wicket/GitBlitWebApp.properties
src/com/gitblit/wicket/models/TicGitTicket.java [deleted file]
src/com/gitblit/wicket/models/TicketModel.java [new file with mode: 0644]
src/com/gitblit/wicket/pages/TicGitPage.html [deleted file]
src/com/gitblit/wicket/pages/TicGitPage.java [deleted file]
src/com/gitblit/wicket/pages/TicGitTicketPage.html [deleted file]
src/com/gitblit/wicket/pages/TicGitTicketPage.java [deleted file]
src/com/gitblit/wicket/pages/TicketPage.html [new file with mode: 0644]
src/com/gitblit/wicket/pages/TicketPage.java [new file with mode: 0644]
src/com/gitblit/wicket/pages/TicketsPage.html [new file with mode: 0644]
src/com/gitblit/wicket/pages/TicketsPage.java [new file with mode: 0644]
src/com/gitblit/wicket/panels/HistoryPanel.java
src/com/gitblit/wicket/panels/PageLinksPanel.java