From eb96eab513101783a750c13419de6bdce3d2fa4c Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 20 Dec 2011 19:36:56 -0500 Subject: [PATCH] Renamed GitblitUserService, sendMail method, sendmail.groovy, and RepositoryModel.mailingLists --- src/com/gitblit/wicket/GitBlitWebApp.properties | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 181aed9..c0b0010 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -196,5 +196,8 @@ gb.permittedTeams = permitted teams gb.emptyRepository = empty repository gb.repositoryUrl = repository url -gb.mailRecipients = mail recipients -gb.mailRecipientsDescription = space-delimited, used by sendemail Groovy hook \ No newline at end of file +gb.mailingLists = mailing lists +gb.mailingListsDescription = used by the sendmail hook +gb.preReceiveScripts = pre-receive scripts +gb.postReceiveScripts = post-receive scripts +gb.hookScripts = hook scripts \ No newline at end of file -- Gitblit v1.9.1