From 79dd0bddbd939c85f002f3a33b95ae84d0bf38cb Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 24 Jun 2013 09:36:19 -0400 Subject: [PATCH] Implemented commit cache for the dashboards, activity, and project pages --- src/main/java/com/gitblit/wicket/GitBlitWebApp.properties | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties index 0383ee4..34ba138 100644 --- a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties @@ -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 @@ -488,7 +487,14 @@ gb.starredRepositories = starred repositories gb.failedToUpdateUser = Failed to update user account! gb.myRepositories = my repositories -gb.noActivity = there has been no recent commit activity +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 \ No newline at end of file +gb.myDashboard = my dashboard +gb.failedToFindAccount = failed to find user account ''{0}'' +gb.reflog = reflog +gb.active = active +gb.starred = starred +gb.owned = owned +gb.starredAndOwned = starred & owned +gb.reviewPatchset = review {0} patchset {1} \ No newline at end of file -- Gitblit v1.9.1