Opened 12 years ago
Closed 12 years ago
#10148 closed New Feature (fixed)
Allow to skip ACF in editor#insertHtml
Reported by: | Piotrek Koszuliński | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.1 RC |
Component: | General | Version: | |
Keywords: | Cc: |
Description
New argument has to be introduced allowing to skip filtering e.g. for some internal and temporary insertions.
Change History (6)
comment:1 Changed 12 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | new → assigned |
comment:2 Changed 12 years ago by
Status: | assigned → review |
---|
comment:3 Changed 12 years ago by
Status: | review → assigned |
---|
What about introducing the "unfiltered_html" mode, instead of adding yet another ugly parameter?
comment:4 Changed 12 years ago by
Status: | assigned → review |
---|
Yep - new mode is definitely a better idea.
I also tried to describe what toHtml() arguments really does, since they do a lot...
comment:5 Changed 12 years ago by
Status: | review → review_failed |
---|
Failure messages needed in dt editable/insertion#test insertHtml without filter. Everything's fine anyway.
comment:6 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_failed → closed |
Merged to major with git:6e1a635 on dev and c567894 on tests.
Pushed t/10148 on dev and tests.