From 18422ea861b3e6e4ff3a2ffe3364343deb538b5d Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 20 Jul 2011 16:00:21 -0400 Subject: [PATCH] Default to port 8443 for GO to be more nix friendly (issue 12) --- src/com/gitblit/wicket/GitBlitWebApp.properties | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 2ba03e6..2ed61fa 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -55,6 +55,7 @@ gb.deletion = deletion gb.rename = rename gb.metrics = metrics +gb.stats = stats gb.markdown = markdown gb.changedFiles = changed files gb.filesAdded = {0} files added @@ -65,7 +66,7 @@ gb.missingUsername = Missing Username gb.edit = edit gb.searchTypeTooltip = Select Search Type -gb.searchTooltip = Search Git:Blit +gb.searchTooltip = Search Gitblit gb.delete = delete gb.docs = docs gb.accessRestriction = access restriction @@ -85,7 +86,7 @@ gb.useTicketsDescription = distributed Ticgit issues gb.useDocsDescription = enumerates Markdown documentation in repository gb.showRemoteBranchesDescription = show remote branches -gb.canAdminDescription = can administer Git:Blit server +gb.canAdminDescription = can administer Gitblit server gb.permittedUsers = permitted users gb.isFrozen = is frozen gb.isFrozenDescription = deny push operations @@ -93,4 +94,9 @@ 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 \ No newline at end of file +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