[00:11:14] Hello. Is it okay to create rooms on phabricator and add authors of the task you're working on to those rooms in order to talk to them? Or would it be poor etiquette? [00:16:41] Is there any reason you can't just ask your questions on the task? [00:16:48] A lot of people don't notice the phab rooms [00:22:53] @Reedy, no, there isn't. But I was wondering if one could start a convo with an experienced user there, whom they can ping regarding other queries later on in the same room. Continuity? [00:23:09] there is IRC [00:29:41] But IRC is punctuated with multiple automated user command messages, and interrupted by others' queries, no? It garners a quick response, but not always from the nick you want (author of task, last patch owner et al). [00:30:23] I get your point though, I don't need to use rooms right now. I was merely wondering when one could. Thanks for the response, though! :) [00:42:39] darthbhyrava: Use the ticket, that way everyone can see and input into the question [01:16:36] I asked this on #wikipedia already but just realised it's more suited to this channel: Is there any way to increase the amount of results returned by imageinfo by the API? iilimit seems to only concern itself with revisions. I'm stuck with 10 results per page as it is. [01:23:06] can you paste the full url? [01:23:29] https://www.mediawiki.org/wiki/API:Imageinfo OK, so it looks like the max is 500 [01:24:12] that would depend on whether you have the apihighlimits right or not [01:28:12] Krenair: Are you asking for the url I am using to query? [01:28:20] yes [01:28:29] sure [01:30:47] sorry it's taking a second as I'm reformatting it from a Python function :) [01:32:10] ?action=query&titles=page_title&generator=images&prop=imageinfo&iiprop=url&format=json [01:32:33] aerialB: add iilimit=max [01:33:28] legoktm: I tried, but as you can see from the wiki page on it, iilimit pertains to revisions rather than the number of results. This apparently is a known issue which will be fixed by the module's replacement. [01:34:05] ahhh [01:34:07] :( [01:34:11] yeah [01:34:17] imageinfo has quite a few problems [01:34:36] Guess I'll put up with it, but it seems a funny piece of functionality to have been left out. [01:35:37] Unless there is another module which can give me all the image titles and urls for a specific page? [01:35:50] The only other thing I can find is allimages, but that is not per page [02:14:09] p858snake, cool. I'll continue using the ticket. [02:40:58] I added a patch to pywikibot/core. Do I ask for reviewers' opinion solely on #pywikibot or can I do it here, too? [02:43:43] you will find more pywikibot developers in their channel [02:46:18] Thanks, again! [12:22:09] I am trying to setup LDAP support for my mediawiki using the LDAP Authentication extension. But I cannot get it to work. These are the logs provided by the LDAP debug https://dpaste.de/pK2y - what am I doing wrong? Why does it fail to bind? [13:32:37] hi, can someone give me a tip why i have no pictures/formatting during the mediawiki-installation -> http://fs5.directupload.net/images/160229/qnay5x7e.jpg [13:33:33] Look at your browser console? [13:35:33] mh? [13:36:28] Have a look at your javascript console on the browser [14:31:29] morning [14:37:44] Morning. [15:29:13] Hi everybody! Is there any extension I could use to get the length of every article displayed at the end of the individual page? also: can you recommend an extension to get some statistics (especially Ø article length)? [15:37:01] wordlength: there is Special:ShortPages and Special:LongPages [15:37:26] Should we create Special:AveragePages [15:37:46] Special:TotallyMeanPages [15:37:54] I guess ORES is partly that [15:38:18] select avg(page_len) from page; [15:38:39] Special:BlockbusterPages, Special:MainstreamPages, Special:HippiePages, Special:ContrarianPages, Special:VerySuprisinglyNOtDeletedYetPages [15:38:56] Special:PagesLikedBeforeTheyWereCool [15:41:14] :D We run a rather small wiki (currently a bit more than 400 articles) and because we'll give a short presentation on it, I wanted to see what the average article length is, how an individual article changed over time, etc. [15:55:22] Might try https://meta.wikimedia.org/wiki/StatMediaWiki, but it may be easier to simply run some database queries [17:47:58] the Special:Ask page from SematicMediaWiki has hardcoded background colors that don't work well with my theme. Apparently there's no .css way to fix it because of the hard coded #eee or white added to tr elements. [17:51:47] https://www.semantic-mediawiki.org/wiki/Help:Reporting_bugs [17:56:07] andre__, thx! [19:24:10] hey there, does mediawiki "takeover" emails? [19:32:18] ilera: in what sense? [19:37:33] never mind, I did something a bit wrong with the domain [21:00:11] hello [21:00:37] i have a private wiki running on mediawiki and i'd like to allow the upload of .md files to the wiki. is there any way to acheive this? [21:01:19] i've tried setting $wgCheckFileExtensions = false, but i still get the error that "File extension ".md" does not match the detected MIME type of the file (text/plain)." [21:03:51] jfive: you may disable mime type detection with this variable: https://www.mediawiki.org/wiki/Manual:$wgVerifyMimeType [21:03:51] oh wait, there's a includes/mime.types file, sweet [21:04:02] Vulpix: ah, nice thanks [21:04:16] i've just added "md" as an allowed extension for text/plain in includes/mime.types [21:04:38] yeah, that's a better option [21:06:10] where can i read about how to link to a file i've uploaded? [21:06:52] !images [21:06:52] For instructions to use images in MediaWiki, see . For more technical details about image uploads, see and . Note that uploads are disabled per default (see !uploads). [21:07:08] yeah, the first link [21:12:12] ahh, hmm, now to figure out how to make the file uploads open in a new window ;) [21:38:14] i'm looking for a plugin that will allow me to set my mw to certain states in time and be able to flip between those states. I'm trying to put specifications for contracting in and id like to be able to tie a contract to a state and thus show what the contractor is being held to, while allowing the pages to continue to be changed. Anyone have an [21:38:14] y suggestions? [21:43:21] flaggedrevs ? [21:46:36] maybe, it seems like it could work with some process work on the business side. [21:47:21] or you could have several versions [21:47:38] like template:Contracting_conditions_on_2016-02-29 [21:47:56] and template:Contracting_conditions would be just a redirect to the lastest version [21:49:05] so, could i put a dropdown somewhere that lets the user select from multiple templated versions? [21:52:38] jwynn6: you could have the user {{subst:Contracting_conditions}} [21:52:50] in order to get an inclusion of the appropiate template [21:53:53] hmm ok. [22:41:15] hello [22:43:45] i have a problem, my gadget option is not showing up in the preferences, i added the line into LocalSettings.php [22:49:03] hello all [22:49:24] does anyone know, can you migrate a mediawiki db to another host? is there some way to change the hostname? [22:50:39] jfive: https://www.mediawiki.org/wiki/Manual:Moving_a_wiki [22:55:25] vulpix is on fire today :) [22:56:35] anyone had any opinion on my problem? [22:58:54] OctalFusion: sorry i'm not sure what a gadget even is [23:00:13] https://www.mediawiki.org/wiki/Extension:Gadgets#List_of_gadget_scripts [23:01:46] hope that helps you understand, i can't belive that on my first day with this i am getting stuck lol [23:02:43] all i want is to make a database searchable, but it seems harder then it looked at first [23:04:12] it's supposed to show up if you go under preferences, but it doesn't for me [23:06:15] this one in specific that i am trying to enable is called hotcats [23:06:29] -s [23:06:46] https://commons.wikimedia.org/wiki/Help:Gadget-HotCat [23:11:08] OctalFusion: Is Gadgets listed on Special:Version [23:11:10] ? [23:11:15] What does Special:Gadgets say? [23:11:32] Have you actually installed any gadgets, or just the extension? [23:12:09] i am actually not sure if i got one installed, it's not that specific on what i should do to have one installed [23:12:53] is it a script file i should use, where do i put it, do i need to add a line etc... [23:13:21] You put it in MediaWiki:Gadgets-definition [23:13:52] where do i put that? [23:14:58] or where do i find that [23:19:08] bawolff? [23:19:17] Its a page on your wiki [23:19:49] see https://www.mediawiki.org/wiki/Extension:Gadgets#Usage [23:20:31] so i add it to a edited page? [23:21:38] like for example HotCat[ResourceLoader]|HotCat.js [23:22:01] You have to import multiple pages [23:22:37] on a different wiki you can go to page like https://commons.wikimedia.org/wiki/Special:Gadgets/export/ to export a gadget [23:25:36] i am very confused... [23:27:46] if i don't have the gadget page in preferences, what steps am i supposed to take to enable it? [23:30:02] am i supposed to edit files in explorer or can i do everything with the backend when i am logged in? [23:33:21] if i go to MediaWiki:Gadgets-definition i don't seem to have anything listed there, it just asks me to make a page [23:39:17] OctalFusion: it sounds like you didn't successfully install the extension [23:39:22] is it listed in Special:Version? [23:40:43] if no, follow the installation instructions on https://www.mediawiki.org/wiki/Extension:Gadgets#Installation [23:42:29] i imported the hotcat file and it did 5 uploads [23:42:46] but no, it's not listed there [23:43:27] the category gadget is however listed [23:48:26] gah, i will just reinstall and see if it helps