Index: trunk/extensions/DynamicPageList/DynamicPageList.i18n.php |
— | — | @@ -1,4 +1,4 @@ |
2 | | -<?php |
| 2 | +<?php |
3 | 3 | /** |
4 | 4 | * Internationalization file for DynamicPageList extension. |
5 | 5 | * |
Index: trunk/extensions/DynamicPageList/DynamicPageListInclude.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * |
10 | 10 | * |
11 | 11 | * @author Steve Sanbeg |
12 | | - * @copyright Copyright � 2006, Steve Sanbeg |
| 12 | + * @copyright Copyright © 2006, Steve Sanbeg |
13 | 13 | * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
14 | 14 | * |
15 | 15 | * |
— | — | @@ -444,7 +444,7 @@ |
445 | 445 | $extractParm = array(); |
446 | 446 | |
447 | 447 | // check if we want to extract parameters directly from the call |
448 | | - // in that case we won�t invoke template2 but will directly return the extracted parameters |
| 448 | + // in that case we won´t invoke template2 but will directly return the extracted parameters |
449 | 449 | // as a sequence of table columns; |
450 | 450 | if (strlen($template2)>strlen($template1) && ($template2[strlen($template1)]==':')) { |
451 | 451 | $extractParm = split(':',substr($template2,strlen($template1)+1)); |
Index: trunk/extensions/DynamicPageList/DynamicPageListMigration.php |
— | — | @@ -43,12 +43,13 @@ |
44 | 44 | $DPLVersion = '1.8.1'; |
45 | 45 | |
46 | 46 | $wgExtensionCredits['parserhook'][] = array( |
47 | | - 'name' => 'DynamicPageList', |
48 | | - 'author' => '[http://de.wikipedia.org/wiki/Benutzer:Algorithmix Gero Scholz]', |
49 | | - 'url' => 'http://www.mediawiki.org/wiki/Extension:DynamicPageList', |
50 | | - 'descriptionmsg' => 'dpl_description', |
51 | | - 'description' => 'A highly flexible report generator for MediaWikis - manual and examples: see [http://semeb.com/dpldemo]', |
52 | | - 'version' => $DPLVersion |
| 47 | + 'path' => __FILE__, |
| 48 | + 'name' => 'DynamicPageList', |
| 49 | + 'author' => '[http://de.wikipedia.org/wiki/Benutzer:Algorithmix Gero Scholz]', |
| 50 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:DynamicPageList', |
| 51 | + 'descriptionmsg' => 'dpl_description', |
| 52 | + 'description' => 'A highly flexible report generator for MediaWikis - manual and examples: see [http://semeb.com/dpldemo]', |
| 53 | + 'version' => $DPLVersion |
53 | 54 | ); |
54 | 55 | |
55 | 56 | require_once( 'DPLSetup.php' ); |