[00:00:17] currently we don't allow filtering on the list [00:00:30] tfinc: I told chrismcmahon we will feed back info to him and Zeljko [00:00:53] for "all" (well real all mode) it will behave sharply different from desktop UI which hides talk pages on editing [00:00:55] tfinc: otoh, our browser tests run a lot more reliably than unit tests do right now :) also, we'd like to make more institutional support than we have today: http://www.mediawiki.org/wiki/Groups/Proposals/Browser_testing [00:01:26] jcmish: we need to hack on that patchset you have in the queue also [00:02:01] sure. i was looking at it from the developers standpoint. if their had been users i would have wanted to see how its effected their workflow, velocity, etc [00:02:08] yeah I need to clean it up [00:02:25] and have Zeljko bless it and another test I have [00:02:31] i'll get it done this weekend [00:02:50] jcmish: no huge hurry I don't think, we'll be around next week [00:04:06] tfinc: right now we only have really significant coverage for UW and AFTv5, and the tests have identified cross-browser and config issues with both of those. so far it is only these unexpected issues that have affected workflow and velocity [00:04:59] New patchset: Jdlrobson; "list watchlist in alphabetical order [beta]" [mediawiki/extensions/MobileFrontend] (master) - https://gerrit.wikimedia.org/r/38642 [00:05:01] MaxSem: ^ [00:05:44] didn't address $conds['rc_namespace'] = array(2, 4); purely because brion has done that elsewhere and it has a fixme note [00:06:44] .oO(it sure would be cool to get some real ATDD happening though) [00:07:11] which devs have been responding to those UW and AFTv5 issues ? [00:07:41] Matthias Mullie and kaldari mostly [00:08:07] pefect [00:32:44] MaxSem, I'm having problems with ResourceLoader, the core modules are not visible to it in the Mobile extension ("Uncaught Error: Unknown dependency: mediawiki.jqueryMsg"), so you know how to fix that? [00:33:35] heh, that's the whole point of it: to avoid loading unneeded stuff in mobile [00:34:14] you'll need to add mobile target to that module (and its dependencies) [00:34:24] better run this past rion [00:34:28] *Brion [00:37:01] MaxSem, but shouldn't the resource loader have the list of dependencies? I'm not saying it should load all the stuff but what's the point of dependency management if I have to manage dependencies by myself anyway... [00:37:35] well, I myself opposed this design [00:38:10] ok... I guess I'll have to talk to Brion [18:40:17] New patchset: Jdlrobson; "when focus initialise textarea height to show all the content" [mediawiki/extensions/MobileFrontend] (master) - https://gerrit.wikimedia.org/r/38827