Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :arrow_up: Update HTML Purifier library. | Klaus Weidenbach | 2017-03-26 | 1 | -0/+6 |
| | | | | | Updated HTML Purifier from 4.6.0 to 4.9.2 with better PHP7 compatibility. Used composer to manage this library. | ||||
* | :white_check_mark: Some more tests for purify_html(). | Klaus Weidenbach | 2017-03-22 | 1 | -8/+49 |
| | | | | | Add some generic HTML, JS, CSS expectations for purify_html(). Also cover our own configuration for HTMLPurifier. | ||||
* | :white_check_mark: Add unit test for purify_html(). | Klaus Weidenbach | 2017-03-19 | 1 | -0/+37 |
In preparation to update HTMLPurifier library add a unit test. Please add more HTML that you need to have working and we can check against regressions. |