[00:06:31] RoanKattouw: Awesome. Thanks [00:51:45] RoanKattouw: do you a sec for an api question? [00:52:30] Sure [00:57:16] this API call: http://he.wikipedia.org/w/api.php?action=query&list=deletedrevs&titles=%D7%A9%D7%99%D7%97%D7%94:%D7%90%D7%99%D7%A7%D7%90%D7%A8%D7%95%D7%A1&drprop=user [00:57:46] should return the username of the deleted page, right? [00:58:03] of course, you need to be previliged [00:58:20] but I am and I get: [00:58:56] What does this give you (pastebin please): [00:59:11] http://he.wikipedia.org/w/api.php?action=query&meta=userinfo&uiprop=groups|rights [01:00:09] http://pastebin.com/3D0CwUAT [01:00:47] No, I mean pastebin the output of the meta=userinfo request above [01:00:54] (sorry if that was unclear) [01:01:16] a sec [01:02:05] http://pastebin.com/0GTpppBB [01:02:33] got is [01:02:37] *t [01:02:41] was log-out [01:02:57] so there is a bug in here [01:03:09] It doesn't believe you are logged in [01:03:17] no [01:03:19] https://he.wikipedia.org/wiki/%D7%95%D7%99%D7%A7%D7%99%D7%A4%D7%93%D7%99%D7%94:%D7%A1%D7%A7%D7%A8%D7%99%D7%A4%D7%98%D7%99%D7%9D/37 [01:03:28] That's http*s* [01:03:37] this script fails to get the info [01:03:41] Oh, hah [01:04:08] OMG, AJAX without jQuery? Come on [01:04:19] this is OOOOOld [01:04:44] And you're sure you're logged in on hewiki? [01:04:45] dec 2010 [01:04:51] now, yes [01:05:07] Even on http ? [01:05:11] and I got the right answer, [01:05:12] Hmm, it uses wgServer [01:05:22] but the script failes [01:05:24] Which 1) it shouldn't and 2) I don't trust that AJAX function with protocol-relative URLs [01:05:28] ajaxObj.open ("GET", wgServer + "/w/api.php?action=query&list=deletedrevs&titles=" + encodeTextToUrl(wgPageName) + "&drprop=user&drlimit=1", true); [01:05:42] Try changing that to ajaxObj.open ("GET", "/w/api.php?....... [01:05:56] thats the issue? [01:05:58] Maybe [01:05:59] weird [01:06:09] thanks for your time any way [01:06:22] Using wgServer there is a bad idea, that AJAX interface isn't gonna let you do cross-domain requests anyway [01:07:01] will catch the guy who wrote it [01:07:54] I'm not sure that that's the issue [01:08:00] But I wouldn't know what else [01:16:45] sadface. [01:17:10] i got back a design test for a designer candidate and while he didn't get a big fat zero, he didn't pass it, either. [01:25:12] is it someone i know? [01:31:57] nah. [16:16:19] ~15 FIXMEs and ~80 revisions for review [16:17:16] we should be able to branch next week if we can do 2 fixmes/day and 10 reviews/day [16:19:16] <^demon> We've done 60-70 since this morning. [16:21:36] <^demon> hexmode: Re-run the report, I tagged both those untagged revs [16:22:27] ty done [17:25:27] rsterbin around? [17:25:36] hey [17:25:38] what's up? [17:25:42] hi there [17:25:51] just got your mail [17:26:09] and I am not sure I understand, you refer to bottom impressions right? [17:26:17] but my point was about overlay impressions [17:26:54] you only get an impression of any kind once [17:27:00] if I understand the funnel logic there should be no triggerD-click-overlay event without a corresponding impression-overlay event [17:27:13] hmm hang on [17:27:26] the way i implemented it, whichever one you see first gets the impression [17:27:42] oh [17:27:50] you can close and open the overlay as many times as you want, but you'll only register one impression [17:28:00] ah I see [17:28:23] do you want to change that? [17:29:48] I guess I would like to count an impression every time the overlay widget is displayed, matching the clicks on the trigger - but let me check with Fabrice/Howie first [17:30:02] so what happens in the following case: [17:30:16] I scroll to the bottom [17:30:32] (+1 impression-bottom) [17:30:44] I then click on the trigger [17:30:56] (+1 triggerD-click-overlay) [17:31:05] the overlay widget is displayed [17:31:15] (0 impression-overlay?) [17:31:18] right [17:31:22] ha [17:31:38] ok, glad I checked :) [17:31:58] it's only one form, it just gets punted between two parts of the document [17:32:29] so i register an impression right after i build it, marked according to where the user was asking for it [17:32:30] right, so we can safely assume that those missing impressions are for users who went through the above funnel [17:32:35] yep [17:32:39] good [17:33:09] we may want to change this later, but I'll have a chat with the rest of the team first, thanks for confirming this [17:33:14] no problem [17:33:57] especially if we want to use impressions to calculate CTR for different CTAs we need to take into account this issue [17:36:39] DarTar - i'm about to be afk (getting lunch) [17:36:44] email me with any updates? [17:36:51] will do, bon app' [17:37:00] thx [18:17:12] Anyone able to reset/send a list admin password ? I can't log into admin panel of cvn@lists.wikimedia.org [18:19:32] Looks like mailman has no interface for list admins to reset/forget their password