0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-11-08 23:08:42 +00:00
htmlpurifier/library/HTMLPurifier
Edward Z. Yang 7a4c7b3777 [1.2.0] [BC] ID attributes now disabled by default. New directives:
+ %HTML.EnableAttrID - restores old behavior by allowing IDs
  + %Attr.IDPrefix - %Attr.IDBlacklist alternative that munges all user IDs so that they don't collide with your IDs
  + %Attr.IDPrefixLocal - Same as above, but for when there are multiple instances of user content on the page
  + Profuse documentation on how to use these available in id.txt

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@526 48356398-32a2-884e-a903-53898d9a118a
2006-11-17 01:05:41 +00:00
..
AttrDef [1.2.0] [BC] ID attributes now disabled by default. New directives: 2006-11-17 01:05:41 +00:00
AttrTransform [1.2.0] 2006-10-21 17:27:51 +00:00
EntityLookup [1.2.0] 2006-09-30 20:18:08 +00:00
Lexer [1.2.0] 2006-10-01 20:47:07 +00:00
Strategy Add $config and $context to TagTransform transform() calls. 2006-10-22 15:56:38 +00:00
URIScheme [1.2.0] Add context parameter to URIScheme and URISchemeRegistry classes. 2006-10-27 01:20:10 +00:00
AttrDef.php [1.2.0] Implement primitive email regexp to be used for mailto. There are many spotty implementation issues, so this code is not actually called anywhere else currently. 2006-11-08 03:10:43 +00:00
AttrTransform.php [1.2.0] 2006-10-22 16:09:36 +00:00
ChildDef.php [1.2.0] 2006-10-01 20:47:07 +00:00
Config.php [1.2.0] 2006-11-12 03:35:41 +00:00
ConfigSchema.php [1.2.0] Allow configuration directives to permit null values. ConfigDoc updated accordingly. 2006-11-12 02:59:36 +00:00
Context.php [1.2.0] Unit test housekeeping: 2006-11-16 23:58:33 +00:00
CSSDefinition.php 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
Encoder.php [1.2.0] Documentation updated 2006-10-09 16:07:35 +00:00
EntityLookup.php [1.2.0] 2006-09-30 20:18:08 +00:00
EntityParser.php [1.2.0] 2006-10-22 16:09:36 +00:00
Error.php [1.2.0] Allow configuration directives to permit null values. ConfigDoc updated accordingly. 2006-11-12 02:59:36 +00:00
Generator.php [1.2.0] Documentation updated 2006-10-09 16:07:35 +00:00
HTMLDefinition.php [1.2.0] [BC] ID attributes now disabled by default. New directives: 2006-11-17 01:05:41 +00:00
IDAccumulator.php [1.2.0] 2006-10-22 16:09:36 +00:00
Lexer.php [1.2.0] 2006-10-01 20:47:07 +00:00
PercentEncoder.php [1.2.0] Add documentation to PercentEncoder.php 2006-11-07 17:42:41 +00:00
Strategy.php [1.2.0] 2006-10-01 20:47:07 +00:00
TagTransform.php Add $config and $context to TagTransform transform() calls. 2006-10-22 15:56:38 +00:00
Token.php Finish documentation for all base classes. 2006-08-20 20:59:13 +00:00
TokenFactory.php Fix syntax error. 2006-08-20 21:39:22 +00:00
URIScheme.php [1.2.0] Add context parameter to URIScheme and URISchemeRegistry classes. 2006-10-27 01:20:10 +00:00
URISchemeRegistry.php [1.2.0] Add context parameter to URIScheme and URISchemeRegistry classes. 2006-10-27 01:20:10 +00:00