summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/TicGitTicketPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename ticgit integration to tickets.James Moger2011-04-171-64/+0
| | | | | | | | | | | | | 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.
* Settings overhaul. Fixes to authentication. Bind interface feature.James Moger2011-04-151-4/+4
| | | | | Settings access has been abstracted and the way is becoming clear to offer a WAR build in addition to the integrated server stack. Util methods moved around.
* Generate Keys class from gitblit.properties as part of build process.James Moger2011-04-141-2/+2
|
* Fixed ticgit pages.James Moger2011-04-131-4/+6
|
* Patch formatter. Ensure html escaping. css tweaks.James Moger2011-04-131-2/+2
|
* Eliminated most session usage.James Moger2011-04-111-2/+1
|
* Ref links.James Moger2011-04-111-1/+1
|
* created panels for logs, tags, and branches.James Moger2011-04-081-2/+2
|
* Localized all strings for translation. Removed old resources.James Moger2011-04-071-28/+3
|
* Let Wicket manage resources and use markup inheritance.James Moger2011-04-071-2/+6
| | | This seems to improve page loading times.
* Added placeholder for Admin links on main page.James Moger2011-04-061-2/+16
| | | | | | Added placeholder for Admin links on main page. Dynamically add ticgit link to nav links, if ticgit branch is discovered. Settings refinements.
* Simplified links some more. Added TicGit browser.James Moger2011-04-051-0/+70