0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 03:05:18 +00:00
htmlpurifier/library/HTMLPurifier
2006-08-11 20:26:25 +00:00
..
AttrDef E_STRICT fix: put $config in parameter list even if it isn't used. 2006-08-11 20:26:25 +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
EntityLookup 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
Lexer Add an attribute entity parse test to Lexer and change PEARSax3 to a proof of concept. 2006-08-04 02:59:15 +00:00
Strategy 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
AttrDef.php Implement lang and xml:lang. Fixed a bunch of bugs too. 2006-08-05 01:50:13 +00:00
AttrTransform.php Implement lang and xml:lang. Fixed a bunch of bugs too. 2006-08-05 01:50:13 +00:00
ChildDef.php Fix chameleon behavior with ins and del. 2006-08-03 01:03:23 +00:00
Config.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
ConfigDef.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
Definition.php Add NumberSpan definition (non-DTD, but applies to enough to be useful). All widely used non-deprecated attributes have been implemented (except for rel/rev, but that's tricky). Add note about quirky COL handling and possible implementation of a workaround. 2006-08-06 03:58:48 +00:00
EntityLookup.php Better enforcement of Singleton-ness, by requiring a setup() call after instantiation. 2006-07-24 11:35:46 +00:00
Generator.php Quality control, improve a little documentation and fix UTF-8 unfriendliness in the Generator. 2006-08-01 00:29:38 +00:00
IDAccumulator.php Add AttrDef_Id, as well as amend the accumulator by adding a load. 2006-07-30 16:35:05 +00:00
Lexer.php Quality control, improve a little documentation and fix UTF-8 unfriendliness in the Generator. 2006-08-01 00:29:38 +00:00
Strategy.php Set up configuration class, implement attr_id_blacklist 2006-08-04 01:47:48 +00:00
TagTransform.php Eliminate duplication in TagTransform.php by using copy() 2006-08-05 02:19:08 +00:00
Token.php Implement lang and xml:lang. Fixed a bunch of bugs too. 2006-08-05 01:50:13 +00:00