r45604 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45603‎ | r45604 | r45605 >
Date:17:47, 9 January 2009
Author:aaron
Status:resolved (Comments)
Tags:
Comment:
Mark non-patrolled edits in feeds (bug 16604)
Modified paths:
  • /trunk/phase3/includes/RecentChange.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/RecentChange.php
@@ -643,7 +643,7 @@
644644 $flag = $rc_log_action;
645645 } else {
646646 $comment = self::cleanupForIRC( $rc_comment );
647 - $flag = ($rc_new ? "N" : "") . ($rc_minor ? "M" : "") . ($rc_bot ? "B" : "");
 647+ $flag = ($rc_patrolled ? "" : "!") . ($rc_new ? "N" : "") . ($rc_minor ? "M" : "") . ($rc_bot ? "B" : "");
648648 }
649649
650650 if ( $wgRC2UDPInterwikiPrefix === true ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r45605Send manual patrols to IRC (bug 16604)aaron17:57, 9 January 2009
r45974Show title/rev in IRC (bug 16604)aaron20:47, 21 January 2009
r46389* (bug 16604) Mark non-patrolled edits in feeds with "!"aaron21:19, 27 January 2009
r46393* (bug 16604) Show title/rev in IRC for patrol logaaron21:59, 27 January 2009

Comments

#Comment by Aaron Schulz (talk | contribs)   22:03, 10 January 2009

Tweaked in r45620

#Comment by Brion VIBBER (talk | contribs)   21:18, 27 January 2009

release note!

#Comment by Aaron Schulz (talk | contribs)   21:24, 27 January 2009

Updated release notes

Status & tagging log