Closed
Bug 284629
Opened 20 years ago
Closed 20 years ago
Combine Param(enable_mail_sending) with Param(maildeliverymethod)
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: shane.h.w.travis, Assigned: shane.h.w.travis)
References
Details
Attachments
(2 files, 1 obsolete file)
|
4.22 KB,
patch
|
jacob
:
review+
|
Details | Diff | Splinter Review |
|
1.21 KB,
patch
|
Details | Diff | Splinter Review |
As Jake said in bug 178370 comment 13, I implemented the fix to that bug poorly. A better way is to add a choice 'none' to maildeliverymethod. While I'm modifying this parameter, I'm also going to properly space the words out with underscores (as per bug 155628) to mail_delivery_method. Patch to follow.
| Assignee | ||
Updated•20 years ago
|
Updated•20 years ago
|
Target Milestone: Bugzilla 2.20 → ---
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #176159 -
Flags: review?(jake)
| Assignee | ||
Updated•20 years ago
|
Severity: normal → minor
Status: NEW → ASSIGNED
Target Milestone: --- → Bugzilla 2.20
| Assignee | ||
Comment 2•20 years ago
|
||
Updated due to bitrot after checkin of bug 280778
Attachment #176593 -
Flags: review?(jake)
| Assignee | ||
Updated•20 years ago
|
Attachment #176159 -
Attachment is obsolete: true
Attachment #176159 -
Flags: review?(jake)
Comment 3•20 years ago
|
||
Comment on attachment 176593 [details] [diff] [review] Code patch for tip, take 2 Looks good, even the comments I never made were addressed by the bitrot fix :)
Attachment #176593 -
Flags: review?(jake) → review+
Updated•20 years ago
|
Flags: approval?
Updated•20 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 4•20 years ago
|
||
Checking in checksetup.pl; /cvsroot/mozilla/webtools/bugzilla/checksetup.pl,v <-- checksetup.pl new revision: 1.363; previous revision: 1.362 done Checking in defparams.pl; /cvsroot/mozilla/webtools/bugzilla/defparams.pl,v <-- defparams.pl new revision: 1.153; previous revision: 1.152 done Checking in Bugzilla/BugMail.pm; /cvsroot/mozilla/webtools/bugzilla/Bugzilla/BugMail.pm,v <-- BugMail.pm new revision: 1.36; previous revision: 1.35 done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 5•18 years ago
|
||
For the record, the documentation has already been updated in bug 313469.
Flags: documentation2.22+
Flags: documentation2.20+
Flags: documentation+
Comment 6•18 years ago
|
||
maildeliverymethod -> mail_delivery_method. I don't think I need review for such a change. ;)
You need to log in
before you can comment on or make changes to this bug.
Description
•