From b55030a765f040a15609c60d3f69b6cb7f00bdae Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sat, 16 Apr 2011 09:27:57 -0400
Subject: [PATCH] More flexible authentication.  Anonymous view, authenticated admin.

---
 src/com/gitblit/wicket/GitBlitWebApp.properties |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties
index a16ea74..a5583c7 100644
--- a/src/com/gitblit/wicket/GitBlitWebApp.properties
+++ b/src/com/gitblit/wicket/GitBlitWebApp.properties
@@ -37,4 +37,12 @@
 gb.ticgit = ticgit
 gb.pageFirst = first
 gb.pagePrevious prev
-gb.pageNext = next
\ No newline at end of file
+gb.pageNext = next
+gb.parent = parent
+gb.head = HEAD
+gb.blame = blame
+gb.login = Login
+gb.logout = Logout
+gb.username = Username
+gb.password = Password
+gb.tagger = tagger
\ No newline at end of file

--
Gitblit v1.9.1