From 4e1cc8c91b0b0f03c28ad1a38d98689fab467e83 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 10 Sep 2012 17:25:45 -0400 Subject: [PATCH] Redirect to summary page from empty page for a repo with commits (issue 129) --- src/com/gitblit/wicket/GitBlitWebApp.properties | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index f9480a8..c427dd3 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -78,7 +78,7 @@ gb.editUsers = edit users gb.confirmPassword = confirm password gb.restrictedRepositories = restricted repositories -gb.canAdmin can admin +gb.canAdmin = can admin gb.notRestricted = anonymous view, clone, & push gb.pushRestricted = authenticated push gb.cloneRestricted = authenticated clone & push @@ -128,7 +128,7 @@ gb.exclusions = exclusions gb.registration = registration gb.registrations = federation registrations -gb.sendProposal propose +gb.sendProposal = propose gb.status = status gb.origin = origin gb.headRef = default branch (HEAD) @@ -313,4 +313,9 @@ 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! \ No newline at end of file +gb.markdownFailure = Failed to parse Markdown content! +gb.clearCache = clear cache +gb.projects = projects +gb.project = project +gb.allProjects = all projects +gb.copyToClipboard = copy to clipboard \ No newline at end of file -- Gitblit v1.9.1