[02:03:36] Is there a "magic word" that can be put on a page that would return the number of members in a category? [02:11:52] jimt: try this {{PAGESINCATEGORY:categoryname}} [02:12:24] but note it has an "Expensive" comment http://www.mediawiki.org/wiki/Help:Magic_words [02:13:11] mutante: Thanks! That looks like exactly what I need. [02:14:03] yw [02:56:55] Hi, how do I get wiki to preserve spaces? ie, I want 7 spaces to yield a b, not get condensed to a b [02:58:41] either wrap in
 (scary to see the result) or use   instead of spaces (scary to see the source) :P
[03:03:39] 	 Geo: or  from http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi and similar ones if it's source code
[03:03:56] 	 eh, syntaxhighlight, something like that
[03:17:06] 	 thx
[03:47:00] 	 Question for anyone who knows how2mediawiki
[03:48:08] 	 Can't seem to get CSS to load on my wiki
[03:48:18] 	 can even log in, but I guess it can't access skins
[03:48:43] 	 Anyone here?
[03:50:27] 	 Hello?
[03:50:44] 	 I have a stupid question.
[03:52:06] 	 WikiMatrix lists MediaWiki as non mobile-friendly...
[03:53:00] 	 ...but some sites such as Wikimedia Foundation projects or Doom Wiki *are* mobile friendly.
[03:53:30] 	 How can I make my wiki mobile-friendly?
[03:53:58] 	 AlexHofstadter: install Extension:MobileFrontend
[03:54:06] 	 https://www.mediawiki.org/wiki/Extension:MobileFrontend
[03:54:19] 	 jack, any way to get my site up
[03:54:33] 	 Thank you, how nice. God bless you.
[03:54:40] 	 AlexHofstadter: you're welcome
[03:54:43] 	 RAISINBUSTER: what's wrong exactly?
[03:54:50] 	 and is your site visible from the internet? if so, what's the url?
[03:55:00] 	 it's the CSS. http://statesmencybersecurity.org/wiki/mediawiki-1.23.6/index.php?title=Main_Page
[03:55:13] 	 (note the URL is temp, I'm moving it elsewhere later)
[03:56:38] 	 RAISINBUSTER: load.php seems to be missing
[03:56:57] 	 and something's messed up in your web server. 404s are getting turned into redirects to the home page
[03:57:12] 	 (for all pages, even stuff not part of mediawiki)
[03:58:07] 	 ok thanks, ill look into it
[04:01:07] 	 Jack, Wiktionary uses titles starting with lowercase. How do I do that on my wiki?
[04:02:08] 	 AlexHofstadter: https://www.mediawiki.org/wiki/Manual:$wgCapitalLinks
[04:04:06] 	 Thank thou, God bless thou.
[04:04:14] 	 np
[06:05:02] 	 Hi everyone - I got mediawiki working perfectly on port 9997. We then chose to move it to default port 80. I changed the /etc/apache2/ports.conf to listen on 80 instead of 9997 and changed $wgServer from myserver:9997 to myserver:80. When I restart apache, it works fine. But when I try and load mediawiki it says "The requested URL /html/mediawiki/index.php/Main_Page was not found on this server" even though I can see it there right
[06:05:07] 	 does anyone have any suggestions?
[06:58:38] 	 Why are specifying port 80?
[12:21:23] 	 Hi. I'm trying to add some LESS code to MediaWiki:Common.css in mediawiki 1.23.6, but I seem to get back the same LESS code in pages.
[12:21:32] 	 Why is that?
[12:37:30] 	 I'm not sure you can use less on-wiki
[12:40:00] 	 zuzak, according to the manual, it should be natively supported in this version, no?
[12:45:30] 	 Nevermind, I'm trying to make a full, proper skin now.
[13:28:36] 	 hi guys!! I am new towars the contribution to mediawiki..I tried installation but i m facing skins errors although i hv skins in my installation folder
[13:31:01] 	 vaibhav: What skin errors?
[13:32:17] 	   Whoops! The default skin for your wiki, defined in $wgDefaultSkin as vector, is not available.  Your installation seems to include the following skins. See Manual: Skin configuration for information how to enable them and choose the default.      vector / Vector (disabled)  If you have just installed MediaWiki     You probably installed from git, or directly from the source code using some other method. This is expected. Try in
[13:32:17] 	 vaibhav: i think you also need to manually include the skin's php file in your LocalSettings.php
[13:32:27] 	 at least that's h9ow i fixed that problem for me
[13:36:20] 	 Yes, true.
[13:36:24] 	 !vector
[13:36:24] 	 Vector is MediaWiki's default skin since MW 1.17. It has been included in the download tarballs since then. For instructions on how to install it if you don't have it, see . Say !skin or !localsettings for more details.
[13:36:33] 	 !vectorerror
[13:36:38] 	 !skinerror
[13:36:45] 	 I swear there was a key for this
[13:36:48] 	 !botbrain
[13:36:49] 	 Hello, I'm wm-bot. The database for this channel is published at http://bots.wmflabs.org/~wm-bot/db/%23mediawiki.htm More about WM-Bot: https://meta.wikimedia.org/wiki/wm-bot
[13:37:19] 	 Aaaanyway.
[13:47:19] 	 getting error in Vectortemplate:getindicators function
[13:47:41] 	 "Fatal error: Call to undefined method VectorTemplate::getIndicators() in /home/vaibhavraj/core/skins/Vector/VectorTemplate.php on line 105"
[15:21:45] 	 How do I trigger LESS compilation when writing a non-template-based skin?
[15:22:10] 	 I added it to the resource loader but that doesn't seem to do anything.
[15:23:19] 	 Eduard_Munteanu: What version of MediaWiki do you have?
[15:23:30] 	 1.23.6
[15:23:35] 	 Hm.
[15:25:15] 	 Am I supposed to load some .js code? Because I don't have any.
[15:25:41] 	 No, I don't think so
[15:46:24] 	 Anyway, what's supposed to trigger compilation anyway?
[15:47:22] 	 I can't see anything in the logs.
[15:50:04] 	 Eduard_Munteanu: It should get compiled and cached when requested
[15:50:13] 	 Then re-compiled when updated
[15:51:05] 	 marktraceur, hmmm, must be I'm not using the right URL then, I simply use getSkinStylePath  
[15:52:00] 	 marktraceur, how am I supposed to get an URL?
[15:53:24] 	 What URL?
[15:53:53] 	 marktraceur, to the compiled CSS, to add as a stylesheet in HTML
[15:54:08] 	 Hello, Im running a verison 1.23 wiki and would like to implement wildcard searches. I found this link http://www.mediawiki.org/wiki/Help_talk:Searching#Automagically_add_wildcard_to_mediawiki_search_1.22 but the code does not seem to apply to version 1.23. Does anyone know of a way to do wildcard searches?
[15:56:06] 	 Eduard_Munteanu: You shouldn't need a URL, just use ResourceLoader.
[15:56:18] 	 Eduard_Munteanu: Can you post the code for your skin?
[15:57:49] 	 marktraceur, I only did   $wgResourceModules['skins.foo'] = array("styles" => array("foo.less"));
[15:58:08] 	 And used addModules.
[15:58:36] 	 And extensions/skins/foo/foo.less is there.
[15:59:09] 	 Perhaps I need to take another look at ResourceLoader.
[16:02:48] 	 Oh, hm, resource loading debugging isn't enabled normally.
[16:20:53] 	 I think I don't quite understand how to get the loader URL.
[19:32:37] 	 "The OutputPage object takes care of generating HTML and other things related to creating a HTML-view of a page. It will also generate the  element for non-SkinTemplate skins or part of it for SkinTemplate based skins." -- how?
[19:34:01] 	 hello everybody, ist "labs" down
[19:34:01] 	 Crazy1880: do you mean wikitech.wikimedia.org?
[19:34:02] 	 I actually thought this "tools.wmflabs.org"
[19:34:02] 	 Crazy1880: see the #wikimedia-labs channel, and yes: "Labs outage in progress"
[19:34:02] 	 Crazy1880: there's an outage right now due to a hardware issue, see https://lists.wikimedia.org/pipermail/labs-l/2014-November/003094.html
[19:34:03] 	 best regards to everybody, thank you
[19:34:03] 	 tally ho!
[19:34:07] 	 Hello. While trying to install Flow on master mediawiki i get this error during update.php: " Exception from line 49 of /home/.../extensions/Flow/includes/Model/UserTuple.php: No wiki provided" What's wrong?
[19:34:12] 	 gleki: what does you Flow settings look like in LocalSettings.php?
[19:34:13] 	 require_once "$IP/extensions/Echo/Echo.php";
[19:34:13] 	 require_once "$IP/extensions/Thanks/Thanks.php";
[19:34:13] 	 require_once "$IP/extensions/Flow/Flow.php";
[19:34:14] 	 $wgFlowContentFormat = 'html';
[19:34:14] 	 $wgFlowEditorList = array( 'visualeditor', 'none' );
[19:34:14] 	 $wgFlowOccupyPages = array ( 'Talk:Main Page', 'Mywiki talk:WikiProject Flow', 'Talk:Flow QA' );
[19:34:14] 	 $wgFlowOccupyNamespaces = array( NS_USER_TALK );
[19:34:14] 	 wmat: 
[19:34:17] 	 gleki: I think perhaps Mywiki should be the value of $wgSitename, no?
[19:34:18] 	 granted, i'm just guessing as I've not configured Flow yet
[19:34:22] 	 gleki: this looks related https://gerrit.wikimedia.org/r/#/c/168258/
[20:41:23] 	 does anyone know how I get the namespace for an old revision
[20:41:48] 	 the revision could be joined with the page table but the namespace migh have changed
[20:42:39] 	 We don't really have that information
[20:42:44] 	 The page name might have changed as well
[20:42:45] 	 ^
[20:42:59] 	 But in the history view it'll just show everything under the current name + namespace of the page
[20:43:43] 	 RoanKattouw ok thanks
[21:18:54] 	 is AKlapper (WMF) around?
[21:18:56] 	 andre__: ^
[21:18:58] 	 Betacommand, yeah
[21:19:00] 	 andre__: if your looking for an easy bug https://bugzilla.wikimedia.org/show_bug.cgi?id=72931
[21:19:02] 	 Betacommand, feel free to set the "easy" keyword
[21:19:22] 	 Betacommand, right now I'm looking for tasks that could be tasks in Google Code-In. And mentors. Could you be one? :)
[21:19:41] 	 andre__: I dont do php or Id offer
[21:19:50] 	 heh. me neither :)
[21:20:06] 	 Betacommand, but feel free to mark self-contained, non-controversial tickets in Bugzilla with the "easy" keyword
[21:20:50] 	 andre__: thats a good task for the code in though, its fix will enable a lot of other stuff to be developed
[21:24:07] 	 "Remove superprotect user right" marked as "easy", ty andre__. :)
[21:24:24] 	 Betacommand, do you have a mentor in mind?
[21:24:31] 	 marktraceur, did I do that? :P
[21:24:34] 	 No no
[21:24:37] 	 Just kidding
[21:24:39] 	 damn! :D
[21:24:49] 	 But give it a shot, maybe the zeal for finding new contributors will help
[21:27:01] 	 andre__: Not off hand,
[21:27:22] 	 many many easy bugs are good candidates. we need mentors though.
[21:27:35] 	 andre__: Ive tagged three bugs as easy
[21:27:38] 	 thanks
[22:40:51] 	 Hello i have a problem with english templates.
[22:41:12] 	 Everytime i try to setup one its a scripterror
[22:41:33] 	 for example look at this page -> http://wiki.hotspro.de/index.php?title=Ahli
[22:43:40] 	 andre__: still around?
[22:43:48] 	 guillom, yes
[22:43:58] 	 what did I break?
[22:44:10] 	 andre__: Around as in "still working" or "around but I should be going to bed" ? :)
[22:44:36] 	 around as in "what's the bed thingy about?."
[22:44:39] 	 :D
[22:44:55] 	 andre__: I have a question about Code-in and I wanted to hear your thoughts.
[22:45:02] 	 alright
[22:46:19] 	 I'm thinking of proposing tasks related to https://meta.wikimedia.org/wiki/File_metadata_cleanup_drive for code-in. Like adding machine-readable markers to templates, or adding information templates to images missing them. I'd need to run this by the Legal team to check it's ok, but I also wanted to hear if you thought it was within the scope of Code-in.
[22:46:25] 	 nobodys knows something?
[22:47:35] 	 fridolin: anomie might be able to help but he's not around. Check back later maybe?
[22:48:00] 	 fridolin, tried http://www.mediawiki.org/wiki/Manual:How_to_debug already?
[22:48:43] 	 fridolin: if you click on "Skriptfehler", it gives you more information: "Lua-Fehler: Der Prozess konnte nicht erstellt werden: proc_open(/dev/null): failed to open stream: Operation not permitted"
[22:48:45] 	 guillom, let me read that and come back to you in 10min
[22:48:53] 	 andre__: sure; nothing urgent :)
[22:49:09] 	 andre__: the "how to fix" page has more details about what fixing stuff actually entails
[22:49:27] 	 oh
[22:51:38] 	 yea but the german mistake doesnt say anything to me i really dont know what do to :D
[22:52:10] 	 fridolin: then... I don't know what else to do except wait for someone with more experience with Lua
[22:53:27] 	 ok
[22:53:30] 	 no problem.
[23:28:46] 	 guillom: hmm, to which extend would you call that "borning repetitive gruntwork"? :) If that fits too much then it's probably not a really good GCI task, but if situations vary and there's a little bit of thinking involved, it might work well. Plus we want "beginner tasks" too this time which would take an experienced person ~30min or so.
[23:29:20] * andre__ looks at https://meta.wikimedia.org/wiki/File_metadata_cleanup_drive/How_to_fix_metadata
[23:30:13] 	 Well, it cannot be that repetitive, otherwise somebody would have already written a script, right, andre__? :P
[23:30:58] 	 andre__: some cases will be boring, but others won't. It's difficult to know for sure. Adding the information template on Commons might be boring and repetitive (and it can't be automated easily, unfortunately, it requires a human :) For other wikis, it requires a bit of thinking: identifying if there's a template, and if so adding the markers to the templates, etc. 
[23:31:20] 	 A task could be "Add machine-readable markers to copyright templates on wiki X"
[23:31:36] 	 guillom, I think that sounds interesting. and would work as a GCI task
[23:31:42] 	 Of course, if they're high use templates, they probably can't edit them
[23:31:54] 	 hah; Reedy makes a good point.
[23:31:57] 	 meh
[23:32:07] 	 :(
[23:32:21] 	 hmmm, I hadn't thought about this :/
[23:32:47] 	 ahummm.
[23:33:26] 	 could they "propose" their template change somewhere? But that would make testing harder I guess?
[23:33:30] 	 yeah
[23:33:37] * andre__ always feels very untechy when asking such questions
[23:33:56] 	 What about "Assemble a list of information and copyright templates for wiki X" ?
[23:34:06] 	 but some are already in categories
[23:34:07] 	 i think some high use templates have "sandbox" subpage versions
[23:34:08] 	 rumble
[23:34:40] 	 Of course what I really want them to do is add the information template on Commons, but that's repetitive and not very fun (although it does involve thinking)
[23:36:09] 	 thinking is the worst
[23:36:11] 	 a small amount of childwork is probably fine, if that's not the main part of the task :)
[23:37:54] 	 andre__: well, be the judge :) open https://tools.wmflabs.org/add-information/no_information.php , then click on an "AddInformation" link, and see how easy or difficult it is to organize the existing wikitext with a template (don't save or Legal won't be happy)
[23:44:04] 	 lol, that's buggy
[23:44:11] 	 |Date        = |2006]
[23:44:17] 	 [[Category:West facade of the Speyer Cathedral|2006]]
[23:45:19] 	 Hence the "thinking" part :P
[23:46:08] 	 The basic adding template is nice
[23:46:45] 	 looking at https://commons.wikimedia.org/w/index.php?title=Image%3A000_Danimarka_harta.PNG&action=edit I'm just confused I think.
[23:47:06] 	 oh. I think I understand it.
[23:47:38] 	 Hmm. I think editing ten pages or so as a task could work.
[23:47:48] 	 but needs good instructions.
[23:48:22] 	 True; the current instructions are aimed at experienced users. I could write a howto for beginners.