[09:14:36] [[Tech]]; Albertojuanse; /* VE on esWiki */; https://meta.wikimedia.org/w/index.php?diff=7524966&oldid=7494466&rcid=5001390 [09:36:08] I'm being pinged by a user I'd like to ignore [09:36:15] How do I do that with Echo/Notifications? [09:37:49] You probably can't [09:47:50] That's unhelpful [10:17:15] Morning andre__ , just now I came to this channel thinking of you :) [10:18:16] andre__: is there a way on bugzilla to produce a report (tabular or not) with, on one axis, a field of the custom search such as Resolution->Changed by? [10:18:32] odder: block the user [10:19:26] (KISS FTW) [10:23:53] Nemo_bis: i rode a streetcar from milan today! [10:25:29] https://www.youtube.com/watch?v=U9I-NKKyxuk#t=15 [10:27:29] A 1928 you mean? [10:28:15] Those resisted WWII bombs and regularly save III millennium trams by bringing them to the depots when they're wrecked... [10:29:02] they are really gorgeous [10:29:18] Hmm they kept the recent orange colour [10:30:43] the windows are great, the interior is very bright [10:31:59] According to my book, 1807 was destroyed in WWII bombings, was last revamped in January 1991 and is a model 1935 tram [10:34:06] i think the one i actually rode was 1811: [10:34:53] it's somehow a bit disappointing to find out the design originated in .. ohio! [10:42:34] ori: Peter Witt, yeah. Hey, Milan wanted the best. :) It was all designed and produced locally, one of the biggest public transportation investments of Italy's XX century. [10:44:45] 1811 was not in use as of 1995, had been last revamped in 1981. Also destroyed in bombings. [10:49:36] Hmpf, Toronto built more than us it seems. But they started later, used them for shorter and didn't rebuild them due to a world war. Definitely more eventful here. :P [12:31:09] #wikimedia-design exists? http://lists.wikimedia.org/pipermail/wikitech-l/2014-February/074506.html Who knew. https://meta.wikimedia.org/wiki/IRC/Channels [12:33:00] Hmpf. It would be helpful to announce / add to IRC channels list when people create channels, so it does not come across as something hidden. [12:34:28] but basically if there's a team in WMF, you should assume that it has a channel:) [12:34:45] Sure, you can also assume they have phones. [12:34:57] It doesn't mean you can randomly call them if you're not invited. [12:39:40] * Nemo_bis loved http://lists.wikimedia.org/pipermail/wikitech-l/2014-February/074489.html [13:57:52] bug for this on gerrit? Vibha [13:57:58] ahem [13:58:10] Code Review - Error secondary index must be enabled for comment [14:18:21] Nemo_bis: I can't really block them, even though they piss me off big time [14:22:17] https://bugzilla.wikimedia.org/show_bug.cgi?id=61463 [14:23:05] odder: add to the Echo blacklist then? [14:23:23] First warn the user you don't want to be pinged, then blacklist if insists. [14:23:55] Nemo_bis: but there are no per-user blacklists, are there? [14:25:02] odder: who cares, use the general one [14:38:47] Helpful. https://github.com/x-Tools/xtools/issues/3 [14:40:02] detailed bug reporting at its best surely :) [15:53:58] oh brion, I was thinking about you today [15:54:45] ohai [15:55:13] I saw a headline somewhere that said "Vibber to replace Skype?" [15:55:29] and then I thought: "Wait, hang on a moment..." [15:56:14] I only realized after a minute or so it was about https://en.wikipedia.org/wiki/Viber and not you :-P [15:57:40] haha [15:58:24] * odder thinks seeing brion in places he's not is perhaps not a good sign :-P [15:58:40] Brion is watching [15:58:43] you're brilucinating [15:59:45] odder: what was the rationale for the question? M$ bought Skype, surely it will soon die? [16:00:13] Nemo_bis: Viber was bought by a Japanese company on Friday [16:00:19] hence the headline [16:00:53] Ah. The yellow invasion is a constant worry for westeners. [16:01:26] There is also http://www.viddler.com/ (not quite healthy: http://archiveteam.org/index.php?title=Viddler ) [16:02:00] So I read "Viddler" instead of "Viber" in your message, just to add to brilucinations ;) [16:18:16] Uh avatars in mingle. [16:52:58] having problems setting up my (pretty old but never used) gerrit account. is there a better play to ask for help? [16:53:16] s/play/place/ [16:54:33] hey kipod_ [16:54:39] hola [16:54:39] what kind of problems? [16:55:38] MaxSem: so, i'm trying to follow the instructions in Gerrit/Tutorial. [16:56:28] MaxSem: first thing, when trying to connect via ssh (as the tutorial says to do), i get "Unfortunately, interactive shells are disabled." [16:56:57] connect to what, gerrit.wikimedia.org? [16:57:11] MaxSen: positive. [16:58:09] then, i skip this step, and when i skip this step and run "get review -s", i don't get anyting back (prompt returns) [16:58:33] the former: "It should give a Gerrit welcome message and then abort." [16:58:52] first of all, can you clone? [16:58:59] and if i try to run just "git review" (no -s), i get "Authentication failed for 'https://gerrit.wikimedia.org/r/p/mediawiki/core.git/'" [16:59:17] heh [16:59:47] your old checkout has upstream pointing to https which is read only [17:00:09] either do git clone ssh://kipod@gerrit.wikimedia.org:29418/mediawiki/core.git [17:00:16] so i should clone angain from a different repo? [17:00:38] or go to .git and edit config (without extension) and checge the URL [17:01:02] will try. thanks. [17:15:16] MaxSem: so i cloned a new workspace from ssh://kipod@gerrit.wikimedia.org:29418/mediawiki/core.git, but it still refuses "git push" [17:15:48] you can't push directly, only with git review [17:15:56] telling me "error: failed to push some refs to 'ssh://kipod@gerrit.wikimedia.org:29418/mediawiki/core.git'" [17:16:03] (well you can but it'll give you nightmares) [17:17:05] ok, so when i run "get review" i get "error: failed to push some refs to 'ssh://kipod@gerrit.wikimedia.org:29418/mediawiki/core.git' [17:17:05] " [17:17:21] below should be more details [17:17:54] (i did not make any local changes, but i did create a new branch) [17:18:07] MaxSem: there are no more details below. [17:18:34] well. then it's just telling you that nothing to push:) [17:19:09] i see. i will try to make one commit locally and see what' cooking. thanks a bunch, peace. [20:35:38] I need to know how can i start contributing to wikimedia commons app ? [20:35:50] which api's will be used ? [20:54:25] nr_: i think you want #wikimedia-mobile [20:54:37] * jeremyb is confused. how many StevenW's are there? :-D [20:55:10] nr_: (nvm, you already found it :) ) [20:55:49] nr_: errr, but you left the channel? [20:56:00] MaxSem said something relevant after you left [22:15:55] Reedy: can you say offhand if renaming in 56938 is feasible? on rereading i see that's just for allowing more users to set emails and get their new passwords sent to them. i suggested they just use enwiki [22:16:01] bug 56938 that is [22:22:12] It's not a renaming [22:22:16] It's just a http redirect [22:22:21] Like we do for numerous other wikis [22:23:45] Reedy: they wanted to rename uk to ukold in addition [22:24:05] (it's in the bug) [22:24:08] comment 0 [22:24:13] lol [22:24:21] Try finding ops that will do apache changes [22:24:32] https://gerrit.wikimedia.org/r/#/q/status:open+project:operations/apache-config,n,z [22:24:45] i can find them i think! [22:25:14] anyway, i just wanted to double check that the rename is more trouble than it's worth? [22:25:35] Probably [22:25:46] ok, danke [22:25:55] We haven't done any renames where things have actually been renamed [22:26:31] because we can't/couldn't due to ES among others [22:26:52] right, i remember ES. i just can't remember how they all interact with eachother [22:27:10] I can't imagine there's many people who need their account that haven't found their way to the new wiki already [22:27:10] (or didn't know) [22:27:33] We're almost 6 months on now [22:27:37] sure. but in any case SUL. i suggested sending mail (special:emailuser) using enwiki [22:27:50] instead of the current sending on ukwikimedia [23:21:49] can someone resolve this bug: https://bugzilla.wikimedia.org/show_bug.cgi?id=52947 ? [23:33:01] Ahonc: Yeah. [23:33:13] Ahonc: Fix, not sure. [23:33:21] But I can mark it as RESOLVED WONTFIX :-P [23:35:01] Jamesofur|away: would you mind looking into it? ^^ [23:35:11] Jamesofur|away: since THO appears to be away somewhere