Skip Menu |

This queue is for tickets about the CMS-MediaWiki CPAN distribution.

Report information
The Basics
Id: 20977
Status: resolved
Worked: 30 min
Priority: 0/
Queue: CMS-MediaWiki

People
Owner: Nobody in particular
Requestors: rickm [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: No way to specify SSL hosts
As the module requires a 'host' and 'path' for the wiki rather than a 'URL' it is not possible to specify SSL (https) hosts. I'd prefer to see a URL parameter.
CC: RICKM [...] cpan.org
Subject: Re: [rt.cpan.org #20977] No way to specify SSL hosts
Date: Mon, 14 Aug 2006 13:44:21 +0200 (CEST)
To: bug-CMS-MediaWiki [...] rt.cpan.org
From: reto [...] infocopter.com
Rick, I will add an additional (and optional) param [ protocol => 'https' ] at the constructor/new() and login() method. The default value of protocol will be "http" to ensure reverse compatibility. Meanwhile you could replace the "http://" string by "https://" within MediaWiki.pm. Have fun. --reto Show quoted text
> Mon Aug 14 02:43:54 2006: Request 20977 was acted upon. > Transaction: Ticket created by RICKM > Queue: CMS-MediaWiki > Subject: No way to specify SSL hosts > Broken in: (no value) > Severity: Important > Owner: Nobody > Requestors: RICKM@cpan.org > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=20977 > > > > As the module requires a 'host' and 'path' for the wiki rather than a > 'URL' it is not possible to specify SSL (https) hosts. I'd prefer to see > a URL parameter.
RT-Send-CC: RICKM [...] cpan.org
- Added the *optional* constructor parameter 'protocol' where the default value is http. This parameter can also be used in the login function where it is optional as well. - Changed format of $VERSION so CPAN.pm may recognize the version number correctly. You have to 'force install' if you had installed CMS::MediaWiki release 0.80.07. Regards, Reto http://search.cpan.org/dist/CMS-MediaWiki/