From e131717b489b5527e2b9853eaae8ad71ca6ea748 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 14 Nov 2013 18:16:57 -0500 Subject: [PATCH] Display common repository documents as tabs on the docs page --- releases.moxie | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/releases.moxie b/releases.moxie index 73a10a6..75d3f1a 100644 --- a/releases.moxie +++ b/releases.moxie @@ -43,6 +43,7 @@ - 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 @@ - { 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' } -- Gitblit v1.9.1