[00:37:59] jdlrobson: hey i'm off for now. I've checked in my onboarding wip if you want to take a look at the approach so far [00:38:16] sweet! have a great weekened rob :) [00:38:50] Hey thanks! Have a great weekend everyone. [02:20:03] jdlrobson: can't repro the gl_perm_updated thing on a fresh box [22:41:22] hi guys, I found this line here https://github.com/wikimedia/mediawiki-extensions-MobileFrontend/blob/e267cda2e792678c1f3cc6bad0fb37001af88787/tests/phpunit/MobileContextTest.php#L160 that uses toggle_desktop_view, but I think it should be toggle_view_desktop? [22:46:07] "toggle_desktop_view" appears to be only in the unit test file... that's really weird [22:50:13] also I want to know the difference between useformat and mobileaction query parameters, e.g. what is the difference between useformat=mobile and mobileAction = toggle_view_mobile? [23:19:01] chinho_: useformat is a per request param; the toggle action triggers a state change (cookies) [23:23:39] oh I see, thanks