0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 03:05:18 +00:00
htmlpurifier/library/HTMLPurifier
Edward Z. Yang 0f961c6af4 [3.0.0] [BACKPORT] More work for hire from Chris
! Experimental support for some proprietary CSS attributes allowed: opacity (and all of the browser-specific equivalents) and scrollbar colors. Enable by setting %CSS.Proprietary to true.
- Colors missing # but in hex form will be corrected
- CSS Number algorithm improved
. New classes:
  + HTMLPurifier_AttrDef_CSS_AlphaValue
  + HTMLPurifier_AttrDef_CSS_Filter

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1473 48356398-32a2-884e-a903-53898d9a118a
2007-12-16 23:16:45 +00:00
..
AttrDef [3.0.0] [BACKPORT] More work for hire from Chris 2007-12-16 23:16:45 +00:00
AttrTransform __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
ChildDef __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
ConfigDef __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
DefinitionCache __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
EntityLookup [1.2.0] 2006-09-30 20:18:08 +00:00
Filter [3.0.0] Fully implement CSS extraction and cleaning. See NEWS for more information, it is now a Filter. 2007-12-12 21:46:30 +00:00
HTMLModule __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
Injector Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +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 [3.0.0] <style> tags can now be extracted from input HTML using %HTML.ExtractStyleBlocks. These contents can be retrieved from $context->get('StyleBlocks'); 2007-12-12 03:29:12 +00:00
Printer Fix constructor I missed in ConfigForm. 2007-11-29 22:06:21 +00:00
Strategy [3.0.0] 2007-12-05 01:26:28 +00:00
TagTransform __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
URIFilter Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
URIScheme Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
AttrCollections.php __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
AttrDef.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
AttrTransform.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
AttrTypes.php __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
AttrValidator.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
ChildDef.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
Config.php __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
ConfigDef.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
ConfigSchema.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
ContentSets.php __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
Context.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
CSSDefinition.php [3.0.0] [BACKPORT] More work for hire from Chris 2007-12-16 23:16:45 +00:00
Definition.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
DefinitionCache.php [3.0.0] [BACKPORT] 2007-12-09 03:14:34 +00:00
DefinitionCacheFactory.php [3.0.0] [BACKPORT] 2007-12-09 03:14:34 +00:00
Doctype.php __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
DoctypeRegistry.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
ElementDef.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
Encoder.php __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
EntityLookup.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
EntityParser.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +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 __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
Filter.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
Generator.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
HTMLDefinition.php __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
HTMLModule.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
HTMLModuleManager.php __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
IDAccumulator.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
Injector.php [3.0.0] 2007-12-05 01:26:28 +00:00
Language.php __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
LanguageFactory.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
Lexer.php [3.0.0] Fully implement CSS extraction and cleaning. See NEWS for more information, it is now a Filter. 2007-12-12 21:46:30 +00:00
PercentEncoder.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
Printer.php __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
Strategy.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
TagTransform.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
Token.php __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
TokenFactory.php __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
URI.php __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
URIDefinition.php __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
URIFilter.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
URIParser.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
URIScheme.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
URISchemeRegistry.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00