Bug 493198
Summary: | [AUDIT] extensions/issuetracker/lib/IssueTracker.pm is not using standard Bugzilla mailer code | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Community] Bugzilla | Reporter: | David Lawrence <dkl> | ||||||
Component: | Creating/Changing Bugs | Assignee: | David Lawrence <dkl> | ||||||
Status: | CLOSED NEXTRELEASE | QA Contact: | |||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | 3.2 | ||||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2009-04-08 16:44:10 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 493184 | ||||||||
Attachments: |
|
Description
David Lawrence
2009-03-31 21:45:33 UTC
Created attachment 338392 [details]
Patch to convert IssueTracker.pm to use Bugzilla/Mailer.pm (v1)
Comment on attachment 338392 [details] Patch to convert IssueTracker.pm to use Bugzilla/Mailer.pm (v1) Hi Dave, I tested the patch and it seems to be working fine as far as sending mail using MessageToMTA is the concern, but i am getting an error of undefined subroutine Bugzilla::CGI::remote_address from the code below >+ $err_msg .= "Remote Address: " . Bugzilla->cgi->remote_address() . "\n"; so is the patch missing that subroutine? or am i missing some info? Thanks, Noura Comment on attachment 338392 [details]
Patch to convert IssueTracker.pm to use Bugzilla/Mailer.pm (v1)
Hey Dave,
I saw this patch before the other patch the creates the remote_address subroutine for this patch, Please ignore my previous comment.
Thanks,
Noura
Created attachment 338607 [details]
Patch to convert IssueTracker.pm to use Bugzilla/Mailer.pm (v2)
Oops. That extra change was part of the other patch I submitted for Bugzilla::CGI::remote_address() so I removed that for now. The other patch will fix this file when I commit it later.
New simplified patch for review.
Dave
Comment on attachment 338607 [details]
Patch to convert IssueTracker.pm to use Bugzilla/Mailer.pm (v2)
Patch Looks good Dave.
Thanks,
Noura
Committed. Dave |