[PEAR-BUG] Bug #16844 [Asn]: "Patch Added" Email Is Missing Its Bug Info

[email protected] Fri, 3 Oct 2014 22:29:25 +0100 (BST)
Newsgroups php.pear.bugs
Message-ID <[email protected]>
Edit report at https://pear.php.net/bugs/bug.php?id=16844&edit=1

 ID:               16844
 Updated by:       [email protected]
 Reported By:      demon dot gene at gmail dot com
 Summary:          "Patch Added" Email Is Missing Its Bug Info
 Status:           Assigned
 Type:             Bug
 Package:          pearweb
 Operating System: Linux
 Package Version:  1.24.0
 PHP Version:      Irrelevant
 Assigned To:      doconnor
 Roadmap Versions: 
 New Comment:

Is this still an issue? Because looking at the current code, I don't see
how this could happen.


Previous Comments:
------------------------------------------------------------------------

[2009-12-02 00:01:50] doconnor

-Assigned To:
+Assigned To: doconnor


------------------------------------------------------------------------

[2009-12-02 00:01:37] doconnor

:(

You think its in:

http://svn.php.net/viewvc/pear/pearweb/trunk/public_html/bugs/handle-patch.php?view=markup

191 	 require_once 'bugs/pear-bugs-utils.php';
192 	$patch = array(
193 	'patch' => $patchname,
194 	'bug_id' => $id,
195 	'revision' => $e,
196 	'package_name' => $buginfo['package_name'],
197 	);
198 	$res = PEAR_Bugs_Utils::sendPatchEmail($patch); 

or

http://svn.php.net/viewvc/pear/pearweb/trunk/include/bugs/pear-bugs-utils.php?view=markup#l139

------------------------------------------------------------------------

[2009-11-29 01:19:34] ashnazg

Description:
------------
The "Patch Added/Updated" email I received for Bug #16586 is completely
missing any and all references to the bug itself.  Therefore, it's
subject is incomplete, and all its hyperlinks are incomplete.

Expected result:
----------------
subject	[Patch] Patch Added/Updated for bug 16586

	
Dear maintainer,

The following patch has been added/updated for bug #16586:

Bug Package: XML_Serializer
Bug Summary: namespace duplication
Patch Name:  add-firstcall-check-to_createXMLTag
URL:        
http://pear.php.net/bugs/patch-display.php?bug_id=16586&patch=add-firstcall-check-to_createXMLTag&revision=1259260750&display=1
Date:        2009-11-26 18:46:15

View bug report at : http://pear.php.net/bugs/bug.php?id=16586

Actual result:
--------------
subject	[Patch] Patch Added/Updated for bug

	
Dear maintainer,

The following patch has been added/updated for bug #:

Bug Package: XML_Serializer
Bug Summary:
Patch Name:  add-firstcall-check-to_createXMLTag
URL:        
http://pear.php.net/bugs/patch-display.php?bug_id=&patch=add-firstcall-check-to_createXMLTag&revision=1259260750&display=1
Date:        2009-11-26 18:46:15

View bug report at : http://pear.php.net/bugs/bug.php?id=

------------------------------------------------------------------------


-- 
Edit this bug report at https://pear.php.net/bugs/bug.php?id=16844&edit=1