r89008 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89007‎ | r89008 | r89009 >
Date:22:55, 27 May 2011
Author:catrope
Status:ok
Tags:
Comment:
1.17wmf1: MFT r89001 (already deployed)
Modified paths:
  • /branches/wmf/1.17wmf1/includes/MessageBlobStore.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/includes/MessageBlobStore.php
@@ -343,7 +343,7 @@
344344 }
345345 // Update the module's blobs if the set of messages changed or if the blob is
346346 // older than $wgCacheEpoch
347 - if ( array_keys( FormatJson::decode( $row->mr_blob, true ) ) !== $module->getMessages() ||
 347+ if ( array_keys( FormatJson::decode( $row->mr_blob, true ) ) !== array_values( array_unique( $module->getMessages() ) ) ||
348348 wfTimestamp( TS_MW, $row->mr_timestamp ) <= $wgCacheEpoch ) {
349349 $retval[$row->mr_resource] = self::updateModule( $row->mr_resource, $module, $lang );
350350 } else {
Property changes on: branches/wmf/1.17wmf1/includes/MessageBlobStore.php
___________________________________________________________________
Modified: svn:mergeinfo
351351 Merged /trunk/phase3/includes/MessageBlobStore.php:r89001

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89001Fix issue on the live site causing RL requests for ext.uploadWizard to consis...catrope22:09, 27 May 2011

Status & tagging log