.. |
AttrDef
|
[1.6.1] Implement target module/attribute.
|
2007-04-30 21:19:15 +00:00 |
AttrTransform
|
[1.6.1] Refactor AttrTransform to reduce duplication.
|
2007-05-05 02:25:55 +00:00 |
ChildDef
|
Add a bunch of compatibility gunk to XHTMLDefinition for modules we've not implemented yet and replace HTMLDefinition with it.
|
2007-02-04 23:10:10 +00:00 |
ConfigDef
|
Rename ConfigEntity to ConfigDef and factor into its own classes.
|
2007-02-05 03:22:32 +00:00 |
EntityLookup
|
[1.2.0]
|
2006-09-30 20:18:08 +00:00 |
Filter
|
[1.4.x?] Make regex multiline.
|
2007-03-04 02:55:44 +00:00 |
HTMLModule
|
[1.6.1] Fix fatal error with XHTML 1.1 validation.
|
2007-05-04 01:17:00 +00:00 |
Language
|
[1.5.0] Add rudimentary I18N and L10N support based off MediaWiki
|
2007-01-29 20:11:00 +00:00 |
Lexer
|
[1.6.1] DirectLex now preserves text in which a < bracket is followed by a non-alphanumeric character. This means that certain emoticons are now preserved.
|
2007-04-04 02:22:27 +00:00 |
Printer
|
Add an HTMLModuleManager.
|
2007-02-15 14:00:18 +00:00 |
Strategy
|
[1.6.1] Fix broken configuration directive %Core.RemoveInvalidImg, also make basic demo operational out-of-the-box
|
2007-04-30 00:53:13 +00:00 |
TagTransform
|
Divvy up TagTransform library files into their own separate files. Similar action needs to be taken for the tests.
|
2007-02-06 01:33:28 +00:00 |
URIScheme
|
[1.2.0] Non-accessible resources (ex. mailto) blocked from embedded URIs (img src)
|
2006-11-17 23:09:10 +00:00 |
AttrCollections.php
|
Migrate default attribute collections to their own module, do late-loading of the attribute collection.
|
2007-02-16 03:07:47 +00:00 |
AttrDef.php
|
[1.2.0] Implement primitive email regexp to be used for mailto. There are many spotty implementation issues, so this code is not actually called anywhere else currently.
|
2006-11-08 03:10:43 +00:00 |
AttrTransform.php
|
[1.6.1] Refactor AttrTransform to reduce duplication.
|
2007-05-05 02:25:55 +00:00 |
AttrTypes.php
|
[1.5.0] AttrDef partitioned into HTML, CSS and URI segments. Also, some minor bugs with MultiLength fixed.
|
2007-02-14 20:38:51 +00:00 |
ChildDef.php
|
[1.3.0] Add Printer_CSSDefinition.
|
2006-11-25 05:05:32 +00:00 |
Config.php
|
[1.5.0]
|
2007-02-14 01:44:06 +00:00 |
ConfigDef.php
|
Rename ConfigEntity to ConfigDef and factor into its own classes.
|
2007-02-05 03:22:32 +00:00 |
ConfigSchema.php
|
[1.6.1] Empty strings get converted to empty arrays instead of arrays with an empty string in them.
|
2007-04-30 01:14:21 +00:00 |
ContentSets.php
|
Add an HTMLModuleManager.
|
2007-02-15 14:00:18 +00:00 |
Context.php
|
[1.2.0] Unit test housekeeping:
|
2006-11-16 23:58:33 +00:00 |
CSSDefinition.php
|
[1.6.1] Implement BoolToCSS attribute transformations for td,th.nowrap and hr.noshade
|
2007-05-03 04:07:47 +00:00 |
ElementDef.php
|
- Setup doctypes, auto properties, and work on making the interface more user-friendly
|
2007-02-18 05:29:19 +00:00 |
Encoder.php
|
[1.4.0]
|
2007-01-19 03:54:55 +00:00 |
EntityLookup.php
|
Merge in PHP5 strict changes that are applicable to PHP4.
|
2007-01-16 22:22:08 +00:00 |
EntityParser.php
|
[1.2.0]
|
2006-10-22 16:09:36 +00:00 |
Error.php
|
[1.2.0] Allow configuration directives to permit null values. ConfigDoc updated accordingly.
|
2006-11-12 02:59:36 +00:00 |
Filter.php
|
[1.4.0] YouTube preservation code added to the core by adding HTMLPurifier_Filter hierarchy.
|
2007-01-21 15:09:07 +00:00 |
Generator.php
|
[1.3.1] Standardized all attribute handling variables to attr, made it plural
|
2006-12-06 22:29:08 +00:00 |
HTMLDefinition.php
|
[1.6.1] Fix fatal error with XHTML 1.1 validation.
|
2007-05-04 01:17:00 +00:00 |
HTMLModule.php
|
- Setup doctypes, auto properties, and work on making the interface more user-friendly
|
2007-02-18 05:29:19 +00:00 |
HTMLModuleManager.php
|
[1.6.1] Implement target module/attribute.
|
2007-04-30 21:19:15 +00:00 |
IDAccumulator.php
|
[1.2.0]
|
2006-10-22 16:09:36 +00:00 |
Language.php
|
[1.5.0] Add rudimentary I18N and L10N support based off MediaWiki
|
2007-01-29 20:11:00 +00:00 |
LanguageFactory.php
|
[1.5.0] Add rudimentary I18N and L10N support based off MediaWiki
|
2007-01-29 20:11:00 +00:00 |
Lexer.php
|
[1.4.x?] Alright, have both PHP5 and DOMDocument requirements for DOMLex checked.
|
2007-02-27 23:54:29 +00:00 |
PercentEncoder.php
|
[1.2.0] Add documentation to PercentEncoder.php
|
2006-11-07 17:42:41 +00:00 |
Printer.php
|
[1.3.0] Add Printer_CSSDefinition.
|
2006-11-25 05:05:32 +00:00 |
Strategy.php
|
[1.2.0]
|
2006-10-01 20:47:07 +00:00 |
TagTransform.php
|
Divvy up TagTransform library files into their own separate files. Similar action needs to be taken for the tests.
|
2007-02-06 01:33:28 +00:00 |
Token.php
|
[1.3.1] Standardized all attribute handling variables to attr, made it plural
|
2006-12-06 22:29:08 +00:00 |
TokenFactory.php
|
[1.3.1] Standardized all attribute handling variables to attr, made it plural
|
2006-12-06 22:29:08 +00:00 |
URIScheme.php
|
[1.2.0] Non-accessible resources (ex. mailto) blocked from embedded URIs (img src)
|
2006-11-17 23:09:10 +00:00 |
URISchemeRegistry.php
|
[1.5.0] Rewrite XHTML 1.1 document to describe HTMLDefinition's modularization
|
2007-02-08 23:10:49 +00:00 |