0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 11:15:18 +00:00
htmlpurifier/library/HTMLPurifier/AttrDef
Edward Z. Yang 2d6bf12fe0 [1.2.0]
- All important classes that use Context were migrated. Todo: Classes that currently use $config but not $context are AttrTransform (done in r493) and URIScheme+Registry (done in r500). There may be more classes, incl TagTransform (done in r497) that should have both $config and $context added.
- Strategy unit tests now migrated to use HTMLPurifier_Harness

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@485 48356398-32a2-884e-a903-53898d9a118a
2006-10-01 21:55:13 +00:00
..
Border.php De-singleton-ized (HTML|CSS)Definition, tying them to the configuration and making them more amenable to changes. 2006-08-31 20:33:07 +00:00
Class.php Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer. 2006-08-20 21:47:15 +00:00
Color.php Basic color keywords translated into hexadecimal values. 2006-08-27 00:35:57 +00:00
Composite.php Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer. 2006-08-20 21:47:15 +00:00
CSS.php [1.0.1] Fixed rejection of inline style declarations that had lots of extra space in them. This manifested in TinyMCE. 2006-09-04 23:01:47 +00:00
CSSLength.php Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer. 2006-08-20 21:47:15 +00:00
Enum.php Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer. 2006-08-20 21:47:15 +00:00
Font.php De-singleton-ized (HTML|CSS)Definition, tying them to the configuration and making them more amenable to changes. 2006-08-31 20:33:07 +00:00
FontFamily.php Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer. 2006-08-20 21:47:15 +00:00
Host.php [1.1.1] 2006-09-23 00:43:21 +00:00
ID.php [1.2.0] 2006-10-01 21:55:13 +00:00
Integer.php Fix bug: number spans should not allow zero as a value. This required augmenting HTMLPurifier/AttrDef/Integer.php to have a richer negative/zero/positive specification interface that can be extrapolated to Number and friends. 2006-08-25 02:48:49 +00:00
IPv4.php Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer. 2006-08-20 21:47:15 +00:00
IPv6.php Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer. 2006-08-20 21:47:15 +00:00
Lang.php Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer. 2006-08-20 21:47:15 +00:00
Length.php Make note that this is HTML specific. 2006-08-13 21:41:53 +00:00
ListStyle.php De-singleton-ized (HTML|CSS)Definition, tying them to the configuration and making them more amenable to changes. 2006-08-31 20:33:07 +00:00
MultiLength.php Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer. 2006-08-20 21:47:15 +00:00
Multiple.php Document fact that inherit only works when its alone. 2006-08-23 02:11:04 +00:00
Number.php Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer. 2006-08-20 21:47:15 +00:00
Percentage.php Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer. 2006-08-20 21:47:15 +00:00
Pixels.php Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer. 2006-08-20 21:47:15 +00:00
Text.php Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer. 2006-08-20 21:47:15 +00:00
TextDecoration.php Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer. 2006-08-20 21:47:15 +00:00
URI.php Renamed ConfigDef to ConfigSchema. (Required major internal restructuring but should not affect end-users) 2006-09-16 22:36:58 +00:00