[00:33:34] Possible log4j thing worth being aware about: https://github.com/apache/logging-log4j2/pull/608 (https://news.ycombinator.com/item?id=29504755) [00:34:31] 2.15+ is unaffected [01:43:03] (Security issue created https://phabricator.wikimedia.org/T297449) [03:46:22] [[Tech]]; 182.190.200.65; Review your changes; https://meta.wikimedia.org/w/index.php?diff=22432792&oldid=22429485&rcid=20868826 [04:09:22] [[Tech]]; कन्हाई प्रसाद चौरसिया; Reverted 1 edit by [[Special:Contributions/182.190.200.65|182.190.200.65]] ([[User talk:182.190.200.65|talk]]) to last revision by कन्हाई प्रसाद चौरसिया (TwinkleGlobal); [04:09:23] https://meta.wikimedia.org/w/index.php?diff=22432855&oldid=22432792&rcid=20868928 [10:02:04] bd808: in an extension, no. Outside the settings file... well, if the settings file isn't php, then sure, yes. [10:02:22] My idea is to make settings files and extension registration files the same thing in the long run. [12:19:50] Is gerrit having trouble, or is it just me? I'm getting timeouts trying to clone the DiscussionTools extension. It's crawling at 20K/sec too. [12:25:53] MatmaRex: let me know if there is anything i can clear up for you wrt PageStore and LinkCache. [12:26:19] I'm unable to clone the repo though. Can't make a fix. [12:26:39] hmm [12:26:40] Connection to gerrit.wikimedia.org closed by remote host.iB/s [12:26:40] fatal: the remote end hung up unexpectedly [12:27:40] duesen: i understand how it's supposed to work, it's just a lot of indirection to keep in mind when i'm trying to figure out what queries it actually ends up making [12:27:47] duesen: i had a question in https://phabricator.wikimedia.org/T297431#7562659: "Can you explain why the lookup by namespace and title shouldn't work? [12:27:47] " [12:28:58] duesen: what is the fix? $services->getPageStore()->getPageById( $revRecord->getPageId() ) ? [12:29:27] (also, thanks for investigating!) [12:29:35] Yes, that'S the fix I would go for. [12:31:37] duesen: i can make that commit? gerrit seems to be working for me [12:33:55] sure, go ahead [12:34:09] MatmaRex: i replied to your question on phab [12:34:34] ooh, it's about page moves. that makes sense [12:34:58] I *guess* is't about page moves. That is where this issue has popped up in the past. [12:35:06] If it's not page moves, I have no idea what's happening :) [12:35:15] duesen: https://gerrit.wikimedia.org/r/c/mediawiki/extensions/DiscussionTools/+/745829 feel free to correct the commit message [12:35:21] yeah, well, i had no guess at all :) [12:36:21] (i was actually thinking that something in or around PageUpdater wasn't setting the ids correctly on the objects, but that did not really make sense) [12:47:47] I updated the commit message and gave a +2 [12:52:31] thanks [15:23:52] yesterday in ptwiki we added a category to a template that are in many pages, but those pages still don't appear in the category list, is that due the job queue? why that delays so much? [15:36:48] this is one of the pages https://pt.wikipedia.org/wiki/Categoria:Itens_candidatos_%C3%A0_elimina%C3%A7%C3%A3o/12_de_fevereiro [15:36:48] and this is the category that should list that page https://pt.wikipedia.org/w/index.php?title=Categoria:!Categorias_vazias_que_n%C3%A3o_devem_ser_eliminadas&subcatfrom=I [15:46:08] Did any appear? [16:44:43] Reedy: no [16:45:18] Are you sure your logic is right? [16:47:52] I think so, the category appear on the page footer, so the page should be in the category list [17:07:35] legoktm: Could you help outwith some code review around DnsSrvDiscoverer? I lack sufficient context to decide whether we are missing anything here: https://gerrit.wikimedia.org/r/c/mediawiki/core/+/744900 [17:16:17] Nikerabbit: Any news on T297236? Does my patch fix the issue? [17:16:18] T297236: timeouts and memory limits on translatewiki.net - https://phabricator.wikimedia.org/T297236 [17:16:27] I'm fighting Phan right now to let CI pass... [17:42:17] duesen: I'm quite a bit behind on other things, I'll try to get to it early next week [17:42:53] IIRC Aaron did CR on that with me, he might be able to take a look [18:25:00] the page I linked above appeared in the category list, other 300+ pages that transcludes Template:Cab-ice are still missing [18:26:02] the edit that added the category to the template that are in thoses pages was made 26 hours ago [19:05:07] duesen: I've not seen issues after my cherry-pick