Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "inskinerator-modern-backport" plus check-in "2024-01-28 20:31:44" occurring around 2024-01-28 20:31:44.
2024-02-08
| ||
18:41 | Improved response to from=,ft= in /timeline when no such path exists. ... (check-in: 68baa36667 user: drh tags: trunk) | |
2024-02-04
| ||
05:52 | Applied the new div class=sidebar styling to a few more cases in the docs. ... (check-in: 701ea4d004 user: wyoung tags: inskinerator-modern-backport) | |
05:43 | Removed extra indent level from the release doc link in the permuted index, generated by the mkindex.tcl script. ... (check-in: 01764fea86 user: wyoung tags: inskinerator-modern-backport) | |
05:27 | Moved the page title on mobile from after the project name and the slash separator in the header to just above the content area, styled as a separate "h1" element, same as in an embedded doc with an "h1" inline. This accommodates long page titles better on narrow screens while leaving desktop-class windows alone. Reduced the size of h1 to be closer to h2 as a consequence. Also removed the new logo's top-padding on mobile to fit in better with all this. ... (check-in: f2ef252ef8 user: wyoung tags: inskinerator-modern-backport) | |
05:06 | Triumphant return of the logo in the title area, lost in the transition from "original" to the trunk default skin. ... (check-in: 45b0550160 user: wyoung tags: inskinerator-modern-backport) | |
04:50 | Bumped submenu font size up slightly. This isn't so much a change from trunk as a restoration of trunk, tracking the overall body font size changes. ... (check-in: 1b20533368 user: wyoung tags: inskinerator-modern-backport) | |
04:42 | Added three new block-element classes to the skin to replace use of "blockquote" with semantic alternatives: * "indent" for cases where the only purpose was to indent things * "blockquote" where you want an actual block quote in a wiki doc and thus can't use a "blockquote" element due to the historical misuse of this tag, preventing us from doing the same for it as we do for MD * "sidebar" when the reason you wanted an indented paragraph was to create a sidebar; this is styled much like a blockquote in MD (or the new "blockquote" class in wiki docs) but floats to the right. Using all three of these in the remaining www/ docs that still used explicit "blockquote" tags. (If you're wondering why the prior commit claims to have dealt with all of these tags when this commit belies that, it's because this work was done en masse, then split up into two related commits to keep the commit messages more on-point. It was easier to commit these two chunks of work in this order. It would have required a complicated dance with the stash to commit them in the more logical order.) ... (check-in: 56c7c2cb13 user: wyoung tags: inskinerator-modern-backport) | |
04:29 | Replaced nearly all explicit uses of the "blockquote" tag in the embedded docs: * Constructs like "<blockquote><pre>" are now simply "<pre>" * Ditto "<blockquote><b>" for command examples, which then allowed me to get rid of explicit "br" elements; pre does that for us. * Where it was used merely to get an indent for a code block, we're now using pre or verbatim instead, depending on whether we need embedded HTML and/or pre-wrap handling. (Not the same thing as the prior item.) In some places, this let us replace use of HTML-escaped code blocks in pre with verbatim equivalents, not needing the escaping, allownig the doc source to read more like the rendered HTML. * Use of blockquotes to get hierarchical indenting is no longer necessary; the skin does that. A good example is indenting ol and ul lists under the parent paragraph; additional manual indenting is no longer necessary. The only remaining instances of "blockquote" under www/ are necessary: # The copyright release doc is plain HTML, without the fossil-doc wrapper, giving it no access to the new skin improvements. # One MD doc wants a blockquote in the middle of a list, and the current parsing rules don't let us use ">" there. # The skinning ... (check-in: 54977e1413 user: wyoung tags: inskinerator-modern-backport) | |
04:01 | Small cosmetic tweaks to the mirrortogithub doc on this branch to work better with the skin. ... (check-in: cabbf1ca54 user: wyoung tags: inskinerator-modern-backport) | |
03:59 | Merged backslash fix in from trunk ... (check-in: d9debe90ab user: wyoung tags: inskinerator-modern-backport) | |
03:58 | Use of a trailing backslash in a command example in the mirrortogithub doc wasn't rendering as expected, leading the command to be split in the HTML rendering, not continued across multiple lines as intended. Replaced it with an HTML named entity to sidestep this quirk of the MD renderer. ... (check-in: 221cf52bf5 user: wyoung tags: trunk) | |
02:57 | Removed a bunch of explicit blockquote tags in the encryptedrepos doc which were essentially duplicating the hierarchical indent structure now implemented by this branch's skin changes. This is why we want to do this at the skin level: so all pages get this appearance, avoiding the need for manual formatting on each page. ... (check-in: 01e364c6f1 user: wyoung tags: inskinerator-modern-backport) | |
02:53 | Replaced use of an explicit "blockquote" tag in an MD doc with a leading ">". It's not only simpler markup, it generates slightly different HTML output, leading to better formatting under this skin. ... (check-in: 9f71793cdf user: wyoung tags: inskinerator-modern-backport) | |
02:39 | Reworked the remaining custom CSS in the server index doc to cascade properly with the new table styling in the skin. ... (check-in: d3c55b57f1 user: wyoung tags: inskinerator-modern-backport) | |
02:35 | 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. ... (check-in: 3291f68fe3 user: wyoung tags: inskinerator-modern-backport) | |
01:30 | 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. ... (check-in: 06dfb68302 user: wyoung tags: inskinerator-modern-backport) | |
2024-02-03
| ||
23:39 | Removed table styling overrides once more for the checkin_names doc's Quick Reference table. Prior backout commit reverted that. ... (check-in: 2da64ba4ac user: wyoung tags: inskinerator-modern-backport) | |
23:37 | 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. ... (check-in: 6088d20337 user: wyoung tags: inskinerator-modern-backport) | |
23:12 | Merged trunk. Notably, drh's [bb3de39ffefb3f20] works seamlessly with this branch's skin. ... (check-in: 4f9cb1d1e0 user: wyoung tags: inskinerator-modern-backport) | |
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) | |
20:32 | In the /timeline, automatically highlight the from= and to= selections. ... (check-in: bb3de39ffe user: drh 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) | |
22:11 | Found and fixed yet another exception to the many [mis]uses of blockquote tags… ... (check-in: 11805fcf53 user: wyoung tags: inskinerator-modern-backport) | |
21:02 | Yesterday's reworking of document body indents left forum post blockquotes double-indented. Applied the same restrictions to them as to other element types. ... (check-in: 8fe4022998 user: wyoung tags: inskinerator-modern-backport) | |
20:31 | Made title and menubar fonts more closely match the trunk default. ... (check-in: 7ebb635ec6 user: wyoung tags: inskinerator-modern-backport) | |
20:24 | 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. ... (check-in: 6b40ee53c8 user: wyoung tags: inskinerator-modern-backport) | |
20:12 | 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. ... (check-in: 6185c648d1 user: wyoung tags: inskinerator-modern-backport) | |
19:57 | 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. ... (check-in: 82db130f79 user: wyoung tags: inskinerator-modern-backport) | |
19:47 | 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. ... (check-in: ac8bb235fc user: wyoung tags: inskinerator-modern-backport) | |
19:37 | 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. Inskinerator Modern uses that rule to shift all the ancillary colors when you shift one of the primaries, saving the user from having to specify each derived color name manually. Fossil's hard-coded skins don't have that same motivation, and as hard-coded defaults, the old "office highlighter" colors were fine, but once you get down to specific instances, we don't want to use arbitrary color, we want them to be analogous or complementary to the main accent color. ... (check-in: 285defacda user: wyoung tags: inskinerator-modern-backport) | |
18:10 | 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. ... (check-in: a8e9f8c4d0 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) | |
18:48 | 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. ... (check-in: 30a7c1e2c5 user: wyoung tags: inskinerator-modern-backport) | |
15:32 | 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. ... (check-in: d5de647aa5 user: wyoung tags: inskinerator-modern-backport) | |
15:30 | Simplified table styling for the ToC at the top of the Fossil v Git doc to make better use of the new styling. ... (check-in: 5f1caed1da user: wyoung tags: inskinerator-modern-backport) | |
15:20 | Removed table border overrides in the delta format doc, and replaced misuse of tables as layout tools with pre and verbatim. This is part of the branch only insofar as tables now have visual style, and these things interfere with the new style. ... (check-in: 76f6e9e1b7 user: wyoung tags: inskinerator-modern-backport) | |
15:11 | Removed redundant h1 tags in wiki docs, duplicating "title" elements that already display in the skin's header area. They take up vertical space without adding any new information. ... (check-in: 2572e48b93 user: wyoung tags: inskinerator-modern-backport) | |
15:06 | Removed a now-unneeded table border on the stats doc ... (check-in: a9ac67386c user: wyoung tags: inskinerator-modern-backport) | |
13:49 | Moved all "margin-left" changes down into the desktop media block to make the hierarchy levels disappear on "mobile" screens. ... (check-in: d00a8867b2 user: wyoung tags: inskinerator-modern-backport) | |
12:31 | One of the styles imported from Inskinerator was nested SCSS-style, causing it to have no effect in CSS. This then sparked a study of that section's effect, which made me realize Inskinerator wasn't reapplying the secondary selection color in timeline graphs over a range, as at the top of a /vdiff?from&to page. ... (check-in: 44ea50db04 user: wyoung tags: inskinerator-modern-backport) | |
12:20 | Brought h1 and h2 level sizes down by 90% to make them less shouty. Didn't need to change h3 and below because there was enough of a gap between h2 and h3 to make it unnecessary. This very gap may be taken as proof of the prior problem. ... (check-in: 29c57f2444 user: wyoung tags: inskinerator-modern-backport) | |
11:44 | Reverted the text size for Pikchr diagrams to the old 0.9em to match hard-coded assumptions in pikchr.c. See the checked-in comment for the alternative solutions considered and rejected. ... (check-in: 39368cdfbd user: wyoung tags: inskinerator-modern-backport) | |
2024-01-26
| ||
18:10 | Generalized the selector targeting the forum post editor controls to add a bit more vertical space around them so that it works for editing and replying to existing posts as well. ... (check-in: ef69f9294c user: wyoung tags: inskinerator-modern-backport) | |
17:38 | Fixed up final significant known difference with Inskinerator Modern: lightened the background color on selected forum posts. ... (check-in: 5ead5d6d49 user: wyoung tags: inskinerator-modern-backport) | |
17:28 | Several doc adjustments to make things work better with the new skin. Although this isn't strictly part of the new skin, and it does admit of a type of regression, I'm committing it here anyway because these are cases where markup was used to work around problems in the old skin. Nearly all of these are misuses of the "blockquote" tag to mean "indented paragraph". Now that we have true indented paragraph styles, switched the markup over to use them. ... (check-in: ee6ca48c8f user: wyoung tags: inskinerator-modern-backport) | |
17:25 | Assorted small tweaks to the new skin, catching small over-reaches and such found by opening many of the Fossil docs under it and seeing what happens to the existing formatting. ... (check-in: 538ddbffbe user: wyoung tags: inskinerator-modern-backport) | |
17:24 | Reworked the two table-based layout hacks in the tech overview doc to use plain tables, styled by the new skin. ... (check-in: eb90acd944 user: wyoung tags: inskinerator-modern-backport) | |
17:08 | Replaced the hand-rolled table at the top of the customskin doc with an MD table that now gets styled in much the same way under the new skin. ... (check-in: 69aaf2595d user: wyoung tags: inskinerator-modern-backport) | |
17:05 | Prior commit lets us back out [f82b01cb]. ... (check-in: cdbf591bcf user: wyoung tags: inskinerator-modern-backport) | |
17:03 | Major refactoring of the CSS selectors to avoid the need for all that "nomargins" stuff. By being more careful about affecting only the pages and elements we want to affect, we don't have to back changes out in the cases where we _don't_ want things changed. This does make the selectors more verbose, but it's better overall. ... (check-in: 276727611a user: wyoung tags: inskinerator-modern-backport) | |