[00:44:03] (03PS2) 10MaxSem: Show loader when switching between editors [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/137731 (https://bugzilla.wikimedia.org/65506) (owner: 10Jdlrobson) [00:44:28] is jerkins dead? [00:46:43] MaxSem: Plausible. [00:47:13] (03CR) 10MaxSem: [C: 032] Show loader when switching between editors [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/137731 (https://bugzilla.wikimedia.org/65506) (owner: 10Jdlrobson) [00:47:20] MaxSem: Seems to be back now, maybe/ [00:47:47] (03Merged) 10jenkins-bot: Show loader when switching between editors [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/137731 (https://bugzilla.wikimedia.org/65506) (owner: 10Jdlrobson) [00:47:57] weee [00:48:20] (03CR) 10MaxSem: [C: 032] "recheck" [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/137817 (owner: 10Jdlrobson) [00:48:54] (03Merged) 10jenkins-bot: Make search icon render okay on stable [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/137817 (owner: 10Jdlrobson) [00:49:21] (03CR) 10MaxSem: [C: 032] "recheck" [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/138019 (owner: 10Kaldari) [00:49:56] (03Merged) 10jenkins-bot: Promoting mobile VisualEditor from alpha to beta [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/138019 (owner: 10Kaldari) [00:53:23] MaxSem: ^^^ Gosh. :-) [00:54:06] yep, i'm mass-rechecking stuff in various repos [00:55:05] MaxSem: I meant more the switching to beta. [00:55:07] (Yay.) [01:03:55] (03CR) 10MaxSem: [C: 032] Only show upload icon to autoconfirmed users. [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/137461 (owner: 10Jdlrobson) [01:04:32] (03Merged) 10jenkins-bot: Only show upload icon to autoconfirmed users. [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/137461 (owner: 10Jdlrobson) [01:09:45] 3Wikipedia App / 3Android App: Android: ToC button should not just disappear when an article has no sections - 10https://bugzilla.wikimedia.org/66296 (10Dan Garry) 3NEW p:3Unprio s:3normal a:3None Right now, if you go to an article that has no ToC (e.g. [[Kulyadi]]), the ToC button just isn't there,... [01:16:31] 3Wikipedia App / 3Android App: Main page no longer appears editable - 10https://bugzilla.wikimedia.org/66298 (10Liangent) 3NEW p:3Unprio s:3normal a:3None This affects sysops though. [01:23:43] 3Wikipedia App / 3Generic: App stops responding after being used for a while - 10https://bugzilla.wikimedia.org/64450#c5 (10Liangent) 5RESO/FIX>3REOP New backtrace sent just now [01:53:22] (03PS1) 10Yurik: build fix [extensions/ZeroPortal] - 10https://gerrit.wikimedia.org/r/138131 [01:54:03] (03CR) 10Yurik: [C: 032] build fix [extensions/ZeroPortal] - 10https://gerrit.wikimedia.org/r/138131 (owner: 10Yurik) [01:54:12] (03Merged) 10jenkins-bot: build fix [extensions/ZeroPortal] - 10https://gerrit.wikimedia.org/r/138131 (owner: 10Yurik) [14:36:46] 3Wikipedia App / 3Android App: Cannot edit MediaWiki:Common.css - 10https://bugzilla.wikimedia.org/66320 (10Liangent) 3NEW p:3Unprio s:3normal a:3None It says Could not connect to network [14:59:17] 3Wikipedia App / 3Android App: Section number mismatch between the app and API - 10https://bugzilla.wikimedia.org/66321 (10Liangent) 3NEW p:3Unprio s:3normal a:3None Page: [[zh:User:Liangent/utni]] When I edit the last section, it says Could not connect to the network. When I edit the section befor... [15:23:09] @notify YuviPanda [15:23:09] I'll let you know when I see YuviPanda around here [19:50:22] hi, is there an easy way to support a nonstandard sitenotice for mobile? [19:50:53] on huwiki, we had a guideline saying you should use MediaWiki:Mobilenotice, but that doesn't seem to have any effect [20:33:31] tgr: what do you wanna do? [20:33:53] FlorianSW: some use cases: [20:34:09] - show a sitenotice but don't show it for mobile users [20:34:31] - show a sitenotice and show a shortened version for mobile users [20:34:52] - message mobile users only [20:35:23] the third is less likely, although huwiki did start some QR projects recently [20:35:37] but those would need geotargeting as well [20:36:03] No, for this MF don't provide any function or something else. [20:36:21] Please note the following about sitenotice, too: [20:37:08] https://bugzilla.wikimedia.org/show_bug.cgi?id=65395 [20:38:34] first change (if merged) will disable site notices on MF temp: https://gerrit.wikimedia.org/r/#/c/136237/ [20:39:18] Second change will give Skin Class the possibility to prefix the sitenotice: https://gerrit.wikimedia.org/r/#/c/136244/1 [20:47:01] thanks, FlorianSW [20:47:09] np [20:47:32] if we had too choose between full sitenotice and no sitenotice than none is certainly better [20:48:08] prefixing per skin will mean that you can use mediawiki:minerva-sitenotice to target the mobile frontend? [21:01:15] tgr: not directly ;) In standard the message key sitenotice is used to display sitenotice (is saved in $wgSiteNotice in any first step of init MW if i'm right) and used in getSitenotice of skin. With the change you can set a target/prefix for getSitenotice (e.g. mobilesitenotice) and the message key mobilesitenotice is used then. The implementation is in mobile frontend then (now: getSitenotice(), then: getSitenotice( 'm [21:02:06] How the implementation for the new site notice messages is then, idk :D And this is, if i'm right, an early concept. For now it's important, that the sitenotices on mobile will be disabled, if the change will be merged (in my opinion it will ;)). [21:06:35] tgr: Are you the MMV creator? *stupidquestion* :) [21:07:03] FlorianSW: one of them, yes [22:29:29] 3Wikipedia App / 3Android App: Android: ToC button should not just disappear when an article has no sections - 10https://bugzilla.wikimedia.org/66296#c1 (10Sage Ross) For some longish articles or atypically formatted ones, a link back to the top may be useful even if there aren't any sections. Once the artic...