Index: trunk/extensions/SemanticResultFormats/GoogleCharts/README |
— | — | @@ -5,4 +5,4 @@ |
6 | 6 | |
7 | 7 | For up-to-date documentation, please refer to: |
8 | 8 | |
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 @@ |
26 | 26 | |
27 | 27 | $smw_docu_row = $displaying_data_section->getRow( 'smw' ); |
28 | 28 | $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 ) ); |
30 | 30 | |
31 | 31 | return true; |
32 | 32 | } |
Index: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php |
— | — | @@ -27,7 +27,7 @@ |
28 | 28 | |
29 | 29 | // Show a warning if Semantic MediaWiki is not loaded. |
30 | 30 | 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 />' ); |
32 | 32 | } |
33 | 33 | |
34 | 34 | if ( version_compare( SMW_VERSION, '1.6.2 alpha', '<' ) ) { |
Index: trunk/extensions/SemanticResultFormats/GraphViz/SRF_Process.php |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | /******************************************************************************* |
4 | 4 | * 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) |
6 | 6 | * |
7 | 7 | * Copyright (c) 2008 - 2009 Frank Dengler and Hans-Jörg Happel |
8 | 8 | * |
Index: trunk/extensions/SemanticResultFormats/SRF_Settings.php |
— | — | @@ -21,7 +21,7 @@ |
22 | 22 | } |
23 | 23 | |
24 | 24 | # 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 |
26 | 26 | $srfgFormats = array( |
27 | 27 | 'icalendar', |
28 | 28 | 'vcard', |
Index: trunk/extensions/SemanticResultFormats/Ploticus/README |
— | — | @@ -51,7 +51,7 @@ |
52 | 52 | 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 |
53 | 53 | |
54 | 54 | * $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) |
56 | 56 | If you MUST use SRF-Ploticus without enabling uploads, you can manually create the 'ploticus' directory under the |
57 | 57 | MediaWiki upload directory (Typically, MW_INSTALL_PATH/images). Further, under the ploticus directory, subdirectories from |
58 | 58 | 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 @@ |
16 | 16 | Installation instructions are available online in a more convenient form for |
17 | 17 | reading at: |
18 | 18 | |
19 | | - http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats |
| 19 | + https://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats |
20 | 20 | |
21 | 21 | Copy all files into MediaWiki's extensions folder, either by using SVN or by |
22 | 22 | extracting an installation package. You need to enter one line to your local |
Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES |
— | — | @@ -4,6 +4,8 @@ |
5 | 5 | |
6 | 6 | == SRF 1.7.1 == |
7 | 7 | |
| 8 | +Released on Match 8, 2012. |
| 9 | + |
8 | 10 | * Fixed issue with the graphlenegd parameter in the graph format (bug 33745). |
9 | 11 | * Added 'default' parameter to math formats (bug 34983). |
10 | 12 | |
Index: trunk/extensions/SemanticResultFormats/jqPlot/README |
— | — | @@ -9,4 +9,5 @@ |
10 | 10 | |
11 | 11 | For more information about the jqPlot result formats, see: |
12 | 12 | |
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 |