Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
15 check-ins using file src/forum.c version 0eb2484be6
|
2020-04-17
| ||
| 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) | |
| 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) | |
|
2020-04-14
| ||
| 21:38 | Typo fix in the history.md document. ... (check-in: 30b0b112b2 user: drh tags: trunk) | |
| 14:27 | Show the table of public phantoms directly on the security audit page. Dig deeper looking for the source of public phantoms. ... (check-in: 941280ae0a user: drh tags: trunk) | |
| 13:32 | Add the /phantoms webpage that lists public phantom artifacts. Check the number of public phantom artifacts and puts a warning if the number is non-zero on the Security Audit page. ... (check-in: 83db244395 user: drh tags: trunk) | |
| 11:36 | Strengthen defenses against CSRF attacks. ... (check-in: 4c444c1c88 user: drh tags: trunk) | |