Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 83509 invoked from network); 1 Nov 2005 13:48:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Nov 2005 13:48:46 -0000 Received: (qmail 28378 invoked by uid 500); 1 Nov 2005 13:48:46 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 28348 invoked by uid 500); 1 Nov 2005 13:48:45 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 28337 invoked by uid 99); 1 Nov 2005 13:48:45 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 01 Nov 2005 05:48:45 -0800 Received: (qmail 83396 invoked by uid 65534); 1 Nov 2005 13:48:25 -0000 Message-ID: <20051101134825.83395.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r330054 - in /maven/continuum/trunk/continuum-web/src/main/resources: forms/notificationIrc.xml forms/notificationJabber.xml forms/notificationMail.xml forms/notificationMsn.xml localization/Continuum.properties Date: Tue, 01 Nov 2005 13:48:24 -0000 To: continuum-commits@maven.apache.org From: evenisse@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: evenisse Date: Tue Nov 1 05:48:18 2005 New Revision: 330054 URL: http://svn.apache.org/viewcvs?rev=330054&view=rev Log: Add sendOn* fields on notifiers Modified: maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationIrc.xml maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationJabber.xml maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationMail.xml maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationMsn.xml maven/continuum/trunk/continuum-web/src/main/resources/localization/Continuum.properties Modified: maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationIrc.xml URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationIrc.xml?rev=330054&r1=330053&r2=330054&view=diff ============================================================================== --- maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationIrc.xml (original) +++ maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationIrc.xml Tue Nov 1 05:48:18 2005 @@ -45,6 +45,58 @@ irc.channel.label irc.channel.message + + nick + + + text + irc.nick.label + irc.nick.message + + + fullName + + + text + irc.fullName.label + irc.fullName.message + + + sendOnSuccess + + + checkbox + true + notifier.sendOnSuccess.label + notifier.sendOnSuccess.message + + + sendOnFailure + + + checkbox + false + notifier.sendOnFailure.label + notifier.sendOnFailure.message + + + sendOnError + + + checkbox + true + notifier.sendOnError.label + notifier.sendOnError.message + + + sendOnWarning + + + checkbox + true + notifier.sendOnWarning.label + notifier.sendOnWarning.message + @@ -59,7 +111,7 @@ - project.title.update + ircNotificationTitle updateEntity Summary.vm Edit.vm Modified: maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationJabber.xml URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationJabber.xml?rev=330054&r1=330053&r2=330054&view=diff ============================================================================== --- maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationJabber.xml (original) +++ maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationJabber.xml Tue Nov 1 05:48:18 2005 @@ -68,6 +68,42 @@ jabber.isGroup.label jabber.isGroup.message + + sendOnSuccess + + + checkbox + true + notifier.sendOnSuccess.label + notifier.sendOnSuccess.message + + + sendOnFailure + + + checkbox + false + notifier.sendOnFailure.label + notifier.sendOnFailure.message + + + sendOnError + + + checkbox + true + notifier.sendOnError.label + notifier.sendOnError.message + + + sendOnWarning + + + checkbox + true + notifier.sendOnWarning.label + notifier.sendOnWarning.message + Modified: maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationMail.xml URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationMail.xml?rev=330054&r1=330053&r2=330054&view=diff ============================================================================== --- maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationMail.xml (original) +++ maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationMail.xml Tue Nov 1 05:48:18 2005 @@ -20,6 +20,42 @@ mail.address.label mail.address.message + + sendOnSuccess + + + checkbox + true + notifier.sendOnSuccess.label + notifier.sendOnSuccess.message + + + sendOnFailure + + + checkbox + false + notifier.sendOnFailure.label + notifier.sendOnFailure.message + + + sendOnError + + + checkbox + true + notifier.sendOnError.label + notifier.sendOnError.message + + + sendOnWarning + + + checkbox + true + notifier.sendOnWarning.label + notifier.sendOnWarning.message + Modified: maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationMsn.xml URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationMsn.xml?rev=330054&r1=330053&r2=330054&view=diff ============================================================================== --- maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationMsn.xml (original) +++ maven/continuum/trunk/continuum-web/src/main/resources/forms/notificationMsn.xml Tue Nov 1 05:48:18 2005 @@ -44,6 +44,42 @@ msn.address.label msn.address.message + + sendOnSuccess + + + checkbox + true + notifier.sendOnSuccess.label + notifier.sendOnSuccess.message + + + sendOnFailure + + + checkbox + false + notifier.sendOnFailure.label + notifier.sendOnFailure.message + + + sendOnError + + + checkbox + true + notifier.sendOnError.label + notifier.sendOnError.message + + + sendOnWarning + + + checkbox + true + notifier.sendOnWarning.label + notifier.sendOnWarning.message + Modified: maven/continuum/trunk/continuum-web/src/main/resources/localization/Continuum.properties URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/main/resources/localization/Continuum.properties?rev=330054&r1=330053&r2=330054&view=diff ============================================================================== --- maven/continuum/trunk/continuum-web/src/main/resources/localization/Continuum.properties (original) +++ maven/continuum/trunk/continuum-web/src/main/resources/localization/Continuum.properties Tue Nov 1 05:48:18 2005 @@ -178,6 +178,15 @@ notification.delete.confirmation.message = Are you sure you want to delete this notifier? +notifier.sendOnSuccess.label = Send on Success +notifier.sendOnSuccess.message = Check it if you want to receive success messages +notifier.sendOnFailure.label = Send on Failure +notifier.sendOnFailure.message = Check it if you want to receive failure messages +notifier.sendOnError.label = Send on Error +notifier.sendOnError.message = Check it if you want to receive error messages +notifier.sendOnWarning.label = Send on Warning +notifier.sendOnWarning.message = Check it if you want to receive warning messages + // Mail mailNotificationTitle = Mail Notification @@ -198,6 +207,12 @@ irc.channel.label = IRC Channel irc.channel.error = You must enter an IRC channel irc.channel.message = Enter an IRC channel i.e. #maven + +irc.nick.label = Nick Name +irc.nick.message = Enter a nick name + +irc.fullName.label = Full Name +irc.fullName.message = Enter the full name of user // Jabber jabberNotificationTitle = Jabber Notification