From 2a99c31201b7002e4dd827b226cf2112d17ca1e1 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 24 Oct 2011 22:45:37 -0400 Subject: [PATCH] Functional edit setting feature for Manager. Wrote stacktrace viewer. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 4314cf9..bbbd81c 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -163,4 +163,6 @@ gb.skipSizeCalculationDescription = do not calculate the repository size (reduces page load time) gb.skipSummaryMetrics = skip summary metrics gb.skipSummaryMetricsDescription = do not calculate metrics on the summary page (reduces page load time) -gb.accessLevel = access level \ No newline at end of file +gb.accessLevel = access level +gb.default = default +gb.setDefault = set default \ No newline at end of file -- Gitblit v1.9.1