[07:02:43] Awake? [07:02:49] yes [07:04:25] Okay, who would I bug to do some weird statistics? [07:05:19] I need the ratio of registered user accounts with confirmed e-mail addresses who have edited in the past 30 days to registered users who have edited in the past 30 days. [07:07:05] [07:09:02] hang on [07:09:06] helping someone in #mediawiki [07:13:18] ori-l: by the way, Hippietrail is a friend of mine (and Apergos) [07:13:34] sorry, I was busy in the other channel [07:13:41] No worries [07:13:57] Everyone here multi-tasks to the point of failure. Or sleep. [07:15:57] registered where, a given project? or all projects? [07:16:16] all [07:17:15] I would typically see if someone on toolserver is willing to run it [07:17:35] giving you the raw numbers for each wiki [07:17:52] Yah. The person I normally ask (beg) to do that is afk. [07:17:56] [07:19:40] ah sorry [07:20:37] People I rely on should not be allowed to go afk. Or have lives. [07:20:57] perhaps the problem is that [07:21:03] you need to be afk :-D [07:21:25] Amgine: on enwiki? [07:21:34] Well, there is that; oh dear - I was going to be in bed a long time ago. [07:21:44] ori-l: no, all projects/languages. [07:22:03] gl;hf :) [07:22:23] heh [07:23:45] I suppose I could write a bot to do it, actually, but that sounds so painful... [07:28:03] memoserv to the person and go to bed [07:29:48] Yah, should. But someone else is having me debug their code... [07:40:44] heheheh I am just looking at the protected titles dump from en wiki, it's got a lot of hagger in it [08:25:17] New patchset: Hashar; "whitelist files passed to phpcs-HEAD" [integration/jenkins-job-builder-config] (master) - https://gerrit.wikimedia.org/r/49618 [08:27:01] New review: Hashar; "Patch Set 1: Verified+2 Code-Review+2" [integration/jenkins-job-builder-config] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/49618 [08:27:01] Change merged: Hashar; [integration/jenkins-job-builder-config] (master) - https://gerrit.wikimedia.org/r/49618 [11:13:49] hello [11:14:05] when i m cloning mediawiki core using developer access in git [11:14:37] while finding sources, it stops midway.. [11:15:48] though no error come up on screen, updating process of work done stops indefinitely.. [11:15:54] any way out?? [11:23:34] too late :D [12:10:51] TimStarling: would it make sense to allow Lua to call API? [12:11:02] that might solve the wikidata access [12:12:02] (i only mean the query part, and possibly the content access) [12:12:05] it will be able to access wikidata via the parser [12:12:39] so it's not necessary if you want some basic non-user-friendly interface [12:12:56] and allowing API query access would be fairly complicated in terms of resource limiting [12:13:28] API has a limit in the result object [12:13:37] it could be set on internal queries [12:13:47] what kind of access to wikidata did the users requested? [12:15:31] users haven't requested it, developers requested it [12:15:38] I don't know what they have in mind exactly [12:16:43] it might be useful if we add various features like semantic web or wikidata lookups. purely theoretical at this time [12:17:43] i mean - access to query API will give all these abilities [12:23:35] you can't really limit table scanning in the current API, only result set size [12:24:03] and you can't really use wall clock time as a cost metric [12:24:43] for simple lua CPU we can limit CPU time, but how do you measure cache eviction effects in a slave DB? [12:25:02] gtg [12:55:42] petan: jsi tu? [13:08:49] Danny_B mhm [13:30:12] zeekzack: You mentioned problems cloning mediawiki/core repository. I tried via https and ssh, and it worked. Does your problem still persist? [13:32:02] ya it stuck in middle... [13:32:16] i have waited for morethan 45 minutes.. [13:32:29] than i gave up on that [13:32:37] Did you try aborting and restarting the cloning? [13:32:52] What command did you use to clone? [13:33:30] ya, i have tried several times.. [13:33:55] git clone ssh://@gerrit.wikimedia.org:29418/mediawiki/core.git [13:34:07] And it always stops at the same number? [13:34:26] nope...its randomized... [13:34:39] dunno what causes it? [13:35:04] i hv made sure dat dis is no network problem [13:37:20] I am just trying to clone with the URL you gave ... that may take some time ;-) [13:38:30] okk..tell me if u succeed.. [13:39:03] There are quite some reports on the net of people having similar problems. Eventually git picked up again. [13:39:28] (But not with mediawiki/core but general git repositories) [13:41:49] yeah, wen i googled about this issue, bigger repositories have this sort of issue [13:42:18] but mediawiki/core is mid sized, isnt it?? [13:43:08] :-) [13:48:34] zeekzack [13:57:19] zeekzack1: I tried again trying the url you provided and it worked. [13:58:22] As you do not get any error message, and if you're sure it's no network problem, etc I'd just give the clone more time and wait till it catches up again [13:58:56] You could also try to clone using https, but I guess that will not change anything [13:59:46] in that case will it be possible to pull it... [13:59:58] ?? [14:00:44] You can do a pull on a https cloned repo. [14:00:48] Yes. [14:01:07] But for pushing, you'll have to reconfigure the origin after the initial clone [14:01:24] okk.. [14:01:38] so i am trying again on my windows 7 machine... [14:01:44] hope this time it works.. [14:37:01] e.g. is there a place i could go to view a doxygen-like docs, class references, etc. for extensions like https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/ParserFunctions.git;a=tree? [14:37:19] s/e.g.// [15:18:22] i want to implement a gadget to wikieditor toolbar. its urgent. any friend who can help [15:21:09] could you plaese help me [16:32:29] Emw: https://svn.wikimedia.org/doc/ [16:36:23] Amgine: is there a way to see docs for extensions there? searching https://svn.wikimedia.org/doc/search.php?query=ParserFunctions i see results for includes/parser/CoreParserFunctions, but not extensions/ParserFunctions [16:37:45] Emw: Not that I am aware of. You could, of course, run doxygen on a local installation of the extensions. [16:38:07] (I know nothing about doxygen, however, so I couldn't help you do that.) [16:40:12] Amgine: bummer, but thank you [16:40:30] yw. [17:56:10] qchris: Thank you, man for your help.. [17:57:11] i took more patience on my part but finally i am finally done with cloning of mediawiki core [17:57:21] *i > it [17:59:39] zeekzack: well done :-] [19:20:23] For anyone about, feel free to poke testwiki, test2wiki and mediawikiwiki [19:22:43] what are we testing? [19:23:28] Reedy: [19:24:02] just that 1.21wmf10 isn't completely broken :D [19:24:07] ah [19:24:09] :-D [19:25:10] http://www.mediawiki.org/wiki/Special:WhatLinksHere/MediaWiki [19:25:16] [584dd7f5] 2013-02-18 19:25:03: Fatal exception of type MWException [19:25:44] Reedy: ^^ [19:25:51] That's not good [19:26:31] 2013-02-18 19:25:03 mw1185 mediawikiwiki: [584dd7f5] /wiki/Special:WhatLinksHere/MediaWiki Exception from line 441 of /usr/local/apache/common-local/php-1.21wmf10/includes/cache/LocalisationCache.php: No localisation cache found for English. Please run maintenance/rebuildLocalisationCache.php. [19:26:33] Ugh [19:27:02] apergos: Looks like there's an apache out of sync [19:27:31] mw1185 in facty [19:27:50] ugh [19:28:01] that rings a bell [19:28:14] mw1165 whines about not being able to copy files [19:28:59] weird and no idea [19:29:41] resyncing the l10n cache dir is taking a while, so its presumably copying files somewhere [19:30:06] i'll look in s bit, grating cheese fer dinner atm [19:40:23] Reedy: is it 1185 or 1165? and what does it say? [19:40:40] 1165 errors during sync-dir [19:40:41] mw1165: rsync: mkdir "/apache/common-local/php-1.21wmf10/cache/l10n" failed: No such file or directory (2) [19:40:41] mw1165: rsync error: error in file IO (code 11) at main.c(605) [Receiver=3.0.9] [19:41:21] reedy@fluorine:/a/mw-log$ grep "No localisation cache" exception.log -c [19:41:21] 745 [19:41:21] hm [19:41:22] * Reedy facepalms [19:41:44] uh oh [19:45:11] Right.. [19:45:36] aude: apergos Try again! :P [19:45:46] * aude tries [19:45:59] page. [19:46:01] content. [19:46:04] \o/ [19:46:16] The exception logs seem a lot quieter now [19:46:25] test2 seems good [19:46:55] I'll give it a few minutes while I just tidy up [19:58:36] isn't lua scheduled for later tonight? [19:59:09] Yup [19:59:17] fun fun fun [20:00:33] sync is still going, forgot how loooong these take [20:01:27] I think Tims location selector is only used in scap to select where to pull from [20:02:13] 10.0.5.8 [20:03:27] someday it will finish [20:05:52] why don't we have recovery from nimsoft? [21:29:50] So... Who wants to deal with this? https://bugzilla.wikimedia.org/show_bug.cgi?id=44321 [21:30:59] First sentence of comment 2 makes me very tempted to mark it wontfix, but maybe we could do this change anyway (that page is limited to admins so won't get too much traffic) [21:31:40] I'm feeling rouge today, nmm. [23:07:59] happy birthday GW! and by that I mean gwicke of course, one of the Founding Fathers [23:08:21] hrmz? [23:08:37] no birthday here today ;) [23:08:58] but thanks anyway [23:20:21] a very merry unbirthday [23:30:15] everyday is a birthday with fractions! [23:34:09] Well, anniversaries thereof.