0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 03:05:18 +00:00
htmlpurifier/library/HTMLPurifier
2007-06-20 02:43:43 +00:00
..
AttrDef [1.7.0] Add versioning to serializer cache 2007-05-29 18:19:42 +00:00
AttrTransform [1.6.1] Implement generic EnumToCSS attribute transformation, migrate text alignment to it 2007-05-05 15:48:41 +00:00
ChildDef [1.7.0] StrictBlockquote child definition refrains from wrapping whitespace in tags now. 2007-06-18 19:53:46 +00:00
ConfigDef Rename ConfigEntity to ConfigDef and factor into its own classes. 2007-02-05 03:22:32 +00:00
DefinitionCache [1.7.0] DefinitionCache->flush() now requires configuration object. DefinitionCache_Serializer now will create directories for new types on the fly, and can accept custom directories to save serials into. 2007-06-16 20:46:44 +00:00
EntityLookup [1.2.0] 2006-09-30 20:18:08 +00:00
Filter [1.4.x?] Make regex multiline. 2007-03-04 02:55:44 +00:00
HTMLModule [1.7.0] Complete Legacy element and attribute native support. 2007-05-29 16:51:32 +00:00
Language [1.7.0] Wire in Language and ErrorCollector to main class, now, the only thing to do is actually implement the stuff 2007-06-18 03:05:18 +00:00
Lexer Fix PHP4 compatibility problems with substr_count 2007-06-19 01:20:00 +00:00
Printer Cordon off configuration form values into one form element name. 2007-05-28 13:15:06 +00:00
Strategy [1.7.0] Bug resulting from tag transforms to non-allowed elements fixed 2007-06-19 22:10:39 +00:00
TagTransform [1.7.0] Implement u, s, and strike tag transforms 2007-05-20 21:22:54 +00:00
URIScheme [1.2.0] Non-accessible resources (ex. mailto) blocked from embedded URIs (img src) 2006-11-17 23:09:10 +00:00
AttrCollections.php [1.7.0] Rewire dependencies, removing redundant includes and adding necessary ones 2007-05-22 00:47:03 +00:00
AttrDef.php [1.7.0] New compact syntax for AttrDef objects that can be used to instantiate new objects via make() 2007-05-23 00:39:07 +00:00
AttrTransform.php [1.6.1] Refactor AttrTransform to reduce duplication. 2007-05-05 02:25:55 +00:00
AttrTypes.php [1.7.0] New compact syntax for AttrDef objects that can be used to instantiate new objects via make() 2007-05-23 00:39:07 +00:00
ChildDef.php [1.3.0] Add Printer_CSSDefinition. 2006-11-25 05:05:32 +00:00
Config.php [1.7.0] Change ->Revision member variable to a legit configuration directive. Start writing tutorial for customization. 2007-06-20 02:43:43 +00:00
ConfigDef.php Rename ConfigEntity to ConfigDef and factor into its own classes. 2007-02-05 03:22:32 +00:00
ConfigSchema.php [1.7.0] DefinitionCache->flush() now requires configuration object. DefinitionCache_Serializer now will create directories for new types on the fly, and can accept custom directories to save serials into. 2007-06-16 20:46:44 +00:00
ContentSets.php [1.7.0] Code audit 2007-05-20 19:45:49 +00:00
Context.php [1.2.0] Unit test housekeeping: 2006-11-16 23:58:33 +00:00
CSSDefinition.php [1.7.0] Change ->Revision member variable to a legit configuration directive. Start writing tutorial for customization. 2007-06-20 02:43:43 +00:00
Definition.php [1.7.0] Factor out caching of definitions to DefinitionCache, hook in CSS, add a bunch of todos for this functionality. Attr namespace no longer affects HTMLDefinition. 2007-05-25 01:32:29 +00:00
DefinitionCache.php [1.7.0] Change ->Revision member variable to a legit configuration directive. Start writing tutorial for customization. 2007-06-20 02:43:43 +00:00
DefinitionCacheFactory.php [1.7.0] Implement Cleanup decorator 2007-05-29 20:49:33 +00:00
Doctype.php [1.7.0] Eliminated modes in favor for special-case "Tidy" modules 2007-05-16 03:00:18 +00:00
DoctypeRegistry.php [1.7.0] Implement HTMLDefinition cache (very hacked together, but long unit test times were driving me crazy!) 2007-05-23 03:27:36 +00:00
ElementDef.php [1.7.0] Add versioning to serializer cache 2007-05-29 18:19:42 +00:00
Encoder.php [1.7.0] Rewire dependencies, removing redundant includes and adding necessary ones 2007-05-22 00:47:03 +00:00
EntityLookup.php Merge in PHP5 strict changes that are applicable to PHP4. 2007-01-16 22:22:08 +00:00
EntityParser.php [1.7.0] Code audit 2007-05-20 19:45:49 +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
ErrorCollector.php [1.7.0] Wire in Language and ErrorCollector to main class, now, the only thing to do is actually implement the stuff 2007-06-18 03:05:18 +00:00
Filter.php [1.4.0] YouTube preservation code added to the core by adding HTMLPurifier_Filter hierarchy. 2007-01-21 15:09:07 +00:00
Generator.php [1.7.0] Implement HTMLDefinition cache (very hacked together, but long unit test times were driving me crazy!) 2007-05-23 03:27:36 +00:00
HTMLDefinition.php [1.7.0] Change ->Revision member variable to a legit configuration directive. Start writing tutorial for customization. 2007-06-20 02:43:43 +00:00
HTMLModule.php [1.7.0] Complete Legacy element and attribute native support. 2007-05-29 16:51:32 +00:00
HTMLModuleManager.php [1.7.0] Implement HTMLDefinition cache (very hacked together, but long unit test times were driving me crazy!) 2007-05-23 03:27:36 +00:00
IDAccumulator.php [1.2.0] 2006-10-22 16:09:36 +00:00
Language.php [1.7.0] Wire in Language and ErrorCollector to main class, now, the only thing to do is actually implement the stuff 2007-06-18 03:05:18 +00:00
LanguageFactory.php [1.7.0] Wire in Language and ErrorCollector to main class, now, the only thing to do is actually implement the stuff 2007-06-18 03:05:18 +00:00
Lexer.php [1.7.0] Implement line number counting in DirectLex, in preparation for error reporting 2007-06-18 02:01:01 +00:00
PercentEncoder.php [1.2.0] Add documentation to PercentEncoder.php 2006-11-07 17:42:41 +00:00
Printer.php [1.7.0] Create ConfigForm printer classes 2007-05-28 02:20:55 +00:00
Strategy.php [1.2.0] 2006-10-01 20:47:07 +00:00
TagTransform.php [1.7.0] Implement u, s, and strike tag transforms 2007-05-20 21:22:54 +00:00
Token.php [1.7.0] Implement line number counting in DirectLex, in preparation for error reporting 2007-06-18 02:01:01 +00:00
TokenFactory.php [1.3.1] Standardized all attribute handling variables to attr, made it plural 2006-12-06 22:29:08 +00:00
URIScheme.php [1.2.0] Non-accessible resources (ex. mailto) blocked from embedded URIs (img src) 2006-11-17 23:09:10 +00:00
URISchemeRegistry.php [1.5.0] Rewrite XHTML 1.1 document to describe HTMLDefinition's modularization 2007-02-08 23:10:49 +00:00