[08:16:46] o/ [15:21:43] jdlrobson, hey have you guys noticed "Uncaught Error: Unknown dependency: site" on m.mediawiki.org? [15:22:25] also it feels like the right arrow next to 'Last edited x hours ago by y' should do something [15:25:46] bearND: o/ i had another hopefully final question on the title to link patch. i'm testing it out now and hope we can merge it with little or no change [15:41:32] niedzielski: cood catches. i'll amend [15:50:10] Krenair: hey, i'm seeing a warning that "site" styles are loaded twice [15:50:12] but no error [15:50:16] logged in/out? [15:50:27] (also thanks for reporting) [15:50:29] in [15:51:09] I see "Gadget "site" styles loaded twice. Migrate to type=general. See ." in debug mode [15:51:17] But then after that, I see "Uncaught Error: Unknown dependency: site" [15:51:50] (and actually, not just in debug mode) [15:53:49] Krenair: which module is triggering the error? i can't reproduce this logged in/out [15:54:12] not sure, it occurs in the loading process somewhere [15:55:08] Krenair: sorry about dashing off but i'm going to try and get a grumpy two year old to eat his dinner [15:55:23] could you raise a bug and i'll send an email to the team mailing list [15:55:39] it might just be my gadgets or something [15:56:26] I'll deal with it anyway phuedx [15:56:29] i //feels// like its a gadget [15:56:47] *it [15:56:56] i'll be back in a little while [15:59:33] probably this 'site' gadget, * site[ResourceLoader|default|top|dependencies=mediawiki.legacy.wikibits,mediawiki.util,jquery.mwExtension,ext.gadget.enwp-boxes]|site.js|site.css|NavFrame.js|NavFrame.css [17:41:11] bearND: o/ [17:41:20] bearND: can you visit https://wikitech.wikimedia.org/wiki/Special:NovaInstance and set the filter to mobile? [17:41:36] bearND: you're listed as an admin and i think you should be able to force reboot the android-builds machine [17:41:51] bearND: i'm just a "member" of mobile [17:42:01] niedzielski: I set it to mobile right now [17:42:34] bearND: do you see any reboot button floating around? [17:42:58] for android-builder.mobile.eqiad.wmflabs [17:44:04] niedzielski: I haven't found it yet. Found my way to https://wikitech.wikimedia.org/wiki/Nova_Resource:Android-builder.mobile.eqiad.wmflabs [17:44:23] there's no rebott button, though [17:44:26] reboot [17:44:45] bearND: hm, valhallasw was saying that in that list view for Special:NovaInstance there should be a reboot button [17:44:59] bearND: he also suggested that if you didn't see it you might need to logout and back in again [17:45:21] he or she* [17:45:55] niedzielski: ah, logging out helped [17:46:10] niedzielski: rebooting now [17:46:14] bearND: yayyy [17:46:23] bearND: i heard that logging out is the cure for the common cold [17:49:47] bearND: sweet, i can login [17:50:31] niedzielski: it'll also be the cure to edit semi-protected pages in the Android app once some of my current patches are merged unless we add another patch to populate group membership infor for already logged in users ;) [17:50:50] lol [18:56:08] Is there a way I can view zero.wikipedia.org ? I'd like to see what exactly is being sent to text only users for my IEG Alt Text grant [19:21:04] Dispenser: try https://zero.wikimedia.org/wiki/Special:ZeroPortal [19:32:50] Cameron11598: Can't login and the documentation indicates that its suppose to be text only [19:33:14] Dispenser: Have you submitted a phab ticket? [19:34:05] What Wikipedia Zero is unavailable to Verizon customers? [19:34:47] Dispenser: I thought the issue was that you couldn't log in? [19:35:32] No I want the HTML outputted by zero to see what happening with images [19:36:46] Dispenser Cameron11598: I think you might need to configure your IP for testing with Wikipedia Zero support which requires special permissions. We do testing around notifications in the Android app this way. [19:37:28] Could we Whitelist Tool Labs? [19:38:09] That way I can wget/curl/lynx or SSH proxy [21:45:12] bearND: if you happen to be around and have a moment for a very short review, please check out https://gerrit.wikimedia.org/r/#/c/314770/ . thanks! [21:45:47] niedzielski: will do shortly [21:45:57] bearND: awesome! thanks :] [21:49:02] niedzielski: man, that's complicated. I'm not so sure about that [21:49:14] j/k [21:49:21] bearND: i guess you could say it's a... @Large patch [21:49:31] niedzielski: lol [22:18:12] bearND: sorry, one more if you're up for it: https://gerrit.wikimedia.org/r/#/c/314781/ [22:34:50] niedzielski: we could use the new MainActivity instead. I guess when we renamed activities this got changed the PageActivity. But there's nothing PageActivity specific in the test AFAIKS [22:35:00] AFAICS [22:35:27] bearND: I wasn't sure if these tests were dependent on actual usage in PageActivity or not so I left it. If suspected not, maybe this should be covered in T139546. [22:35:27] T139546: [Dev] Translation tests should be plain JUnit, not instrumentation tests - https://phabricator.wikimedia.org/T139546 [22:41:54] niedzielski: would be cool. I'm not sure if it's feasible, though. [22:43:42] bearND: yeah, i'm not sure either. some of the work in the screenshot difference tests around locale configuration changes is promising though. the screenshot difference tests are instrumentation tests but i am optimisticly uncertain the locale change method would be robolectric compatible [22:53:23] niedzielski: we also need to mimick Android's resource handling. That's why I thought Robolectric would be a good candidate. But yes, not sure how it would be able to deal with the Locale changes required. [22:54:10] bearND: yeah that sounds a bit tricky