Fossil

History of src/backlink.c of 64af75b0702d8a9b
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History of file src/backlink.c at check-in 64af75b0702d8a9b

2025-03-21
16:37
Rename the test-wiki-relink command to test-relink-wiki, so that it does not collide with test-wiki-render, and test-wiki-render can be abbreviated as just test-wiki. ... (file: [77f0ca62] check-in: [47b3e976] user: drh branch: trunk, size: 15503)
2025-03-14
13:03
A single new setting "wiki-classic" switches wiki display between the circa-2007 classic wiki and the new 2025 enhanced wiki. ... (file: [bddf0b8b] check-in: [918a2e2c] user: drh branch: comment-markdown-links, size: 15615)
2025-03-04
11:48
Change the rendering option to WIKI_MARKDOWN_SPAN with the idea of eventually supporting all kinds of span-markdown, just not block-markdown. Add support for auto-links. ... (file: [3b3e651e] check-in: [f80b8921] user: drh branch: comment-markdown-links, size: 15599)
00:39
Proof-of-concept code that allows markdown-style hyperlinks to appear in check-in comments. Markdown-style hyperlinks are not allowed in ordinary text/x-fossil-wiki for backwards compatibility. This simply change reduces the need to provide full markdown support for check-in comments. ... (file: [75cb8c6a] check-in: [e7bc33f0] user: drh branch: comment-markdown-links, size: 15599)
2024-07-03
09:35
Remove the incomplete @tag support. Add some sample inputs to the branch/markdown-tagrefs page. ... (file: [ea9045aa] check-in: [4d7c408f] user: stephan branch: markdown-tagrefs, size: 15657)
2024-03-05
12:53
Merge trunk into markdown-tagrefs branch. ... (file: [03acdddd] check-in: [0517bd2d] user: stephan branch: markdown-tagrefs, size: 15649)
2024-02-02
22:18
Remove trailing whitespace from non-external C files. ... (file: [e79a38fc] check-in: [7db0a2d9] user: danield branch: fix-overlength-lines, size: 15503)
2023-06-03
08:59
Merge trunk into markdown-tagrefs branch and resolve conflict. ... (file: [77fb128a] check-in: [fdd3fe21] user: stephan branch: markdown-tagrefs, size: 15653)
2023-03-07
13:00
Make the no-op rendering callbacks in backlink.c type-compatible with the declarations in mkd_renderer, doing away with a theoretically possible undefined behavior and the related compiler cast warnings. ... (file: [93d58763] check-in: [d3434fd8] user: danield branch: trunk, size: 15507)
2023-01-21
12:14
Merge trunk into markdown-tagrefs branch. ... (file: [ee7cca45] check-in: [baf038b1] user: stephan branch: markdown-tagrefs, size: 14066)
2023-01-09
13:06
Further consistency improvements in docs for various commands. ... (file: [f7da26dc] check-in: [2512d2d4] user: km branch: trunk, size: 13989)
2022-10-03
01:31
Fix naming of columns on the /test-backlinks page. ... (file: [19eafdf6] check-in: [6a5604f4] user: george branch: deltify-tkt-blobs, size: 13990)
2022-09-15
17:48
Merge trunk into markdown-tagrefs branch. ... (file: [92696825] check-in: [8ef0347f] user: stephan branch: markdown-tagrefs, size: 14067)
2022-08-02
20:55
Put all sections of the /vinfo page (or the /info page for a check-in) inside an accordion widget. ... (file: [ac564de1] check-in: [ab553393] user: drh branch: trunk, size: 13990)
2022-07-17
23:48
Changed a number of "a" articles followed by vowels in docs and comments to "an", per a forum post. ... (file: [f80504dc] check-in: [99a319bd] user: wyoung branch: trunk, size: 13776)
2022-06-11
12:34
Merged in trunk. ... (file: [5c9b9a14] check-in: [fd14e7ec] user: stephan branch: markdown-tagrefs, size: 13852)
2022-05-18
20:21
Add support for generated "mimetype" column in the TICKET table. Introduce integer mimetype codes and refactor backlink_extract() accordingly. Make the overall handling of the generated "mimetype" columns a bit more clear. ... (file: [41afe7be] check-in: [e39f7790] user: george branch: generated-tkt-mimetype, size: 13775)
2022-04-24
22:46
Merged in trunk, resolved conflicts introduced via the parallel development of the markdown-footnotes branch. ... (file: [eb15de6b] check-in: [64af75b0] user: stephan branch: markdown-tagrefs, size: 13314)
2022-02-17
22:09
If a footnote's text starts with a token of the special form then use this token to derive a set of CSS classes that are added to that footnote and its references. This enables users to style elements of a particular footnote provided that the administrator provisioned and documented some special CSS classes in a custum skin. Default skin does not provide any of such special classes which makes this feature an "opt-in". ... (file: [b433525f] check-in: [92516ced] user: george branch: markdown-footnotes, size: 13237)
2022-02-04
00:37
Switch to (^...) for inline footnotes. Implement span-specific footnotes. Add documentation. ... (file: [2558487a] check-in: [cae7a5d1] user: george branch: markdown-footnotes, size: 13225)
2022-02-01
20:12
Support multiline footnote definitions and inline footnotes via ^[...] syntax (this syntax is not settled yet). Fix overall link support that was broken by [e3710ccd3a5a]. ... (file: [ab9a0874] check-in: [78b7846b] user: george branch: markdown-footnotes, size: 13213)
2021-09-25
07:00
Added missing new mkd_renderer entry in markdown_extract_links() to skip over @/#tags. ... (file: [629f9689] check-in: [2e646428] user: stephan branch: markdown-tagrefs, size: 13082)
2021-07-15
16:32
Fix a minor typo in a comment. ... (file: [11aad83b] check-in: [56262c7e] user: drh branch: trunk, size: 13005)
2021-05-17
11:40
Improved display of forum and technote targes in the /test-backlinks page. ... (file: [5f49dc67] check-in: [c34b644e] user: drh branch: trunk, size: 13002)
2020-12-22
12:13
Removed the parameter from style_finish_page() since the resulting content div class is now redundant with respect to the body class. This potentially breaks CSS made against old class names that a prior commit on this branch changed, but such skins would be made against an unreleased version of Fossil, it's unlikely many are using that first version of the feature anyway, and most of the class names did *not* change unless you were targeting a "div" instead of "body" or just a generic class name. None of the shipping skins are affected. ... (file: [2178b2d4] check-in: [0e83ca88] user: wyoung branch: body-feature-class, size: 12759)
11:58
Calling the new style_set_current_feature() function to override the new TH1 variable $current_feature for Fossil UI pages where the page name isn't what we want used as the "body" CSS class. For the most part, this matches the value currently being passed to style_finish_page(), but a few have changed with the benefit of hindsight. Not all calls to style_finish_page() have a corresponding call to the new function since the default value for $current_page now suffices. ... (file: [0e48005f] check-in: [8ac0830b] user: wyoung branch: body-feature-class, size: 12771)
2020-12-02
18:52
On the /test-backlinks page, identify links originating in comments as coming from a check-in, as that is the usual case. ... (file: [00203c07] check-in: [3c284e7c] user: drh branch: trunk, size: 12697)
2020-11-07
13:25
Rename the "style_body_and_footer()" interface to "style_finish_page()" and add a more detailed header comment to the implementation. ... (file: [441a0455] check-in: [942b2076] user: drh branch: default-css-cleanups, size: 12697)
2020-11-05
23:15
Added a parameter to style_footer() and renamed it to match its actual function (style_body_and_footer()) so we can add a CSS class to each page that indicates which major Fossil feature served the page, so we can have module-specific CSS. ... (file: [b8677492] check-in: [ef5424b6] user: wyoung branch: default-css-cleanups, size: 12705)
2020-08-23
22:11
Provide backlinks from Forum posts. Run rebuild to insert Forum backlinks into the BACKLINK table after applying this patch. ... (file: [71ccb7e5] check-in: [2df0e5c4] user: drh branch: trunk, size: 12675)
2020-04-16
22:26
When showing timelines of references, change the text of Wiki edits from "Changes to wiki..." or "Added wiki..." to be just "Wiki...". ... (file: [8904032a] check-in: [6d125b72] user: drh branch: backlink-updates, size: 12644)
20:50
The markdown renderer requires no-op functions in order to work properly. ... (file: [378fdcfa] check-in: [271dcbb2] user: drh branch: backlink-updates, size: 12624)
20:06
An attempt to begin scanning wiki for backlinks. It does not currently work. I suspect a problem in the markdown link scanner. ... (file: [a0fcfba8] check-in: [f0b0293b] user: drh branch: backlink-updates, size: 11629)
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. ... (file: [69c8a9a4] check-in: [7c13a573] user: drh branch: backlink-updates, size: 10071)
13:06
Begin breaking out the code for BACKLINK processing into a separate source file: backlink.c ... (file: [b7de0b89] check-in: [10c75204] user: drh branch: backlink-updates, size: 3003)