2008-02-17 |
Edward Z. Yang | - Make phpt files svn:eol-style=native
|
commit | commitdiff | tree |
2008-02-16 |
Edward Z. Yang | - Rewrite command line parsing code to support --opt val
|
commit | commitdiff | tree |
2008-02-16 |
Edward Z. Yang | [3.1.0] multitest.php now works again for all version...
|
commit | commitdiff | tree |
2008-02-16 |
Edward Z. Yang | [3.1.0] [BACKPORT] Fix bug with trusted script handling...
|
commit | commitdiff | tree |
2008-02-16 |
Edward Z. Yang | [3.1.0] Implement a few phpt, fix some autoload bugs
|
commit | commitdiff | tree |
2008-02-16 |
Edward Z. Yang | [3.1.0] Land PHPT integration (currently required;...
|
commit | commitdiff | tree |
2008-02-11 |
Edward Z. Yang | Organize TODO into sectors.
|
commit | commitdiff | tree |
2008-02-11 |
Edward Z. Yang | - More TODO items
|
commit | commitdiff | tree |
2008-02-11 |
Edward Z. Yang | [3.1.0] HTMLPURIFIER_PREFIX can be defined outside...
|
commit | commitdiff | tree |
2008-02-10 |
Edward Z. Yang | - Update TODO
|
commit | commitdiff | tree |
2008-02-10 |
Edward Z. Yang | Remove unnecessary includes: includes now works.
|
commit | commitdiff | tree |
2008-02-10 |
Edward Z. Yang | Regenerate HTMLPurifier.includes.php, and fix parse...
|
commit | commitdiff | tree |
2008-02-10 |
Edward Z. Yang | Post-update changelog for hotfixes r1542 and r1543.
|
commit | commitdiff | tree |
2008-02-10 |
Edward Z. Yang | Split out tokens to prevent autoload barfing.
|
commit | commitdiff | tree |
2008-02-10 |
Edward Z. Yang | Prefix needs to be one-up.
|
commit | commitdiff | tree |
2008-02-10 |
Edward Z. Yang | Move constant to Bootstrap to prevent autoload problems.
|
commit | commitdiff | tree |
2008-02-10 |
Edward Z. Yang | [3.1.0] Further cleanup, making standalone work again
|
commit | commitdiff | tree |
2008-02-10 |
Edward Z. Yang | Transition is complete! Cleanup and class rearrangement...
|
commit | commitdiff | tree |
2008-02-10 |
Edward Z. Yang | Add /null identifiers to schema definitions
|
commit | commitdiff | tree |
2008-02-10 |
Edward Z. Yang | Exported configuration values!
|
commit | commitdiff | tree |
2008-02-10 |
Edward Z. Yang | Add version extraction functionality
|
commit | commitdiff | tree |
2008-02-10 |
Edward Z. Yang | Add API for version extraction.
|
commit | commitdiff | tree |
2008-02-07 |
Edward Z. Yang | Implement schema extraction script; almost done except...
|
commit | commitdiff | tree |
2008-02-07 |
Edward Z. Yang | Make StringHash compatible for all versions of PHP 5.
|
commit | commitdiff | tree |
2008-02-07 |
Edward Z. Yang | Implement ReverseAdapter. Also, debug some order of...
|
commit | commitdiff | tree |
2008-02-05 |
Edward Z. Yang | Complete Adapter implementation, also unit-test keys...
|
commit | commitdiff | tree |
2008-02-05 |
Edward Z. Yang | Add README for the extras/ folder.
|
commit | commitdiff | tree |
2008-02-05 |
Edward Z. Yang | - Implement StringHash wrapper ArrayObject
|
commit | commitdiff | tree |
2008-02-04 |
Edward Z. Yang | Temporary modification to auto until we get pure autoload...
|
commit | commitdiff | tree |
2008-01-27 |
Edward Z. Yang | Update HTMLPurifier.includes.php as per r1526.
|
commit | commitdiff | tree |
2008-01-27 |
Edward Z. Yang | Make bootstrap a require_once... for now.
|
commit | commitdiff | tree |
2008-01-27 |
Edward Z. Yang | [3.1.0] Remove multi-description functionality as well...
|
commit | commitdiff | tree |
2008-01-27 |
Edward Z. Yang | [3.1.0] Initial commit of adapter functionality; not...
|
commit | commitdiff | tree |
2008-01-27 |
Edward Z. Yang | [3.1.0] Give ConfigSchema non-static function equivalents
|
commit | commitdiff | tree |
2008-01-27 |
Edward Z. Yang | [3.1.0] Add StringHashParser.
|
commit | commitdiff | tree |
2008-01-27 |
Edward Z. Yang | Make directory recursive.
|
commit | commitdiff | tree |
2008-01-27 |
Edward Z. Yang | Add complete handle support.
|
commit | commitdiff | tree |
2008-01-27 |
Edward Z. Yang | Initial commit for extra class hierarchies FSTools...
|
commit | commitdiff | tree |
2008-01-27 |
Edward Z. Yang | Update INSTALL file with new setup.
|
commit | commitdiff | tree |
2008-01-27 |
Edward Z. Yang | [3.1.0] The bulk of autoload support added
|
commit | commitdiff | tree |
2008-01-27 |
Edward Z. Yang | [3.1.0] Preparation for autoload
|
commit | commitdiff | tree |
2008-01-21 |
Edward Z. Yang | Support dry runs in SimpleTest, as well as misc other...
|
commit | commitdiff | tree |
2008-01-21 |
Edward Z. Yang | Add support for dry runs.
|
commit | commitdiff | tree |
2008-01-21 |
Edward Z. Yang | Make test_files not fatally error if CSSTidy is not...
|
commit | commitdiff | tree |
2008-01-21 |
Edward Z. Yang | Add support for autoload. We're not, however, using...
|
commit | commitdiff | tree |
2008-01-20 |
Edward Z. Yang | Minor typo/grammar fixes.
|
commit | commitdiff | tree |
2008-01-19 |
Edward Z. Yang | [3.1.0] Convert tokens to use instanceof, reducing...
|
commit | commitdiff | tree |
2008-01-18 |
Edward Z. Yang | Fix double-encoded quotes.
|
commit | commitdiff | tree |
2008-01-15 |
Edward Z. Yang | Update dev-includes.txt with our evil master plan.
|
commit | commitdiff | tree |
2008-01-14 |
Edward Z. Yang | Add development documentation for handling the include...
|
commit | commitdiff | tree |
2008-01-13 |
Edward Z. Yang | Update NEWS/TODO with slight entries
|
commit | commitdiff | tree |
2008-01-13 |
Edward Z. Yang | More updates for ver 3.0.0
|
commit | commitdiff | tree |
2008-01-13 |
Edward Z. Yang | Change help message to div for new theme.
|
commit | commitdiff | tree |
2008-01-13 |
Edward Z. Yang | Make module compatible with Phorum 5.2.6. Changes:
|
commit | commitdiff | tree |
2008-01-10 |
Edward Z. Yang | [3.1.0] [BACKPORT] Fix <span><span><div> by sending...
|
commit | commitdiff | tree |
2008-01-08 |
Edward Z. Yang | Update release scripts, also, remove errant space from...
|
commit | commitdiff | tree |
2008-01-07 |
Edward Z. Yang | Release 3.0.0.
|
commit | commitdiff | tree |
2008-01-07 |
Edward Z. Yang | [3.0.0] Upgraded test scripts and other goodies. Also...
|
commit | commitdiff | tree |
2008-01-06 |
Edward Z. Yang | Factor out includes to a "common.php" file, just to...
|
commit | commitdiff | tree |
2008-01-06 |
Edward Z. Yang | Completely remove style if naughty selector is found...
|
commit | commitdiff | tree |
2008-01-05 |
Edward Z. Yang | [3.0.0] Add global scoping support for ExtractStyleBlocks...
|
commit | commitdiff | tree |
2008-01-05 |
Edward Z. Yang | [3.0.0] Convert all $context calls away from references
|
commit | commitdiff | tree |
2008-01-04 |
Edward Z. Yang | Update release script to compensate for new variable...
|
commit | commitdiff | tree |
2007-12-17 |
Edward Z. Yang | [3.0.0] Allow filter:none for proprietary filter property
|
commit | commitdiff | tree |
2007-12-16 |
Edward Z. Yang | [3.0.0] [BACKPORT] More work for hire from Chris
|
commit | commitdiff | tree |
2007-12-14 |
Edward Z. Yang | Update packaging script to indicate PHP 5 change and...
|
commit | commitdiff | tree |
2007-12-14 |
Edward Z. Yang | Add extractStyleBlocks.php smoketest, also add some...
|
commit | commitdiff | tree |
2007-12-12 |
Edward Z. Yang | [3.0.0] Fully implement CSS extraction and cleaning...
|
commit | commitdiff | tree |
2007-12-12 |
Edward Z. Yang | [3.0.0] <style> tags can now be extracted from input...
|
commit | commitdiff | tree |
2007-12-09 |
Edward Z. Yang | Add some more neat features I'd like to see sometime.
|
commit | commitdiff | tree |
2007-12-09 |
Edward Z. Yang | [3.0.0] [BACKPORT]
|
commit | commitdiff | tree |
2007-12-05 |
Edward Z. Yang | [3.0.0]
|
commit | commitdiff | tree |
2007-12-01 |
Edward Z. Yang | [3.0.0] [BACKPORT] Make CSS properties case-insensitive
|
commit | commitdiff | tree |
2007-11-29 |
Edward Z. Yang | Fix constructor I missed in ConfigForm.
|
commit | commitdiff | tree |
2007-11-29 |
Edward Z. Yang | __construct'ify all main library classes.
|
commit | commitdiff | tree |
2007-11-25 |
Edward Z. Yang | Convert to PHP 5 only codebase, adding visibility modifiers...
|
commit | commitdiff | tree |
2007-11-23 |
Edward Z. Yang | Remove old profiling script, improve original two so...
|
commit | commitdiff | tree |
2007-11-13 |
Edward Z. Yang | Slight clarification of where ElementDef's required_attr...
|
commit | commitdiff | tree |
2007-11-06 |
Edward Z. Yang | Make phpdoc more efficient, ignore the conf directory
|
commit | commitdiff | tree |
2007-11-06 |
Edward Z. Yang | Update PEAR packager
|
commit | commitdiff | tree |
2007-11-06 |
Edward Z. Yang | Release 2.1.3.
|
commit | commitdiff | tree |
2007-11-06 |
Edward Z. Yang | Make multitest.php also manage standalone version testing.
|
commit | commitdiff | tree |
2007-11-05 |
Edward Z. Yang | [2.1.3]
|
commit | commitdiff | tree |
2007-11-05 |
Edward Z. Yang | [2.1.3]
|
commit | commitdiff | tree |
2007-11-05 |
Edward Z. Yang | Update INSTALL file with better instructions. Translation...
|
commit | commitdiff | tree |
2007-11-05 |
Edward Z. Yang | [2.1.3] Fix possible error in DirectLex reported by...
|
commit | commitdiff | tree |
2007-11-02 |
Edward Z. Yang | Update NEWS.
|
commit | commitdiff | tree |
2007-11-02 |
Edward Z. Yang | Beef up HTML Purifier help message. Todo: make it hideable.
|
commit | commitdiff | tree |
2007-10-30 |
Edward Z. Yang | Update Doxygen file after doxygen -u command
|
commit | commitdiff | tree |
2007-10-30 |
Edward Z. Yang | Update Doxyfile with new paths, also exclude standalone...
|
commit | commitdiff | tree |
2007-10-30 |
Edward Z. Yang | Have tests also check for test-settings in conf file...
|
commit | commitdiff | tree |
2007-10-02 |
Edward Z. Yang | [2.1.3]
|
commit | commitdiff | tree |
2007-10-02 |
Edward Z. Yang | [2.1.3]
|
commit | commitdiff | tree |
2007-09-27 |
Edward Z. Yang | [2.1.3] Refine injector algorithm regarding behavior...
|
commit | commitdiff | tree |
2007-09-27 |
Edward Z. Yang | [2.1.3] Fix PHP warning from MakeAbsolute, also improve...
|
commit | commitdiff | tree |
2007-09-26 |
Edward Z. Yang | Refactor IDAccumulator so that unit tests now work...
|
commit | commitdiff | tree |
2007-09-26 |
Edward Z. Yang | [2.1.3] Fatal error when <img> tag (or any other element...
|
commit | commitdiff | tree |
2007-09-25 |
Edward Z. Yang | Some small doc updates
|
commit | commitdiff | tree |
2007-09-09 |
Edward Z. Yang | [2.1.3] Activate strict blockquote functionality for...
|
commit | commitdiff | tree |
2007-09-09 |
Edward Z. Yang | [2.1.3] Rename configuration directive
|
commit | commitdiff | tree |