r109668 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109667‎ | r109668 | r109669 >
Date:00:36, 21 January 2012
Author:rmoen
Status:ok
Tags:
Comment:
add InterfaceConcurrency js module if extension is loaded
Modified paths:
  • /trunk/extensions/MoodBar/SpecialFeedbackDashboard.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/SpecialFeedbackDashboard.php
@@ -68,6 +68,11 @@
6969 $wgOut->addHTML( $this->buildList( $res ) );
7070 $wgOut->addModuleStyles( 'ext.moodBar.dashboard.styles' );
7171 $wgOut->addModules( 'ext.moodBar.dashboard' );
 72+ //check for interfaceConcurrency extension, remove check when in core.
 73+ if( class_exists( 'ApiConcurrency') ) {
 74+ $wgOut->addModules( 'jquery.interfaceConcurrency' );
 75+ }
 76+
7277 }
7378
7479 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108825in preparation of concurrencyCheck extension, add concurrency check call to f...rmoen18:42, 13 January 2012

Status & tagging log