diff options
author | James Moger <james.moger@gitblit.com> | 2013-11-14 18:16:57 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-11-14 18:16:57 -0500 |
commit | e131717b489b5527e2b9853eaae8ad71ca6ea748 (patch) | |
tree | a6e8553121160ddbfc395dfa57ef182bc9cf80b3 /releases.moxie | |
parent | 445b72e789b9414588dccd2d367e43f1e8821039 (diff) | |
download | gitblit-e131717b489b5527e2b9853eaae8ad71ca6ea748.tar.gz gitblit-e131717b489b5527e2b9853eaae8ad71ca6ea748.zip |
Display common repository documents as tabs on the docs page
Change-Id: I6935fa45598da847936748b474a3da47e94efaac
Diffstat (limited to 'releases.moxie')
-rw-r--r-- | releases.moxie | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/releases.moxie b/releases.moxie index 73a10a6f..75d3f1a5 100644 --- a/releases.moxie +++ b/releases.moxie @@ -43,6 +43,7 @@ r20: { - Added setting to globally disable anonymous pushes in the receive pack - Added a normalized diffstat display to the commit, commitdiff, and compare pages - Added GO setting to automatically redirect all http requests to the secure https connector + - Automatically display common repository root documents as tabs on the docs page dependencyChanges: - updated to Jetty 7.6.13 - updated to JGit 3.1.0 @@ -55,6 +56,7 @@ r20: { - { name: 'git.defaultAccessRestriction', defaultValue: 'PUSH' } - { name: 'git.mirrorPeriod', defaultValue: '30 mins' } - { name: 'web.commitMessageRenderer', defaultValue: 'plain' } + - { name: 'web.documents', defaultValue: 'readme home index changelog contributing submitting_patches copying license notice authors' } - { name: 'web.showBranchGraph', defaultValue: 'true' } - { name: 'web.summaryShowReadme', defaultValue: 'false' } - { name: 'server.redirectToHttpsPort', defaultValue: 'true' } |