[07:55:43] [[Tech]]; ArchiverBot; Bot: Archiving 1 thread (older than 30 days) to [[Tech/Archives/2016]].; https://meta.wikimedia.org/w/index.php?diff=15561986&oldid=15559161&rcid=7706628 [18:43:01] Is there a way to export ([[Special:Export]]) a list of articles generated with a wikisearch? I want to get a "dump" of all articles with the result of insource:/well-known for / [18:45:07] or is there a way to get a list with each article title per line, and I can manually copy+paste it to Special:Export...isthat possible using AP or something? [18:45:28] James_F: You're smart ^^ [18:52:12] Josve05a: There isn't, sorry. I'd just do an API query and re-write the JSON response into a one-per-line blob of text to manually paste into Special:Export. [18:52:51] * Josve05a can't do API queries...I just copy other's queries xD [20:42:31] How is it possible to raise the amount of pages cached at Pages like Special:WantedPages? [20:46:40] you want to increase the limit to the number of rows cached on the special report pages? [20:46:49] yes [20:46:57] on wikimedia sites? [20:47:16] no [20:47:30] On another wiki [20:49:09] MGC_, might be $wgQueryCacheLimit? [20:49:57] oh, thank you [21:10:56] g'day, there has been a problem with notifications for the whole day at nowiki [21:11:24] The drop down list only spins and spins and never finishes loading [21:11:41] Is this a known problem or is it at nowiki only? [21:14:22] RoanKattouw, ^ [21:14:34] Hmm, strange [21:14:40] Lemme see if I can reproduce that [21:15:10] WFM, let's see if there's anything in the logs [21:15:16] Its the notification button, not the alert... [21:15:18] jeblad: Do any errors appear in the JavaScript console? [21:15:34] jeblad: Are you saying the button with the speech bubbles doesn't work, but the one with the bell does work? [21:15:44] In my console? My God... O_O [21:15:51] I'll check [21:18:05] I have one error on reload with &debug=true, but I think that comes from my own vector.js [21:19:14] On hitting "show" I got an error [21:19:21] TypeError: notifData.timestamp is undefined [21:19:23] https://no.wikipedia.org/w/extensions/Echo/modules/viewmodel/mw.echo.dm.NotificationsModel.js?54d1a [21:19:24] Line 491 [21:21:19] Do you need the response on the previous api call? [21:26:36] Oh! This is calls to another wiki, and we're late on the rollout! [21:27:03] I guess the data structure is simply out of sync! [21:27:41] Rollout at nowiki is probably at friday morning in Norway [21:29:11] It is late Wednesday evening here :) [21:30:22] Hmm, I thought I had fixed that... [21:30:53] We discovered an issue with cross-wiki notifs yesterday and I felt bad for not predicting that API changes + staged rollout + cross-wiki notifs = pain [21:31:10] jeblad: What is the other wiki that it's calling to? [21:31:20] A non-Wikipedia wiki by any chance? [21:31:49] I drop a note at our signpost, so not more people nag about it :) [21:31:56] jeblad: Also if you still have that API response, yes please [21:32:30] The last was mediawiki.org [21:36:40] https://phabricator.wikimedia.org/T133817 [21:39:54] jeblad: Is that attachment on phab the same as what you sent me in PM? [21:40:07] yes [21:40:18] Cool [21:42:26] Oooh I think I know [21:42:40] jeblad: Please run the following for me in a console and tell me what the result is [21:42:54] a = ['foo']; for ( i in a ) { console.log(i); } [21:43:34] I dumed some additional info in the task [21:44:32] Thanks [21:47:56] jeblad: OK I'm pretty sure I've figured out your issue, expect a fix in ~1.5 hours [22:09:07] The method filter seems to work as it should, so I'll clean up the code [22:09:36] It is only the users of the gadgets that has gotten this kind of bug