Closed (fixed)
Project:
Cloud
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
17 Feb 2021 at 03:17 UTC
Updated:
8 Mar 2021 at 06:44 UTC
Jump to comment: Most recent, Most recent file
| Comment | File | Size | Author |
|---|---|---|---|
| #16 | 3198860-16.diff | 43.54 KB | sekinet |
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
sekinet commentedComment #4
sekinet commented@yas A patch has been created. Could you please check it?
Comment #5
yas@sekinet
Thank you for adding the refactoring. The patch looks great but I have one comment above. Could you please check it? Thanks.
Comment #6
sekinet commentedComment #7
sekinet commented@yas Thank you for your comments. I've fixed it.
Comment #8
sekinet commentedComment #9
sekinet commented@yas Fixed the PhpMail() module to send HTML mails.
Could you please check it? Thanks
Comment #10
yas@sekinet
Thank you for the update. I tested the patch; and it fixed the HTML email, however:
Approvelink is broken with some break characters %0D%20 →CRLF+ '' (white space). e.g. http://dev1.dataninja.net/clouds/desi%0D%20gn/server_template/aws_us_wes...This should be: http://dev1.dataninja.net/clouds/design/server_template/aws_us_west_2/15...
..<br />href="http://dev1...Could you please double-check?
Comment #11
sekinet commentedComment #12
sekinet commentedComment #13
sekinet commentedComment #14
sekinet commented@yas
Thank you for your confirmation.
Depending on the length of the url, there was a line break in the middle of the url, resulting in broken characters.
We have added a style to the div tag to fix it so that it does not break lines.
Comment #15
yas@sekinet
Thank you for the update. I tested the patch however the link didn't work:
The following is the email body:
Could you please check the HTML again? FYI, it looks there are no space before and after the
hreflink.Comment #16
sekinet commentedComment #17
sekinet commented@yas Thank you for your comment.
I've fixed it, could you please check it?
Comment #18
yas@sekinet
Thank you for fixing the issue. I tested the patch and it looks good to me now. I'll merge the patch to
3.xand close this issue asFixed.Comment #20
yasComment #21
yasComment #23
yas