From 01eec5f00cdd8fe4a647aac10dbd9768982896ea Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 07 Jan 2012 16:39:12 -0500 Subject: [PATCH] Show tagger gravatar on tag page --- src/com/gitblit/wicket/GitBlitWebApp.properties | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index a4bb48f..2abc547 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -201,4 +201,11 @@ gb.postReceiveScripts = post-receive scripts gb.hookScripts = hook scripts gb.accessPermissions = access permissions -gb.filters = filters \ No newline at end of file +gb.filters = filters +gb.generalDescription = common settings +gb.accessPermissionsDescription = restrict access by users and teams +gb.accessPermissionsForUserDescription = set team memberships or grant access to specific restricted repositories +gb.accessPermissionsForTeamDescription = set team members and grant access to specific restricted repositories +gb.federationRepositoryDescription = share this repository with other Gitblit servers +gb.hookScriptsDescription = run Groovy scripts on pushes to this Gitblit server +gb.reset = reset \ No newline at end of file -- Gitblit v1.9.1