0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 11:15:18 +00:00
htmlpurifier/library/HTMLPurifier
Edward Z. Yang e2c15f1c98 Fix Mac Snow Leopard APC bug.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
2010-08-26 21:40:58 -07:00
..
AttrDef Rewrite CSS url() and font-family output logic. 2010-05-31 18:45:21 -07:00
AttrTransform Improve handling of malformed object parameters. 2010-03-09 17:29:38 -05:00
ChildDef Convert all to new configuration get/set format. 2009-02-21 03:00:34 -05:00
ConfigSchema Actually make URI.DisableResources do something. 2010-06-30 05:59:17 -07:00
DefinitionCache Rename AutoFormatParam.PurifierLinkifyDocURL. 2009-05-25 21:51:08 -04:00
EntityLookup [1.2.0] 2006-09-30 20:18:08 +00:00
Filter Support YouTube slideshow embedding. 2010-03-07 18:57:22 -05:00
HTMLModule Support for flashvars in HTML.SafeEmbed. 2010-03-30 13:33:13 -04:00
Injector Remove +x bit from RemoveSpansWithoutAttributes.php 2010-04-17 00:23:09 -04:00
Language Emit errors when body is extracted. 2010-05-04 13:41:09 -04:00
Lexer Fix bug in parsing single attribute with entities. 2010-05-31 19:44:18 -07:00
Printer Convert all to new configuration get/set format. 2009-02-21 03:00:34 -05:00
Strategy Fix infinite loop involving wrapping formedness. 2010-05-17 23:22:51 -04:00
TagTransform Implement "carryover" functionality, requested by Kinderlehrer <bitweaver@7doves.com> 2008-12-20 13:06:00 -05:00
Token Fix broken trusted comments functionality. 2009-02-05 18:04:10 -05:00
URIFilter Actually make URI.DisableResources do something. 2010-06-30 05:59:17 -07:00
URIScheme Implement data URI scheme. 2010-03-07 21:45:39 -05:00
VarParser Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
AttrCollections.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
AttrDef.php Rewrite CSS url() and font-family output logic. 2010-05-31 18:45:21 -07:00
AttrTransform.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
AttrTypes.php Implement %Attr.AllowedClasses and %Attr.ForbiddenClasses. 2009-05-25 22:08:45 -04:00
AttrValidator.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
Bootstrap.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
ChildDef.php Implement "carryover" functionality, requested by Kinderlehrer <bitweaver@7doves.com> 2008-12-20 13:06:00 -05:00
Config.php Release 4.1.1. 2010-05-31 20:17:31 -07:00
ConfigSchema.php Revamp configuration backend. 2009-02-21 03:00:33 -05:00
ContentSets.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
Context.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
CSSDefinition.php Convert all to new configuration get/set format. 2009-02-21 03:00:34 -05:00
Definition.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
DefinitionCache.php Convert all to new configuration get/set format. 2009-02-21 03:00:34 -05:00
DefinitionCacheFactory.php Convert all to new configuration get/set format. 2009-02-21 03:00:34 -05:00
Doctype.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
DoctypeRegistry.php Convert all to new configuration get/set format. 2009-02-21 03:00:34 -05:00
ElementDef.php Handle <ol><ol> properly by adding missing <li> tag. 2010-03-10 00:58:37 -05:00
Encoder.php Don't have mute error handler be private. 2009-05-29 17:59:30 -04:00
EntityLookup.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
EntityParser.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
ErrorCollector.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
ErrorStruct.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
Exception.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
Filter.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
Generator.php Fix Mac Snow Leopard APC bug. 2010-08-26 21:40:58 -07:00
HTMLDefinition.php Fix prototype impedance in HTMLDefinition and typo in 2009-06-07 16:05:46 -04:00
HTMLModule.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
HTMLModuleManager.php Convert all to new configuration get/set format. 2009-02-21 03:00:34 -05:00
IDAccumulator.php Convert all to new configuration get/set format. 2009-02-21 03:00:34 -05:00
Injector.php Fix allowsElement() bug manifesting in LinkifyTest. 2009-06-10 18:11:34 -04:00
Language.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
LanguageFactory.php Convert all to new configuration get/set format. 2009-02-21 03:00:34 -05:00
Length.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
Lexer.php Added %Core.RemoveProcessingInstructions. 2010-06-20 18:26:44 -07:00
PercentEncoder.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
Printer.php Fix CSSDefinition Printer problems with important decorator. 2009-02-15 14:11:22 -05:00
PropertyList.php Convert HTMLPurifier_Config to use property list backend. 2009-02-02 18:42:23 -05:00
PropertyListIterator.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
Strategy.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
StringHash.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
StringHashParser.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
TagTransform.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
Token.php Implement "carryover" functionality, requested by Kinderlehrer <bitweaver@7doves.com> 2008-12-20 13:06:00 -05:00
TokenFactory.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
UnitConverter.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
URI.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
URIDefinition.php Convert all to new configuration get/set format. 2009-02-21 03:00:34 -05:00
URIFilter.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
URIParser.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
URIScheme.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
URISchemeRegistry.php Remove PHP4 cruft from URISchemeRegistry. 2009-05-13 16:14:57 -04:00
VarParser.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
VarParserException.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00