[00:58:41] Anyone know why I have problems logging into Wikipedia on desktop Safari? [00:59:16] I always get a "No active login attempt is in progress for your session" error [01:12:21] * p858snake wonders if Reedy is awake [01:12:33] or possibly legoktm [04:43:04] uhh [04:46:22] yeah [16:37:36] It looks like a citation template it categorizing a bunch of pages in "Pages using invalid self-closed HTML tags". Can someone take a look and figure out what part of code is causing it? https://bs.wikipedia.org/wiki/Modul:Citation/CS1 [16:41:26] I tried changing the if str:sub(1,1) == "'" then str = " bit of code, but that only added more pages to the category. [17:04:15] Guest784414: sure, let's see [17:06:57] Guest784414: yeah, the two places where it generates '' look like they're likely to be the cause [17:07:24] Guest784414: i think you need to just change "" to "" in both places? [17:07:53] Guest784414: using "" might also work, but i'm not sure how that will play with Lua [17:08:11] (it works in regular wikitext) [17:10:25] MatmaRex: I edited it here https://bs.wikipedia.org/w/index.php?title=Modul:Citation/CS1&diff=2739188&oldid=2739176 but it's still adding it to that category. Is the "local options = {};" bit below "Now enclose the whole thing in a span element" to blame? [17:11:59] Guest784414: probably not, it looks fine to me. that just generates regular tags [17:13:37] Guest784414: it seems this was fixed on en.wp too in the same way: https://en.wikipedia.org/w/index.php?title=Module:Citation/CS1/Utilities&diff=729837287&oldid=699961606 [17:13:47] i think you just need to wait for the pages to be parsed again [17:14:28] The module is still in the category though. Shouldn't it have been removed from the category itself as soon as I edited it? [17:19:14] Guest784414: sorry, my connection dropped. have you said anything since my last message? [17:19:41] The module is still in the category though. Shouldn't it have been removed from the category itself as soon as I edited it [since I do know the pages take a while to update]? [17:21:18] Guest784414: hmm, interesting. i think that is usually a problem with templates that transclude themselves on the documentation subpage (since the first parse uses the previous version of the template) [17:21:31] but this doesn't seem to even have any examples on /dok. so that's weird. [17:22:20] Guest784414: https://bs.wikipedia.org/wiki/Modul:Citation/CS1/dok seems to be in that category too, though. perhaps it's some other template that is used there that also causes this [17:22:47] Guest784414: aha – https://bs.wikipedia.org/w/index.php?title=Šablon:Prijevod_sekcija&action=edit –
[17:23:19] Ha. Damn. There's a ton of these. [17:24:48] Guest784414: by the way, you might want to add __HIDDENCAT__ on https://bs.wikipedia.org/w/index.php?title=Kategorija:Pages_using_invalid_self-closed_HTML_tags&action=edit&redlink=1 , so that it's not so prominently shown on articles [17:25:09] (and the name of the category can probably be translated on translatewiki) [17:25:49] I thought I could fix them relatively quickly since there were, like, 40-50 when I last checked it, and then it jumped to ~200. [17:26:17] But yeah, I should hide it. [17:35:43] MatmaRex: Also, any idea why this thing stopped working: https://bs.wikipedia.org/wiki/Šablon:Sklopiva_nogometna_kutija (it should be collapsible)? There was a recent change to Common.css, but I doubt that was the culprit. [17:42:20] Guest784414: looks like it actually is… the part with ".client-js .collapsible.collapsed > tbody > tr:not(:first-child)" [17:42:40] Guest784414: i think your common.js has a different version of the collapsing script than whatever wiki that CSS rule was copied from [17:42:47] or rather, i'm guessing :) [17:43:08] The .js is from the English Wiki. [17:43:17] So is the .css actually. [17:43:50] Guest784414: looks like you need to copy this change too: https://en.wikipedia.org/w/index.php?title=MediaWiki:Common.js&diff=721185528&oldid=717093775 [17:45:56] You're in interface editor, right? Can you do it or do I need to ask a sysop to copy it over? [17:45:59] *an [17:57:24] Guest784414: sorry, i got distracted. yes, i can [17:59:41] MatmaRex: Can you update it to the latest version on en (except the bs specific code like collapseCaption, mw.config.get( 'wgPageName' ) ===, $.inArray( 'Živi ljudi', cats and the sorting order)? [18:00:46] Guest784414: i tried that, but many pieces seem to be translated, and i don't want to overwrite something important. so i just did that one change – https://bs.wikipedia.org/w/index.php?title=MediaWiki:Common.js&diff=2739221&oldid=2738740 [18:01:13] OK, I'll ask a sysop to update the rest later. [18:01:52] though it seems like the template is still not working [18:06:07] oh it is [18:06:24] maybe it took a bit to update