Jim Derry
f62e59d813
Correct CDATA declaration.
2016-02-17 14:17:18 +08:00
Jim Derry
6c181d5689
Version bump, since we changed console API a bit.
2016-02-17 12:43:44 +08:00
Jim Derry
cc59efb23d
Add a xml-error-strings
service to console app providing symbols developers can use with TidyErrorFilter3.
2016-02-17 12:35:20 +08:00
Jim Derry
bc1e54d5b5
Externalize the TidyReportFilter3 error codes, and provide iterators to loop through them.
2016-02-17 12:27:11 +08:00
Jim Derry
b4d2bdf3bf
_Also_ output the raw option description in the -xml-options-strings service.
...
Improve documentation.
2016-02-17 11:20:28 +08:00
Jim Derry
720d5c25d2
Squelch compiler warning default type.
2016-02-17 10:56:21 +08:00
Jim Derry
7b8019c6ef
Regenerated PO's for new strings.
2016-02-16 11:46:20 +08:00
Jim Derry
7246c7e3dc
Regenered POT for new strings.
2016-02-16 11:44:50 +08:00
Jim Derry
dc15acb0f3
Remove /test/ from the repository. Regression testing is still very important, and so
...
tests and tools will be migrated to a separate development repository.
2016-02-16 11:20:22 +08:00
Jim Derry
468cc02cf3
Merge pull request #372 from htacg/attrdict_phase2
...
Attrdict phase2 - enforce strict tags and attributes
2016-02-16 11:12:32 +08:00
Jim Derry
97abad0c05
Bump to 5.1.39 for merging.
...
Merge branch 'master' into attrdict_phase2
2016-02-16 11:11:36 +08:00
Jim Derry
813b12640e
Merge pull request #370 from htacg/attrdict_phase1
...
Address #346 and shrink attrdict.c.
2016-02-16 11:08:53 +08:00
Jim Derry
3431dd05a4
Merge branch 'master' into attrdict_phase1
...
Bump version to 5.1.38
2016-02-16 11:07:32 +08:00
Jim Derry
7df66c45da
Update version.txt
2016-02-16 10:20:34 +08:00
Jim Derry
a95536394d
Bump to 5.1.37
2016-02-16 10:19:06 +08:00
Jim Derry
1e4f7dd0f1
Merge pull request #368 from htacg/issue-341
...
Issue #341
2016-02-16 10:18:26 +08:00
Jim Derry
cf1adc6d9d
Merge pull request #366 from hguemar/master
...
Fix RPM generation
2016-02-16 10:16:46 +08:00
Geoff McLane
9cf97d536b
Issue #373 - Avoid a null added to output.
...
This bug was first openned in 2009 by Christophe Chenon, as bug sf905 but
the patch provided then never made it into the source.
Now appears fixed, 7 years later!
2016-02-15 13:02:10 +01:00
Geoff McLane
a4f425546f
Improve MSVC DEBUG output.
...
Previous only output the first 8 characters, followed by an elipse if more
than 8. Now return first up to 19 chars. If nore than 19, return first 8,
followed by an elipse, followed by the last 8 characters.
This is in the get_text_string service, which is only used if MSVC and not
NDEBUG.
2016-02-14 18:17:46 +01:00
Geoff McLane
c66bb848f2
Improve tidySaveString API documentation.
...
This was suggested by Kevin Locke back in SF bug 917 Nov, 2009. Has taken
some time to filter through!
2016-02-13 18:38:25 +01:00
Jim Derry
c62127b9bd
Default to NO at this point.
2016-02-13 12:33:02 +08:00
Jim Derry
8b5771cf24
Word2000
...
Added messages that would otherwise be missed in post-processing, after cleanup.
2016-02-13 12:26:19 +08:00
Jim Derry
2cdedb4a63
Forgot one file...
2016-02-13 11:53:53 +08:00
Jim Derry
896b00238b
Forgot one file...
2016-02-13 11:53:40 +08:00
Jim Derry
2ade3357a9
Phase 2
...
This is a MUCH SANER approach to what I was trying to do (now that I screwed up enough internals to understand some of them!
At this point there are zero exit state reversions, and zero markup reversions! There are still 21 errout reversions; I'll
annotate and adjust as necessary.
2016-02-13 11:31:16 +08:00
Jim Derry
e947d296e4
Handle some issues with misusing VERS_HTML5 in the doctype.
2016-02-12 20:49:14 +08:00
Jim Derry
c81a151da5
Add VERS_STRICT to identify future strict document types.
2016-02-12 20:46:49 +08:00
Jim Derry
74604fd52b
Hard-coded checks are redundant with updates to attrdict.c
.
2016-02-12 20:44:03 +08:00
Jim Derry
429703dce4
Because the previous effort #350 grew too fast and there was a LOT of side effects to
...
my changes, I'm starting over with this. Comments in the PR thread.
This commit reduces the size of attrdict.c while causing only a single errout
regression that is justified.
2016-02-12 19:34:19 +08:00
Geoff McLane
03a643f781
Issue #341 - No token can be inserted if istacksize == 0!
2016-02-08 15:12:23 +01:00
Geoff McLane
58229b7e24
Issue #341 - Bump to version 5.1.37Test for this fix
2016-02-08 15:10:38 +01:00
Jim Derry
fbde392af3
- Removed documentation generation from this repository.
...
- Removed documentation generation from CMake.
- These functions are now available in the api repository.
- Changed documentation directory to man to better illustrate its purpose.
2016-02-05 14:59:12 +08:00
Haikel Guemar
593e1df6ec
Fix RPM generation
...
CPack generated RPM failed to install due to the RPM
owning directories owned by filesystem packages.
Exclude mandir directories from CPack.
Resolves https://github.com/htacg/tidy-html5/issues/364
2016-02-04 08:40:49 +01:00
Geoff McLane
0f3cab930a
Issue #345 - bump to 5.1.36 for this fix
2016-02-01 20:10:23 +01:00
Geoff McLane
7d0d8a853a
Issue #345 - discard leading spaces in href
2016-02-01 20:07:55 +01:00
Geoff McLane
e8ca2aa5f3
Issue #342 - bump to version 5.1.35 for this fix
2016-02-01 19:45:43 +01:00
Geoff McLane
7f0d5c31e6
If no doctype, allow user doctype to reset table - Issue #342
2016-02-01 19:44:30 +01:00
Geoff McLane
6abb8b7a3c
Add new primary language_en.h to sources.
...
Add the ever present language_en.h to the sources. This does nothing
really, but is important in MSVC IDE project source searches.
Also added win32tc.h even though it is not presently used.
2016-02-01 19:30:56 +01:00
Geoff McLane
c1f94c066c
Tidy up some debug only code.
...
After @sria91 added #360 merge, added a little more improvement...
2016-01-30 20:51:27 +01:00
Geoff McLane
328308cbb5
Merge pull request #360 from sria91/master
...
fixed a NULL node bug in debug build
2016-01-30 20:31:32 +01:00
Srikanth Anantharam
9a0af48a4e
fixed a NULL node bug in debug build
2016-01-30 22:03:52 +05:30
Jim Derry
22998e81e8
Merge pull request #359 from htacg/localize_rc
...
HTML Tidy now can be localized.
2016-01-30 16:02:39 +08:00
Jim Derry
dca50d4077
Version bump prior to rolling into master.
2016-01-30 16:02:00 +08:00
Jim Derry
3553cbab1f
One more README update.
2016-01-30 15:52:16 +08:00
Jim Derry
9ae15f45a7
Consistent tabs
...
Fixed tabs in template file, and regen'd all related files.
2016-01-30 15:51:54 +08:00
Jim Derry
53f2a2da2a
msgunfmt works properly with escaped hex.
2016-01-30 15:51:53 +08:00
Martin von Gagern
17e50f2642
Encode UTF-8 strings to hex escapes in header files
2016-01-30 15:51:53 +08:00
Jim Derry
bf70824cc2
- Add TidyReportFilter3, which removes translation strings completely from the equation. It would be a good idea to deprecate TidyReportFilter2, which is vulnerable to changing strings in Tidy source.
...
- Documentation reminders for future enum changes.
- Documentation updates.
2016-01-30 15:51:53 +08:00
Jim Derry
d505869910
Localization Support added to HTML Tidy
...
- Languages can now be added to Tidy using standard toolchains.
- Tidy's help output is improved with new options and some reorganization.
2016-01-30 15:51:53 +08:00
Jim Derry
7b09caee37
Merge pull request #351 from josephgrossberg/master
...
looks like a pre-processor left "; eof" in some of the outputted mark…
2016-01-21 17:05:04 +08:00