r113327 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113326‎ | r113327 | r113328 >
Date:23:35, 7 March 2012
Author:jeroendedauw
Status:ok (Comments)
Tags:
Comment:
follow up r113323
Modified paths:
  • /trunk/extensions/SemanticResultFormats/GoogleCharts/README (modified) (history)
  • /trunk/extensions/SemanticResultFormats/GraphViz/SRF_Process.php (modified) (history)
  • /trunk/extensions/SemanticResultFormats/INSTALL (modified) (history)
  • /trunk/extensions/SemanticResultFormats/Ploticus/README (modified) (history)
  • /trunk/extensions/SemanticResultFormats/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticResultFormats/SRF_Hooks.php (modified) (history)
  • /trunk/extensions/SemanticResultFormats/SRF_Settings.php (modified) (history)
  • /trunk/extensions/SemanticResultFormats/SemanticResultFormats.php (modified) (history)
  • /trunk/extensions/SemanticResultFormats/jqPlot/README (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/GoogleCharts/README
@@ -5,4 +5,4 @@
66
77 For up-to-date documentation, please refer to:
88
9 -http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats/googlebar_and_googlepie_formats
 9+https://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats/googlebar_and_googlepie_formats
Index: trunk/extensions/SemanticResultFormats/SRF_Hooks.php
@@ -25,7 +25,7 @@
2626
2727 $smw_docu_row = $displaying_data_section->getRow( 'smw' );
2828 $srf_docu_label = wfMsg( 'adminlinks_documentation', wfMsg( 'srf-name' ) );
29 - $smw_docu_row->addItem( AlItem::newFromExternalLink( 'http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats', $srf_docu_label ) );
 29+ $smw_docu_row->addItem( AlItem::newFromExternalLink( 'https://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats', $srf_docu_label ) );
3030
3131 return true;
3232 }
Index: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php
@@ -27,7 +27,7 @@
2828
2929 // Show a warning if Semantic MediaWiki is not loaded.
3030 if ( ! defined( 'SMW_VERSION' ) ) {
31 - die( '<b>Error:</b> You need to have <a href="http://semantic-mediawiki.org/wiki/Semantic_MediaWiki">Semantic MediaWiki</a> installed in order to use <a href="http://www.mediawiki.org/wiki/Extension:Semantic Result Formats">Semantic Result Formats</a>.<br />' );
 31+ die( '<b>Error:</b> You need to have <a href="http://semantic-mediawiki.org/wiki/Semantic_MediaWiki">Semantic MediaWiki</a> installed in order to use <a href="https://www.mediawiki.org/wiki/Extension:Semantic Result Formats">Semantic Result Formats</a>.<br />' );
3232 }
3333
3434 if ( version_compare( SMW_VERSION, '1.6.2 alpha', '<' ) ) {
Index: trunk/extensions/SemanticResultFormats/GraphViz/SRF_Process.php
@@ -1,7 +1,7 @@
22 <?php
33 /*******************************************************************************
44 * This file contains the Process Printer for SemanticResultFormats
5 -* (http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats)
 5+* (https://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats)
66 *
77 * Copyright (c) 2008 - 2009 Frank Dengler and Hans-Jörg Happel
88 *
Index: trunk/extensions/SemanticResultFormats/SRF_Settings.php
@@ -21,7 +21,7 @@
2222 }
2323
2424 # The formats you want to be able to use.
25 -# See the INSTALL file or this url for more info: http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats#Installation
 25+# See the INSTALL file or this url for more info: https://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats#Installation
2626 $srfgFormats = array(
2727 'icalendar',
2828 'vcard',
Index: trunk/extensions/SemanticResultFormats/Ploticus/README
@@ -51,7 +51,7 @@
5252 0 0 * * * MW_INSTALL_PATH=/var/www/wiki /usr/bin/php /var/www/wiki/extension/SemanticResultFormats/Ploticus/SRF_Ploticus_cleanCache.php -v 2>&1 > /var/log/ploticus_cleanCache.log
5353
5454 * $wgEnableUploads (default: false - this is a MediaWiki setting)
55 - - must be true. Be sure the upload directory has the proper permissions. (see http://www.mediawiki.org/wiki/Manual:$wgUploadPath)
 55+ - must be true. Be sure the upload directory has the proper permissions. (see https://www.mediawiki.org/wiki/Manual:$wgUploadPath)
5656 If you MUST use SRF-Ploticus without enabling uploads, you can manually create the 'ploticus' directory under the
5757 MediaWiki upload directory (Typically, MW_INSTALL_PATH/images). Further, under the ploticus directory, subdirectories from
5858 0 to f hex (e.g. 0,1,2...9,a,b,c,d,e,f) should also be created, all with permission 777.
Index: trunk/extensions/SemanticResultFormats/INSTALL
@@ -15,7 +15,7 @@
1616 Installation instructions are available online in a more convenient form for
1717 reading at:
1818
19 - http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats
 19+ https://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats
2020
2121 Copy all files into MediaWiki's extensions folder, either by using SVN or by
2222 extracting an installation package. You need to enter one line to your local
Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES
@@ -4,6 +4,8 @@
55
66 == SRF 1.7.1 ==
77
 8+Released on Match 8, 2012.
 9+
810 * Fixed issue with the graphlenegd parameter in the graph format (bug 33745).
911 * Added 'default' parameter to math formats (bug 34983).
1012
Index: trunk/extensions/SemanticResultFormats/jqPlot/README
@@ -9,4 +9,5 @@
1010
1111 For more information about the jqPlot result formats, see:
1212
13 -http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats/jqplotbar_and_jqplotpie_formats
 13+* http://semantic-mediawiki.org/wiki/Help:jqplotpie_format
 14+* http://semantic-mediawiki.org/wiki/Help:jqplotbar_format

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r1133231.7.1 reljeroendedauw23:32, 7 March 2012

Comments

#Comment by Nikerabbit (talk | contribs)   08:37, 8 March 2012

The last two links are not https?

#Comment by P858snake (talk | contribs)   08:44, 8 March 2012

They don't appear to support SSL on their site.

Status & tagging log