32
I Use This!
High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 9 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reworked the remaining custom CSS in the server index doc to cascade properly with the new table styling in the skin. More... 3 months ago
Removed explicit CSS at the top of the server index doc. In some ways, this was a prototype of this branch's skin changes, with the result that we were getting double-indents, one from the skin and one from the local additions meant to give hanging headers to the current trunk default skin. More... 3 months ago
Removed extra space around pre.verbatim blocks in wiki output; plain "pre" has space already, and the extra means that if you use them both on the same page, you see the difference. More... 3 months ago
Removed table styling overrides once more for the checkin_names doc's Quick Reference table. Prior backout commit reverted that. More... 3 months ago
Found a simpler fix for [6b40ee53]: put a blank line between the end of the floated-right table and the first paragraph. Reduces the diff for this file relative to trunk to a single LF. More... 3 months ago
Merged trunk. Notably, drh's [bb3de39ffefb3f20] works seamlessly with this branch's skin. More... 3 months ago
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 get this effect.) With thie 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 feature, but it's not; it's a rendering bug. More... 3 months ago
In the /timeline, automatically highlight the from= and to= selections.
drh
More... 3 months ago
Fix overlong lines and remove trailing whitespace from non-external C files. More... 3 months ago
Remove trailing whitespace from non-external C files. More... 3 months ago
Fix lines over 80 characters long, excluding external source files and @-lines. More... 3 months ago
Replace stray tab characters. More... 3 months ago
Update the built-in SQLite to the 3.45.1 patch release.
drh
More... 3 months ago
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. More... 3 months ago
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 after that change was made. More... 3 months ago
Merged all trunk changes in except for the underlined link change to default.css. More... 3 months ago
Found and fixed yet another exception to the many [mis]uses of blockquote tags… More... 3 months ago
Yesterday's reworking of document body indents left forum post blockquotes double-indented. Applied the same restrictions to them as to other element types. More... 3 months ago
Made title and menubar fonts more closely match the trunk default. More... 3 months ago
Moved the first paragraph of the checkin names doc up above the Quick Reference sidebar table to sidestep the previously-mentioned wiki rendering bug, at the minor expense of pushing said sidebar down slightly. (Also removed local overrides on the table, to let the skin's table styling take over fully.) The prior checkin's fix the first-line spacing problem doesn't suffice; the bug still leaves this paragraph unindented and without the same line spacing as the others. More... 3 months ago
It is possible to trick the wiki to HTML renderer into leaving the first paragraph unwrapped by "p" tags, as with the checkin_names.wiki doc, in which case you get no first-line padding. The trunk version of the skin works around this by putting 10px of padding in at the top, which we dialed back out in Inskinerator Modern since the MD renderer does not do this. Put it back, but as 1ex around the whole doc, giving a smidge of breathing room in odd cases like this one without putting too much in for the other cases where the paragraph spacing suffices. More... 3 months ago
Prior change affects everything measured in ems, which causes the status line at the bottom and the user's login name in the upper right to be too small. More... 3 months ago
Removed the body font size override for desktop screens, letting the browser take its default, "medium" in CSS-speak. This results in a slight reduction in all font sizes on desktop screens. More... 3 months ago
Changed the timeline highlight colors so that the secondary value (used in e.g. /vdiff&to) is a lighter and more saturated version of the primary accent color, being the header font color, and the secondary is a one-eighty hue shift on this. This results in a small color difference for the former, more complementary to the overall skin colors but still a light blue. The primary color — used in /info timelines and for the /vdiff&from cell — is more significantly shifted, a pale orange now rather than a bright yellow. This results from basic color theory; to maintain a yellow under this one-eighty hue rule, we'd have to make the secondary color purple, not blue. More... 3 months ago
Made the same type of improvement for "timelineCurrent" cells in modern view as we did for the primary and secondary selection colors in vdiff range graphs. That is, instead of highlighting the whole row and putting a box shadow below it, change the roundrect itself only. More... 3 months ago
In markdown, support fenced code blocks containing blank lines that are indented.
drh
More... 3 months ago
In the markdown formatter, add support for fenced code blocks containing blank lines that are indented.
drh
More... 3 months ago
The careful selectors to cause indents to occur only in desired places prevent them from working in less obvious cases like /file URLs or for README files rendered under /dir. Solving this is easy in SCSS, but it creates a combinatorial explosion of selectors in CSS. Fortunately, we can generate the CSS with Inskinerator, then bake a cleaned-up static version of its ouptut into this file. More... 3 months ago
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.
drh
More... 3 months ago
Replaced many uses of blockquote in the quick start doc with pre, verbatim, etc., where all that was wanted was an indented block of text. These more semantic markup elements are now indented already. More... 3 months ago