0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 03:05:18 +00:00
htmlpurifier/library/HTMLPurifier/HTMLModule
Edward Z. Yang 0ea04db559 [1.7.0] Finish implementing legacy elements, begin implementing legacy attributes
- Migrated most unit tests over to XHTML 1.0 Strict to preserve transformation behavior
- Created %Core.ColorKeywords to be shared between CSS_Color and HTML_Color
- Added AttrDef_HTML_Color as AttrType Color
- HTMLPurifier_Config::create(HTMLPurifier_Config $config) now clones the object
- Attribute minimization for HTML implemented in Generator
- Move div@align fix from proprietary to regular set
- Color keywords now map to full six digit hexadecimal codes
- Harness will now tack on per-use-case configuration

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1084 48356398-32a2-884e-a903-53898d9a118a
2007-05-21 01:36:15 +00:00
..
Tidy [1.7.0] Finish implementing legacy elements, begin implementing legacy attributes 2007-05-21 01:36:15 +00:00
Bdo.php [1.7.0] Modify addElement to return a reference to the created definition, shorten other HTMLModules accordingly. 2007-05-12 20:44:47 +00:00
CommonAttributes.php [1.7.0] Implement and hook-in Tidy module setup. 2007-05-19 21:00:12 +00:00
Edit.php [1.7.0] Migrate Presentation module to new syntax, compactify Edit, Legacy and List declarations. 2007-05-11 00:54:04 +00:00
Hypertext.php [1.7.0] Modify addElement to return a reference to the created definition, shorten other HTMLModules accordingly. 2007-05-12 20:44:47 +00:00
Image.php [1.7.0] Add some module unit tests for Edit, Hypertext, Image and Legacy (incomplete). Remove redundant img scaffolding. 2007-05-13 20:43:38 +00:00
Legacy.php [1.7.0] Finish implementing legacy elements, begin implementing legacy attributes 2007-05-21 01:36:15 +00:00
List.php [1.7.0] Modify addElement to return a reference to the created definition, shorten other HTMLModules accordingly. 2007-05-12 20:44:47 +00:00
NonXMLCommonAttributes.php [1.7.0] Implement and hook-in Tidy module setup. 2007-05-19 21:00:12 +00:00
Presentation.php [1.7.0] Minor reformatting of some modules to make them more like the XHTML abstract definitions 2007-05-13 20:50:53 +00:00
Scripting.php [1.7.0] Begin refactoring of HTMLModuleManager, a lot of vestigal code remaining, but basic transferral to decentralized safety design finished. Enable scripting module. 2007-05-14 00:14:21 +00:00
StyleAttribute.php - Revamp ordering scheme: onus in on collections, conflict resolution based on module load order. 2007-02-17 17:10:28 +00:00
Tables.php [1.7.0] Minor reformatting of some modules to make them more like the XHTML abstract definitions 2007-05-13 20:50:53 +00:00
Target.php [1.7.0] Implement addBlankElement for non-standalone elements. 2007-05-12 20:54:55 +00:00
Text.php [1.7.0] Minor reformatting of some modules to make them more like the XHTML abstract definitions 2007-05-13 20:50:53 +00:00
Tidy.php [1.7.0] Implement and hook-in Tidy module setup. 2007-05-19 21:00:12 +00:00
XMLCommonAttributes.php [1.7.0] Implement and hook-in Tidy module setup. 2007-05-19 21:00:12 +00:00