I'm fine with that. Christian
-- Christian Hammond - [email protected] Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com -----Original Message----- From: David Trowbridge <[email protected]> Reply: [email protected] <[email protected]>> Date: June 17, 2015 at 1:38:16 PM To: reviewboard <[email protected]>> Cc: Damien NOZAY <[email protected]>> Subject: Re: customizing reviewboard emails to include repository name. > This is a common-enough request that instead of requiring people to write > an extension, it might be nice to make the format directly customizable in > the admin using format identifiers for some common fields. > > -David > > On Wed, Jun 17, 2015 at 1:36 PM, Christian Hammond <[email protected] >> wrote: > >> Hi Damien, >> >> There's no support for this in Review Board today. You'd have to modify >> the code. >> >> I'd be open to new extension hooks that help customize this part of mail >> behavior, if you wanted to work with us on a patch. We'd need to think >> carefully about how it'd work. >> >> Christian >> >> -- >> Christian Hammond - [email protected] >> Review Board - https://www.reviewboard.org >> Beanbag, Inc. - https://www.beanbaginc.com >> >> -----Original Message----- >> From: Damien NOZAY <[email protected]> >> Reply: [email protected] <[email protected]>> >> Date: June 16, 2015 at 12:45:34 PM >> To: [email protected] <[email protected]>> >> Subject: customizing reviewboard emails to include repository name. >> >> > Hi, >> > >> > I would like to see if it is possible to add the repository name to the >> > email subject (see mail_review_request); or allow admins to configure the >> > mail subject. >> > >> > subject = "Review Request %d: %s" % (review_request.display_id, summary) >> > >> > subject = "[%s] Review Request %d: %s" % (review_request.repository.name >> , >> > review_request.display_id, summary) >> > >> > The rationale is that there are a lot of repositories that developers are >> > subscribed to, and being able to skim through review email headers would >> > make them more productive. >> > >> > Thanks, >> > Damien >> > >> > -- >> > Supercharge your Review Board with Power Pack: >> https://www.reviewboard.org/powerpack/ >> > Want us to host Review Board for you? Check out RBCommons: >> https://rbcommons.com/ >> > Happy user? Let us know! https://www.reviewboard.org/users/ >> > --- >> > You received this message because you are subscribed to the Google >> Groups "reviewboard" >> > group. >> > To unsubscribe from this group and stop receiving emails from it, send >> an email to [email protected]. >> > For more options, visit https://groups.google.com/d/optout. >> > >> >> -- >> Supercharge your Review Board with Power Pack: >> https://www.reviewboard.org/powerpack/ >> Want us to host Review Board for you? Check out RBCommons: >> https://rbcommons.com/ >> Happy user? Let us know! https://www.reviewboard.org/users/ >> --- >> You received this message because you are subscribed to the Google Groups >> "reviewboard" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" > group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
