Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
8 check-ins related to "backlink-updates"
|
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) | |
| 20:50 | The markdown renderer requires no-op functions in order to work properly. ... (check-in: 271dcbb2b3 user: drh tags: backlink-updates) | |
| 20:06 | An attempt to begin scanning wiki for backlinks. It does not currently work. I suspect a problem in the markdown link scanner. ... (check-in: f0b0293ba7 user: drh tags: backlink-updates) | |
| 16:52 | If a ticket definition has a field named "mimetype" then use the specified mimetype when parsing ticket content to extract backlinks. Add the ability to extract backlinks from markdown-formatted text. Add the /test-backlinks webpage and the test-backlink command for debugging. ... (check-in: 7c13a57358 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) | |