summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/PatchPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Externalized a bunch of strings for translationJames Moger2012-03-251-3/+3
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-271-1/+2
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-261-8/+6
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-251-0/+15
|
* Working on error handling.James Moger2011-04-291-2/+11
|
* Basic Create/Edit Repository. JGit 0.12-stable. Tag icon.James Moger2011-04-231-8/+1
|
* patch-to-current feature.James Moger2011-04-171-1/+9
|
* Generate Keys class from gitblit.properties as part of build process.James Moger2011-04-141-3/+2
|
* Authenticate the webapp against the same realm as the git servlet.James Moger2011-04-141-2/+2
| | | | | | | Right now the implementation is hard-coded to pass the realm into a singleton. This won't work for a WAR distribution so I will need to figure out how to properly authenticate the webapp using form authentication and the git servlet using basic authentication - host against the same realm.
* Patch formatter. Ensure html escaping. css tweaks.James Moger2011-04-131-0/+46