Postponed (maintainer needs more info)
Project:
Obfuscate
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2018 at 09:36 UTC
Updated:
25 Nov 2023 at 20:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
colorfieldComment #3
vidorado commentedDirty patch for those using ROT13 method
Caution: ¡¡It breaks HTMLEntities method!!
Comment #4
mrshowermanI see some work has been done in current HEAD, but there's no support for the filter.
Attached patch solves this.
Comment #5
mrshowermanComment #6
nigelcunningham commentedI've just completed a bit of a rewrite, including changes in this area. Please test the 2.0.x dev branch.
Thanks!
Comment #7
mrshowermanI tested the 2.0.x branch and it works nicely.
Comment #8
grimreaperHi,
I applied patch from comment 4 on 2.0.0 version and it fixes the bug.
Thanks!
Comment #9
nigelcunningham commentedHi @Grimreaper.
I've just tried applying the patch and am not seeing a case where it still makes any difference - it applies, but doesn't seem to make any difference to the output. Could you help me out with a case where you're still seeing an issue without the patch being applied?
Thanks!
Nigel
Comment #10
grimreaperHi @Nigel Cunningham,
The following code in the RTE:
<a href="mailto:example@example.com">write us</a>Before patch, will produce:
<a href="mailto:example@example.com" rel="nofollow">example@example.com</a>After patch, will produce:
<a href="mailto:example@example.com" rel="nofollow">write us</a>Hope this help.
Thanks :)
Comment #11
nigelcunningham commentedComment #12
nigelcunningham commentedMorning Grimreaper.
Apologies first for the delay in getting back to this.
I've just enabled Obfuscate afresh in my module dev install, added the Obfuscate filter to the end of the Basic HTML configuration and put "write us" in the source of a normal node's WYSIWYG, using basic HTML for the format. On the resulting page, the source shows:
write us
Could I get you to point out what I'm doing differently? The commit I'm on is fa512f3b (2.0.x branch)
Thanks!
Comment #13
grimreaperHi @Nigel Cunningham,
No problem for the reply delay.
Since the last comment even with patch the problem still occured randomly so I gave up on using Obfuscate and uninstalled it.
I was on 2.0.0 version and I also had the "Convert URLs into links" filter enabled.
If on another project I will have to use Obfuscate and still got the problem, I will give news.
Comment #14
nigelcunningham commentedThanks!
I'll try again with the info you provided.