From 5930f37817148229d9bcc0b47206b620e999315e Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sun, 19 Aug 2012 21:40:37 -0400 Subject: [PATCH] Fix for possible nullpointer reported in issue 123 --- src/com/gitblit/wicket/GitBlitWebApp.properties | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index f8a936d..2a31f8b 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -310,3 +310,8 @@ gb.duration.months = {0} months gb.duration.oneYear = 1 year gb.duration.years = {0} years +gb.authorizationControl = authorization control +gb.allowAuthenticatedDescription = grant restricted access to all authenticated users +gb.allowNamedDescription = grant restricted access to named users or teams +gb.markdownFailure = Failed to parse Markdown content! +gb.clearCache = clear cache \ No newline at end of file -- Gitblit v1.9.1