[01:54:29] Cool! I wanted my wiki in wiki.domain.tld. I had installed the mediawiki in the root of the virtual domain. I was able to move all the files into /w apply two changes to LocalSettings and it worked! Then I added the rewrite rules for short URLs that worked too. And with a redirection from the root to root/w nice. [07:39:44] Hello there! :D I'm glad I found some MW related irc channels [07:41:04] I would like to know if theres a way for me to use the videojs player instead of the one provided by TimedMediaHandler. I know it is in developement but the default player is very bugged on my end. [09:38:16] I am working on extensions CirrusSearch and Elastica, I installed and while running those in my localhost i got all these errors https://usercontent.irccloud-cdn.com/file/93Sn9Kbh/321.png [09:39:07] Have you installed the curl extension for php? [09:39:22] curl_init is part of that package [09:41:37] Gopa__ [09:41:51] jer_: Oh no ,Thnaks ;) [09:41:58] :D np [09:43:19] jer_: Yes I tried that now but also problem is not resloved [09:43:24] No idea how to tag someone on hexchat *feels noob* [09:43:39] whats your php version? [09:43:58] for php 7 its php7.0-curl (I suppose) [09:44:31] then try to restart your php server, depending on your setup. sudo service php7.0-fpm restart or sudo systemctl restart php7.0 [09:46:14] jer_: Thanks I will try restarting [09:50:00] I also see under Extension:Elastica that you need to updated composer deps [09:50:29] jer_: Yes I am using php7.0 but also I am getting same error [09:51:20] Huh, weird [09:51:40] can you make a phpinfo file and see if the extension is properly loaded by php? [09:58:55] jer_:Ya they are properly loaded [10:01:41] The I have no idea what to say [10:01:53] Can you look at your logs maybe youll find useful entries [10:05:13] If you cannot figure it out I may suggest you create an account here https://discourse-mediawiki.wmflabs.org/ and post your issue there [10:05:32] or stackoverflow [10:14:15] jer_: Thank's [10:15:35] Sorry I couldn't help you more, most of the time its just little things we just have to find them :P [10:15:50] No idea how to tag someone on hexchat *feels noob* p858snake|L: OMG thanks hahaha [10:16:48] How could I've missed that [15:31:19] Hiya and big Thank You, Thank You for the awesome wiki software [15:31:55] I'm looking at https://www.mediawiki.org/wiki/Manual:Moving_a_wiki and probably going to need to move a wiki from Debian 8 to Debian 9 [15:33:36] I need to install the deps first of course [15:33:43] that can be done with composer [15:34:09] I should probably look at the installation instructions up-to-the-point where one actually installs the Mediawiki [17:26:12] hi, I have a question about the mode "packed" for thumbnails [17:26:36] is this the right place? [20:33:07] I was willing to work on Mediawiki Newsletter extension. [20:34:00] Which IRC channel should i look for? [20:34:35] Hi apoorv, this is the right channel for that [20:35:11] qgil is a good person to talk to about that, but he's not on right now. So would tonythomas, but he's also not on right now [20:36:39] ok bawolff. Thankyou bawolff [20:37:06] apoorv: Have you seen https://phabricator.wikimedia.org/project/view/888/ ? [20:37:27] Yes i have. [20:37:34] apoorv: So first steps if you haven't already done so, would be to setup mediawiki on your computer, and then install the extension [20:37:47] i have done that already [20:37:49] after that, try and find something currently needing to be done from that list, and see if you can do it [20:38:23] The one's marked "google-code-in" are probably a good place to start [20:39:38] i wanted to know from where i can get an overview of the code so that i can start working on some issues? [20:40:56] apoorv: Short of reading the code, there isn't really one for that extension [20:41:05] If you have questions though, feel free to ask them here [22:27:13] Anyone using stunnel on centos 7? [23:17:12] Hello guys! I have a question regarding the Media [23:17:24] Wiki subpage feature [23:19:52] In the page "Help:Subpages" of mediawiki.org it says: "Breadcrumb links will appear automatically at the top of the subpage, linking to each parent page that exists (...) or if the subpage feature is turned off." [23:21:45] On Wikimedia Canada's wiki, it looks like the feature is off... Is there a way that I can verify if the feature is on, or why the breadcrumb links doesn't appear? [23:52:09] Cool! I got the visual editor working in my environment with ssl. My very first time editing WYSIWYG in MediaWiki. [23:55:41] Benoit-Rochon: this feature only works for namespaces that have subpages - this is disabled for main namespace by default. there is a config setting for this [23:56:31] Benoit-Rochon: https://www.mediawiki.org/wiki/Manual:$wgNamespacesWithSubpages [23:56:54] you can file a task on Phabricator to have this config setting changed to enable it for other namespaces [23:56:58] GumShoe: yay!