Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Set the tidyNode constructor private | Pierrick Charron | 2009-12-28 | 1 | -0/+1 |
| | |||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - revert over constfying | Marcus Boerger | 2008-01-27 | 1 | -1/+1 |
| | |||||
* | MFB: const keywording | Nuno Lopes | 2008-01-25 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFB | Nuno Lopes | 2006-09-15 | 1 | -8/+0 |
| | |||||
* | - upgrade ob_tidyhandler | Michael Wallner | 2006-09-06 | 1 | -1/+2 |
| | |||||
* | sync code and tests with PHP_5_2 | Nuno Lopes | 2006-09-05 | 1 | -52/+0 |
| | |||||
* | no such function | Antony Dovgal | 2006-08-30 | 1 | -1/+0 |
| | |||||
* | MFB: static keywording | Nuno Lopes | 2006-08-14 | 1 | -50/+50 |
| | |||||
* | MFB: fix #37418 (tidy module crashes CLI version of PHP) | Antony Dovgal | 2006-05-24 | 1 | -0/+1 |
| | |||||
* | Under threat of being slept with by Marcus, adding new getParent() method | John Coggeshall | 2006-03-23 | 1 | -0/+1 |
| | | | | | for node traversals | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Adding new function tidy_get_opt_doc() to return option documentation at ↵ | John Coggeshall | 2005-04-25 | 1 | -0/+3 |
| | | | | runtime. Thanks to nlopess for the patch | ||||
* | Don't need MSHUTDOWN either here | Rasmus Lerdorf | 2005-02-08 | 1 | -1/+0 |
| | |||||
* | Get rid of more useless RINIT/RSHUTDOWN calls | Rasmus Lerdorf | 2005-02-07 | 1 | -1/+0 |
| | |||||
* | - Removed things related to attribute classes / consts which no | John Coggeshall | 2004-04-12 | 1 | -0/+1 |
| | | | | | | | | | longer exist in Tidy - Changed protos in comment blocks to studlyCaps - Fixed problem where Tidy would throw exceptions if called from a procedural context. Tidy will now cause E_ERRORs if called from procedural form. | ||||
* | - Moved internally used includes/macros/structs/etc. into tidy.c to prevent | foobar | 2004-02-23 | 1 | -181/+1 |
| | | | | | | | any conflicts with any other library/header/extension. # Never EVER put this stuff in extension's php_*.h file if possible! | ||||
* | - Update with new destructor code | Zeev Suraski | 2004-02-04 | 1 | -1/+1 |
| | |||||
* | Moving the OO syntax to studlyCaps. | John Coggeshall | 2004-01-21 | 1 | -12/+12 |
| | | | | | I am *not* changing this back :) | ||||
* | Apparently MSVC is not C99 compatible making variable marco arguments | John Coggeshall | 2004-01-14 | 1 | -0/+7 |
| | | | | | | in the TIDY_THROW() marco broken in (at least) Win32. This provides a suitable workaround for non-C99 compatible compilers. | ||||
* | With the approval of Andi, changing the Tidy API to reduce the possible | John Coggeshall | 2004-01-14 | 1 | -36/+22 |
| | | | | | | | | amount of confusion when setting Tidy configuration options. All configuration must now be done pre-parsing of the document. Removed references to the tidy_attr class, as it is no longer used (since tidy 2.0) and made tidy throw exceptions for all truly non-fatal errors. | ||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -1/+1 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Fix ZTS build | Frank M. Kromann | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Added an optional array parameter to tidy_parse_file/string to | John Coggeshall | 2004-01-06 | 1 | -0/+2 |
| | | | | | | fix a bug. Apparently some libtidy config options must be set prior to parsing in order to work properly. | ||||
* | ws & cs | foobar | 2003-12-18 | 1 | -23/+22 |
| | |||||
* | ZTS build and speling fix | Wez Furlong | 2003-12-18 | 1 | -4/+4 |
| | |||||
* | Applying some minor fixes / CS changes by ilia | John Coggeshall | 2003-12-15 | 1 | -5/+32 |
| | |||||
* | Tons of changes for Tidy 2.0 -- output buffering, multiple documents, | John Coggeshall | 2003-12-14 | 1 | -105/+138 |
| | | | | | dual nature ($a->parse_file() and $a = tidy_parse_file()), etc. | ||||
* | Updated test cases and examples and cleaned up the new OO code so it will | John Coggeshall | 2003-09-22 | 1 | -0/+27 |
| | | | | | be easier to maintain. | ||||
* | Completely re-wrote the ZE2 OO stuff to do it the proper way. It is not | John Coggeshall | 2003-09-22 | 1 | -9/+26 |
| | | | | | | considerably more stable, cleaner, and looks as if it works well :) This probably is going to break any scripts which used it before, but oh well. | ||||
* | Complete refactoring of the OO support in tidy. Although currently | John Coggeshall | 2003-09-22 | 1 | -47/+46 |
| | | | | | incomplete, it is a good start. | ||||
* | Added tidy_repair_string() & tidy_repair_file() that allow for quick repair | Ilia Alshanetsky | 2003-09-21 | 1 | -0/+2 |
| | | | | | | | | of files & strings. Modified tidy_parse_file() to accept include_path parameter. Fixed a few bugs that may have allowed configurations directives loaded via a file to carry over across requests. | ||||
* | Tidy Hijacked! Read all about it ;) | Ilia Alshanetsky | 2003-09-20 | 1 | -14/+13 |
| | | | | | | | | | | | | | | | | | | * No more tidy resources, it's now persistent and internal. This helps speed quite a bit, since the tidy resource only needs to be initialized once. * Replace common code with macros. * Added necessary safe_mode & open_basedir checks when working with files. * Added ini option to allow loading of config file on startup. * Show current configuration in phpinfo(); * Coding Style Cleanup * Added tidy_get_config(), returns an associated array with all configuration values. * Added tidy_reset_config(), it restores tidy configuration to default values. * Fixed a possible crash inside tidy_setopt(). * Added myself to the credits. More changes to follow. | ||||
* | Moved things around and added some #ifdefs so that the extension can be used | John Coggeshall | 2003-09-14 | 1 | -0/+4 |
| | | | | | in PHP 4 (without the ZE2 tree parsing). | ||||
* | Fix memory leaks | John Coggeshall | 2003-08-06 | 1 | -34/+31 |
| | |||||
* | Fixed a number of memleaks and cleaned up the code a bit. | John Coggeshall | 2003-08-01 | 1 | -38/+31 |
| | |||||
* | Adding the tidy extension to PECL | John Coggeshall | 2003-08-01 | 1 | -0/+200 |