Timeline
Not logged in

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

6 check-ins tagged with "body-feature-class"

2020-12-22
12:30
Whitespace style fix Closed-Leaf check-in: 358f7d80c2 user: wyoung tags: body-feature-class
12:13
Removed the parameter from style_finish_page() since the resulting content div class is now redundant with respect to the body class. This potentially breaks CSS made against old class names that a prior commit on this branch changed, but such skins would be made against an unreleased version of Fossil, it's unlikely many are using that first versi... check-in: 0e83ca88ce user: wyoung tags: body-feature-class
11:59
Documented the use of $current_page in hand-rolled "body" tags in the customskin doc. check-in: 1864217625 user: wyoung tags: body-feature-class
11:58
Calling the new style_set_current_feature() function to override the new TH1 variable $current_feature for Fossil UI pages where the page name isn't what we want used as the "body" CSS class. For the most part, this matches the value currently being passed to style_finish_page(), but a few have changed with the benefit of hindsight. Not all call... check-in: 8ac0830bfc user: wyoung tags: body-feature-class
11:56
Using the new $current_feature variable in the Bootstrap skin's Header, it being the only stock skin to still provide its own <body>. Without this change, the prior commit won't take effect when using Bootstrap. check-in: 556923fab5 user: wyoung tags: body-feature-class
11:55
Created a new TH1 variable $current_feature set by default from the page URL's first component, but which may be overridden by code that knows a better feature name to use for that page. This is then used as the page's "body" class, making this the start of a replacement for the "content div" based feature class stuff done on branch [/timeline?r=d... check-in: c671fc5d81 user: wyoung tags: body-feature-class