Commit Graph

1723 Commits

Author SHA1 Message Date
Jim Derry 089659cafc Fixes #846. Version bump due to user-facing change. 2021-07-09 16:10:24 -04:00
Jim Derry 009da61f8b Fixes #836. Version bump to reflect change. Test cases added. 2021-07-09 15:51:14 -04:00
Jim Derry 8d3019da22 Fixes #798. Version bump due to potential behavior change. 2021-07-09 15:39:37 -04:00
Jim Derry d54dcda389 Fixes #775. No version bump due to documentation only change. 2021-07-09 15:33:31 -04:00
Jim Derry 1dc6275512 Fixes #765. 2021-07-09 15:29:33 -04:00
Jim Derry 3dab4b31ce Fixed documentation for accessibility checking per #756; bump version due to public facing change. 2021-07-09 15:26:57 -04:00
Jim Derry 2614283faf Added documentation per #744. No version bump for documentation change. 2021-07-09 15:16:07 -04:00
Vitaly Zdanevich 0c2fd9b3ef
README.md: add Wikidata link 2021-07-03 02:47:47 +03:00
Jim Derry bed8efb620 Bump to 5.7.54 based on settings fix. 2021-07-01 16:14:53 -04:00
Jim Derry 098265d051
Merge pull request #959 from htacg/fix_snapshots
Fix issues with user-specified settings changing
2021-07-01 16:13:17 -04:00
Jim Derry ef3157e0ec Fix issues with user-specified settings changing
User-specified settings were being fiddled with by tidy internally. User
settings set by the user should always be able to be read back by the
user, but `AdjustConfig()` would change them. This change contributes
toward fixing the situation by using `AdjustConfig()` at the only point
that it's needed, as well by NOT automatically reverting to the snapshot
after outputting a buffer (which should be stateless, but caused PHP to
break because it tried to save buffer more than once, so subsequent calls
would use non-fiddle settings.).
2021-07-01 16:08:37 -04:00
Jim Derry 25fbb0f985 Bumped to 5.7.53 based on previous PR merge. 2021-06-30 14:10:36 -04:00
Jim Derry 4f6c723d3b
Merge pull request #953 from ihsinme/patch-1
simple fix for the range of the condition.
2021-06-30 14:09:59 -04:00
Jim Derry df8df89625 Bumped to 5.7.52 based on previous PR merge. 2021-06-30 13:42:14 -04:00
Jim Derry 2d15699ccf Merge branch 'add-muted' into next 2021-06-30 13:41:20 -04:00
Jim Derry 6d9e98d0a4
Merge pull request #949 from drichardson/add-muted
Add muted and playsinline video attributes for HTML5.
2021-06-30 13:40:57 -04:00
Jim Derry 83eb3c0136 Added testcase for #938 2021-06-30 13:39:19 -04:00
Jim Derry 521db71815 Merge branch 'add-muted' of https://github.com/drichardson/tidy-html5 into add-muted 2021-06-30 13:24:49 -04:00
Jim Derry 2641ff3cc3 Bumped to 5.7.51 due to previous merge. 2021-06-30 11:22:52 -04:00
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