Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
9 check-ins using file src/db.c version 1ea6b8c181
|
2024-02-03
| ||
| 23:03 | Disabling the "auto paragraph" feature in the wiki renderer when styling an HTML "table" element. Without this, the first cell's contents gets wrapped in "p" tags, unnecessarily. (None of the other cells are treated thus.) With the trunk default skin, this extra tag was invisible, but with this branch's skin, it shows up as a double-height first row in every table. For tables with a header row, this may appear to be an intentional esthetic choice, but it's not; it's a rendering bug. Credit for this goes to Stephan Beal (the eminent repo archaeologist) plus whichever "anonymous" posted [/info/0fd3c7d243 | this ticket], way back in 2010! check-in: 6f94da9b6b user: wyoung tags: inskinerator-modern-backport | |
|
2024-01-30
| ||
| 18:00 | Update the built-in SQLite to the 3.45.1 patch release. check-in: 55a0a4d01a user: drh tags: trunk | |
|
2024-01-29
| ||
| 17:56 | Wrapped the TH1 vars declared for custom skinning in backticks for better MD formatting, avoiding the need to escape underscores to prevent them from being interpreted as requesting italics. Fixed a typo in one of the variable names while in there; the visual noise of one of these escaped underscores hid the typo. check-in: 3b505e6f55 user: wyoung tags: trunk | |
| 04:34 | Back out [321d8baf1939], as (A) the majority consensus is that underlining of hyperlinks is not desired and (B) to help avoid a potential merge conflict with the inkskinerator-modern-backport branch, which was branched before that change was made. check-in: 5ef34fd764 user: stephan tags: trunk | |
|
2024-01-28
| ||
| 22:52 | Merged all trunk changes in except for the underlined link change to default.css. check-in: 6301f6ce76 user: wyoung tags: inskinerator-modern-backport | |
|
2024-01-27
| ||
| 22:38 | In markdown, support fenced code blocks containing blank lines that are indented. check-in: c031b2d4b5 user: drh tags: trunk | |
| 21:29 | In the markdown formatter, add support for fenced code blocks containing blank lines that are indented. Closed-Leaf check-in: 5a51d1b4df user: drh tags: indented-fenced-code-blocks | |
| 16:27 | If the "autoconf" setting is set to "all" and the "fossil sync" command is run with a URL argument, then only sync with that one URL rather than syncing with all remotes. check-in: 949b321b26 user: drh tags: trunk | |
|
2024-01-25
| ||
| 19:09 | When the "autosync" setting contains "all", then all remotes are synced using the "fossil sync" command. check-in: 808193e612 user: drh tags: trunk | |