-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
This is a continuation of the discussion here: http://symphony-cms.com/discuss/thread/63/3/
The inclusion of an external library causes several issues:
- The extension is subject to an external library's release schedule. Incidentally the version of HTMLPurifier in the current version of the markdown extension is outdated.
- HTMLPurifier is a generic text filtering library. Including it as a submodule (I am using this term generically and not in terms of git) means other text formatter extensions that want to use the same library will have to include their own version.
- HTMLPurifier is very large, bigger than Symphony's core itself.
The solution is to abstract HTMLPurifier into an event filter, rather than having this included as part of the extension.
Metadata
Metadata
Assignees
Labels
No labels