Closed (fixed)
Project:
SMTP Authentication Support
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2013 at 15:44 UTC
Updated:
4 Mar 2016 at 12:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
gnucifer commented'smtp_on' can also be removed I guess?
Comment #2
simon georges commentedOk, let's remove
smtp_library. Changing category as it is not really a bug.This patch is part of the #1day1patch initiative.
Comment #3
wundo commentedSimon,
looks like you're touching more code than just removing the smtp_library variable, could you explain what you're doing?
Comment #4
simon georges commentedWell, everywhere there's mention of smtp_library (outside of .install), I'm trying to adapt the code. Since mimemail does not define it either, there's a part of the code that could (should?) go too. I just let the status test using the smtp_on variable, but I think the rest is useless. It clearly needs a thorough review.
Comment #5
simon georges commentedAs #1 is mentionning
smtp_on, I'm cross-referencing #1663008: Variable "smtp_on" doesn't actually disable anything....Comment #6
damienmckennaI've updated the patch to add an update script that deletes the variable, and then there's no need for the lines in smtp_uninstall.
Comment #8
damienmckennaComment #9
damienmckennaThe test failed because of a bug in drupalci: #2645590: Ensure that simpletest job doesn't "fail" testing if no tests are present
Comment #10
damienmckennaThe tests failed because of a bug in DrupalCI: #2645590: Ensure that simpletest job doesn't "fail" testing if no tests are present
Comment #12
damienmckennaComment #13
damienmckennaThis would be safe to include in the next release.
Comment #14
Anonymous (not verified) commentedThis installed perfect for me. That said, it was in a clean install with no other patches applied. I wanted to check in ideal conditions. Let me know if I should test this patch with other patches applied as well.
Comment #15
gadaniels72 commentedThis worked for me as well. Tested both on a clean install and with some of the other needs review patches installed.
Comment #17
wundo commented