Commit graph

1704 commits

Author SHA1 Message Date
Jim Derry 39c1e69be3
Merge pull request #930 from htacg/issue-839-2
Is. #839 -  new message for 'blank' title
2021-06-30 11:21:19 -04:00
Jim Derry ad8cae97bd Added test case for #839. 2021-06-30 11:17:41 -04:00
Jim Derry cf43bd3448 Update existing regression testing results to accommodate new behavior. This is
justified because we're simply reporting a new condition without changing output.
2021-06-30 11:08:13 -04:00
Jim Derry b9d1e2b5cc Merge branch 'next' into issue-839-2 2021-06-30 11:03:06 -04:00
Jim Derry dc2e2d2d66 Bumped to 5.7.50 due to recent PR merge. 2021-06-30 10:23:16 -04:00
Jim Derry 7f2a945337
Merge pull request #928 from htacg/issue-729
Is #729 - Show 'warnings' in all td cases
2021-06-30 10:21:59 -04:00
Jim Derry 4052718fb8 Added test cases for this PR. 2021-06-30 10:16:10 -04:00
Jim Derry bee0bf738a Merge branch 'next' into issue-729.
This brings in our regression testing again.
2021-06-30 10:04:16 -04:00
Jim Derry 4153b5784c Commonize versioning.
Eliminate the redundant test case version file from the recently re-merged
regression testing suite. Regression tests are now automatically versioned
the same as the current tidy source version.
2021-06-30 09:41:19 -04:00
Jim Derry 1622342783 Bumped version for recent merge. 2021-06-30 09:31:34 -04:00
Jim Derry e77d16ae75
Merge pull request #927 from htacg/issue-692
Issue #692 - too many titles
2021-06-30 09:29:58 -04:00
Jim Derry 65aa1bdd8c Added test cases to this PR. 2021-06-30 09:25:37 -04:00
Jim Derry 64784e2582 Merge branch 'next' into issue-692 2021-06-30 09:08:04 -04:00
Jim Derry afd60e5f1a
Merge pull request #957 from htacg/integrated_testing
Automated Testing
2021-06-30 08:55:35 -04:00
ihsinme 81603aa697
simple fix for the range of the condition.
simple fix for the range of the condition.
2021-06-13 15:25:27 +03:00
Jim Derry 5a1b65d089 Move the testing repository back into the Tidy codebase.
Automate testing of any PR's.
Updated README's explaining new processes.
2021-05-21 10:43:35 -04:00
Jim Derry fa6d5b545d Bump version due to new language availability. 2021-05-21 08:39:20 -04:00
Jim Derry 596ed9391e Merge branch 'language_de' into next 2021-05-21 08:38:11 -04:00
Jim Derry 5bc1ca5670
Merge pull request #942 from htacg/mac_info_plist
Link macOS console application with required plist
2021-05-21 08:27:04 -04:00
Jim Derry 3a55ac1ee1
Merge pull request #941 from htacg/backport_add_plist
Support modern macOS security features
2021-05-21 08:25:59 -04:00
Jim Derry c044ab323e
Update Info.plist.in 2021-05-21 08:23:10 -04:00
Doug Richardson dfd74c4803
Add muted and playsinline video attributes for HTML5. 2021-05-11 20:53:03 -07:00
Jim Derry 3230b08264 Added German language translation courtesy of michael.uplawski@uplawski.eu. 2021-04-28 16:20:14 -04:00
Jim Derry cfcf6b7667 Add support for the required Info.plist to the Tidy console application, thus enabling
notarization support that's now required on macOS.

Unlike the similar pull request on the master branch, this one ensures that the proper
version is always used, via the same mechanism that CMakeLists uses to set the version.
2021-04-28 14:47:50 -04:00
Jim Derry a6e5c9ec1b macOS requires embedding plist files in order to enable modern security features such
as enabling the hardened runtime and notarizing executables and disk images containing
them. This change provides a plist file to be embedded, and modifies the linker flags
for macOS targets in order to include the plist in the binary. This is done to the
Mach O executable in a backwards-compatible way, and has been tested as far back as
macOS 10.12 High Sierra.

