[00:00:10] Seems bogus. Maybe it's the xpath bit looking up .//textarea[@id='wpTextbox1'] [01:20:35] well, [01:23:02] if you look at the raw log (https://saucelabs.com/jobs/302b2cf196374819b39470b2b3e55918/selenium-server.log) you see that the first "Unable to find element" exception is raised before another warning is emitted which states: "Invalid length: Content-Length=22200 written=8192" [01:23:28] so I think it's probably just not waiting for the document to finish loading [01:23:58] so there's a race condition that occurs when latency is higher than usual [01:24:52] the invalid length thing is for load.php, though, so it's possible i'm wrong and that it is indeed waiting for the main page request (for index.php) to finish [12:09:23] YuviPanda: hi. Do you know why Wiki Loves Monument app disappeared from google store? [12:09:30] hashar: heya [12:09:34] hashar: yes, we emailed mobile-l about it [12:09:42] is it phased out in favor of commons? [12:10:00] hashar: it's not being updated, and we turned off the backend a while ago [12:10:10] we left it in the store with it disabled [12:10:34] catching up with the fdroid folks [12:10:38] ah [12:11:15] hashar: am I going to be able to get away with being lazy? :) [12:11:25] <^demon> Hmm, I think I'm going to repack core while nobody's committing. [12:11:28] and have someone else put commons app in fdroid? [12:14:36] <^demon> Hmm, gonna try it on a test clone of core first. [12:14:44] <^demon> Then I'll have stats :) [12:15:09] YuviPanda: I will do it :-] [12:15:16] woohoo hashar :) [12:15:24] heading out to handle some accounting work for most of the afternoon [12:15:27] will be back later tonight [12:15:30] :) [13:56:54] <^demon> \o/ http://p.defau.lt/?vrKVWf6uDz2lQLquHolu0A [17:27:25] can someone revert https://gerrit.wikimedia.org/r/#/c/56522/ ? [17:27:31] it's breaking master [17:28:29] Nikerabbit: Why can't you? Press the revert button! :P [17:28:58] Reedy: somene still needs to review it [17:29:42] https://gerrit.wikimedia.org/r/#/c/56937/ [17:31:28] I'll cherry pick that into 1.22wmf1.. Not sure if we want to wait a bit more on master [17:32:28] <^demon> Ask AaronSchulz...I know we liked having this live already. [17:32:55] ori-l: around? I'm trying to figure out if we can get ACUX onto test2wiki and/or mw.o this week as originally planned [17:33:08] ^demon: it's likely edits via api.php [17:33:51] * AaronSchulz wishes lua had split() [17:35:09] ^demon: $wgMemc isn't defined? [17:35:22] probably from __destruct() [17:36:04] couldn't be anything else I'd imagine [17:36:53] <^demon> A full stacktrace would be nice. [17:37:08] https://gerrit.wikimedia.org/r/#/c/56939/ [17:50:39] ^demon: got BC, not looking useful though [17:50:40]
  • StatCounter.php line 143 calls StatCounter->flush()
  • [17:50:40]
  • - line - calls StatCounter->__destruct()
  • [17:51:09] AaronSchulz: ^^ [18:01:43] Nikerabbit: did you see the patch I already posted above here? [18:01:45] Just merge that [18:36:14] chrismcm_lunch: i suspect some additional time will be required, but i'm not sure -- i'm actually not very deeply involved in the project [18:36:42] spagewmf: ori-l: around? I'm trying to figure out if we can get ACUX onto test2wiki and/or mw.o this week as originally planned [18:45:33] chrismcm_lunch the new create account form will be a gerrit change on top of https://gerrit.wikimedia.org/r/#/c/55847 , which hasn't achieved +2 yet. Best case is both get +2'd before the end of the week. Follow up with StevenW, I'm on vacation starting tomorrow. [18:45:47] Feedback welcome: should we send potential contributors (e.g. GSOC / OPW) to Labs or Vagrant in order to get their development environment setup? [18:48:03] probably Vagrant / local foirst and then abs as soon as they have something to show to others? [18:48:21] abs --> Labs [18:50:50] New review: Nikerabbit; "Looks good (but I'm just learning about these tests)" [qa/browsertests] (master) C: 1; - https://gerrit.wikimedia.org/r/56557 [18:56:36] Ooh, new stuff on https://test2.wikipedia.org/wiki/Special:Version [18:56:45] LuaSandbox 1.6-1 [18:56:45] Lua 5.1.4 [19:11:24] New patchset: Reedy; "Update Wikibase extensions to 1.22wmf1 branchpoints" [mediawiki/tools/release] (master) - https://gerrit.wikimedia.org/r/56951 [19:14:15] I'll do the changelogs ina few [19:25:01] Heads up for anyone else [19:25:08] If you're disabling an extension on the cluster, please DO NOT remove it from a deployment branch [19:25:15] Git gets upset, then people have to fix it manually locally [19:25:27] Just remover it from make-wmf-branch and it won't be brought forward into the next branch [19:43:34] thanks spagewmf [20:02:28] ori-l: I've got the STOMP server setup. If you don't mind running `sudo supervisor restart taskrunner` after when you first try making gareth fetch a remote. You can try gareth's limited functionality out. [20:10:37] DanielFriesen: will check it out! [20:11:02] ;) not that there's much to do [20:12:48] Well at least if you get a fetch done you can see the pretty half-working commit diff functionality. [20:13:28] ^_^ Side by side diffs with full syntax highlighting. [20:14:21] Unfortunately needs some work in regards to how it's affected by code changes spanning lines. [20:15:12] The diff stream and token stream get out of alignment and after that the rest of the lines include chunk mismatch errors. [20:15:32] DanielFriesen: oh, I forgot to mention -- there is a mistake I made with mediawiki-vagrant that you should not reproduce, if you can manage: hyphens in puppet resource names. I don't remember the details, but they apparently require tedious escaping in certain contexts -- nothing I've run into, yet, but enough of a problem that some linters will point it out. [20:15:49] underscores are apparently better [20:16:43] Oh.. exec { 'foo-bar': ... } [20:16:47] Hmmm... [20:18:36] Oh wait no [20:18:43] class foo-bar {} [20:19:15] Nah... I never considered dashes to be proper to use in class naming from the start. [20:26:19] ori-l: Oh, login is the same admin:vagrant [20:26:34] Need to write a README [20:27:48] *facepalm* [20:28:09] ori-l: Sorry, I made a mistake in one of my recent gareth updates that'll stop the taskrunner from working [20:30:02] ori-l: Should be fixed, just pull down the new gerrit commit if you've already let it clone the repo [20:30:26] TrevorParscal, around? [20:31:27] hi [20:34:49] TrevorParscal, I've been working on making RL not choke the tiny mobile browsers. I did it by extending the existing user-agent checks in startup module. the question is whether running a bunch of regexes against it something desireable in the core? [20:34:51] https://gerrit.wikimedia.org/r/#/c/55446/ [20:48:57] MaxSem: see comments on that commit [20:50:44] TrevorParscal: Can you upload the logo's like https://www.mediawiki.org/wiki/File:Wikimedia_Hackathon_-_Amsterdam_2013.svg to Commons? [20:51:27] sure... [20:51:42] It's impossible to use them somewhere else right now. [20:51:48] bummer [20:51:54] Why are you doing local uploads anyway? [20:52:01] there's not a way to teleport them from one wiki to another? [20:52:45] Yes, there is, but as you are the other it's much easier to just reupload them [20:53:10] tbh I never really thought it was going to end up being "the" logo, it was just a random suggestion based on some work I had done last year in my spare time https://www.mediawiki.org/wiki/Thread:Talk:Amsterdam_Hackathon_2013/Proposal_for_name_and_logo#Proposal_for_name_and_logo_24847 [20:53:21] sure [20:53:24] <^demon> multichill: I upload locally because I don't like sharing ;-) [20:57:52] multichill: http://commons.wikimedia.org/wiki/File:Wikimedia_Hackathon_-_Amsterdam_2013.svg http://commons.wikimedia.org/wiki/File:Wikimedia_Hackathon_-_Hong_Kong_2013.svg http://commons.wikimedia.org/wiki/File:Wikimedia_Hackathon_-_San_Francisco_2013.svg [21:03:47] Thanks TrevorParscal, now I can start https://commons.wikimedia.org/wiki/Category:Wikimedia_Hackathon_Amsterdam_2013 ;-) [21:05:00] TrevorParscal, thanks! Also, Jon had an idea of hijacking the startup module for mobile and serving no JS to non-supported devices - it can even be made cacheable. The JS solution has a plus of allwing mobile users to browse third-party wikis though [21:09:50] TrevorParscal: cute [21:11:41] "That's not what I meant when I said dual screen.." https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-ash3/s480x480/9080_10151624999148825_1694659620_n.jpg [21:15:50] Reedy, I wonder whether both touchpads are synced [21:23:07] Reedy: playing WoW during our conf calls ? :-] [21:23:28] I don't own a Mac ;) [21:24:00] alibi accepted :D [21:25:53] hashar: Besides, I've got 3 x 24" monitors in surround.. I don't need 2 macbook screens ;) [21:26:03] I need more monitors [21:26:11] only got a 13" [22:36:29] TimStarling: https://gerrit.wikimedia.org/r/#/c/56955/ [23:43:23] Project browsertests-windows-internet_explorer_9 build #270: UNSTABLE in 15 min: https://wmf.ci.cloudbees.com/job/browsertests-windows-internet_explorer_9/270/