Fossil

Timeline
Login

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

8 check-ins tagged with "style-css-revamp"

2020-05-26
06:47
merged in trunk. Closed-Leaf check-in: fe018289e3 user: stephan tags: style-css-revamp
2020-05-18
12:32
Reverted [5abc0f6e7] because testing has shown the referrer to simply be too fragile and subject to browser-side whims (which also includes the option to send only the scheme and host, without the path, as the referrer, which breaks what that commit did). Now style.css supports both style.css/pagename and style.css?page=name, preferring the former, pending a decision on which one of those syntaxes the other devs prefer. check-in: 45341a2869 user: stephan tags: style-css-revamp
03:38
Removed doc/help references to "overriding" CSS rules, as that no longer applies in this branch. check-in: a21e26684f user: stephan tags: style-css-revamp
02:59
style.css now checks for a builtin file named after the first path component of the referer (sic), rather than PD("name"), however, we still have to emit style.css/PAGENAME in $stylesheet_url in order to pick up the the page-specific CSS, otherwise /style.css?id=... is the same for all pages and a page with its own style may pick up a cached copy without its own styles, or with the styles from another page. check-in: 5abc0f6e79 user: stephan tags: style-css-revamp
2020-05-17
19:55
Removed accidental dual-emit of skin-level CSS. Copy/paste bug. check-in: eddb5ac552 user: stephan tags: style-css-revamp
19:49
Eliminated an unnecessary allocation. Code style conformance tweaks. check-in: e2a9fe4bc8 user: stephan tags: style-css-revamp
18:56
Cherrypick [100c67fa] for bootstrap skin fix. check-in: 06c7d57d18 user: stephan tags: style-css-revamp
17:52
Proof of concept for my proposal of reworking how style.css emits CSS, as discussed in [https://fossil-scm.org/forum/forumpost/d63ff33063|forumpost/d63ff33063]. check-in: ae10ddf330 user: stephan tags: style-css-revamp