Re: [MediaWiki-l] https

2014-03-17 Thread Jonathan Aquilina
That is dependent on his web server setup. I use apache and since i have multiple sites I have a vhost that accepts connections on port 80 then redirects them to 443 for https. In otherwords with having a vhost that has two directives someone can type a non https address and it redirects them. I

[MediaWiki-l] Mbox importing

2014-03-17 Thread Gregory SACRE
Dear all, Sorry if this question has been asked a dozen times but I can't get the Template:Mbox to properly work and it's been about 2 days of search on the Internet (without success obviously). 1. What I did I exported Template:Mbox using the Special:Export page. It created an XML file. I

Re: [MediaWiki-l] Mbox importing

2014-03-17 Thread David Chamberlain
after that you need to go through each supporting template and make sure you have every dependent template and module. My way may not bee the best or fastest but here is what I do. I go to my wiki for Template:Ambox/doc and look through to make sure all links are blue and download any missing

[MediaWiki-l] https

2014-03-17 Thread Jan Steinman
From: Scheid, Bernhard bernhard.sch...@oeaw.ac.at For unknown reasons, google sometimes refers to my wiki-pages by using https instead of http. The result is that the page is displayed, but without css. Any advice how to prevent this? I doubt Google is making this up. That means that

Re: [MediaWiki-l] https

2014-03-17 Thread Tom Hutchison
Just use .htaccess to rewrite incoming https to http and send a 301 back.  Tom From: Scheid, Bernhard bernhard.sch...@oeaw.ac.at For unknown reasons, google sometimes refers to my wiki-pages by using https instead of http. The result is that the page is displayed, but without css.

[MediaWiki-l] New RFC: Associated namespaces (seeking comments proposals)

2014-03-17 Thread David Cuenca
Hi, I have started drafting a RFC to associate namespaces: https://www.mediawiki.org/wiki/Requests_for_comment/Associated_namespaces Comments and proposals are very much appreciated. Cheers, Micru ___ MediaWiki-l mailing list

Re: [MediaWiki-l] MediaWiki hooks and event handlers (was: MediaWiki hooks and params)

2014-03-17 Thread Amelia Ireland
Arcane 21 arcane at live.com writes: I recommend using the MW 1.22.4 tarball to base this on. The MW 1.22.3 extensions are the wrong branch and produce errors, assuming you're using the Cite extension that was bundled with the 1.22.3 tarball.. I've upgraded my MW installation and the

Re: [MediaWiki-l] MediaWiki hooks and event handlers (was: MediaWiki hooks and params)

2014-03-17 Thread Benjamin Lees
On Mon, Mar 17, 2014 at 5:56 PM, Amelia Ireland amelia.irel...@gmod.orgwrote: Perhaps someone can help me sort out the syntax for writing an event handler that modifies an existing value. I believe you want the ampersands in the function definition, not the function call.