0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 03:05:18 +00:00
htmlpurifier/tests/HTMLPurifier
Edward Z. Yang 37def0104b [1.1.2]
- Documentation updated
- API docs now exclude more files that are not classes
- Fixed lack of attribute parsing in HTMLPurifier_Lexer_PEARSax3
- (internal) Refactored parseData() to general Lexer class

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@466 48356398-32a2-884e-a903-53898d9a118a
2006-09-27 02:09:54 +00:00
..
AttrDef [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
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 [1.1.2] 2006-09-27 02:09:54 +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 [1.1.1] As far as possible, preserve whitespace is table internals. 2006-09-24 02:08:18 +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 Renamed ConfigDef to ConfigSchema. (Required major internal restructuring but should not affect end-users) 2006-09-16 22:36:58 +00:00
EncoderTest.php [1.0.1] Disambiguate between iconv and PHP test runs for cleanUTF8. 2006-09-04 20:18:10 +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.1.1] To make up for DOMLex's tendency to drop tags, we've added a configuration option to let Tidy cleanup the HTML afterwards. Good for hand-editors. Also, Tidy is a smart solution for pretty-printed HTML, so we're marking the related TODO wontfix. 2006-09-24 21:23:54 +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.1.2] 2006-09-27 02:09:54 +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
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 Commit a very lenient mailto checker. We'll tighten it later. 2006-08-12 19:11:21 +00:00