Commit graph

594 commits

Author SHA1 Message Date
Geoff McLane aecb8afeb4 Update verhist.log to 5.1.14 2015-10-01 15:56:01 +02:00
Geoff McLane 9127aa4fe2 Only publish avail bins 2015-10-01 15:38:48 +02:00
Geoff McLane a35c4b98fe Merge branch 'master' of github.com:htacg/tidy-html5 2015-10-01 14:56:29 +02:00
Geoff McLane dd71a8f6ca Show the tidy version being used 2015-10-01 14:56:06 +02:00
Geoff McLane 67192ba77e Merge pull request #279 from KingDuckZ/master
Use tidy.xsl from documentation/ instead of build/documentation.
2015-09-30 16:28:45 +02:00
King_DuckZ e2ec0e96a0 Use tidy.xsl from documentation/ instead of build/documentation. 2015-09-30 16:06:13 +02:00
Geoff McLane 716eff14cb Merge pull request #278 from KingDuckZ/master
Fix cmake for use as subproject.
2015-09-30 02:25:07 +02:00
King_DuckZ 9be7264e6a Fix cmake for use as subproject. 2015-09-29 23:39:08 +02:00
Geoff McLane fa43957b6d #273 - bump version to 5.1.14 for this fix 2015-09-27 17:38:08 +02:00
Geoff McLane 6c1a2acea2 #273 - avoid xhtml doctype flip/flop 2015-09-27 17:36:57 +02:00
Geoff McLane 7cf9fc2906 #65 - bump version for cdata skip fix 2015-09-25 13:00:06 +02:00
Geoff McLane ce2481c3a9 Merge pull request #274 from CMB/cmbcdata
Issue #65, fix for ignoring cdata.
2015-09-25 12:57:28 +02:00
Christopher Brannon 94b0647c08 Issue #65, fix for ignoring cdata. 2015-09-24 18:13:57 -07:00
Geoff McLane 04ca419080 Issue #64 - Try hard to skip '<![CDATA[ ... ]]>' 2015-09-24 14:21:55 +02:00
Geoff McLane f4113a8643 #65 bump to 5.1.12 for this fix 2015-09-21 12:34:29 +02:00
Geoff McLane 96589c6f57 #65 Skip esc'd esc, and only for script containers 2015-09-21 12:33:53 +02:00
Geoff McLane b2118fa09a Issue #65 - bump to version 5.1.11 for this fix 2015-09-19 14:59:58 +02:00
Geoff McLane eda37c5adb Issue #65 - avoid new quotes if in quotes 2015-09-19 14:58:42 +02:00
Geoff R. McLane 0386e0fa91 massive update of testall.sh 2015-09-18 20:15:12 +02:00
Geoff R. McLane ff101d5dee add t1.sh to do a single input test 2015-09-18 19:35:47 +02:00
Geoff McLane 2c726cfa67 Convenient t1.bat to just do 1 input test case 2015-09-18 17:10:53 +02:00
Geoff R. McLane 55bb3fe0f0 Beef up the cmp.sh script output 2015-09-17 13:42:43 +02:00
Geoff McLane 70d2d5dc66 #65 - Add test 1642186-1 to 'testbase', and add to testcases.txt 2015-09-16 15:08:20 +02:00
Geoff McLane d541405a2a Eventually complete a 2007 fix 2015-09-16 13:17:50 +02:00
Geoff McLane cd8dca2d4c Merge pull request #267 from vielmetti/patch-4
Test case for 1642186: Parser too greedy over <script> blocks
2015-09-15 16:45:17 +02:00
Edward Vielmetti d984edcb21 Config for 1642186 2015-09-15 09:35:15 -04:00
Edward Vielmetti 6b62b1f101 1642186: Parser too greedy over <script> blocks
Originally from http://sourceforge.net/p/tidy/patches/63/ referencing #65
2015-09-15 09:32:55 -04:00
Geoff McLane 202e8307cc Merge pull request #264 from vielmetti/patch-3
Update testhtml5 to use 'tidy' and not 'tidy5'
2015-09-14 20:40:54 +02:00
Geoff McLane 350d104f36 Merge pull request #263 from vielmetti/patch-2
Update testaccessone.sh to reference tidy, not tidy5
2015-09-14 20:39:53 +02:00
Edward Vielmetti e017aad98d Update testhtml5 to use 'tidy' and not 'tidy5'
testhtml5 does not work until you reference the proper executable.
2015-09-14 14:30:09 -04:00
Edward Vielmetti fddb60936d Update testaccessone.sh to reference tidy, not tidy5
Remove 'tidy5' from test script, replace with 'tidy'.
2015-09-14 14:27:26 -04:00
Geoff McLane 732d8d2128 Merge pull request #262 from vielmetti/patch-1
Change "tidy5" to "tidy" in documentation build script
2015-09-14 20:11:15 +02:00
Edward Vielmetti 50255fc37b Convert "tidy5" to "tidy" in build script
With this change, automated documentation builds will work from source.
2015-09-14 14:07:34 -04:00
Geoff McLane 9960f7c6dd Protext agains a NULL node in the Debug only code 2015-09-12 13:06:14 +02:00
Geoff McLane 6ebd527750 adjust name of EXE 2015-09-11 15:47:39 +02:00
Geoff McLane c4bac32f5b Merge pull request #249 from sria91/master
fixed: tidy-html5 debug build fails on VS2015 x64
2015-09-11 11:34:28 +02:00
Srikanth Anantharam be9f1d4203 using _fileno(fout) instead of fout->_file makes it more portable across different MSVC versions 2015-09-11 00:27:17 +05:30
Geoff McLane 1c187f8179 Issue #180 - bump to 5.1.9 for this indenting fix 2015-09-10 15:02:38 +02:00
Geoff McLane c48680cc01 Issue #180 - fix indenting when -omit used 2015-09-10 15:01:48 +02:00
Geoff McLane e38bbe56a5 rename template.org.html to atemplate.org.html 2015-09-10 14:24:10 +02:00
Geoff McLane 2d994a5226 rename template.org.html to atemplate.org.html 2015-09-10 14:23:45 +02:00
Geoff McLane 8ed4b65090 Fix EXE path in alltestc.bat 2015-09-10 14:13:33 +02:00
Geoff McLane 126ebef43c Fix EXE path in acctest.cmd, and change output dir 2015-09-10 13:58:50 +02:00
Geoff McLane cc7b86c945 Some cleanup of the onetest.cmd 2015-09-10 13:37:39 +02:00
Geoff McLane 1bf5a9ad7e Some cleanup of the alltest1.cmd 2015-09-10 13:37:19 +02:00
Geoff McLane 53e6f8f01b Some cleanup of the alltest.cmd 2015-09-10 13:37:08 +02:00
Geoff r. McLane afefe375fd Add 3 diffs seemingly missed 2015-09-09 19:54:44 +02:00
Geoff r. McLane 43cd6a6606 more udpates of 'testbase' 2015-09-09 19:12:56 +02:00
Geoff R. McLane bbc1c2e600 Add report-5.1.8.txt, with details of changes 2015-09-09 14:29:48 +02:00
Geoff R. McLane 5ae0ba4152 Update the 'testbase' to 5.1.8
There were just 21 of 227 message text files changed,
and just 15 of 220 html outputs changed.

After reviewing each diff carefully it seems all changes
were 'better', thus all are deemed acceptable to be
included in this 'testbase' update.

See report-5.1.8.txt for a full list of the changes.
2015-09-09 14:22:11 +02:00