Closed (outdated)
Project:
Campaign Monitor
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2013 at 16:46 UTC
Updated:
6 Feb 2025 at 06:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cableman0408 commentedThe diff looks like its binary or something. I'm unable to read it.
How have you created the diff ?
Comment #2
lmeurs commentedI used
git diff.When I download the file, it looks like all other diffs I have seen before... Do you see something like:
Comment #3
cableman0408 commentedThat's strange, maybe it's the encoding. See the screenshot...
Comment #4
lmeurs commentedThat is strange. Chrome opened the file fine, Firefox showed the same as with you. Appeared the encoding was set to "Little Indian", I converted it to UTF-8 without BOM, attached the file to this post and tested it succesfully in Firefox.
EDIT: has something to do with GIT / Powershell / Windows.
Comment #5
bdawg8569 commentedI used the patch in #4 and it worked great for me. The only suggestion I might have is to allow the user to configure the text that gets output in a drupal_set_message for confirmations, but that is not a big deal. Great patch! thanks!
Comment #6
lmeurs commentedManually rerolled patch against current dev. I undid some errors in previous patch and cleaned up the code.
To anyone who applied the previous patch, after applying the latest patch you will have to set the Confirmed Opt In message page URL again for each list.
The patch contains a small API change:
CampaignMonitor::createList()no longer returnsTRUEon success, but the newly created list's ID.@bdawg8569: I think that is out of this issue's scope , you could always overwrite any strings from the
settings.phpfile.Comment #7
vladimirausDrupal 7 is no longer supported.
Closing as outdated.