From 8c9a2037b5c0fed881a3ad6dd9cff364eed603d9 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Tue, 14 Jun 2011 16:55:13 -0400
Subject: [PATCH] Added AccessRestrictionFilter and simplified authentication.

---
 src/com/gitblit/wicket/GitBlitWebApp.properties |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties
index b6dbc11..50a4ef4 100644
--- a/src/com/gitblit/wicket/GitBlitWebApp.properties
+++ b/src/com/gitblit/wicket/GitBlitWebApp.properties
@@ -38,7 +38,6 @@
 gb.pageFirst = first
 gb.pagePrevious prev
 gb.pageNext = next
-gb.parent = parent
 gb.head = HEAD
 gb.blame = blame
 gb.login = Login
@@ -55,6 +54,7 @@
 gb.modification = modification
 gb.deletion = deletion
 gb.rename = rename
+gb.metrics = metrics
 gb.stats = stats
 gb.markdown = markdown
 gb.changedFiles = changed files 
@@ -67,18 +67,15 @@
 gb.edit = edit
 gb.searchTypeTooltip = Select Search Type
 gb.searchTooltip = Search Git:Blit
-gb.rename = rename
 gb.delete = delete
 gb.docs = docs
 gb.accessRestriction = access restriction
 gb.name = name
-gb.description = description
 gb.enableTickets = enable tickets
 gb.enableDocs = enable docs
 gb.save = save
 gb.showRemoteBranches = show remote branches
 gb.editUsers = edit users
-gb.password = password
 gb.confirmPassword = confirm password
 gb.restrictedRepositories = restricted repositories
 gb.canAdmin can admin
@@ -92,4 +89,14 @@
 gb.canAdminDescription = can administer Git:Blit server
 gb.permittedUsers = permitted users
 gb.isFrozen = is frozen
-gb.isFrozenDescription = deny push operations
\ No newline at end of file
+gb.isFrozenDescription = deny push operations
+gb.zip = zip
+gb.showReadme = show readme
+gb.showReadmeDescription = show a \"readme\" markdown file on the summary page
+gb.nameDescription = use '/' to group repositories.  e.g. libraries/mycoollib.git
+gb.ownerDescription = the owner may edit repository settings
+gb.blob = blob
+gb.commitActivityTrend = commit activity trend
+gb.commitActivityDOW = commit activity by day of week
+gb.commitActivityAuthors = primary authors by commit activity
+gb.feed = feed
\ No newline at end of file

--
Gitblit v1.9.1