2007-05-28 |
Edward Z. Yang | Further refactoring to remove hacks. Move everything...
|
commit | commitdiff | tree |
2007-05-28 |
Edward Z. Yang | Further refactor ConfigDoc, creating HTMLXSLTProcessor...
|
commit | commitdiff | tree |
2007-05-28 |
Edward Z. Yang | Add basic structure for ConfigDoc namespace, begin...
|
commit | commitdiff | tree |
2007-05-28 |
Edward Z. Yang | Rewire test runner to use full path to test file, this...
|
commit | commitdiff | tree |
2007-05-28 |
Edward Z. Yang | [1.7.0] Create ConfigForm printer classes
|
commit | commitdiff | tree |
2007-05-27 |
Edward Z. Yang | Minor test-case refactoring.
|
commit | commitdiff | tree |
2007-05-27 |
Edward Z. Yang | Oh whitespace how I despise you! Fix whitespace discrepancie...
|
commit | commitdiff | tree |
2007-05-27 |
Edward Z. Yang | Factor out common DefinitionCache test code to a harness.
|
commit | commitdiff | tree |
2007-05-27 |
Edward Z. Yang | [1.7.0] HTML Purifier now works with PHP 4.3.2. Yay!
|
commit | commitdiff | tree |
2007-05-27 |
Edward Z. Yang | [1.7.0] Add missing functions for DefinitionCache:...
|
commit | commitdiff | tree |
2007-05-25 |
Edward Z. Yang | Fixed typo that caused problems with native PHP 4 fwrite...
|
commit | commitdiff | tree |
2007-05-25 |
Edward Z. Yang | [1.7.0] Factor out caching of definitions to DefinitionCache...
|
commit | commitdiff | tree |
2007-05-24 |
Edward Z. Yang | Add missing parent class Definition.
|
commit | commitdiff | tree |
2007-05-24 |
Edward Z. Yang | [1.7.0] Refactor HTMLDefinition and CSSDefinition to...
|
commit | commitdiff | tree |
2007-05-24 |
Edward Z. Yang | [1.7.0] Lexer is now pre-emptively included, with a...
|
commit | commitdiff | tree |
2007-05-23 |
Edward Z. Yang | [1.7.0] Implement HTMLDefinition cache (very hacked...
|
commit | commitdiff | tree |
2007-05-23 |
Edward Z. Yang | [1.7.0] New compact syntax for AttrDef objects that...
|
commit | commitdiff | tree |
2007-05-22 |
Edward Z. Yang | [1.7.0] Add missing includes for AttrTypes, add phantom...
|
commit | commitdiff | tree |
2007-05-22 |
Edward Z. Yang | [1.7.0] Rewire dependencies, removing redundant includes...
|
commit | commitdiff | tree |
2007-05-21 |
Edward Z. Yang | Properly tag Tidy with keyword prop.
|
commit | commitdiff | tree |
2007-05-21 |
Edward Z. Yang | [1.7.0] Finish implementing legacy elements, begin...
|
commit | commitdiff | tree |
2007-05-21 |
Edward Z. Yang | [1.7.0] Remove HTMLModule tests. They were a bad idea.
|
commit | commitdiff | tree |
2007-05-20 |
Edward Z. Yang | [1.7.0] Refactor HTMLModule unit tests
|
commit | commitdiff | tree |
2007-05-20 |
Edward Z. Yang | [1.7.0] Implement u, s, and strike tag transforms
|
commit | commitdiff | tree |
2007-05-20 |
Edward Z. Yang | Armor maintenance script by testing for CLI.
|
commit | commitdiff | tree |
2007-05-20 |
Edward Z. Yang | Update WYSIWYG by removing Mantis link: bugtracker...
|
commit | commitdiff | tree |
2007-05-20 |
Edward Z. Yang | [1.7.0] Code audit
|
commit | commitdiff | tree |
2007-05-20 |
Edward Z. Yang | [1.7.0] Add unit test for AttrCollections
|
commit | commitdiff | tree |
2007-05-20 |
Edward Z. Yang | [1.7.0] Make doctype object available from config,...
|
commit | commitdiff | tree |
2007-05-20 |
Edward Z. Yang | [1.7.0] Configuration object now finalizes itself after...
|
commit | commitdiff | tree |
2007-05-20 |
Edward Z. Yang | [1.7.0] Make AttrDef classes more friendly to serialization...
|
commit | commitdiff | tree |
2007-05-20 |
Edward Z. Yang | Update TODO.
|
commit | commitdiff | tree |
2007-05-20 |
Edward Z. Yang | [1.7.0] Add documentation for the Tidy functionality
|
commit | commitdiff | tree |
2007-05-19 |
Edward Z. Yang | [1.7.0] Implement and hook-in Tidy module setup.
|
commit | commitdiff | tree |
2007-05-19 |
Edward Z. Yang | [1.7.0] Commit abstract implementation of Tidy module...
|
commit | commitdiff | tree |
2007-05-19 |
Edward Z. Yang | [1.7.0] Create new Output configuration namespace and...
|
commit | commitdiff | tree |
2007-05-17 |
Edward Z. Yang | Update documentation.
|
commit | commitdiff | tree |
2007-05-16 |
Edward Z. Yang | [1.7.0] Update Advanced API documentation to reflect...
|
commit | commitdiff | tree |
2007-05-16 |
Edward Z. Yang | [1.7.0] Eliminated modes in favor for special-case...
|
commit | commitdiff | tree |
2007-05-15 |
Edward Z. Yang | Update TODO with specific tasks for 1.7.
|
commit | commitdiff | tree |
2007-05-15 |
Edward Z. Yang | [1.7.0] Various updates
|
commit | commitdiff | tree |
2007-05-15 |
Edward Z. Yang | [1.7.0] Armor error messages against XSS injection.
|
commit | commitdiff | tree |
2007-05-15 |
Edward Z. Yang | [1.7.0] Add %HTML.Trusted directive to allow untrusted...
|
commit | commitdiff | tree |
2007-05-15 |
Edward Z. Yang | [1.7.0] Wire in DoctypeRegistry to HTMLModuleManager...
|
commit | commitdiff | tree |
2007-05-14 |
Edward Z. Yang | [1.7.0] Implement DoctypeRegistry. Add transparent...
|
commit | commitdiff | tree |
2007-05-14 |
Edward Z. Yang | [1.7.0] More refactoring
|
commit | commitdiff | tree |
2007-05-14 |
Edward Z. Yang | [1.7.0] More HTMLModuleManager work:
|
commit | commitdiff | tree |
2007-05-14 |
Edward Z. Yang | [1.7.0] Remove vestigal chunks of code from HTMLModuleManage...
|
commit | commitdiff | tree |
2007-05-14 |
Edward Z. Yang | [1.7.0] Begin refactoring of HTMLModuleManager, a lot...
|
commit | commitdiff | tree |
2007-05-13 |
Edward Z. Yang | [1.7.0] Drastically reorganize TransformToStrict, attributes...
|
commit | commitdiff | tree |
2007-05-13 |
Edward Z. Yang | [1.7.0] Minor reformatting of some modules to make...
|
commit | commitdiff | tree |
2007-05-13 |
Edward Z. Yang | [1.7.0] Add some module unit tests for Edit, Hypertext...
|
commit | commitdiff | tree |
2007-05-13 |
Edward Z. Yang | [1.7.0] Fix bug in HTMLPurifier_Harness that causes...
|
commit | commitdiff | tree |
2007-05-12 |
Edward Z. Yang | [1.7.0] Modify behavior of ElementDef->mergeIn to also...
|
commit | commitdiff | tree |
2007-05-12 |
Edward Z. Yang | [1.7.0] Implement addBlankElement for non-standalone...
|
commit | commitdiff | tree |
2007-05-12 |
Edward Z. Yang | [1.7.0] Modify addElement to return a reference to...
|
commit | commitdiff | tree |
2007-05-12 |
Edward Z. Yang | [1.7.0] Convert table module to new format. Add support...
|
commit | commitdiff | tree |
2007-05-11 |
Edward Z. Yang | [1.7.0] Migrate Presentation module to new syntax,...
|
commit | commitdiff | tree |
2007-05-09 |
Edward Z. Yang | [1.7.0] Convert Image, Legacy and List to use new format.
|
commit | commitdiff | tree |
2007-05-08 |
Edward Z. Yang | [1.7.0] Add more convenience functions to HTMLModule...
|
commit | commitdiff | tree |
2007-05-07 |
Edward Z. Yang | [1.7.0] Create convenience functions for HTMLModule...
|
commit | commitdiff | tree |
2007-05-07 |
Edward Z. Yang | [1.7.0] Unit test for ElementDef created, ElementDef...
|
commit | commitdiff | tree |
2007-05-07 |
Edward Z. Yang | Remove orphaned release (1.5.1)
|
commit | commitdiff | tree |
2007-05-06 |
Edward Z. Yang | Standardize release script names, add cli execution...
|
commit | commitdiff | tree |
2007-05-05 |
Edward Z. Yang | Add some more release scripts.
|
commit | commitdiff | tree |
2007-05-05 |
Edward Z. Yang | Release 1.6.1.
|
commit | commitdiff | tree |
2007-05-05 |
Edward Z. Yang | [1.6.1] Unit tests now use exclusively assertIdentical
|
commit | commitdiff | tree |
2007-05-05 |
Edward Z. Yang | [1.6.1] Fix bug (== v. ===) that caused merged in attribute...
|
commit | commitdiff | tree |
2007-05-05 |
Edward Z. Yang | [1.6.1] Implement AttrTransform for type in ul, ol...
|
commit | commitdiff | tree |
2007-05-05 |
Edward Z. Yang | [1.6.1] Update unit tests for font transformation
|
commit | commitdiff | tree |
2007-05-05 |
Edward Z. Yang | [1.6.1] Transformation of font's size attribute now...
|
commit | commitdiff | tree |
2007-05-05 |
Edward Z. Yang | [1.6.1] Add attribute transformation smoketests
|
commit | commitdiff | tree |
2007-05-05 |
Edward Z. Yang | [1.6.1] Implement clear in br and align in caption...
|
commit | commitdiff | tree |
2007-05-05 |
Edward Z. Yang | [1.6.1] Implement generic EnumToCSS attribute transformation...
|
commit | commitdiff | tree |
2007-05-05 |
Edward Z. Yang | [1.6.1] Refactor AttrTransform to reduce duplication.
|
commit | commitdiff | tree |
2007-05-04 |
Edward Z. Yang | Rewrite docs on align attribute, complete with smoketest...
|
commit | commitdiff | tree |
2007-05-04 |
Edward Z. Yang | [1.6.1] Fix fatal error with XHTML 1.1 validation.
|
commit | commitdiff | tree |
2007-05-03 |
Edward Z. Yang | [1.6.1] Implement BoolToCSS attribute transformations...
|
commit | commitdiff | tree |
2007-05-03 |
Edward Z. Yang | Downgrade code-quality back to a txt scratchpad, add...
|
commit | commitdiff | tree |
2007-05-01 |
Edward Z. Yang | Add experimental and dangerous Scripting module. This...
|
commit | commitdiff | tree |
2007-05-01 |
Edward Z. Yang | Update target milestones, add Windows live mail specimen.
|
commit | commitdiff | tree |
2007-05-01 |
Edward Z. Yang | [1.6.1] Activate transform for hr.size
|
commit | commitdiff | tree |
2007-04-30 |
Edward Z. Yang | [1.6.1] Implement target module/attribute.
|
commit | commitdiff | tree |
2007-04-30 |
Edward Z. Yang | [1.6.1] Implement vspace and hspace transformations...
|
commit | commitdiff | tree |
2007-04-30 |
Edward Z. Yang | [1.6.1] Empty strings get converted to empty arrays...
|
commit | commitdiff | tree |
2007-04-30 |
Edward Z. Yang | [1.6.1] Fix broken configuration directive %Core.RemoveInval...
|
commit | commitdiff | tree |
2007-04-30 |
Edward Z. Yang | Update TODO: rename release and add HTML configuration...
|
commit | commitdiff | tree |
2007-04-29 |
Edward Z. Yang | Fix bug in packager: force all files to be "php"
|
commit | commitdiff | tree |
2007-04-22 |
Edward Z. Yang | Miscellaneous URL updates.
|
commit | commitdiff | tree |
2007-04-22 |
Edward Z. Yang | Update URLs from hp.jpsband.org to htmlpurifier.org
|
commit | commitdiff | tree |
2007-04-22 |
Edward Z. Yang | [1.6.0] Add news item on how demo script was removed
|
commit | commitdiff | tree |
2007-04-22 |
Edward Z. Yang | Compactify HTML Purifier library inclusion
|
commit | commitdiff | tree |
2007-04-22 |
Edward Z. Yang | Moved remotely to website.
|
commit | commitdiff | tree |
2007-04-22 |
Edward Z. Yang | Update package.php with new URLs from migration.
|
commit | commitdiff | tree |
2007-04-21 |
Edward Z. Yang | [1.6.1] Invert HTMLModuleManager->addModule() processing...
|
commit | commitdiff | tree |
2007-04-21 |
Edward Z. Yang | [1.6.1] Possibly fatal bug with __autoload() fixed...
|
commit | commitdiff | tree |
2007-04-11 |
Edward Z. Yang | Remove redundant $info member variable.
|
commit | commitdiff | tree |
2007-04-04 |
Edward Z. Yang | [1.6.1] DirectLex now preserves text in which a < bracket...
|
commit | commitdiff | tree |
2007-04-02 |
Edward Z. Yang | Add 1.6.1 TODO stuff.
|
commit | commitdiff | tree |
2007-04-02 |
Edward Z. Yang | Some packaging fixes:
|
commit | commitdiff | tree |