From: Bartosz DziewoƄski Date: Wed, 18 Dec 2013 16:02:33 +0000 (+0100) Subject: Rename SpecialRecentchangeslinked class to SpecialRecentChangesLinked X-Git-Tag: 1.31.0-rc.0~17583^2 X-Git-Url: http://git.cyclocoop.org/%27.parametre_url%28%20%20%20generer_action_auteur%28%27charger_plugin%27%2C%20%27update_flux%27%29%2C%27update_flux%27%2C%20%27oui%27%29.%27?a=commitdiff_plain;h=f2e55d12739c3191ce5d8a69ffdfe3126591a6f2;p=lhc%2Fweb%2Fwiklou.git Rename SpecialRecentchangeslinked class to SpecialRecentChangesLinked For consistency with SpecialRecentChanges. This introduces no incompatibilities as PHP classes are case-insensitive. Change-Id: I5855074deed52fd7492f033c8a8fced8af647602 --- diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 58c8461368..55fef90d83 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -987,7 +987,7 @@ $wgAutoloadLocalClasses = array( 'SpecialRandomInCategory' => 'includes/specials/SpecialRandomInCategory.php', 'SpecialRandomredirect' => 'includes/specials/SpecialRandomredirect.php', 'SpecialRecentChanges' => 'includes/specials/SpecialRecentchanges.php', - 'SpecialRecentchangeslinked' => 'includes/specials/SpecialRecentchangeslinked.php', + 'SpecialRecentChangesLinked' => 'includes/specials/SpecialRecentchangeslinked.php', 'SpecialRedirect' => 'includes/specials/SpecialRedirect.php', 'SpecialResetTokens' => 'includes/specials/SpecialResetTokens.php', 'SpecialRevisionDelete' => 'includes/specials/SpecialRevisiondelete.php', diff --git a/includes/SpecialPageFactory.php b/includes/SpecialPageFactory.php index 30eb129a27..aa5ac87cb1 100644 --- a/includes/SpecialPageFactory.php +++ b/includes/SpecialPageFactory.php @@ -109,7 +109,7 @@ class SpecialPageFactory { 'Watchlist' => 'SpecialWatchlist', 'Newpages' => 'SpecialNewpages', 'Recentchanges' => 'SpecialRecentChanges', - 'Recentchangeslinked' => 'SpecialRecentchangeslinked', + 'Recentchangeslinked' => 'SpecialRecentChangesLinked', 'Tags' => 'SpecialTags', // Media reports and uploads diff --git a/includes/changes/RecentChange.php b/includes/changes/RecentChange.php index 0ef71c42f5..f1f2578ca7 100644 --- a/includes/changes/RecentChange.php +++ b/includes/changes/RecentChange.php @@ -84,7 +84,7 @@ class RecentChange { */ private $mPerformer = false; - public $numberofWatchingusers = 0; # Dummy to prevent error message in SpecialRecentchangeslinked + public $numberofWatchingusers = 0; # Dummy to prevent error message in SpecialRecentChangesLinked public $notificationtimestamp; /** diff --git a/includes/specials/SpecialRecentchangeslinked.php b/includes/specials/SpecialRecentchangeslinked.php index f37ea20720..afd5b4ee8e 100644 --- a/includes/specials/SpecialRecentchangeslinked.php +++ b/includes/specials/SpecialRecentchangeslinked.php @@ -26,7 +26,7 @@ * * @ingroup SpecialPage */ -class SpecialRecentchangeslinked extends SpecialRecentChanges { +class SpecialRecentChangesLinked extends SpecialRecentChanges { var $rclTargetTitle; function __construct() {