r78564 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78563‎ | r78564 | r78565 >
Date:14:47, 18 December 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Message fix
Modified paths:
  • /trunk/extensions/Push/Push.i18n.php (modified) (history)
  • /trunk/extensions/Push/api/ApiPush.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Push/Push.i18n.php
@@ -36,7 +36,7 @@
3737 'push-tab-title' => 'Push $1',
3838 'push-targets' => 'Push targets',
3939 'push-add-target' => 'Add target',
40 - 'push-import-revision-message' => 'Pushed from $1 by $2.',
 40+ 'push-import-revision-message' => 'Pushed from $1.',
4141 'push-tab-no-targets' => 'There are no targets to push to. Please add some to your LocalSettings.php file.',
4242 'push-tab-push-to' => 'Push to $1',
4343 'push-remote-pages' => 'Remote pages',
Index: trunk/extensions/Push/api/ApiPush.php
@@ -310,8 +310,8 @@
311311 $summary = wfMsgExt(
312312 'push-import-revision-message',
313313 'parsemag',
314 - $wgSitename,
315 - $revision['user']
 314+ $wgSitename
 315+ //$revision['user']
316316 );
317317
318318 $requestData = array(

Status & tagging log