[01:58:32] for trevor: http://www.comicsanscriminal.com/ [02:12:38] "...because sometimes it's better then Times New Roman." (RE: Reason why Comic Sans survived) [20:44:13] RoanKattouw, Reedy: you rock [20:48:15] Thanks :D [20:48:33] I came to Reedy's house for a few days to work on this bug [20:48:52] <^demon> Somebody should come visit me :p [20:49:07] ^demon, why? :O [20:49:17] <^demon> We can work on schema abstraction :D [20:49:20] I've been harrassing him for 2 and a half years ;) [20:52:30] vvv, i just joked to Roan that we might see it live on the site by this time next year ;) [20:53:02] Reedy: you are an optimist [20:53:07] I take it it doesn't get backported to 1.17 ? [20:53:11] the querypage api [20:53:13] Hell no [20:53:15] vvv, I said might :P [20:53:22] :P [20:53:24] It's a full branch merge [20:53:25] Krinkle, it'd be nice, but it's too much effort/potential breakage [20:54:08] I can imagine but it doens't mean that it wont be on Wikimedia untill 1.18 is branched, right ? I mean the wmf-branch is going to be updated more often [20:54:13] atleast that's the ideal I hear everywhere [20:54:59] Most likely [20:55:20] But if we get back to quarterly updates [20:55:22] I hope we'll get back to every-two-week updates [20:55:32] indeed [20:56:06] wmf-branch would basically be 'the latest reviewed revision without unreviewed revisions before it' [20:56:11] If the WMF branch is gonna be updated soonish after the 1.17wmf1 deployment (and I'd like it to be), there's no telling right now what's gonna be in it [20:56:13] Yeah [20:56:17] So this'd have to be reviewed by then [20:56:25] By someone other than Sam or me [20:56:45] *^demon hides [20:56:57] Haha [20:57:33] RoanKattouw: I'm trying this new querypage api out on my local install [20:57:36] We know it seems to be working on the whole [20:57:40] And I'm sure TW till tell us soon [20:57:41] I noticed this insane long line [20:57:57] qppage - The name of the special page \n This parameter is required \n One value: (insane long line here) [20:58:05] "Ancientpages, BrokenRedirects, Deadendpages, Disa...." etc. [20:58:15] :D [20:58:15] since it's
 it doesn't break the line
[20:58:18] 	Yeah
[20:58:29] 	Krinkle, I looked at trying to do some sort or wrap on it
[20:58:31] 	(in the in-api docs)
[20:58:36] 	wordwrap ?
[20:58:43] 	if more than X elements
[20:58:46] 	do multiple rows
[21:00:13] 	$newtext = wordwrap($long_line, 100, \n                   ");
[21:00:19] 	or something like that
[21:00:51] 	well, they're indented and stuff
[21:01:02] 	Something so it just doesn't go stupidly wide would be nice
[21:01:46] 	well, the amount of indention is known at that point, so a couple of spaces or \t after \n in the third argument would work fine