0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-10-18 05:48:41 +00:00
htmlpurifier/library/HTMLPurifier
2024-07-30 22:06:23 -04:00
..
AttrDef feat: Allow universal CSS values for all properties (#410) 2024-06-28 08:37:00 -04:00
AttrTransform fix: Invalid scheme check in Attr.TargetBlank (#363) 2023-01-26 19:06:28 -05:00
ChildDef fix: checking that node has property name (#399) 2024-03-05 10:58:42 -05:00
ConfigSchema feat: add directive for removing blank nodes (#404) 2024-04-11 20:52:45 -04:00
DefinitionCache Don't suggest chmod to 777 (#373) 2023-04-30 13:55:11 -04:00
EntityLookup Fix missing numeric entities (shows up when DirectLexing). 2011-02-27 11:58:37 +00:00
Filter feat: Allow universal CSS values for all properties (#410) 2024-06-28 08:37:00 -04:00
HTMLModule feat: Add allowfullscreen attr for iframe (#411) 2024-06-30 07:54:09 -04:00
Injector Fix some PHP 8.2 deprecations (#319) 2022-06-10 16:30:01 -04:00
Language/messages Delete language tests that are interfering with PSR-0 compatibility 2020-06-28 20:38:16 -04:00
Lexer feat: add directive for removing blank nodes (#404) 2024-04-11 20:52:45 -04:00
Node Rewrite FixNesting implementation to be tree-based. 2013-10-20 22:37:01 -07:00
Printer Fixed undefined property (#346) 2022-11-18 20:42:06 -08:00
Strategy Document skips in more detail, #116. 2017-03-06 20:31:28 -08:00
TagTransform Replace curly braces with square brackets in string offsets (#224) 2019-07-30 22:50:43 -04:00
Token fix: Avoid a deprecated error when the attribute name is numeric and DirectLex is used (#412) 2024-07-30 22:06:23 -04:00
URIFilter Fix #322 - PHP 8.1 deprecation notice in HostBlacklist URIFilter (#323) 2022-06-27 17:20:36 -04:00
URIScheme feat: Allows commas to be included in tel URI (#389) 2023-11-10 10:25:42 -05:00
VarParser Fixed reserved words in constants for PHP 7 as per https://www.php.net/manual/en/reserved.other-reserved-words.php (#222) 2019-07-10 22:24:27 -04:00
Arborize.php Delete asserts, fixes #97. 2016-10-02 00:14:41 -07:00
AttrCollections.php Update to work with Git version of SimpleTest. 2016-03-24 00:08:03 -07:00
AttrDef.php Better regex for mungeRgb 2017-02-10 00:40:56 +01:00
AttrTransform.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
AttrTypes.php Add contenteditable attribute definition (#332) 2022-09-06 13:04:45 -04:00
AttrValidator.php Remove some unnecessary pass-by-reference. 2013-10-16 18:55:23 -07:00
Bootstrap.php Drop supporting PHP 5.2 (#335) (#356) 2022-12-04 13:22:17 -06:00
ChildDef.php Rewrite FixNesting implementation to be tree-based. 2013-10-20 22:37:01 -07:00
Config.php chore(release): 4.17.0 [skip ci] 2023-11-17 15:01:25 +00:00
ConfigSchema.php Update reference to the valid types to refer to HTMLPurifier_VarParser::types (#189) 2018-11-11 16:23:01 -05:00
ContentSets.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Context.php Properly handle context variables that are NULL. 2013-10-13 13:21:02 -07:00
CSSDefinition.php feat: Allow universal CSS values for all properties (#410) 2024-06-28 08:37:00 -04:00
Definition.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
DefinitionCache.php Fix #49; prevent readdir infinite loop when cache directory not listable. 2016-03-27 14:53:31 -07:00
DefinitionCacheFactory.php Remove unnecessary disablement of autoload (#364) 2023-02-05 21:40:57 -05:00
Doctype.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
DoctypeRegistry.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
ElementDef.php PHP 8.1: fix various deprecations/errors in newest version of PHP (#310) 2022-04-08 13:48:12 -04:00
Encoder.php Replace 8.1-deprecated utf8_ funcs with mbstring (#326) 2022-08-15 22:59:31 -04:00
EntityLookup.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
EntityParser.php Don't use @ warning suppression. 2018-11-11 18:20:33 -05:00
ErrorCollector.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
ErrorStruct.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Exception.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
Filter.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Generator.php Mod: using stdClass instead of stdclass 2017-06-02 09:55:46 +08:00
HTMLDefinition.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
HTMLModule.php issue-256: Fix PHP 7.3 compatibility issues (#266) 2020-09-15 12:38:39 -04:00
HTMLModuleManager.php Refactor HTML.Noopener to HTML.TargetNoopener so that it behaves like HTML.TargetNoreferrer and is active by default if a target is set 2017-02-03 16:54:51 -08:00
IDAccumulator.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Injector.php Skip counting currentNesting if null 2017-12-30 00:23:44 -05:00
Language.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
LanguageFactory.php Remove unnecessary disablement of autoload (#364) 2023-02-05 21:40:57 -05:00
Length.php PHP 8.1: fix various deprecations/errors in newest version of PHP (#310) 2022-04-08 13:48:12 -04:00
Lexer.php fix: Ignore conditional comments (#401) 2024-03-12 23:41:45 -04:00
Node.php Rewrite FixNesting implementation to be tree-based. 2013-10-20 22:37:01 -07:00
PercentEncoder.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Printer.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
PropertyList.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
PropertyListIterator.php PHP 8.1: fix various deprecations/errors in newest version of PHP (#310) 2022-04-08 13:48:12 -04:00
Queue.php Fix quadratic behavior in DOMLex due to array_shift. 2013-09-17 00:48:42 -07:00
Strategy.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
StringHash.php PHP 8.1: fix various deprecations/errors in newest version of PHP (#310) 2022-04-08 13:48:12 -04:00
StringHashParser.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
TagTransform.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
Token.php Document skips in more detail, #116. 2017-03-06 20:31:28 -08:00
TokenFactory.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
UnitConverter.php fix: Support for locales using decimal separators other than . (dot) (#372) 2023-04-30 09:30:23 -04:00
URI.php Allow %URI.DefaultScheme to be null. 2016-10-27 17:30:44 -07:00
URIDefinition.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
URIFilter.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
URIParser.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
URIScheme.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
URISchemeRegistry.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
VarParser.php Fixed reserved words in constants for PHP 7 as per https://www.php.net/manual/en/reserved.other-reserved-words.php (#222) 2019-07-10 22:24:27 -04:00
VarParserException.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
Zipper.php Use a Zipper to process MakeWellFormed, removing quadratic behavior. 2013-10-13 13:21:02 -07:00