0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-12-23 08:51:53 +00:00
htmlpurifier/tests/HTMLPurifier
2006-10-22 15:56:38 +00:00
..
AttrDef [1.2.0] 2006-10-21 18:18:36 +00:00
AttrTransform [1.2.0] Migrate AttrTransform tests to use the Harness supertype. 2006-10-22 03:38:32 +00:00
Lexer [1.2.0] 2006-10-01 20:47:07 +00:00
Strategy [1.2.0] 2006-10-01 21:55:13 +00:00
AttrDefHarness.php [1.2.0] 2006-10-21 18:18:36 +00:00
AttrDefTest.php Define AttrDef_Text and parseCDATA(). 2006-08-04 03:13:04 +00:00
AttrTransformHarness.php [1.2.0] Migrate AttrTransform tests to use the Harness supertype. 2006-10-22 03:38:32 +00:00
ChildDefTest.php [1.2.0] 2006-10-01 20:47:07 +00:00
ConfigSchemaTest.php Renamed ConfigDef to ConfigSchema. (Required major internal restructuring but should not affect end-users) 2006-09-16 22:36:58 +00:00
ConfigTest.php [1.2.0] 2006-10-21 18:18:36 +00:00
ContextTest.php [1.2.0] 2006-10-21 18:18:36 +00:00
EncoderTest.php [1.2.0] 2006-10-01 20:47:07 +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
EntityParserTest.php Remove call to PHP 5 only function. 2006-09-01 14:49:13 +00:00
GeneratorTest.php [1.2.0] 2006-10-01 21:55:13 +00:00
Harness.php [1.2.0] 2006-10-21 18:18:36 +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 [1.2.0] 2006-10-01 20:47:07 +00:00
StrategyHarness.php [1.2.0] 2006-10-01 21:55:13 +00:00
TagTransformTest.php Add $config and $context to TagTransform transform() calls. 2006-10-22 15:56:38 +00:00
Test.php [1.0.1] Fixed rejection of inline style declarations that had lots of extra space in them. This manifested in TinyMCE. 2006-09-04 23:01:47 +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 [1.1.2] ftp:// URIs now have their typecodes checked 2006-09-30 17:24:12 +00:00