summaryrefslogtreecommitdiff
path: root/ext/tidy
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* Add a test for tidyNode::__construct()Pierrick Charron2009-12-291-0/+12
|
* - Last ws pollution, I hope.Jani Taskinen2009-12-291-1/+1
|
* - Try prevent accidentsJani Taskinen2009-12-291-6/+6
|
* - WS + CSJani Taskinen2009-12-291-99/+95
|
* Set the tidyNode constructor privatePierrick Charron2009-12-282-1/+2
|
* Changed tidyNode class to disallow manual node creation.Pierrick Charron2009-12-253-22/+10
|
* Fixed bug #50558 (Broken object model when extending tidy)Pierrick Charron2009-12-252-15/+28
|
* Minor change to improve code coveragePatrick Allaert2009-09-161-3/+3
|
* Fixes #49428 - Patch by Patrick AllaertKalle Sommer Nielsen2009-09-011-3/+3
|
* Added Tidy basic test for tidy_access_countPatrick Allaert2009-09-011-0/+20
|
* Added Tidy basic test for tidy_warning_countPatrick Allaert2009-09-011-0/+17
|
* Added Tidy basic test for tidy_error_countPatrick Allaert2009-09-011-0/+17
|
* Added Tidy basic test for tidy_config_countPatrick Allaert2009-09-011-0/+18
|
* Added: Tidy basic test for getConfig()Patrick Allaert2009-08-271-0/+29
|
* Added: Tidy test with invalid configuration optionsPatrick Allaert2009-08-271-0/+19
|
* - Removed:Felipe Pena2009-03-261-10/+4
| | | | | | | | | | | | - UG(unicode) checks - pcre_cache_entry.unicode_mode - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode - convert_to_text_ex -> convert_to_unicode_ex (Felipe, Steph)
* test for /ext/tidy from stefan priebschZoe Slattery2009-03-161-0/+41
|
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-102-2/+2
|
* MFB: Arg parsing cleanupIlia Alshanetsky2009-01-061-2/+2
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* lost part of the fixAntony Dovgal2008-12-271-2/+2
|
* fix compile warningAntony Dovgal2008-12-271-2/+2
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-24/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+24
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-24/+0
|
* Fix wrong Unicode string length (bytes) in tidy_parse_string()Henrique do Nascimento Angelo2008-08-291-1/+1
|
* - first static lib then dyn or old onePierre Joye2008-08-011-1/+1
|
* - Fixed testsFelipe Pena2008-07-291-1/+1
|
* - MFB: Added arginfo (functions)Felipe Pena2008-07-031-24/+142
|
* - Removed UEXPECT(F)Felipe Pena2008-05-2711-839/+1
|
* New way for check void parametersFelipe Pena2008-03-041-6/+6
|
* - revert over constfyingMarcus Boerger2008-01-272-2/+2
|
* MFB: const keywordingNuno Lopes2008-01-252-2/+2
|
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-3/+3
|
* oops.. thats what you get for commiting code without compiling nor testing..Nuno Lopes2007-09-201-1/+2
|
* MFB: fix crash in tidy_get_body() and related functions when the node doesnt ↵Nuno Lopes2007-09-202-14/+47
| | | | exist
* also remove this file in HEADNuno Lopes2007-09-011-3/+0
|
* MFB: updateNuno Lopes2007-07-171-2/+0
|
* MFBIlia Alshanetsky2007-05-291-18/+4
|
* use the new 's&' parameter type and simplify the codeNuno Lopes2007-05-042-61/+16
|
* sync tests with php 5.2Nuno Lopes2007-02-112-10/+68
|
* fix a few tests (segfaults + wrong output)Nuno Lopes2007-02-0810-83/+122
|
* MFB: fix a few crashesNuno Lopes2007-01-232-8/+67
|
* MFB: fix crash & add testsNuno Lopes2007-01-204-4/+127
|
* MFB: fix crashNuno Lopes2007-01-201-1/+1
|
* MFB: fix segfaults with new libtidyNuno Lopes2007-01-191-14/+15
|
* Bump year.Sebastian Bergmann2007-01-012-2/+2
|