Opened 8 years ago
Last modified 3 years ago
#16247 assigned feature
[patch][cla] New PasteFromWord plugin
Reported by: | Mike Wilcox | Owned by: | dylan |
---|---|---|---|
Priority: | low | Milestone: | 1.14 |
Component: | Editor | Version: | 1.8.1 |
Keywords: | Cc: | bill, Adam Peller, Jared Jurkiewicz, cjolif | |
Blocked By: | Blocking: |
Description (last modified by )
I've created a new PasteFromWord? plugin at Sitepen, and we would like to commit it.
One thing to consider (assuming it is approved) is whether this should replace the old one or if we should rename this. There may be a back-compat issue by swapping it out. Or maybe not? There wouldn't be a button on the toolbar.
The file and test is attached if anyone wants to look it over.
Attachments (1)
Change History (16)
Changed 8 years ago by
Attachment: | PasteFromWord.tar added |
---|
comment:1 Changed 8 years ago by
Cc: | bill Adam Peller Jared Jurkiewicz added |
---|---|
Description: | modified (diff) |
Milestone: | tbd → 1.9 |
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
That's a good question. The new plugin should remove the need for SafePaste?, but SafePaste? would not properly extend the new plugin.
I could write methods to cancel ut what SafePaste? does, or we could give this one a new name.
comment:4 Changed 8 years ago by
Owner: | set to Mike Wilcox |
---|---|
Status: | new → assigned |
Mike, still planning to commit this for 1.9? Beta is in two weeks, so it would need to be by then. I assume it's a dojox/editor thing.
comment:5 Changed 8 years ago by
I'm afraid this need to remain in limbo. It has an unresolved naming conflict with the original, which is a dependency for SafePaste?.
comment:6 Changed 8 years ago by
Milestone: | 1.9 → 2.0 |
---|---|
Summary: | New PasteFromWord plugin → [patch][cla] New PasteFromWord plugin |
Ok, sounds like we need to save this for 2.0 then.
comment:7 Changed 8 years ago by
Milestone: | 2.0 → 1.10 |
---|
Might as well check this into SVN and then merge to github, so it's available for the 1.x and 2.x streams.
comment:8 Changed 8 years ago by
Cc: | cjolif added |
---|
comment:9 Changed 7 years ago by
Owner: | changed from Mike Wilcox to dylan |
---|
comment:11 Changed 7 years ago by
Milestone: | 1.10 → 1.11 |
---|---|
Priority: | undecided → low |
comment:12 Changed 5 years ago by
Milestone: | 1.11 → 1.12 |
---|
comment:14 Changed 4 years ago by
Milestone: | 1.12 → 1.13 |
---|
Ticket planning... move current 1.12 tickets out to 1.13 that likely won't get fixed in 1.12.
comment:15 Changed 3 years ago by
Milestone: | 1.13 → 1.14 |
---|
There is likely a backcompat issue. SafePaste? extends from the current plugin. Can you verify your changes do not affect that one?