From daaf89d8bc0b8229c6205d0c59326bee183c5c5e Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 19 Jun 2013 15:10:59 -0400 Subject: [PATCH] Fixed IOOB exception in StringUtils.getRelativePath (issue-256) --- src/main/java/com/gitblit/wicket/GitBlitWebApp.properties | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties index 2fe2293..f7e72ca 100644 --- a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties @@ -257,7 +257,7 @@ gb.canNotLoadRepository = Can not load repository gb.commitIsNull = Commit is null gb.unauthorizedAccessForRepository = Unauthorized access for repository -gb.failedToFindCommit = Failed to find commit \"{0}\" in {1} for {2} page! +gb.failedToFindCommit = Failed to find commit \"{0}\" in {1}! gb.couldNotFindFederationProposal = Could not find federation proposal! gb.invalidUsernameOrPassword = Invalid username or password! gb.OneProposalToReview = There is 1 federation proposal awaiting review. @@ -462,8 +462,7 @@ gb.at = at gb.of = of gb.in = in -gb.morePushes = all pushes... -gb.pushes = pushes +gb.moreChanges = all changes... gb.pushedNCommitsTo = pushed {0} commits to gb.pushedOneCommitTo = pushed 1 commit to gb.commitsTo = {0} commits to @@ -479,6 +478,8 @@ gb.pushedNewBranch = pushed new branch gb.createdNewBranch = created new branch gb.deletedBranch = deleted branch +gb.createdNewPullRequest = created pull request +gb.mergedPullRequest = merged pull request gb.rewind = REWIND gb.star = star gb.unstar = unstar @@ -486,3 +487,12 @@ gb.starredRepositories = starred repositories gb.failedToUpdateUser = Failed to update user account! gb.myRepositories = my repositories +gb.noActivity = there has been no activity in the last {0} days +gb.findSomeRepositories = find some repositories +gb.metricAuthorExclusions = author metric exclusions +gb.myDashboard = my dashboard +gb.failedToFindAccount = failed to find user account ''{0}'' +gb.reflog = reflog +gb.active = active +gb.starred = starred +gb.owned = owned \ No newline at end of file -- Gitblit v1.9.1