From 9802a766a28bfcb0ae01494ebfa1cbeb11e71809 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sun, 17 Apr 2011 12:06:29 -0400 Subject: [PATCH] Rename ticgit integration to tickets. --- gitblit.properties | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/gitblit.properties b/gitblit.properties index 1adadc8..93183eb 100644 --- a/gitblit.properties +++ b/gitblit.properties @@ -26,8 +26,11 @@ # Require authentication for http/https push/pull access of git repositories git.authenticate = true -# Require authentication to see the web ui -web.authenticate = true +# Require authentication to see everything but the admin pages +web.authenticateViewPages = false + +# Require admin authentication for the admin functions and pages +web.authenticateAdminPages = true # Simple user realm file to authenticate users server.realmFile = users.properties @@ -100,11 +103,11 @@ # Example per-repository regex substitutions overrides global #regex.myrepository.bug = \\b(Bug:)(\\s*[#]?|-){0,1}(\\d+)\\b!!!<a href="http://elsewhere/bug/$3">Bug-Id: $3</a> -# Enable ticgit pages for all repositories (if ticgit branch is present) -ticgit.global = false +# Enable tickets pages for all repositories (if ticgit branch is present) +tickets.global = false -# Enable ticgit pages for specified repository (if ticgit branch is present) -#ticgit.myrepository = true +# Enable tickets pages for specified repository (if ticgit branch is present) +#tickets.myrepository = true # # Server Settings -- Gitblit v1.9.1