summaryrefslogtreecommitdiffstats
path: root/docs/04_releases.mkd
Commit message (Collapse)AuthorAgeFilesLines
* Documentation.James Moger2011-09-261-3/+3
|
* Protect DownloadZipServlet with an AccessRestrictionFilter.James Moger2011-09-261-1/+2
|
* Fixed broken urls for WAR builds.James Moger2011-09-261-3/+3
|
* Updated to JGit 1.1.0 and reverse-sort library dependencies.James Moger2011-09-221-0/+1
|
* Implemented Federation Sets. Documentation.James Moger2011-09-141-0/+1
|
* Updated to Wicket 1.4.18.James Moger2011-09-131-0/+1
|
* Revised federation setting names. Improved documentation.James Moger2011-09-131-2/+2
|
* Largely completed, uber-cool federation feature.James Moger2011-09-121-1/+17
|
* Documentation and prepare 0.5.2 release.v0.5.2James Moger2011-07-271-2/+2
|
* Centralize default branch/HEAD resolution (issue 14)James Moger2011-07-221-0/+1
| | | | | | | | | | | | | | If an object id was not specified Gitblit used HEAD to perform the operation. This breaks under some conditions like working with a repository that does not have any commits on master but does have commits on a vcs-import branch. The new approach is to centralize the resolution of unspecified object ids to a common method which resolves HEAD first but uses the most recently modified branch if HEAD points to nothing. This commit also includes a non-functional method for creating an empty branch. I couldn't figure out how to make JGit create an orphaned branch.
* Rollback to Jetty 7.4.3 for now.James Moger2011-07-211-1/+1
| | | | | | | | | Jetty 7.4.4 introduces a fix to correct url generation. Unfortunately, this "fix" creates a bug for resolving the root page. Evidently the bug may really be in Wicket. Wicket Bug: WICKET-3841 Eclipse Bug: 351199
* Documentation.James Moger2011-07-201-1/+2
|
* Documentation and build script improvements.James Moger2011-07-201-3/+9
|
* Allow specification of forward-slash character in urls (issue 11)James Moger2011-07-181-0/+1
|
* Optionally display repository on-disk size on repositories page.James Moger2011-07-111-3/+10
|
* Changes for minor 0.5.1 release.v0.5.1James Moger2011-06-281-1/+5
| | | | | | | | | | | | | * Clarified SSL certificate generation and configuration in light of the hostname verificiation that JGit currently does despite the http.sslVerify=false setting. * Added some troubleshooting information related to filesystem permissions and reading repositories. * Switched from JavaService to Apache Commons Daemon. Not sure what happened to JavaService as it stopped working for me on Windows 7 with Java 1.6.0_26. Commons Daemon accomplishes the same thing and offers a nice service control utility.
* Prepare 0.5.0 release.v0.5.0James Moger2011-06-261-1/+1
|
* Documentation.James Moger2011-06-251-1/+1
|
* Big push for first release.James Moger2011-06-251-0/+9
* 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.