[08:47:12] oh [08:47:30] 1.35 is not compatible with 8.0 [08:47:41] good to know [08:48:09] or rather, some extensions are not [08:48:16] * Remilia goes to research further [09:00:08] https://doc.wikimedia.org/css-sanitizer/master/index.html this one is not compatible with PHP 8.0 [09:00:20] or at least it seems so, judging by the source code [09:04:15] looks like this is the problem: https://doc.wikimedia.org/css-sanitizer/master/classWikimedia_1_1CSS_1_1Grammar_1_1Match.html [09:04:35] PHP seems to treat "Match" as "match" and that is a new feature [13:40:02] hi, I want to add a jenkinsfile to a new page but from the first "{" to the last "}" the text is formatted and everything that it's before the first "{" it's regular text [13:40:40] how can I escape curly braces to not format my text? [13:41:41] Wrap them in or similar? [13:42:47] this is what I want to add: https://p.bsd-unix.net/view/7cdc8284 [13:44:03] Reedy, it's not working , the "import hudson.model.User" and the next new line is formatted separately [13:44:41]
 works fine
[14:02:02] 	 thanks Reedy, 
 worked 
[14:49:42] 	 I help manage the Gentoo Linux wiki at https://wiki.gentoo.org.  Recently we updated to version 1.35 and have some minor issues with what seems to be javascript related.  For example, the #jump-to-nav section always appears as it never did before.  Also, the SemanticMediaWiki Refresh link does not have its javascript click hook run or its css class removed via script.  We do run a custom skin that has worked well in all previous versions 
[14:49:42] 	 including 1.31.  It has a varnish front end but that was cleared.  Any clues on what I am missing?
[14:50:17] 	 In general, everything works fine
[15:06:16] 	 That jump-to-nav element has always been there (or at least, other skins have it). Most probably the CSS that hides it by default has been removed or moved to a different resource loader module not loaded by that skin
[15:09:27] 	 Oh, actually, it seems that element has been changed in recent MediaWiki versions. Now the links aren't inside the jump-to-nav element, but outside of it
[15:52:40] 	 the skin code is in a public repo if anyone can help me solve it
[15:54:03] 	 https://gitweb.gentoo.org/sites/wiki/skin-tyrian.git/
[16:12:23] 	 grknight: Apparently those links should go now outside of the div, not inside https://gitweb.gentoo.org/sites/wiki/skin-tyrian.git/tree/TyrianTemplate.php#n44
[16:12:47] 	 I'd say, inspect a normal page on wikipedia, and compare the resulting HTML and CSS with your skin, and adjust accordingly
[16:39:36] 	 Vulpix: i will try that thanks.
[23:20:59] 	 Hi, is it possible to change the on the page "Special:Watchlist" the "Period of time to display:" to 30, 60, 90, 120, 240 days?