From 1fa5e85b2d208636a6237ef8930f200767165baa Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 07 Jun 2011 20:55:19 -0400 Subject: [PATCH] Improved metrics page and added metrics links to branches panel. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 45e4503..d6102db 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -54,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 @@ -89,4 +90,12 @@ gb.permittedUsers = permitted users gb.isFrozen = is frozen gb.isFrozenDescription = deny push operations -gb.zip = zip \ No newline at end of file +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 \ No newline at end of file -- Gitblit v1.9.1