summaryrefslogtreecommitdiffstats
path: root/releases.moxie
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-08-14 08:56:27 -0400
committerJames Moger <james.moger@gitblit.com>2013-09-17 17:34:00 -0400
commitf084f468756bde745d8e8e27c729f6e57bea5749 (patch)
tree5000ff4a8de48ed3259e2ad5b295e03bd829e859 /releases.moxie
parent578319a659fba918ba720d12ca4d4fc105918595 (diff)
downloadgitblit-f084f468756bde745d8e8e27c729f6e57bea5749.tar.gz
gitblit-f084f468756bde745d8e8e27c729f6e57bea5749.zip
Implemented a graph servlet based on EGit/JGit's PlotWalk (issue-194)
The graph is generated server-side and therefore requires that the commit table row height be fixed and match the row height of the servlet. There will be layout misalignment if remotes refs are displayed. Perhaps this can be improved in the future. Change-Id: I39d0ffc7b1c3679976ce8c198c772ff86238f1a5
Diffstat (limited to 'releases.moxie')
-rw-r--r--releases.moxie2
1 files changed, 2 insertions, 0 deletions
diff --git a/releases.moxie b/releases.moxie
index 53ad8b53..74cf1e33 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -15,10 +15,12 @@ r20: {
- Personal repository prefix (~) is now configurable (issue-265)
- Updated default binary and Lucene ignore extensions
additions:
+ - Added branch graph image servlet based on EGit's branch graph renderer (issue-194)
- Added setting to control creating a repository as --shared on Unix servers (issue-263)
dependencyChanges: ~
settings:
- { name: 'git.createRepositoriesShared', defaultValue: 'false' }
+ - { name: 'web.showBranchGraph', defaultValue: 'true' }
contributors:
- James Moger
- Robin Rosenberg