0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 03:05:18 +00:00
htmlpurifier/library/HTMLPurifier
2007-09-26 23:18:24 +00:00
..
AttrDef [2.1.3] Fix poor include ordering. 2007-09-06 19:38:12 +00:00
AttrTransform Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
ChildDef Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
ConfigDef Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
DefinitionCache [2.1.0] Standalone file now can be generated using maintenance/merge-library.php. Also: 2007-07-30 16:56:50 +00:00
EntityLookup [1.2.0] 2006-09-30 20:18:08 +00:00
Filter Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
HTMLModule [2.1.3] Activate strict blockquote functionality for HTML 4.01 Strict. 2007-09-09 01:46:59 +00:00
Injector [2.1.0] Fix another AutoParagraph edge-case. 2007-06-29 17:48:56 +00:00
Language [2.1.0] Genericize element contents removal. This is done in a slightly hacky way since ElementDef is not available, but should be sufficient. 2007-07-11 20:42:58 +00:00
Lexer [2.1.2] Implement experimental HTML5 parsing using PH5P 2007-08-19 18:49:35 +00:00
Printer [2.1.2] Fix validation errors in configuration form 2007-08-19 16:24:55 +00:00
Strategy [2.1.3] Fatal error when <img> tag (or any other element with required attributes) has 'id' attribute fixed, thanks NykO18 for reporting 2007-09-26 23:18:24 +00:00
TagTransform Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
URIFilter [2.1.0] Implement MakeAbsolute URI filter 2007-08-02 21:47:24 +00:00
URIScheme [2.1.0] Implement MakeAbsolute URI filter 2007-08-02 21:47:24 +00:00
AttrCollections.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
AttrDef.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
AttrTransform.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
AttrTypes.php [2.1.2?] Implemented Object module for trusted users. 2007-08-08 05:16:15 +00:00
AttrValidator.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
ChildDef.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
Config.php Release 2.1.2. 2007-09-03 15:30:12 +00:00
ConfigDef.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
ConfigSchema.php [2.1.0] Optimize ConfigSchema to only perform safety checks when HTMLPURIFIER_SCHEMA_STRICT is true 2007-07-31 01:04:38 +00:00
ContentSets.php [2.1.0] Standalone file now can be generated using maintenance/merge-library.php. Also: 2007-07-30 16:56:50 +00:00
Context.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
CSSDefinition.php [2.1.2] Implement border-spacing 2007-09-03 15:16:33 +00:00
Definition.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
DefinitionCache.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
DefinitionCacheFactory.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
Doctype.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
DoctypeRegistry.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
ElementDef.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
Encoder.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
EntityLookup.php [2.1.0] Standalone file now can be generated using maintenance/merge-library.php. Also: 2007-07-30 16:56:50 +00:00
EntityParser.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
Error.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
ErrorCollector.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
Filter.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
Generator.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
HTMLDefinition.php More unit test refactoring; remove unnecessary periods from HTMLDefinition error messages 2007-08-07 05:38:22 +00:00
HTMLModule.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
HTMLModuleManager.php [2.1.3] Activate strict blockquote functionality for HTML 4.01 Strict. 2007-09-09 01:46:59 +00:00
IDAccumulator.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
Injector.php [2.1.3] Fix off-by-one bug in injector functionality for dormant injectors 2007-09-09 01:27:09 +00:00
Language.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
LanguageFactory.php [2.1.0] Standalone file now can be generated using maintenance/merge-library.php. Also: 2007-07-30 16:56:50 +00:00
Lexer.php [2.1.3] Rename configuration directive 2007-09-09 01:35:50 +00:00
PercentEncoder.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
Printer.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
Strategy.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
TagTransform.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
Token.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
TokenFactory.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
URI.php [2.1.0] Implement MakeAbsolute URI filter 2007-08-02 21:47:24 +00:00
URIDefinition.php [2.1.1] Fix *another* but with addFilter() Jeez! 2007-08-04 22:46:17 +00:00
URIFilter.php [2.1.0] Further refactoring of AttrDef_URI, creation of new URIFilter and URIDefinition subsystems. 2007-08-02 01:12:27 +00:00
URIParser.php [2.1.0] Create new URI object and migrate URI validation systems to use it. URIScheme interface changed. 2007-08-01 18:34:46 +00:00
URIScheme.php [2.1.0] Implement MakeAbsolute URI filter 2007-08-02 21:47:24 +00:00
URISchemeRegistry.php [2.1.2] Remove inclusion reflection from URISchemeRegistry 2007-08-26 15:43:17 +00:00