.. |
AttrDef
|
De-singleton-ized (HTML|CSS)Definition, tying them to the configuration and making them more amenable to changes.
|
2006-08-31 20:33:07 +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
|
Refactor encoding and entity specific processing to HTMLPurifier_Encoder. We also need to refactor the escaping to this class too.
|
2006-08-29 19:36:40 +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 |
EncoderTest.php
|
Speed up cleanUTF8 with iconv. Also factored out code point to character code.
|
2006-08-31 22:25:48 +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
|
More refactoring: bundling charset and entity stuff together makes little sense, so new HTMLPurifier/EntityParser.php.
|
2006-08-30 02:21:39 +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
|
Refactor encoding and entity specific processing to HTMLPurifier_Encoder. We also need to refactor the escaping to this class too.
|
2006-08-29 19:36:40 +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 |