summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/IStoredSettings.java
Commit message (Collapse)AuthorAgeFilesLines
* Largely completed, uber-cool federation feature.James Moger2011-09-121-4/+4
|
* Documentation. Unit testing. Checkstyle. Findbugs.James Moger2011-07-221-1/+1
|
* Allow specification of forward-slash character in urls (issue 11)James Moger2011-07-181-0/+20
|
* Documentation. Adding JavaDoc comments. Adjustments to method names.James Moger2011-07-011-0/+60
|
* Big push for first release.James Moger2011-06-251-3/+3
| | | | | | | | | | | | * Build script overhaul including building & publishing GO, WAR, Docs, and Site. * Restored JGit 0.12.1 dependency and backported Blame. Got tired of waiting for JGit 1.0.0 Maven artifacts. * Changed Summary Page layout * Optional cookie authentication * Added icons for log, tags, and branches panels. * Show last commit author and short message on branches panel. * Unit testing. * Documentation.
* Override settings from command-line.James Moger2011-06-181-5/+17
|
* Mostly stable war build.James Moger2011-06-181-7/+11
| | | | | Reorganization of resources. Dropped most hard-coded webapp configuration in favor of common web.xml file. Still contemplating configuring git servlet from web.xml too.
* Unit testing. Documentation. Simplified settings classes.James Moger2011-06-091-9/+72
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-261-8/+8
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-251-0/+15
|
* Settings overhaul. Fixes to authentication. Bind interface feature.James Moger2011-04-151-0/+23
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.