[00:17:33] Oh, ffs. More [bleep]ing snow? [00:17:41] * Coren preferred Jerusalem. [02:33:09] heh [02:33:16] * brion checks his flight status [02:33:30] *yawn* [02:35:47] ok should leave for the airport in about 3-4 hours [02:35:50] on the hogwart's express [02:35:53] i mean heathrow express [02:51:52] Easy tip to remember which is which: Hogwart's leaves from King's Cross; Heathrow's leaves from Paddington. :-P [02:54:49] haha [02:55:01] i'm actually closer to king's cross, i have to take the tube to paddington [02:55:35] i will say england is much colder in april than israel is [02:55:50] but no snow ;) [02:56:17] Yeah. The snow is atypical but not all that rare in early April. Doesn't make it any less annoying though. [02:56:40] :) [02:56:53] need me to poke anything on the css stuff while i'm online? [02:57:36] The initial patch could use a review; it'd be good to merge it in so there's something in the repo to base incremental improvements on. [02:57:52] It's much improved since you looked at it. [02:58:35] (It's got all the CI magic for one thing) [02:59:01] I need to write unit tests for it; I'm currently knee-deep in the documentation for that. [03:01:13] hehe testing is fun [03:01:17] * brion looks [03:01:46] brion: I'll be honest with you sir, breaking things while testing is more fun. It's the bug reports that aren't fun :/ [03:02:02] hehe [03:14:40] Coren: looking over it now [03:39:18] * Coren heads to bed. [03:39:20] o/ [03:40:56] nighty night :) [09:05:32] [[Tech]]; 2602:304:68BC:24C0:714A:8E09:8BD8:256C; /* I need help decoding this please */ new section; https://meta.wikimedia.org/w/index.php?diff=15512087&oldid=15497740&rcid=7628519 [09:11:00] [[Tech]]; 2602:304:68BC:24C0:714A:8E09:8BD8:256C; [none]; https://meta.wikimedia.org/w/index.php?diff=15512110&oldid=15512087&rcid=7628542 [09:14:23] [[Tech]]; Ah3kal; Reverted changes by [[Special:Contributions/2602:304:68BC:24C0:714A:8E09:8BD8:256C|2602:304:68BC:24C0:714A:8E09:8BD8:256C]] ([[User talk:2602:304:68BC:24C0:714A:8E09:8BD8:256C|talk]]) to last version by Samat; https://meta.wikimedia.org/w/index.php?diff=15512121&oldid=15512110&rcid=7628554 [11:36:00] Still cant get the javascript function that i call using MakeInlineScript to load, says its not defined [11:36:38] the module, that also loads the necessaryt scripts, loads at the top of the page, so before the function call [16:50:30] how would i go about making a thumbnail for 3d-models? [16:51:10] using preserveDrawing buffer, the snapshot creation is not that big of a deal [16:51:47] but how would i ensure the thumb is saved in the fight place and correctly linked [16:51:53] right* [16:52:39] something to do with MediaHandler::doTransfrom method? [21:00:43] i have q quite fancy-looking function in my handler file [21:00:44] function doTransform( $image, $dstPath, $dstUrl, $params, $flags = 0){ [21:00:44] //TODO [21:00:44] [21:00:44] [21:00:44] } [21:01:49] from what i understand, the function should umbnailImage( $image, $dstUrl, $dstPath, $params ); [21:02:00] return new ThumbnailImage( $image, $dstUrl, $dstPath, $params ); [21:02:48] now, for the image part, i can create a snapshot using javascript, but the question is, how do i pass the snapshot url and params to php