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 4d38c02932 [1.7.0] Implement and hook-in Tidy module setup.
- CommonAttributes factored into XMLCommonAttributes and NonXMLCommonAttributes
- Tidy abstract module was completely refactored in interest of usability
- Add friendly error message if module does not have name

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1070 48356398-32a2-884e-a903-53898d9a118a
2007-05-19 21:00:12 +00:00
..
AttrDef [1.6.1] Implement target module/attribute. 2007-04-30 21:19:15 +00:00
AttrTransform [1.6.1] Unit tests now use exclusively assertIdentical 2007-05-05 20:17:04 +00:00
ChildDef [1.6.1] Unit tests now use exclusively assertIdentical 2007-05-05 20:17:04 +00:00
HTMLModule [1.7.0] Implement and hook-in Tidy module setup. 2007-05-19 21:00:12 +00:00
Lexer [1.6.1] Unit tests now use exclusively assertIdentical 2007-05-05 20:17:04 +00:00
SimpleTest Refactor index.php test runner, it was getting too big. 2007-01-19 23:26:15 +00:00
Strategy [1.7.0] Various updates 2007-05-15 02:33:19 +00:00
AttrDefHarness.php [1.2.0] 2006-10-21 18:18:36 +00:00
AttrDefTest.php [1.6.1] Unit tests now use exclusively assertIdentical 2007-05-05 20:17:04 +00:00
AttrTransformHarness.php [1.2.0] Migrate AttrTransform tests to use the Harness supertype. 2006-10-22 03:38:32 +00:00
AttrTransformTest.php [1.6.1] Refactor AttrTransform to reduce duplication. 2007-05-05 02:25:55 +00:00
ChildDefHarness.php [1.3.0] Refactored ChildDef classes into their own files 2006-11-22 18:55:15 +00:00
ConfigSchemaTest.php [1.6.1] Empty strings get converted to empty arrays instead of arrays with an empty string in them. 2007-04-30 01:14:21 +00:00
ConfigTest-create.ini [1.4.0] Config object can now be instantiated from ini files. Also updated TODO. 2007-01-21 14:29:46 +00:00
ConfigTest-loadIni.ini [1.4.0] Config object can now be instantiated from ini files. Also updated TODO. 2007-01-21 14:29:46 +00:00
ConfigTest.php [1.6.1] Unit tests now use exclusively assertIdentical 2007-05-05 20:17:04 +00:00
ContextTest.php Migrate from assertError to expectError, removed all assertNoErrors() 2007-01-20 19:22:55 +00:00
DoctypeRegistryTest.php [1.7.0] Eliminated modes in favor for special-case "Tidy" modules 2007-05-16 03:00:18 +00:00
ElementDefTest.php [1.7.0] Modify behavior of ElementDef->mergeIn to also merge safe property, this means default is now null. 2007-05-12 21:47:03 +00:00
EncoderTest.php [1.4.0] 2007-01-19 03:54:55 +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.7.0] Add %HTML.Trusted directive to allow untrusted elements in. Add special-case code for <script> into Generator. 2007-05-15 01:17:10 +00:00
Harness.php [1.7.0] Fix bug in HTMLPurifier_Harness that causes certain aspects of $input to change after parsing 2007-05-13 03:42:09 +00:00
HTMLModuleHarness.php [1.7.0] Fix bug in HTMLPurifier_Harness that causes certain aspects of $input to change after parsing 2007-05-13 03:42:09 +00:00
HTMLModuleManagerTest.php [1.7.0] Various updates 2007-05-15 02:33:19 +00:00
HTMLModuleTest.php [1.7.0] Fix bug in HTMLPurifier_Harness that causes certain aspects of $input to change after parsing 2007-05-13 03:42:09 +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
LanguageFactoryTest.php [1.6.1] Unit tests now use exclusively assertIdentical 2007-05-05 20:17:04 +00:00
LanguageTest.php [1.5.0] Add rudimentary I18N and L10N support based off MediaWiki 2007-01-29 20:11:00 +00:00
LexerTest.php [1.6.1] Unit tests now use exclusively assertIdentical 2007-05-05 20:17:04 +00:00
PercentEncoderTest.php [1.6.1] Unit tests now use exclusively assertIdentical 2007-05-05 20:17:04 +00:00
StrategyHarness.php [1.2.0] 2006-10-01 21:55:13 +00:00
TagTransformTest.php [1.6.1] Unit tests now use exclusively assertIdentical 2007-05-05 20:17:04 +00:00
Test.php [1.6.1] Unit tests now use exclusively assertIdentical 2007-05-05 20:17:04 +00:00
TokenFactoryTest.php [1.6.1] Unit tests now use exclusively assertIdentical 2007-05-05 20:17:04 +00:00
TokenTest.php [1.6.1] Unit tests now use exclusively assertIdentical 2007-05-05 20:17:04 +00:00
URISchemeRegistryTest.php [1.2.0] Add context parameter to URIScheme and URISchemeRegistry classes. 2006-10-27 01:20:10 +00:00
URISchemeTest.php [1.2.0] Add context parameter to URIScheme and URISchemeRegistry classes. 2006-10-27 01:20:10 +00:00