Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Process bugtraq configuration in markup document rendering | James Moger | 2014-03-04 | 1 | -171/+0 |
| | |||||
* | Launch bugtraq links in a new tab | James Moger | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | Add support for per-repository bugtraq configuration | James Moger | 2013-12-03 | 1 | -7/+52 |
| | | | | | | | | | | | | | | | | | | | Imported the reference implementation contributed by syntevo which is used in their SmartGit product. You may create a bugtraq config section inf your .git/config file OR you may add a .gitbugtraq file to the root of your repository. Example: [bugtraq "issues"] url = http://code.google.com/p/gitblit/issues/detail?id=%BUGID% logRegex = "[Ii]ssue[-#:\\s]{1}\\d+" logRegex1 = "\\d+" [bugtraq "[pullrequests"] url = "https://github.com/gitblit/gitblit/pull/%BUGID%" logRegex = "(?:pull request|pull|pr)\\s*[-#]?([0-9]+)" Change-Id: Iaba305bf4280d08cc4d1abf533c2f1365470a43f | ||||
* | Eliminate nearly all direct GitBlit singleton references in Wicket | James Moger | 2013-11-26 | 1 | -0/+126 |
This is the first step towards modularization and injection. All direct references to the GitBlit singleton within the Wicket pages and panels have been replaced to proxy methods in the GitBlitWebApp singleton. There are still two Wicket classes which rely on the GitBlit singleton; those require manual instantiation (servlet 3). Change-Id: I0cdbbcf87959d590c446c99abb09c07c87c737bc |