[07:21:16] [[Tech]]; Rob Kam; /* Starting new wikis */; https://meta.wikimedia.org/w/index.php?diff=20119105&oldid=20118516&rcid=15573102 [11:11:15] how long can user have the edit window open to not receive the "session data lost" message? [12:36:08] @Danny_B session cookies are managed per "session", while a typical session might last until the browser exits, browsers might release cookies based on memory management logic [12:36:36] it's upto the user-agent to control how to deal with keeping session cookies [16:33:49] does Amorymeltzer come on IRC under any particular names? [16:34:51] i don't recall talking to amory on IRC, they are active on email so you can try that if it's urgent :) [16:35:15] I don't email people through, from, or about Wikipedia. [16:35:34] aight no pressure [16:45:04] https://en.wikipedia.org/w/index.php?title=Wikipedia%3AInterface_administrators%27_noticeboard&type=revision&diff=959139025&oldid=959113300 do you perceive this to mean, delete line 54 in its entirety? [16:45:19] or just the opening clause? [16:50:02] Dragonfly6-7: I think they mean the "div" part but I'm not sure [16:54:23] @Dragonfly6-7 the parameter is attached to the element so to say, so not just the opening clause but starting from the div to the end of the first closing braces } [17:43:44] is the Phab dark mode theme from upstream or managed by WM? [17:45:57] qedk: it's upstream, but it's "an experiement" and not supported [17:47:02] unfortunate i was planning to use it for a while :/ [18:05:52] any idea why pywikibot would give CRITICAL: Exiting due to uncaught exception ? [18:06:40] https://www.irccloud.com/pastebin/beqpgiqa/traceback.txt [19:19:31] qedk: that looks like your bot hit a memory limit on the operating system side. [19:20:13] judging by the stack trace while decompressing some http response [19:33:39] @bd808 Bulk of the API work is processed with requests so PWB has to do fairly nothing except fetch and save, quite weird (since it's simpler than other scripts), running with more memory now, let's see :) [20:20:01] legoktm: did you see my PR to add wikibugs to ##Examknow? [20:20:27] Examknow: yes, I or someone else will review it...soon. [20:20:40] ok just checking in :) [22:35:40] hi, what should I do to change a page's content model from CSS to Sanitized CSS? I've got a message: "Page Template:[blablabla]/styles.css must have content model "Sanitized CSS" for TemplateStyles (current model is "CSS")." [23:17:48] TarLocesilion, Template:*/*.css should have that content model set by default on creation, but you should be able to change it using ChangeContentModel https://www.mediawiki.org/wiki/Help:ChangeContentModel [23:18:27] thank you, AntiComposite!