r51698 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51697‎ | r51698 | r51699 >
Date:17:52, 10 June 2009
Author:shinjiman
Status:deferred
Tags:
Comment:
tweak more to removing BOMs and encoding errors
Modified paths:
  • /trunk/extensions/DynamicPageList/DynamicPageList.i18n.php (modified) (history)
  • /trunk/extensions/DynamicPageList/DynamicPageListInclude.php (modified) (history)
  • /trunk/extensions/DynamicPageList/DynamicPageListMigration.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DynamicPageList/DynamicPageList.i18n.php
@@ -1,4 +1,4 @@
2 -<?php
 2+<?php
33 /**
44 * Internationalization file for DynamicPageList extension.
55 *
Index: trunk/extensions/DynamicPageList/DynamicPageListInclude.php
@@ -8,7 +8,7 @@
99 *
1010 *
1111 * @author Steve Sanbeg
12 - * @copyright Copyright � 2006, Steve Sanbeg
 12+ * @copyright Copyright © 2006, Steve Sanbeg
1313 * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
1414 *
1515 *
@@ -444,7 +444,7 @@
445445 $extractParm = array();
446446
447447 // 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
449449 // as a sequence of table columns;
450450 if (strlen($template2)>strlen($template1) && ($template2[strlen($template1)]==':')) {
451451 $extractParm = split(':',substr($template2,strlen($template1)+1));
Index: trunk/extensions/DynamicPageList/DynamicPageListMigration.php
@@ -43,12 +43,13 @@
4444 $DPLVersion = '1.8.1';
4545
4646 $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
5354 );
5455
5556 require_once( 'DPLSetup.php' );

Status & tagging log