Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pChart4mw.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ public static function renderParserFunction() {
}

// Call the base method and return the HTML code. The parameters noparse and isHTML are set
// because otherwise the returned code is not handled as HTML code. See http://www.mediawiki.org/wiki/Manual:Parser_functions
// because otherwise the returned code is not handled as HTML code. See https://www.mediawiki.org/wiki/Manual:Parser_functions
return array(
call_user_func( array( $className, 'render' ), $data, $args, $parser ),
'noparse' => true,
Expand Down
6 changes: 3 additions & 3 deletions pChart4mw.org.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* pChart4mw.php
* provide tags for drawing charts easily using pChart.
* written by Robert Horlings
* http://www.mediawiki.org/wiki/Extension:pChart4mw
* https://www.mediawiki.org/wiki/Extension:pChart4mw
*
* To configure the functionality of this extension include the following in your
* LocalSettings.php file:
Expand All @@ -30,7 +30,7 @@
"name" => "pChart4mw",
"version" => "1.3.2",
"author" => "Robert Horlings, Gérard de Smaele",
"url" => "http://www.mediawiki.org/wiki/Extension:Pchart4mw",
"url" => "https://www.mediawiki.org/wiki/Extension:Pchart4mw",
"description" => "Provides tags for creating different types of pChart graphs: bar, line, pie, radar, scatter and bubble charts."
);

Expand Down Expand Up @@ -134,7 +134,7 @@ function wfPChart4mwSetup() {
/**
* Sets magic words in order to use parser functions
*
* @see http://www.mediawiki.org/wiki/Manual:Parser_functions
* @see https://www.mediawiki.org/wiki/Manual:Parser_functions
* @param <type> $magicWords
* @param <type> $langCode
* @return <type>
Expand Down
6 changes: 3 additions & 3 deletions pChart4mw.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* pChart4mw.php
* provide tags for drawing charts easily using pChart.
* written by Robert Horlings
* http://www.mediawiki.org/wiki/Extension:pChart4mw
* https://www.mediawiki.org/wiki/Extension:pChart4mw
*
* To configure the functionality of this extension include the following in your
* LocalSettings.php file:
Expand All @@ -30,7 +30,7 @@
"name" => "pChart4mw",
"version" => "1.4.0",
"author" => "Robert Horlings, Gérard de Smaele",
"url" => "http://www.mediawiki.org/wiki/Extension:Pchart4mw",
"url" => "https://www.mediawiki.org/wiki/Extension:Pchart4mw",
"description" => "Provides tags for creating different types of pChart graphs: bar, line, pie, radar, scatter and bubble charts."
);

Expand Down Expand Up @@ -140,7 +140,7 @@ function wfPChart4mwSetupGlobal() {
/**
* Sets magic words in order to use parser functions
*
* @see http://www.mediawiki.org/wiki/Manual:Parser_functions
* @see https://www.mediawiki.org/wiki/Manual:Parser_functions
* @param <type> $magicWords
* @param <type> $langCode
* @return <type>
Expand Down
2 changes: 1 addition & 1 deletion pChartWebservice.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* pChartWebservice.php
* Webservice to generate charts using pChart
* written by Robert Horlings
* http://www.mediawiki.org/wiki/Extension:pChart4mw
* https://www.mediawiki.org/wiki/Extension:pChart4mw
*
*/

Expand Down