Bartosz Dziewoński has uploaded a new change for review.
https://gerrit.wikimedia.org/r/102449
Change subject: Rename SpecialRecentchangeslinked → SpecialRecentChangesLinked
......................................................................
Rename SpecialRecentchangeslinked → SpecialRecentChangesLinked
For consistency with SpecialRecentChanges.
This introduces no incompatibilies as PHP classes are case-insensitive.
Change-Id: I5855074deed52fd7492f033c8a8fced8af647602
---
M includes/AutoLoader.php
M includes/SpecialPageFactory.php
M includes/changes/RecentChange.php
M includes/specials/SpecialRecentchangeslinked.php
4 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/49/102449/1
diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php
index ca40d1e..d2aa229 100644
--- a/includes/AutoLoader.php
+++ b/includes/AutoLoader.php
@@ -986,7 +986,7 @@
'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 30eb129..aa5ac87 100644
--- a/includes/SpecialPageFactory.php
+++ b/includes/SpecialPageFactory.php
@@ -109,7 +109,7 @@
'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 0ef71c4..f1f2578 100644
--- a/includes/changes/RecentChange.php
+++ b/includes/changes/RecentChange.php
@@ -84,7 +84,7 @@
*/
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 f37ea20..afd5b4e 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() {
--
To view, visit https://gerrit.wikimedia.org/r/102449
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5855074deed52fd7492f033c8a8fced8af647602
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits