r91741 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91740‎ | r91741 | r91742 >
Date:18:00, 8 July 2011
Author:diebuche
Status:ok
Tags:
Comment:
r91740: Updating module name in extensions
Modified paths:
  • /trunk/extensions/Notificator/SpecialNotificator.php (modified) (history)
  • /trunk/extensions/WikiEditor/modules/jquery.wikiEditor.preview.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Notificator/SpecialNotificator.php
@@ -45,7 +45,7 @@
4646 // Receiver has been notified before - send the diff to the last notified revision
4747 $mailSubjectPrefix = '[' . htmlspecialchars( wfMsg( 'notificator-change-tag' ) ) . '] ';
4848
49 - $wgOut->addModules( 'mediawiki.legacy.diff' );
 49+ $wgOut->addModules( 'mediawiki.action.history.diff' );
5050 $diff = Notificator::getNotificationDiffHtml( $oldRevId, $revId );
5151 $notificationText = wfMsg( 'notificator-notification-text-changes',
5252 htmlspecialchars( $wgUser->getName() ),
Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.preview.js
@@ -117,7 +117,7 @@
118118
119119 $.post( mw.util.wikiScript( 'api' ), postdata2, function( data ) {
120120 // Add diff CSS
121 - mw.loader.load( 'mediawiki.legacy.diff' );
 121+ mw.loader.load( 'mediawiki.action.history.diff' );
122122 try {
123123 var diff = data.query.pages[data.query.pageids[0]]
124124 .revisions[0].diff['*'];

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r91740Moving skins/common/diff.css to mediawiki.action.history.diff.css and updatin...diebuche17:59, 8 July 2011

Status & tagging log