summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/WebXmlSettings.java
Commit message (Collapse)AuthorAgeFilesLines
* Documentation. Adding JavaDoc comments. Adjustments to method names.James Moger2011-07-011-2/+8
|
* Big push for first release.James Moger2011-06-251-2/+10
| | | | | | | | | | | | * 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.
* Unit testing. Documentation. Simplified settings classes.James Moger2011-06-091-51/+17
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-261-3/+3
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-251-0/+15
|
* Build infrastructure improvements. Setting to show remote branches.James Moger2011-05-041-1/+1
| | | | | | | | | | | | The JGit team is now publishing 0.12.1 artifacts on the Eclipse Maven site. Yeah! That was the last missing piece for a slick Git:Blit deployment. The build has been reworked to download from Eclipse and to also download source and javadoc jars for setting up a development environment. Made the log4j pattern configurable by operating system. Moved Markdown utils to their own class since I need StringUtils for Build and that introduced a chicken-and-egg scenario.
* Settings overhaul. Fixes to authentication. Bind interface feature.James Moger2011-04-151-0/+65
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.