[09:05:08] /home/dereckson/dev/mediawiki/mediawiki-config ] git review -d 12556 [09:05:08] Downloading refs/changes/56/12556/1 from gerrit into review/dereckson/bug/37524 [09:05:11] fatal: Couldn't find remote ref refs/changes/56/12556/1 [09:05:34] Sometimes, I like Gerrit. [09:13:29] Not really a blocker, git checkout ; git checkout -b ; git rebase master ; git review -R worked. [10:52:08] spagewmf: there? [12:19:38] did gerrit just die? [15:19:48] Minor Gerrit bug: https://gerrit.wikimedia.org/r/#/c/16935/2/docroot/test/favicon.ico Clicking the next link (favicon4.ico =>) doesn't seem to do anything [15:49:31] Krenair: "uncaught exception: Class$fRc: Array index 0 out of range" [15:49:43] (from Firebug) [16:11:25] I am out for now, might connect tonight a bit though [16:11:26] cya! [20:19:16] There are still issues with gerrit and operations/mediawiki-config [20:19:24] /home/dereckson/dev/mediawiki/mediawiki-config/wmf-config ] git fetch ssh://dereckson@gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/65/17365/1 && git checkout FETCH_HEAD [20:19:28] fatal: Couldn't find remote ref refs/changes/65/17365/1 [20:20:16] (I wanted to do a git review -d 17365) [20:26:06] TomDaley: ^ [20:26:28] Yes, this is known. [21:27:20] bsitu, do you have a clue why this article displays AFT but not the feedback page? http://en.wikipedia.org/wiki/Redis [21:27:31] (I don't see fabrice or matthias around) [21:27:42] FP, I mean the link from the talk page [21:29:21] let me see [22:59:17] binasher: http://eaves.ca/2012/08/30/community-managers-expectations-experience-and-culture-matter/ sort of connected to what we were just talking about [23:03:01] apergos: binasher: pgehres -- http://strataconf.com/strata2013/ Strata CfP is open. [23:03:05] Closes 30 Sept [23:03:15] can't really [23:03:35] cost of being flown back to the states is too expensive, unless we knew in advance the staff meeting would be the week before or after [23:08:30] AaronSchulz: Have a minute for a CentralAuth question? [23:09:21] not sure how much I can help with CA internals [23:09:37] It's not too deep :) [23:10:09] There's a gadget on meta to globally hide users [23:11:03] But it looks like CentralAuth sets a block and suppresses everything if you hide their account on meta.. [23:11:51] So do you know the difference between CentralAuthUser::doCrosswikiSuppression vs calling Special:Block for every wiki an account has associated? [23:12:29] I think the CA account hiding only makes one block log entry (on meta) [23:12:55] Also, it uses ipb_user = 0 for the block rows [23:13:11] I mean ipb_by [23:13:37] if you suppress using the local UI on each wiki, the rows have ipb_by = [23:13:51] not terribly different though [23:14:21] Cool.. yeah, I think the ipb_by = 0 is just so they can un-block if needed [23:14:48] I couldn't understand why there was 2 ways to do it... sounds like there's not much of a diff. [23:15:42] ipb_by = 0 because the blocker is a foreign user from metawiki