0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 03:05:18 +00:00
htmlpurifier/tests/HTMLPurifier
2006-08-29 02:01:58 +00:00
..
AttrDef Implement list-style shorthand. Also, updated devnetwork.html with more recent threads. 2006-08-29 02:01:58 +00:00
AttrTransform Implement attribute transforms for required attributes. I can now confidently say that output will always be valid. 2006-08-14 23:11:28 +00:00
Lexer Add CDATA support to the Lexers, as well as give PEARSax3 entity replacement. 2006-07-23 23:04:34 +00:00
Strategy Fix bug: number spans should not allow zero as a value. This required augmenting HTMLPurifier/AttrDef/Integer.php to have a richer negative/zero/positive specification interface that can be extrapolated to Number and friends. 2006-08-25 02:48:49 +00:00
AttrDefHarness.php Commit a very lenient mailto checker. We'll tighten it later. 2006-08-12 19:11:21 +00:00
AttrDefTest.php Define AttrDef_Text and parseCDATA(). 2006-08-04 03:13:04 +00:00
AttrTransformHarness.php Implement attribute transforms for required attributes. I can now confidently say that output will always be valid. 2006-08-14 23:11:28 +00:00
ChildDefTest.php Outfit a bunch of other classes so they can accept a configuration object. Put in basic scaffolding for extractBody() functionality. 2006-08-15 00:31:12 +00:00
ConfigDefTest.php Revamp configuration files so that more rules can be added, internal organization is more logical, and descriptions are captured. 2006-08-27 18:49:16 +00:00
ConfigTest.php Revamp configuration files so that more rules can be added, internal organization is more logical, and descriptions are captured. 2006-08-27 18:49:16 +00:00
EntityLookupTest.php Implement EntityLookup and put in the Lexer. Some behavior was migrated, since it looks like it will have to be used in all Lexers, not just DirectLex (which is the only one that uses it). 2006-07-23 21:07:30 +00:00
GeneratorTest.php Outfit a bunch of other classes so they can accept a configuration object. Put in basic scaffolding for extractBody() functionality. 2006-08-15 00:31:12 +00:00
IDAccumulatorTest.php Add AttrDef_Id, as well as amend the accumulator by adding a load. 2006-07-30 16:35:05 +00:00
LexerTest.php Malformed UTF-8 and non-SGML character detection and cleaning implemented 2006-08-19 17:53:59 +00:00
StrategyHarness.php Outfit a bunch of other classes so they can accept a configuration object. Put in basic scaffolding for extractBody() functionality. 2006-08-15 00:31:12 +00:00
TagTransformTest.php Commit TagTransform_Font and associated test-cases. 2006-08-03 00:14:10 +00:00
TokenFactoryTest.php Major optimization on tokenizeDOM(), reduce execution time from 75% to 20% by passing tokens by reference and using a token factory. 2006-08-15 20:19:16 +00:00
TokenTest.php Fix case-sensitivity issues for attributes. Added TokenTest. Updated TODO. Removed TagTransform::normalizeAttributes 2006-08-02 02:43:52 +00:00
URISchemeRegistryTest.php Add a directive that lets you disallow pure-registry overloading. 2006-08-12 17:12:27 +00:00
URISchemeTest.php Commit a very lenient mailto checker. We'll tighten it later. 2006-08-12 19:11:21 +00:00