Note: expect to carry this forward to 'next' branch; however this is being applied
to current official release master version 5.6.0 so that release disk images can be
notarized.
2021-04-28 10:20:51 -04:00
Geoff R. McLane f6376f82c8 gen-html.sh: fixes to run 'GPerl' scripts 2021-04-22 20:44:30 +02:00
Geoff McLane 2c75207c5e Is. #925, PR #932 - Bump to 5.7.47 for this merge 2021-04-15 18:23:43 +02:00
Russell Morris 7c2d950f13
Change open tag to Boolean (#932)
To address issue #925, PR #932
2021-04-15 18:21:00 +02:00
Geoff McLane a91ebf642b Is. #800 - ensure string is null terminated 2021-04-15 16:36:06 +02:00
Geoff McLane fc1943e57b Add gen-html.bat helper to gen release 2021-04-14 18:25:15 +02:00
Geoff McLane 2a9853759e Is. #681 PR #926 - Bump to 5.7.46 for this fix merged 2021-04-14 18:08:21 +02:00
Geoff McLane 957ee4a47e
Is. #681 - read-only files, and dirs (#926)
Tested in 3 majors OS'es... no problems... closes #681
2021-04-14 18:02:09 +02:00
Geoff McLane 8e70d4dfa2 Initial cut, to gen 'verhist.log' and 'x.x.x.html' 2021-03-26 21:10:48 +01:00
Geoff McLane 9f8d957e4d Is. #891 Bump to 5.7.45 for this fix. 2020-11-30 17:57:50 +01:00
Geoff McLane 0b18ab6978 Is. #891 Ensure no buffer over-run
Fixes #891
2020-11-30 17:56:09 +01:00
Geoff McLane cb03eedc91 Is. #908, PR #914 Bump to 5.7.44 for this merge 2020-11-30 16:27:47 +01:00
Caleb Callaway ba69b9e7cf
Support extended color names in HTML 5 validation (#914)
Fixes #908
2020-11-30 16:24:12 +01:00
Geoff McLane 4cf169360a Bump to 5.7.43 for these two commits 2020-11-24 20:29:10 +01:00
Geoff McLane d0869dd4bd Is. #487 - Remove duplicated warning output 2020-11-24 20:27:37 +01:00
Geoff McLane 69ade7d1c6 Fix attr def table to match enum
Error made when merging LOADING Is. #879, PR #902

And merging SLOT PR #848

Also added a BIG warning over attribute_defs table to try to avoid this
in future.
2020-11-24 20:25:38 +01:00
Geoff McLane df8ff5c2ab Is. #910 PR #912 Bump to 5.7.42 for this merge/fix 2020-11-22 19:49:35 +01:00
Caleb Callaway 20f1e3c7bc
Fix percentage validation in CheckLength (#912)
Fixes #910
2020-11-22 19:45:32 +01:00
Geoff McLane c0e6d6807e Is #903 PR #907 Bump to 5.7.41 for this merge 2020-11-22 18:05:35 +01:00
Caleb Callaway 91ae1274ac
Add SVG paint attributes (#907)
Fixes #903
2020-11-22 18:02:00 +01:00
Geoff McLane 3202273421 Is. #437 PR #645 Bump to 5.7.40 for this merge 2020-11-22 16:56:20 +01:00
Geoff McLane f49386e191
Issue #437 - re-use of 'wrap-php' option (#645)
closes #437
2020-11-22 16:44:31 +01:00
Geoff McLane a2065f8283 Is. #879 PR #902 Bump to 5.7.39 for this merge. 2020-11-21 18:11:45 +01:00
Geoff McLane e73bd626b3 Is. #879 PR #902 - Per #851 move 'LOADING' to end 2020-11-21 18:09:05 +01:00
Sid Vishnoi e5ef43f6c3
Is. #879: add loading attribute for img, iframe (#902)
Closes #879
2020-11-21 18:03:20 +01:00
Geoff McLane d6cd2538e9 PR #899 Bump to 5.7.38 for this mem leak fix 2020-11-21 17:12:12 +01:00