[02:13:32] Muahahahaaa… [02:14:28] darn, missing "ost", not that scary now.. [09:07:23] on en.wiki: Gadget "WatchlistBase" styles loaded twice. Migrate to type=general. See . index.php:97:45 Gadget "WatchlistGreenIndicatorsMono" styles loaded twice. Migrate to type=general. See . [09:08:13] maybe the gadget "Display green collapsible arrows and green bullets for changed pages in your Watchlist, History and Recent changes" [09:17:34] brand new intallation, and basic wiki syntax doesnt work, like [[Image:image.jpg]] or == [09:20:18] sssa: this is a question for #mediawiki [09:21:24] nobody is home [09:21:42] is this not core functionality of mediawiki? [16:27:51] Hy, I'm a gci student, I just signed up for Developer access to download wikimedia core using git. So, I'm using this command "git clone ssh://@gerrit.wikimedia.org:29418/mediawiki/core.git" but it says - "bash: : No such file or directory" Am I doing this in correct way? [16:28:26] You need to replace with the username you signed up with [16:29:24] Ya I replaced it with my username [16:29:52] did you remove the < and the > too? [16:30:04] nope [16:30:24] Try doing that [16:30:45] Ya it works now. THanks! [16:32:37] Reedy, it gives an error - http://pastebin.com/VaCxhiwS .. DO i need to add ssh key or something like that in gerrit? [16:33:00] You need to do that, yeah [16:33:06] And load it into your ssh-agent locally [16:33:49] Umm I'm not so advanced user is their any article to do it ..I have no idea :/ [16:34:23] You want to add your ssh public key to https://gerrit.wikimedia.org/r/#/settings/ssh-keys [16:34:25] https://www.mediawiki.org/wiki/Gerrit/Tutorial [16:34:42] thanks [16:34:48] https://www.mediawiki.org/wiki/Gerrit/Tutorial#Add_SSH_key_to_your_Gerrit_account [18:54:50] This was unexpected- http://pastebin.com/sPvQ4S2z ..Why this happen? Should I clone mediawiki again? [18:56:23] p_d: huh. [18:56:25] ostriches: ^ [18:58:14] Cloning to where? [18:58:17] That's basically a timeout error usually [19:00:20] cloning wikimedia core on my machine [19:00:32] okay [19:01:11] I don't see any related errors on gerrit's side :) [19:19:09] https://commons.wikimedia.org/wiki/Commons:Village_pump#Proposed_special_page:_File_pages_without_files [19:19:19] could I have some assistance with this issue? [19:21:25] your assistance request is important to us. Please hold whilst we endeavour to assist with your assistance request. [19:22:05] JollyOldStNick: Is he? [19:22:40] heh [19:23:26] ToAruShiroiNeko: the query is just stupidly slow, there are no good indexes on these fields. i actually tried running pretty much the same query yesterday [19:23:43] killed it after five hours or so :/ [19:24:10] OH [19:24:36] can you try mine? [19:24:45] It did work before when I did not sort [19:24:51] ToAruShiroiNeko: this looks at every File: namespace page on commons (~35 millions of them), except for redirects, and then finds a corresponding image [19:25:18] ToAruShiroiNeko: try running it with EXPLAIN [19:25:50] what is an explain? [19:26:04] Can you explain? [19:26:09] :p [19:26:37] ToAruShiroiNeko: put 'EXPLAIN' into the query before 'SELECT', and you'll get some information back about how the query is executed [19:26:47] MatmaRex I am going to try a more complicared query if it doesnt work [19:26:57] ToAruShiroiNeko: the important part is where it says it's going to scan 35 million rows ;) [19:27:14] I know it was going to scan 35 million [19:27:24] thats the point [19:27:50] well, that takes a couple hours [19:29:38] the truth is there are far more than 35 million rows [19:29:49] many pages see multiple uploads [19:33:16] https://quarry.wmflabs.org/query/14423 [19:33:21] modified it quite a bit [19:33:27] hopefully this will be faster :/ [19:34:00] I dont know the order. is where applied before or after the join [19:34:06] probably after [19:57:08] * ToAruShiroiNeko pokes Reedy [23:07:37] hello halfak [23:07:46] do you know a way to extend the kill time for quarry?