0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 03:05:18 +00:00
htmlpurifier/library/HTMLPurifier
2007-08-04 22:46:17 +00:00
..
AttrDef [2.1.0] Allow i18n font names 2007-08-03 02:48:52 +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.0] Implement Ruby. 2007-08-02 22:44:42 +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.0] Repair minor PHP4 regression due to undefined configuration directive 2007-08-02 01:48:43 +00:00
Printer [2.1.0] Standalone file now can be generated using maintenance/merge-library.php. Also: 2007-07-30 16:56:50 +00:00
Strategy [2.1.0] Implement Ruby. 2007-08-02 22:44:42 +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 Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +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.0. 2007-08-03 03:04:40 +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 Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +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 [2.1.0] 2007-06-29 01:54:48 +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.0] Implement Ruby. 2007-08-02 22:44:42 +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.0] Fix bug in auto-paragraphing: empty tags should be treated like start tags too. 2007-06-29 00:24:59 +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.0] Repair minor PHP4 regression due to undefined configuration directive 2007-08-02 01:48:43 +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.0] Standalone file now can be generated using maintenance/merge-library.php. Also: 2007-07-30 16:56:50 +00:00