Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
9 check-ins using file src/db.c version e3009cffe4
|
2020-04-17
| ||
| 15:00 | Previous check-in broken the forum post edit function. Attempts to edit a forum post were disallowed. This check-in should fix the problem. check-in: 3684c58b4b user: drh tags: trunk | |
| 14:38 | Do not allow forum posts that are replies or the start of a new message if they contain no content. An edit with no content is ok, as that means the post is to be deleted. check-in: d2c81b9d6a user: drh tags: trunk | |
| 00:15 | Fix a bug in wiki editing. Make the /info header for associated wiki be "Edit Wiki:". check-in: c40863abdb user: drh tags: trunk | |
|
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 | |