r79084 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79083‎ | r79084 | r79085 >
Date:19:50, 27 December 2010
Author:happy-melon
Status:resolved
Tags:
Comment:
Follow-up r79083: Fix notices on TW.
Modified paths:
  • /trunk/phase3/includes/ChangesList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ChangesList.php
@@ -124,8 +124,8 @@
125125 # Inconsistent naming, bleh
126126 $map = array(
127127 'newpage' => 'newpage',
128 - 'minor' => 'minor',
129 - 'bot' => 'bot',
 128+ 'minor' => 'minoredit',
 129+ 'bot' => 'botedit',
130130 'unpatrolled' => 'unpatrolled',
131131 );
132132 $flag = $map[$flag];

Sign-offs

UserFlagDate
Krinkleinspected19:00, 7 March 2011

Follow-up revisions

RevisionCommit summaryAuthorDate
r79085Follow-up r79084: synchronise keys.happy-melon20:02, 27 December 2010
r99089Fix bug introduced in r79084: class attribute for minor and bot markers in Sp...catrope12:13, 6 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79083Refactoring in RecentChanges/Watchlist:...happy-melon19:07, 27 December 2010

Status & tagging log