[00:26:32] May I help your cause? [00:28:30] Helpselftheworld: take a look at http://www.mediawiki.org/wiki/How_to_contribute :) [00:32:23] Honesty;I'm 16 and want to help the world. [00:32:51] !nighly [00:33:10] Is there a dev build of media wiki [00:33:48] satdav, that's master. [00:35:01] unicodesnowman: were do I download from [00:39:19] I want to help. [00:39:36] Let me. [00:45:56] Helpselftheworld, do you mean you want to contribute to mediawiki development? [01:00:21] So, you guys came up with media wiki? [01:02:28] Ik what your doing. [01:37:44] Helpselftheworld wtf [01:37:59] from the secret cabal? [02:17:09] my new mediawiki install inserts newlines into the source after certain characters [02:18:49] Such as? [02:20:55] after templates, for instance [02:25:00] hm, actually [02:25:11] it appears to occur before {{ [02:25:24] though not in all environments [02:26:48] before: https://dpaste.de/AigF [02:26:48] after pressing save or preview: https://dpaste.de/5bTY [02:30:12] aha [02:31:04] I managed to isolate it to this extension: http://www.mediawiki.org/wiki/Extension:CategorySuggest [02:32:08] Nice. [02:32:54] I guess I just won't use that extension. no big deal. [08:54:43] What is the name of the page for the footer on IP users' talk page? I can't find it, just the one for the contributions page. [09:42:17] hi [09:42:51] how to separate page title by spaces, I can see we ca separate somthing which has slashes [09:44:00] eg. I have a page called "green dog" and I would like to get in the text [[green]] [[dog]] [14:05:38] someone has idea why mw is fucked up here: http://wiki.tm-irc.org/wiki/Main_Page I installed vector from github, mw is latest stable version [14:05:47] it doesn't look as vector to me, but it claims to be [14:06:21] in logs there is no error [14:07:15] petan: you need to install skins separately when installing from git these days [14:08:07] https://www.mediawiki.org/wiki/Download_from_Git#Using_Git_to_download_MediaWiki_skins [14:08:21] or am I misunderstanding [15:19:23] petan: http://wiki.tm-irc.org/w/load.php?debug=true&lang=en&modules=skins.vector.styles&only=styles&skin=vector&* well, there's an error somewhere in RL or the styles by the looks of things. [15:20:18] Lcawte: ok where can I dowload production stable vector? git has no tags [15:20:21] idk why [15:20:49] REL1_24 branch? [15:21:16] let me check [15:21:29] why you tag with branches.... [15:21:36] git has tags for releases [15:21:41] branches are for development [15:23:09] ok now it work [15:23:14] I suppose you got some bugs in master [15:23:58] I'd imagine it's something new that's been added in master that is there for 1.25? [15:24:40] As for what, I have no idea, I'm not really following things at the moment. Too much coursework. [15:41:36] hi i am currently in position that i have no idea how to start working on bug after subscribing it?? [15:45:25] which bug? [15:56:40] Not sure if I configured the httpd.conf correctly, i can't find the mediawiki page from browser .. [17:34:07] I want to script a README.md file from the contents of my extension page [17:34:17] The print-friendly version would be great [17:34:44] except that the "Print-friendly" effect is created by CSS [17:35:14] Does anyone know a quick hack to get rid of the navigation and other "hidden" elements [17:36:49] iow, wget -q -O - https://www.mediawiki.org/w/index.php?title=Extension:Html2Wiki&printable=yes contains a lot of "non-content" [17:39:00] freephile: Use the wikitext and covert? [17:39:03] convert. [17:39:15] freephile: I think there are wikitext -> markdown conversion tools. [17:39:24] You might lose templates...oh, that won't be good. [17:43:28] marktraceur: that's actually what I'm using in my script: pandoc [17:43:42] I guess I'll just write a PHP script instead of a bash oneliner [17:46:14] That way I can also use QueryParse (CSS Parser) to grab only the #content div.. but I still need to edit out the TOC and EDITSECTIONs [17:46:28] Now I'm wondering if I can pass magic words to the API [17:48:12] freephile: You could fetch the content, add __NOTOC__, and reparse. [17:49:56] marktraceur: Thanks, my basic problem is that I'm hosting my extension at both mw.org and github and want the github README to be as uptodate as the wiki page [17:50:25] Maybe I should change strategies :-) [17:50:55] github README: "see mw.org" [17:53:02] Probably better, yes. [18:22:10] So close... [18:22:19] pandoc --from=json --to=markdown_github <(wget -q -O - "https://www.mediawiki.org/w/api.php?action=query&titles=Extension%3AHtml2Wiki&prop=revisions&rvprop=content&format=json") [18:22:40] except pandoc doesn't seem to understand the json emitted by the mw api [18:28:12] actually needed '&continue=' in the URL to get rid of the warning, but pandoc still doesn't like the json [18:29:33] It is valid JSON [18:29:36] blame pandoc [18:30:39] it presumably just doesn't know which part it needs to use [18:31:39] I'm sure it's valid json, and that pandoc json support is stale [18:51:20] I will let you know when I see andre around here [18:51:20] @notify andre [18:51:30] @seenrx andre.* [18:51:30] petan: Last time I saw andrewbogott they were changing the nickname to , but is no longer in channel #wikimedia-office at 2/26/2015 5:25:16 AM (13h26m13s ago) (multiple results were found: andre__, andrewbogott_afk, jandresen, andrew_____, andrewbogott_ and 72 more results) [19:24:53] hi guys [19:25:10] How can I download a mediawiki for study offline? I am going toa thirdworld country next week [19:25:28] There are too many pages to save manually and am wondering if there is an automatic way to do this. [19:35:20] barco: see Kiwix to read the OpenZim format http://www.kiwix.org/wiki/Main_Page [20:52:51] What is the css element for the up down arrows in a table like the one found here:http://wiki.gamepaduniverse.com/wiki/List_of_Officially_Supported_Gamepad_Universe_Apps [20:55:54] I don't see arrows at all, but you can use developer tools on your browser to inspect any element and see the CSS being applied. Hit F12, click the "select an element on the page to inspect" icon and click the element you want to inspect [21:08:56] im using a bootstrap skin, and when i try to place a it isnt formatted [21:09:00] anyone have experience with this? [21:21:06] Hi I found this extension http://www.mediawiki.org/wiki/Extension:SelectCategoryTagCloud which makes it easy to select categories for a page but it doesn't seem to be compatible with later versions of mediawiki. Are there any other extensions that users install for this type of functionality? [21:24:02] internetman: you need to have the Cite extension installed for that to work [21:24:23] DanielK_WMDE_: aaah! cheers [21:29:18] that is sort of funny actually :) wikipedia wouldnt really be as useful without! [21:43:10] internetman: wikipedia uses a *ton* of extensions. [21:43:54] but there are hundreds of thousands of other wikis, and many of them don't need those extensions. [21:44:20] internetman: wikipedia also uses a lot of custom javascript maintained by admins, buts run by editors, etc. [21:44:30] mediawiki is only the backbone, wikipedia is a social machine... [21:44:50] good to know :) [21:58:51] okay, folks, I'm totally baffled by something and need some help [21:59:01] we have a simple extension that basically just adds a stylesheet: https://github.com/MozillaWiki/mw-sandstone [21:59:27] It works, but Firefox is loading the web fonts multiple times and I can't figure out why. [21:59:57] here's the wiki in question https://wiki.mozilla.org/Main_Page [22:00:37] I see the same behavior with addModules and addModuleStyles [22:00:53] I'm not sure how to tell if resource loader is actually loading my stylesheet multiple times [22:01:03] or if there is another issue causing Firefox to load the fonts multiple times [22:01:33] any ideas? [22:03:41] I don't see Firefox downloading any font from that page, at least from the console [22:09:08] Vulpix Hm. I see it on Network tab with Fonts selected. You don't see that? [22:20:48] christi3k: no, I don't see any font there, only fonts/Fira/Fira.css [22:25:57] Okay, I'm not sure why that is. [22:26:17] Is there a better way to load the css than how I'm currently doing it? [22:26:30] could the @import within the css I'm loading be the issue? [22:28:46] the import is weird. it probably should be part of the module, so both CSS were loaded and minified at once [22:29:13] gtg [22:33:22] k, I'm trying that now