[09:45:58] Hi [09:46:37] I want to have some kind of variable template that can be used in
 and  blocks
[09:47:07] 	 But {{LeapVersion}} doesn't work
[11:32:42] 	 So mediawiki.org has "Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. See Terms of Use for details."
[11:32:53] 	 How can I put similar text on my own wiki?
[11:33:15] 	 The $wgRights things don't seem to be right for this
[11:33:57] 	 bootc: Stop breaking things
[11:34:15] 	 you probably want $wgRightsPage/$wgRightsUrl/$wgRightsText/$wgRightsIcon
[11:34:34] 	 yeah I thought I did too, but that just puts the icon in
[11:34:49] 	 well, I used $wgRightsPage/ and $wgRightsText
[11:35:02] 	 We use https://www.mediawiki.org/wiki/MediaWiki:Wikimedia-copyright
[11:35:05] * Reedy looks where that's wired in
[11:35:30] 	 AHA, thanks, that kind of mechanism is exactly what I want
[11:35:47] 	 being wikimedia- it's a message override
[11:36:13] 	 I guess MediaWiki:Copyright
[11:36:42] 	 it doesn't look like it is, sadly
[11:37:09] 	 It is
[11:37:11] 	 or at least, MediaWiki:Copyright isn't showing up anywhere for me
[11:37:11] 	 If you use ?uselang=qqx
[11:37:24] 	 you'll see the footer it probably has something like (copyright: )
[11:37:29] 	 which means MediaWiki:copyright
[11:37:39] 	 With the URL brought in if it's set to fill the $1
[11:37:49] 	 "Content is available under $1 unless otherwise noted."
[11:38:07] 	 https://www.mediawiki.org/wiki/Manual:Copyright
[11:38:22] 	 I've looked at that, honest!
[11:38:33] 	 the copyright notice is not showing up
[11:39:13] 	 thhought perhaps more wiring is required somewhere then :-S
[11:39:17] 	 What is $wgRightsPage set to in your LocalSettings?
[11:39:24] 	 # # For attaching licensing metadata to pages, and displaying an
[11:39:25] 	 # # appropriate copyright notice / icon. GNU Free Documentation
[11:39:25] 	 # # License and Creative Commons licenses are supported so far.
[11:39:25] 	 $wgRightsPage = 'MediaWiki:Copyright'; # Set to the title of a wiki page that describes your license/copyright
[11:39:25] 	 $wgRightsUrl = '';
[11:39:27] 	 $wgRightsText = '';
[11:39:30] 	 $wgRightsIcon = '';
[11:39:32] 	 in my dev wiki
[11:39:38] 	 And hence it uses that message
[11:40:07] 	 Depending on what you (or whoever installed it) picked in the installer... I guess it might be set to '' or something to turn it off
[11:40:29] 	 hmm
[11:45:20] 	 oh weird
[11:45:48] 	 so I created {project namespace}:Copyright and the footer appeared
[11:45:55] 	 using the text from MediaWiki:Copyright
[11:46:10] 	 with the link to the $wgRightsPage
[11:59:29] 	 Thanks for pointing me in roughly the right direction Reedy, but I still have no idea how it works :-)
[12:00:36] 	 Magic, glue and string
[12:46:46] 	 hey, does default mediawiki not include templates like ambox?
[12:46:54] 	 no
[12:47:02] 	 it doesn't include any templates
[12:47:30] 	 I tried following guide to export template via https://www.mediawiki.org/wiki/Special:Export but when I click button nothing happens
[12:47:37] 	 how do you get templates
[12:47:50] 	 nothing happens?
[12:47:52] 	 which button?
[12:47:55] 	 !exporttemplates
[12:47:56] 	 To copy templates from Wikipedia, use Special:Export and check the "Include templates" option to get all the sub-templates, then upload the file with Special:Import on your wiki. You'll also likely have to install the ParserFunctions extension, Scribunto extension and install/enable HTML tidy. You also might need some CSS from Wikipedia's Common.css. You'll also need a lot of...
[12:48:59] 	 oh yes sorry it works , I did it wrong first time
[12:49:00] 	 thank you
[17:02:28] 	 oh, time to upgrade again \o/
[17:04:27] 	 lol
[17:15:23] 	 Reedy: the funny part is how my "mediawiki-upgrade.diff" file keeps growing and shrinking with each release
[17:16:46] 	 for example, T29658 stays forever
[17:16:46] 	 T29658: SquidPurgeClient fails on FreeBSD; incorrect constants + MSG_EOR w/ SOCK_STREAM - https://phabricator.wikimedia.org/T29658
[17:17:28] 	 because hardcoded Linux-specific constants are probably not going away any time soon
[17:17:53] 	 (the patch offered there is a bit broken though)
[17:28:05] 	 https://phabricator.wikimedia.org/T29658#5241208
[17:28:34] 	 added my patch file to the thread just in case (though no one is subscribed to it anyway)
[17:28:44] 	 s/thread/task/
[17:29:32] 	 hey?
[17:46:00] 	 Reedy: actually I have a question, how do I go about somehow bumping a task like the one mentioned above? it does not have anyone except the original poster and I subscribed to it, so I am guessing it will not get any attention?
[17:49:52] 	 I've just tagged a couple of teams that it should be in their area of interest...
[17:51:02] 	 thank you!
[17:51:47] 	 I think the EOR flag there makes no sense and should be removed, Linux ignores it silently while FreeBSD and MacOS will trip over it (and Windows likely too as it uses modified BSD sockets)
[17:53:30] 	 since it's SOCK_STREAM and not SOCK_SEQPACKET, MSG_EOR does not apply and I wonder why is it even there, maybe a catch-all for UNIX domain socket case?
[18:19:39] 	 tested the patch with SOCKET_ constants with MW 1.32.2 on FreeBSD, Varnish returns "200 OK Purged"
[21:21:05] 	 Hi all. I've setup a basic vagrant virtualmachine. The mediawiki accessable at 127.0.0.1:8080/wiki (from my host) is very slow. There is no content input into the site yet, and still the front page takes 4 seconds to load. I'm running on fast hardware. Hints?
[21:23:18] 	 virtualisation is slow
[21:23:36] 	 How many CPU cores have you allocated to vagrant?
[21:23:39] 	 How much ram?
[21:25:38] 	 Reedy: 8 cores. 10GB ram
[21:25:48] 	 Allocated to vagrant?
[21:26:41] 	 @Reedy Yes. The machine has 31GB total.
[21:26:45] 	 CPU: Intel Core i7-6900k
[21:27:14] 	 Really shouldn't need 8 cores (nor would it make use of them)
[21:27:16] 	 !performance
[21:27:16] 	  
[21:27:36] 	 Is it your own vagrant? Or using our vagrantfile?
[21:28:16] 	 Reedy: We are using your varantfile.
[21:30:26] 	 I'll check the links you sent.
[21:31:11] 	 Reedy: Do you think the vagrant plugins vagrant-cachier vagrant-faster would be useful in this case?
[21:32:17] 	 I don't think you've looked what at least the first one does before you asked that
[21:32:49] 	 As that is just a cache of OS packages
[21:32:55] 	 The second...
[21:33:10] 	 You've seemingly already done what that would've done by setting that much ram/cpu (or the default config did)
[21:34:48] 	 Ah, right. Ok. Thanks.
[21:35:32] 	 is memcached installed/setup?
[21:35:42] 	 I don't think it's a default enable unless you install certain extension roles
[21:36:11] 	 Reedy: I'll check...
[21:37:02] 	 Reedy: No, it's not. 
[21:39:48] 	 Reedy: Your first link talks about setting the cache type to CACHE_ACCEL. Is that a built in, or do I need to install something to make it available?
[21:41:40] 	 Reedy: For memcached, is there a recommended way to activate it?
[21:42:35] 	 vagrant role enable memcached
[21:42:38] 	 vagrant provision
[21:42:51] 	 Reedy: Wow, ok. thanks.
[21:44:39] 	 Reedy: My MainCacheType is set to redis now. Is the reccomended CACHE_ACCEL better?
[21:45:03] 	 probably not
[21:46:20] 	 Ok, thanks for the tips. I'll check back in a few.