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 238678871e - Fixed lots of bugs
- Defined new directive %Core.EscapeInvalidChildren, for previously commented out functionality
- Removed convenience configuration generation: you *have* to pass it unless you're interfacing with HTMLPurifier
- Homogenized function parameters even when only a few of them are used
- Rewrote unit tests that expected previous behavior
- Introduced configuration object to ChildDef tests

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@243 48356398-32a2-884e-a903-53898d9a118a
2006-08-14 02:46:34 +00:00
..
AttrDef Add Percentage, and font-size (not all styles fully realized yet though). 2006-08-14 02:08:45 +00:00
AttrTransform Implement TextAlign and all hooks necessary, but it's kind of useless since CSS validation hasn't been built yet. 2006-08-05 02:56:57 +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 - Fixed lots of bugs 2006-08-14 02:46:34 +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 Refactor AttrTransform_Lang slightly by changing input output from token to attribute. 2006-08-05 02:16:28 +00:00
ChildDefTest.php - Fixed lots of bugs 2006-08-14 02:46:34 +00:00
ConfigDefTest.php Initial implementation of URISchemeRegistry (fixed overload bug in process). Also, add extra notes to some of the unit tests. 2006-08-12 03:56:27 +00:00
ConfigTest.php Revamp Configuration classes, breaking backwards configuration compatibility (not that there was much to broken to begin with). Fix bug involving PHP 4 object typecasting. 2006-08-11 20:23:41 +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 Quality control, improve a little documentation and fix UTF-8 unfriendliness in the Generator. 2006-08-01 00:29:38 +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 Make PEAR tests configurable. 2006-08-10 12:41:39 +00:00
StrategyHarness.php - Fixed lots of bugs 2006-08-14 02:46:34 +00:00
TagTransformTest.php Commit TagTransform_Font and associated test-cases. 2006-08-03 00:14:10 +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