[03:41:34] How do I change the domain name for a wiki? Is it just in the apache settings? [06:01:52] Hallo. [06:02:18] I'm trying to figure out how to do git review from vagrant. [06:03:37] The machine is up, I did `vagrant ssh` and the shell works, I have the `git review` command, but `git review -d _____________` gives me an error. [06:05:17] it says "Could not connect to gerrit.", "Enter your gerrit username", and if I enter the username I get "We don't know where your gerrit is. Please manually create a remote named "gerrit" and try again." [06:05:44] But I'm not sure how to do that. [06:06:22] aharoni: maybe https://www.mediawiki.org/wiki/MediaWiki-Vagrant#Pushing_commits [06:07:11] andre__: Yeah, I tried that and I get the same error. [06:07:16] ah :( [06:08:12] aharoni, Do you have a .gitreview file in the repo? [06:09:24] andre__: yes https://etherpad.wikimedia.org/p/aharoni-20160420 [06:09:58] Hmm, that looks all correct. Sorry, out of ideas :( [06:39:52] andre__: in case you're curious, I managed to resolve this by copying my ssh key and then running `git remote add gerrit ssh://amire80@gerrit.wikimedia.org:29418/mediawiki/core.git` [06:39:59] but now I have another issue: [06:43:30] although it's probably not Vagrant-specific [06:43:37] I'm trying to run phpunit tests [06:43:50] by going to tests/ [06:44:01] and running `phpunit phpunit/languages/classes/LanguageRuTest.php` [06:44:04] and I get: [06:44:12] Fatal error: unknown class LanguageClassesTestCase in /vagrant/mediawiki/tests/phpunit/languages/classes/LanguageRuTest.php on line 10 [06:45:50] Ah, it's supposed to be `php phpunit.php languages/classes/LanguageRuTest.php` [06:48:20] uhm [06:52:04] OK, another Vagrant question: Can I access files on the Vagrant VM from the host machine? [07:06:28] ... oh it's actually right there under the vagrant/ directory. Neat. [08:35:01] ciao [08:35:19] !list [08:35:19] mediawiki-l and wikitech-l are the primary mailing lists for MediaWiki-related issues. See http://lists.wikimedia.org/ for details. [10:23:36] is there anyone online that can help me with a password problem on the web page? [10:26:54] we will never know [13:11:35] morning [15:08:16] In my Template, I’m trying to grab an image whether or not the user enters [[File:]] or [[Image:]] or no prefix at all and then if there’s a caption, then to add that, too. My work in progress: https://dpaste.de/vYM3 [16:59:29] If you're running MW 1.26.2, do you have to install composer on top of the basic installation to manage extensions? Or is it already there? [17:00:18] composer is one way to manage extensions that are not bundled with mediawiki [17:01:48] if you want to use it, you will need to get it from somewhere (such as the package repo maintained by your OS project) [17:04:32] Umm... can you explain that like I'm 5 years old? Sorry, I'm new to this! Is it included in a usable form with the basic MW installation or do I need to install it via these instructions? https://www.mediawiki.org/wiki/Composer#Using_composer-merge-plugin [17:06:24] birch: composer is not included with mw [17:06:31] Okay, thanks! [17:07:20] also, https://xkcd.com/1364/ [17:07:40] ;) [17:08:17] :D [17:12:56] At Wikimania, you'll be able to play ELIF with Iolanda's surprisingly smart sons [17:23:22] Trying to upload an image but it's stuck on uploading. I've tried restarting browser and using different browsers. Any suggestions? [18:03:23] In my Template, I’m trying to grab an image whether or not the user enters [[File:]] or [[Image:]] or no prefix at all and then if there’s a caption, then to add that, too. My work in progress: https://dpaste.de/vYM3 [20:40:55] I have switched my site to HTTPS, but somebody may intercept password reset email which is not ciphered. How to protect my site against password reset attacks? [20:53:11] porton: use a SMTP server that supports TLS? [20:53:43] Vulpix: How to check whether my email provider support TLS? [20:53:59] Vulpix: Can I configure Exim on a Debian server to support TLS? [20:54:08] porton: that's dependent on two things: (1) is your system configured for TLS email receiving/sending, and (2) the remote server has to be configured to accept TLS encrypted email messages on the connection [20:54:12] a lot of times both don't exist [20:54:18] porton: short answer: yes. long answer: maybe. [21:01:45] I am getting this error, even though I ran update.php. what can I do? """1054 Unknown column 'page_counter' in 'field list' (""" [21:03:24] meltingwax: what MediaWiki version are you using? [21:04:06] 1.24.4 [21:04:21] on second thought, this might be because the database was last used with 1.26 [21:04:34] downgrading is not supported [21:04:41] Yeah, that'll break badly. [21:07:49] meltingwax: try disabling hit counters [21:08:09] they were removed recently, and i guess 1.26 update.php removed the database tables [21:08:52] https://www.mediawiki.org/wiki/Manual:$wgDisableCounters [21:08:53] other things may be broken as well [21:09:17] yeah [21:17:21] yeah, i just went to 1.26 and it worke [21:17:22] d [21:56:59] hi guys, I have the Math extension installed on wikipedia and I can render images using texvc but for some reason the debug log says wikipedia is getting an empty response [21:57:05] the file is executable and selinux is set to permissive is there anything else I should check? [22:23:23] Hello guys, can someone help me with wikimedias extension "translate" ? [22:23:30] I got the "cant find the extension.json" error - then i figured out that i need to install it via composer [22:23:38] but cant find any clues of a successfull installation in the special:version page [22:41:13] Inso, you might try the #mediawiki-i18n channel. (Although many of the participants there are more active during European working hours). If that doesn't work, try the extension's talkpage onwiki. (And if you resolve the problem, add notes there, for others! ;) [22:41:55] allright thank you!