Re: [MediaWiki-l] https

2014-03-17 Thread Jonathan Aquilina
Why do that when you can just use a redirect in an apache vhost accept the connection on http and redirect it to https. If the person is already using vhosts that is very easy to implement On Mon, Mar 17, 2014 at 9:43 PM, Tom Hutchison wrote: > Just use .htaccess to rewrite incoming https to ht

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 wrote: > > 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. ___

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

2014-03-17 Thread Amelia Ireland
Arcane 21 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 extensions, bu

[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 MediaWiki-l@lists.wikimedi

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" > > 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 p

[MediaWiki-l] https

2014-03-17 Thread Jan Steinman
> From: "Scheid, Bernhard" > > 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 there are links out the

[MediaWiki-l] WikiEditor Issue in I.E. 8.0

2014-03-17 Thread Rowe, Dolores A
Hey has anybody resolved the WikiEditor Issue in version 1.22.2 where the Advanced menu is overwritten/cut off in I.E. 8.0 ? Didn't have the problem in family 1.19.x. I tried the stuff from the WikiEditor Talk Page, but didn't work out for me. I just thought one of you may have resolved it. Fi

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 pages

[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 imp

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 d