Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
9 descendants and 10 ancestors of bf5a21e0364383bc
2024-11-07
| ||
06:50 | Merge trunk into ui-local-diff branch, resolving one merge conflict in info.c:hexdump_page(). ... (Leaf check-in: d57463cc00 user: stephan tags: ui-local-diff) | |
2023-01-24
| ||
16:34 | Make all variable declarations C89 compliant. ... (check-in: 462eb0cca0 user: drh tags: ui-local-diff) | |
03:59 | Wrapping a few calls to vfile_check_signature() from the new local diff code in unprotect/pop call pairs to squish a DB protection error. ... (check-in: 1b3ef05ef9 user: wyoung tags: ui-local-diff) | |
03:29 | Brought the ui-local-diff branch up to date relative to trunk. It isn't a simple merge, primarily due to all the changes to /vdiff and /fdiff made over the past 2 years. It seems to work as well as it originally did, but it isn't ready to merge down to trunk as-is. ... (check-in: 76fa165763 user: wyoung tags: ui-local-diff) | |
2021-03-13
| ||
18:13 | Squished a warning about */ within a C block comment. ... (check-in: e7be14afa7 user: wyoung tags: ui-local-diff) | |
2021-02-15
| ||
22:45 | [WIP] Removed the conditional code around some options: up to five "extras" WILL be shown by default; single-line difference reports WILL be shown first (ahead of those with "diff blocks") and "diff blocks" WILL have dividers. Removed a number of my "place holder" comments. ... (check-in: 996a056f9d user: graham tags: ui-local-diff) | |
15:35 | Restored a call to "mimetype_from_name()" in local-diff mode. ... (check-in: e494b97954 user: graham tags: ui-local-diff) | |
2021-02-14
| ||
21:28 | Brought graham's ui-local-diff branch up to date with respect to trunk. This is not a simple merge, because it had to accommodate several conflicting changes, so it needs to be re-checked for sanity before being merged down to trunk. Also, some of the changes I made simply reduce the size of the resulting diff relative to trunk and need to be reverted; these are primarily 2-line splits of "else/if" so the branch-specific change doesn't repeat the following "if" condition, which is now the "else if" condition. I think this sort of thing aids understanding of the diff, even though it breaks the style guidelines. ... (check-in: 0516f4d3c8 user: wyoung tags: ui-local-diff) | |
2020-06-02
| ||
16:20 | Added a "no changes" messages if no local files are different; report trying to view a non-existent local file. Tidy-up and added config-options and "what I did" block near top of info.c. ... (check-in: a955c80b43 user: graham tags: ui-local-diff) | |
13:52 | Merge in Markdown changes from trunk. ... (check-in: bf5a21e036 user: graham tags: ui-local-diff) | |
12:35 | Change the callback function names in markdown_html.c so that they match the pointer names in markdown.c. No functional changes. ... (check-in: 485fda60c3 user: drh tags: trunk) | |
12:29 | Refactor the safe-html interface names. Improved comments. No functional changes. ... (check-in: 54c1fd6fbb user: drh tags: trunk) | |
11:23 | Fix blob_append_safe_html() so that it can handle the case of nHtml==0. ... (check-in: cd0b228de7 user: drh tags: trunk) | |
2020-06-01
| ||
22:46 | Adjust the webpage-ex.md page due to the fact that <style> is no longer allowed in Markdown, for security. ... (check-in: 9f9fbb4b56 user: drh tags: trunk) | |
22:24 | Quick fix to many of the formatting problems associated with the recent attempts at making the Markdown output "safer". More work to be done, but this check-in will at least get most of the website working again. I hope. ... (check-in: c2875cb444 user: drh tags: trunk) | |
22:12 | Added ability for "/local" to display files present in the checkout but not managed by Fossil (cf. "fossil extras"). ... (check-in: 07829f371b user: graham tags: ui-local-diff) | |
20:51 | Optimization to markdown formatting - faster determination if a line is part of a table for the common case when it is not. ... (check-in: bd2796b10a user: drh tags: trunk) | |
20:22 | Give SQLite a hint to help it run faster in symbolic_name_to_rid(). ... (check-in: d45542ccd2 user: drh tags: trunk) | |
20:12 | Remove a redundant call to manifest_get(). ... (check-in: 50ed560c6b user: drh tags: trunk) | |
19:31 | Further improvements to the end-tag insertion algorithm. ... (check-in: a7ebb8d77f user: drh tags: trunk) | |