[10:44:15] [telegram] What is the frequency by which Special:UnconnectedPages gets updated in wikis? [10:56:17] Apparently it's not cached [10:56:21] https://phabricator.wikimedia.org/T214746 [12:28:57] [telegram] You need to touch the pages to flush it (re @Adithya: What is the frequency by which Special:UnconnectedPages gets updated in wikis?) [12:29:11] [telegram] (null edit) [12:30:32] [telegram] Basically the standard problem that not all Wikibase (Wikidata) edits trigger page updates so you end up with stale data. [12:30:56] [telegram] Ok [12:31:44] [telegram] Does anyone here know whether Safari 13 now supports position:sticky? 🤨 A user told me that the sticky headers which I use in a couple of WP templates now suddenly work on Safari as well, while in my tests they never did (only with the -webkit prefix, but that has unwanted side effects). I only have Safari on iOS 12, so it could be a new update; can’t find any hints online though 🤷‍♂️ [12:32:06] [telegram] Work around if you have Pywikibot installed: [12:32:06] [telegram] python3 pwb.py touch.py -lang:en -family:wikipedia -namespace:0 -unconnectedpages [12:34:57] [telegram] Thank you. Let me try it (re @Maarten: Work around if you have Pywikibot installed: [12:34:58] [telegram] python3 pwb.py touch.py -lang:en -family:wikipedia -namespace:0 -unconnectedpages) [18:27:42] [telegram] https://caniuse.com/#feat=css-sticky (re @silente08: Does anyone here know whether Safari 13 now supports position:sticky? 🤨 A user told me that the sticky headers which I use in a couple of WP templates now suddenly work on Safari as well, while in my tests they never did (only with the -webkit prefix, but that has unwanted side effects). I only have Safari on iOS 12, so it could be a new update; can’t find any hints on [18:28:09] [telegram] Yes it does. [18:28:45] [telegram] I’d be interested to know which templates btw. [18:42:18] [telegram] @djhartman Wonderful! 🙂 Looks like I can delete the “except Safari” warning then. As for the templates, I have listed them here: https://de.wikipedia.org/wiki/Wikipedia:WikiProjekt_Charts_und_Popmusik/Chartvorlagen/Sticky_Head The idea is to only have the effect applied when the tables have a certain minimum row number. I just activated it recently though [18:46:32] [telegram] Right. This breaks on multi row headers, but is nice otherwise indeed. [18:48:14] [telegram] If chrome can finally fix thead support already, as I have been asking for for 8 years.... then no one has to rely on hacks any longer. ;) [18:54:12] [telegram] Yeah, luckily the chart table contains no essential information in the upper row of the rowspan, so it works fine for this case. The weird table border effects on various browsers are worse, I had to work around quite a bit