r81962 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81961‎ | r81962 | r81963 >
Date:12:23, 11 February 2011
Author:demon
Status:ok (Comments)
Tags:
Comment:
Commit my live hack. $classes should be an array or array_merge() will yell at you
Modified paths:
  • /branches/wmf/1.17wmf1/includes/ChangesList.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/includes/ChangesList.php
@@ -1121,6 +1121,7 @@
11221122 $this->insertComment( $r, $rcObj );
11231123 $this->insertRollback( $r, $rcObj );
11241124 # Tags
 1125+ $classes = explode( ' ', $classes );
11251126 $this->insertTags( $r, $rcObj, $classes );
11261127 # Show how many people are watching this if enabled
11271128 $r .= $this->numberofWatchingusers($rcObj->numberofWatchingusers);

Follow-up revisions

RevisionCommit summaryAuthorDate
r85009Merge changes from 1.17wmf1 during deployment period: r81760, r81761, r81954,...demon14:19, 30 March 2011
r85010Merge some deployment changes to trunk: r82738 (as HISTORY), r81962demon14:33, 30 March 2011

Comments

#Comment by 😂 (talk | contribs)   12:43, 11 February 2011

This needs to go in trunk and REL1_17.

Status & tagging log