Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch backlink-updates Excluding Merge-Ins
This is equivalent to a diff from b4beadb507 to 6d125b7225
|
2020-04-16
| ||
| 22:35 | Improvements to handling of backlinks: (1) Fossil now scans for backlinks in Markdown formatted ticket changes in addition to Fossil-Wiki formatted changes. (2) Wiki is scanned for backlinks, including wiki associated with check-ins and branches. (3) Much of the backlink code is gathered together into a single new "backlink.c" source file. (4) There are improvements to the timeline display of wiki changes. Ticket [a3572c6a5b47cd5a]. check-in: ae1dac83d6 user: drh tags: trunk | |
| 22:26 | When showing timelines of references, change the text of Wiki edits from "Changes to wiki..." or "Added wiki..." to be just "Wiki...". Closed-Leaf check-in: 6d125b7225 user: drh tags: backlink-updates | |
| 21:10 | Improved timeline comments for changes to wiki pages. check-in: e1b4ee7938 user: drh tags: backlink-updates | |
| 13:06 | Begin breaking out the code for BACKLINK processing into a separate source file: backlink.c check-in: 10c75204ef user: drh tags: backlink-updates | |
|
2020-04-15
| ||
| 12:40 | Improvements to the way Fossil handles merging of private branches into public branches. The "closed" tag on the private branch is omitted so that it does not leak into the public branch causing a phantom. This is a start, but additional improvements are needed. check-in: b4beadb507 user: drh tags: trunk | |
| 11:28 | Fix typo in the "css-tricks.md" document. check-in: 9b0661aa60 user: drh tags: trunk | |
| 11:12 | Merge in trunk. Closed-Leaf check-in: 7896afa71a user: florian tags: private-branches | |
Added src/backlink.c.