Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
44 check-ins using file www/fossil-v-git.wiki version eb189d7e30
|
2024-02-09
| ||
| 02:30 | Backed off on mobile body font size reduction from 0.8em to 0.9em for the same reason we did it for desktop. check-in: 3e23092003 user: wyoung tags: inskinerator-modern-backport | |
| 02:29 | Experimental styling of inline code and tt blocks in user content like everyone else (Stack Exchange, GitHub, Reddit, Discord…) do, with a light gray background and slight expansion of the box area, to offset it from the prose. check-in: 4772a9b2cc user: wyoung tags: inskinerator-modern-backport | |
| 02:13 | Abandoned the +5% size bump for monospace fonts entirely. Its correctness is far too contingent on the font selected and the browser's quirks. check-in: 9f3e59cffc user: wyoung tags: inskinerator-modern-backport | |
| 01:36 | Reduced the font size adjustment for monospace fonts from +10% to +5% after testing on mobile, and made it apply to the same list of monospace font classes defined in src/default.css. check-in: e220683ae0 user: wyoung tags: inskinerator-modern-backport | |
| 01:19 | Simplified the SCSS example code by use of the language's "&" feature and an extra layer to handle the .content commonality. check-in: 6ad8bc587f user: wyoung tags: inskinerator-modern-backport | |
| 01:18 | Dropped the div.content layer out for /fileedit and /wikiedit. If it were necessary, we'd have to invert these two, but it isn't due to the earlier point about these selectors being plenty specific via direct ID element targeting. check-in: 3f21415f41 user: wyoung tags: inskinerator-modern-backport | |
| 01:00 | Don't need to be as specific on the selectors targeting the /fileedit and /wikiedit preview tabs due to their use of "<div id=" naming. There is no reasonable possibility for an overreach here. check-in: 902ea745fa user: wyoung tags: inskinerator-modern-backport | |
| 00:17 | Merged pikchr changes from trunk. (About to rebuild the containers, and we need both sets of changes on the public demo mirror.) check-in: e471c5ffa9 user: wyoung tags: inskinerator-modern-backport | |
| 00:15 | Small tweak to make comment match code check-in: fb0c1e7125 user: wyoung tags: inskinerator-modern-backport | |
| 00:12 | The /fileedit and /wikiedit preview areas now show the skin's @media screen indent levels properly. The nine selectors we previously had per top-level tag had to become _sixteen_ (!) owing to Fossil's historical lack of consistency in applying parent classes. We could clean it all up on this branch, but then who knows how many custom skins that w... check-in: 0d7cdbb0e3 user: wyoung tags: inskinerator-modern-backport | |
|
2024-02-08
| ||
| 22:38 | Removed the duplicate copy of the SCSS input to the selector explosion in default/css.txt. It's getting too complex to maintain the duplication, and it's about to get worse. Linking it by reference now. check-in: f5a80cad6c user: wyoung tags: inskinerator-modern-backport | |
| 22:18 | Added yet another special-case handler for the new skin's @media screen indent applicator. We were handling wiki embedded docs before, but we weren't handling the /wiki pages themselves. These appear with a top-level body class of "wiki", not "doc". check-in: a1ebcb230a user: wyoung tags: inskinerator-modern-backport | |
| 20:35 | Merged trunk changes in check-in: 9a9276d693 user: wyoung tags: inskinerator-modern-backport | |
|
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 close... 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:
| |
| 04:29 |
Replaced nearly all explicit uses of the "blockquote" tag in the
embedded docs:
| |
| 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 | |
| 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 fi... check-in: 6f94da9b6b user: wyoung tags: inskinerator-modern-backport | |
|
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 spac... 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 do... 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 ... 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
| ||
| 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 s... 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 | |