2007-06-24 |
Edward Z. Yang | Implement working linkification, now, the real challenge...
|
commit | commitdiff | tree |
2007-06-24 |
Edward Z. Yang | Convert to numerically indexed array.
|
commit | commitdiff | tree |
2007-06-24 |
Edward Z. Yang | Convert injector to use arrays.
|
commit | commitdiff | tree |
2007-06-23 |
Edward Z. Yang | [2.0.1] Scrap auto_close in favor of ChildDef->elements...
|
commit | commitdiff | tree |
2007-06-23 |
Edward Z. Yang | Refactor Injector not to edit $result directly.
|
commit | commitdiff | tree |
2007-06-23 |
Edward Z. Yang | Convert handleStart to the new format.
|
commit | commitdiff | tree |
2007-06-23 |
Edward Z. Yang | Factor out auto-paragraph to injector class.
|
commit | commitdiff | tree |
2007-06-23 |
Edward Z. Yang | Further refactoring in preparation for logic change.
|
commit | commitdiff | tree |
2007-06-23 |
Edward Z. Yang | Refactor auto-paragraph code in preparation for fundamental...
|
commit | commitdiff | tree |
2007-06-23 |
Edward Z. Yang | Fix quick bug: it's 2 dashes, not 3.
|
commit | commitdiff | tree |
2007-06-23 |
Edward Z. Yang | [2.0.1] DefinitionCache no longer throws errors when...
|
commit | commitdiff | tree |
2007-06-23 |
Edward Z. Yang | [2.0.1] Improve directory permissions checks. UNTESTED!!!
|
commit | commitdiff | tree |
2007-06-23 |
Edward Z. Yang | [2.0.1] DefinitionCache related bug-fixes
|
commit | commitdiff | tree |
2007-06-22 |
Edward Z. Yang | [2.0.1] Add preliminary auto-paragraph implementation...
|
commit | commitdiff | tree |
2007-06-22 |
Edward Z. Yang | Update NEWS.
|
commit | commitdiff | tree |
2007-06-21 |
Edward Z. Yang | [2.0.1] Reorder definition cache includes
|
commit | commitdiff | tree |
2007-06-21 |
Edward Z. Yang | [1.7.0] Update HTMLDefinition printer with some of...
|
commit | commitdiff | tree |
2007-06-21 |
Edward Z. Yang | Update TODO.
|
commit | commitdiff | tree |
2007-06-21 |
Edward Z. Yang | [2.0.1] Rewire test-cases to swallow errors, not expect...
|
commit | commitdiff | tree |
2007-06-21 |
Edward Z. Yang | [2.0.1] Improve special case handling for <script>
|
commit | commitdiff | tree |
2007-06-21 |
Edward Z. Yang | Remove SVN checkout warnings from these two docs: they...
|
commit | commitdiff | tree |
2007-06-20 |
Edward Z. Yang | Release 2.0.0.
|
commit | commitdiff | tree |
2007-06-20 |
Edward Z. Yang | Update INSTALL document.
|
commit | commitdiff | tree |
2007-06-20 |
Edward Z. Yang | [1.7.0] Complete Customization end user tutorial.
|
commit | commitdiff | tree |
2007-06-20 |
Edward Z. Yang | [1.7.0] Add native support for required elements
|
commit | commitdiff | tree |
2007-06-20 |
Edward Z. Yang | [1.7.0] ChildDef_Custom's regex generation has been...
|
commit | commitdiff | tree |
2007-06-20 |
Edward Z. Yang | Officially transition from 1.7 -> 2.0, mass substitution...
|
commit | commitdiff | tree |
2007-06-20 |
Edward Z. Yang | [1.7.0] Change ->Revision member variable to a legit...
|
commit | commitdiff | tree |
2007-06-19 |
Edward Z. Yang | Update TODO.
|
commit | commitdiff | tree |
2007-06-19 |
Edward Z. Yang | [1.7.0] Bug resulting from tag transforms to non-allowed...
|
commit | commitdiff | tree |
2007-06-19 |
Edward Z. Yang | [1.7.0] Implement addElement: the advanced API is complete!
|
commit | commitdiff | tree |
2007-06-19 |
Edward Z. Yang | [1.7.0] Implement addAttribute() of advanced API.
|
commit | commitdiff | tree |
2007-06-19 |
Edward Z. Yang | Fix PHP4 compatibility problems with substr_count
|
commit | commitdiff | tree |
2007-06-18 |
Edward Z. Yang | [1.7.0] StrictBlockquote child definition refrains...
|
commit | commitdiff | tree |
2007-06-18 |
Edward Z. Yang | Add note that functionality IS NOT released yet. This...
|
commit | commitdiff | tree |
2007-06-18 |
Edward Z. Yang | [1.7.0] Wire in Language and ErrorCollector to main...
|
commit | commitdiff | tree |
2007-06-18 |
Edward Z. Yang | Implement bare minimum extra functions for language...
|
commit | commitdiff | tree |
2007-06-18 |
Edward Z. Yang | [1.7.0] Implement line number counting in DirectLex...
|
commit | commitdiff | tree |
2007-06-18 |
Edward Z. Yang | Update docs for config.
|
commit | commitdiff | tree |
2007-06-17 |
Edward Z. Yang | [1.7.0] Prototype-declarations for Lexer removed in...
|
commit | commitdiff | tree |
2007-06-17 |
Edward Z. Yang | [1.7.0] DOMLex will not emit errors when a custom error...
|
commit | commitdiff | tree |
2007-06-16 |
Edward Z. Yang | [1.7.0] DefinitionCache->flush() now requires configuration...
|
commit | commitdiff | tree |
2007-06-16 |
Edward Z. Yang | [1.7.0] Add DefinitionID for HTML, to prevent caching...
|
commit | commitdiff | tree |
2007-06-16 |
Edward Z. Yang | [1.7.0] Contents between <script> tags are now completely...
|
commit | commitdiff | tree |
2007-06-12 |
Edward Z. Yang | Update API.
|
commit | commitdiff | tree |
2007-06-09 |
Edward Z. Yang | Update txt docs.
|
commit | commitdiff | tree |
2007-06-08 |
Edward Z. Yang | Repair links to renamed documentation; fix typo in...
|
commit | commitdiff | tree |
2007-06-02 |
Edward Z. Yang | Rename xhtml-1.1 to html-modularization and remove...
|
commit | commitdiff | tree |
2007-06-02 |
Edward Z. Yang | Rename and rewrite content models docs.
|
commit | commitdiff | tree |
2007-05-29 |
Edward Z. Yang | [1.7.0] Update INSTALL and basic example to use the...
|
commit | commitdiff | tree |
2007-05-29 |
Edward Z. Yang | [1.7.0] Implement HTML.Allowed, a TinyMCE style whitelist...
|
commit | commitdiff | tree |
2007-05-29 |
Edward Z. Yang | [1.7.0] Implement Cleanup decorator
|
commit | commitdiff | tree |
2007-05-29 |
Edward Z. Yang | [1.7.0] Add DefinitionCache decorators, implement Memory...
|
commit | commitdiff | tree |
2007-05-29 |
Edward Z. Yang | [1.7.0] Add versioning to serializer cache
|
commit | commitdiff | tree |
2007-05-29 |
Edward Z. Yang | [1.7.0] Complete Legacy element and attribute native...
|
commit | commitdiff | tree |
2007-05-29 |
Edward Z. Yang | [1.7.0] Fix bug in Bool class
|
commit | commitdiff | tree |
2007-05-29 |
Edward Z. Yang | Add initial allElements smoketest. Incomplete.
|
commit | commitdiff | tree |
2007-05-28 |
Edward Z. Yang | Cordon off configuration form values into one form...
|
commit | commitdiff | tree |
2007-05-28 |
Edward Z. Yang | Remove unlink(types.xml) from cleanup
|
commit | commitdiff | tree |
2007-05-28 |
Edward Z. Yang | Centralize types.xml writing.
|
commit | commitdiff | tree |
2007-05-28 |
Edward Z. Yang | Simplify generate.php variable naming and comments.
|
commit | commitdiff | tree |
2007-05-28 |
Edward Z. Yang | - Modify hash format to be more intuitive
|
commit | commitdiff | tree |
2007-05-28 |
Edward Z. Yang | Document Printer_ConfigForm. Factor out form controls...
|
commit | commitdiff | tree |
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 |