Fossil

Check-in [fc70ec08]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Further enhancements to the ticket history mechanism so that it takes into account the difference between TICKET and TICKETCHNG fields.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: fc70ec085e81b3f521d6f4193f4e5911cca695185ad05b1c66c00023ef487e10
User & Date: drh 2020-03-22 15:58:09.916
Context
2020-03-23
01:08
Clear the environment by setting its first entry to NULL; fixes the macOS-bound bug as per forumpost/2fcb3a490b ... (check-in: 6e7211a2 user: ashepilko tags: trunk)
2020-03-22
15:58
Further enhancements to the ticket history mechanism so that it takes into account the difference between TICKET and TICKETCHNG fields. ... (check-in: fc70ec08 user: drh tags: trunk)
15:33
The "formatted" mode for the ticket history viewer assumed that all text was Fossil-Wiki formatted. It did not account for Markdown (since that feature was added long before Markdown formatting was added). And, indeed, there is no general way for it to know what the mimetype of the text is. Hence, disable formatted mode, and show all text as plaintext. ... (check-in: f1e8cd69 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/info.c.
Changes to src/tkt.c.