Closed cbleek closed 4 years ago
Forgive me, I have remove this package because I think it is not used. You can fix this by adding mikemix/zf2htmlpurifier|
in path/to/yawik/composer.json
and module/Core/composer.json
This library is abandoned, we should replace this package in 0.33-dev.
@kilip
we need to fix this.
Can you take you the time to check, if https://packagist.org/packages/milqmedia/htmlpurifier is an option for a replacement?
@cbleek
Yes, I will check it.
@cbleek
Looks like milqmedia/htmlpurifier
is not maintained too (last update on 2016). But I have found that integrating ezyang/htmlpurifier (used by zf2htmlpurifier) into yawik is not very difficult.
So I just copy and modify a code from zf2htmlpurifier into yawik.
@TiSiE I have forget to add ezyang/htmlpurifier
into yawik/core
composer config in #547 pull. The config should be like this:
/path/to/yawik/src/Core/composer.json file:
{
"require": {
"ezyang/htmlpurifier": "^4.10",
}
}
If you want I can make a pull request for this small fix too.
@kilip If you can create a release, please add the small change and release it.
mikemix/zf2htmlpurifier
is missing as a dependency in module/Jobs/composer.json (I guess)[Thu Nov 29 08:53:38 2018] 127.0.0.1:34308 [500]: /de/jobs/editTemplate/5bff9b008dc1b333168b456e - Class 'zf2htmlpurifier\Filter\HTMLPurifierFilter' not found in /home/cbleek/test/standard/module/Core/src/Filter/XssFilterFactory.php on line 34