[09:15:42] hi all [09:16:22] using mediawiki and getting this "Strict Standards: Declaration of Page::display() should be compatible with that of Smarty::display() in " [09:16:32] on php v5.3 [10:17:47] wonderer: Thats really strange, when I google that I get info about cs-cart and 'smarty'. Dunno if thats a mediawiki issue [10:18:50] smarty is from a library we use iirc [12:06:18] Which size (how many pixels) top-left logo should be? [12:08:51] https://www.mediawiki.org/wiki/Manual:$wgLogo [12:09:23] also A good logo size is 135x135px or 150x150px. The maximum logo size in Vector is ~160x160px, while MonoBook's is ~155x155px. A logo that is too large will be cut off. [12:09:37] this was all from a google search porton , which is pretty cool [12:09:40] you should try it [13:02:14] I'm finishing up an extension to embed Sketchfab 3D models. Based upon the EmbedVideo extension. Does EmbedSketchfab or Sketchfab sound better for the extension name? [13:03:06] I'm not sure if there's something against naming extensions after the service they use since its 3rd party relative to the service. [13:17:06] hey all. Is there a way to remove the OOj UI from Mediawiki? I'd like to run a mediawiki project without one. Please help. [13:24:36] DreyMakre: its the basis/standard for all our design flow now, is there any particular reason you want to remove it? [13:27:07] p858snake|L_, I am making a custom skin for a project. I'd like to do it without OOj UI. :) Personal preference nothing else. [13:27:56] So, is there a way to remove the dependency? [14:06:05] DreyMakre: No. [14:07:19] James_F, Is it possible if we fork the entire mediawiki software? In that way, is there a way to modify the core files and remove the dependencies to OO UI? [14:08:51] DreyMakre: Everything is possible. I would very strongly discourage it. Good luck. [14:09:47] morning [14:10:35] James_F, I get why you discourage it, but IMO, I feel that the UI itself is a little incomplete and is not that customizable easily. And the main reason is that I'm trying to design a minimalistic skin, with my own UI styles. :) [14:19:03] DreyMakre: Sure. [14:30:07] Oh, until I open and close the Steam window, apparently. [16:56:52] Hi! running mediawiki 1.26. how can I add a meta tag? the docs dictate using `$out->addMeta` for older versions, and resource loader for newer ones. and resource loader requires gadgets for 1.26+. surely there is an easier way? [23:26:54] yo [23:27:33] what is the best or any way to get redirects' targets when I am getting the redirects themselves with allpages generator? [23:29:45] (while the main thing I get now is prop=pageprops for disambiguation) [23:31:44] it looks that I can use prop=redirects and then use data from it in reverse order, but it does not look very good [23:58:34] did it this way for the time being.