Re: [DOC-WEB] cvs: docweb /include/rfc rfc-emails.php
[email protected] (Vincent Gevers)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am subscribed to the pear-cvs@ list and track commits that way :) Vincent On Monday 15 August 2005 18:19, Arnaud Limbourg wrote: > Do you want to be informed when such a modification occurs or do you > track commits ? > > Arnaud. > > Vincent Gevers wrote: > >vincent Mon Aug 15 06:12:02 2005 EDT > > > > Modified files: > > /docweb/include/rfc rfc-emails.php > > Log: > > Also add the delete reason in the emails > > > >http://cvs.php.net/diff.php/docweb/include/rfc/rfc-emails.php?r1=1.2&r2=1. > >3&ty=u Index: docweb/include/rfc/rfc-emails.php > >diff -u docweb/include/rfc/rfc-emails.php:1.2 > > docweb/include/rfc/rfc-emails.php:1.3 --- > > docweb/include/rfc/rfc-emails.php:1.2 Sun Sep 12 03:39:01 2004 +++ > > docweb/include/rfc/rfc-emails.php Mon Aug 15 06:12:01 2005 > >@@ -17,7 +17,7 @@ > > > > | Authors: Vincent Gevers <[email protected]> > > | | Tobias Schlitt <[email protected]> | > > > > > > +----------------------------------------------------------------------+ > > - $Id: rfc-emails.php,v 1.2 2004/09/12 07:39:01 vincent Exp $ > >+ $Id: rfc-emails.php,v 1.3 2005/08/15 10:12:01 vincent Exp $ > > */ > > > > $proposalEmailTexts = array( > >@@ -29,7 +29,7 @@ > > 'user' => '{email_pear_dev}, {owner_name} {owner_email}' > > ), > > 'subject' => '{pkg_category}::{pkg_name} deleted', > >- 'text' => "{actor_name} ({actor_link}) has deleted the > > proposal for {pkg_category}::{pkg_name}." + 'text' => > > "{actor_name} ({actor_link}) has deleted the proposal for > > {pkg_category}::{pkg_name}.\n\nThe reason for that is:\n\n{comment}" ), > > > > // $proposal->sendActionEmail("change_status_proposal", > > $_COOKIE["PEAR_USER"], $proposal);