[00:02:59] kaldari: I have no idea. I'll ask hashar when I see him next though. [00:03:22] You replied 2 seconds after I sent you an email :) [00:03:55] Guess I'll email hashar [00:04:16] what's his email? [00:05:42] kaldari: what I don't know about beta labs right now fills a large room, that is changing slowly [00:06:03] heh, you and me both [15:31:40] New patchset: Qgil; "Fix typo in 'uploader_account_id'." [analytics/gerrit-stats] (master) - https://gerrit.wikimedia.org/r/28367 [15:59:39] * MaxSem looks around [16:13:31] http://etherpad.wmflabs.org/pad/p/WikiaAPI [16:14:00] Reedy: You use the new instance! :D [16:14:09] Sumanas idea! [16:20:13] That sumana, always coming up with cool ideas. [17:17:15] I asked about this in #mediawiki yesterday… but… for WebPlatform.org, we really want to display SVGs (not rasterized) in the browser in articles, in an iframe. Any ideas on how we could make an extension to do this? Ideally, we'd use the same wiki syntax as with raster images like PNGs… [[File:myfile.svg]] [17:20:02] <^demon> You'd have to register your own media handler for svg files. I'm not sure if we support overriding a core media handler with an extension though. [17:20:05] <^demon> AaronSchulz: Thoughts? [17:21:07] <^demon> Or brion, perhaps. [17:21:27] ^demon: I'm not going to get too caught up in an ideal solution if it's complicated… if you can tell me out to register our own media handler, that will be good enough for now [17:21:30] Do we not have a way to do that? [17:21:33] ^demon: pretty sure an extension can override [17:21:43] one can use $wgMediaHandlers [17:21:43] I'm sure I've seen it somewhere... [17:21:48] like… PagedTiffHandler overrides default bitmap one i think [17:21:59] <^demon> *nod* Wasn't sure. [17:22:05] $wgMediaHandlers['image/tiff'] = 'PagedTiffHandler'; [17:23:20] basically you'd override the rendering methods and return a custom thumbnail type that does the or