r78396 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78395‎ | r78396 | r78397 >
Date:19:03, 14 December 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Message tweak
Modified paths:
  • /trunk/extensions/Push/Push.i18n.php (modified) (history)
  • /trunk/extensions/Push/Push.php (modified) (history)
  • /trunk/extensions/Push/api/ApiPush.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Push/Push.i18n.php
@@ -36,8 +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. $3',
41 - 'push-import-revision-comment' => 'Last comment: $1',
 40+ 'push-import-revision-message' => 'Pushed from $1 by $2.',
4241 'push-tab-no-targets' => 'There are no targets to push to. Please add some to your LocalSettings.php file.',
4342 'push-tab-push-to' => 'Push to $1',
4443 'push-remote-pages' => 'Remote pages',
@@ -85,7 +84,6 @@
8685 */
8786 $messages['qqq'] = array(
8887 'push-err-authentication' => '$1: wiki name, $2: optional detailed error message',
89 - 'push-import-revision-message' => '$3 is [[MediaWiki:Push-import-revision-comment]] or empty.',
9088 'push-remote-page-link' => '$1: page name, $2: wiki name',
9189 'push-remote-page-link-full' => '$1: page name, $2: wiki name',
9290 );
Index: trunk/extensions/Push/Push.php
@@ -73,7 +73,6 @@
7474 'push-button-completed',
7575 'push-button-failed',
7676 'push-import-revision-message',
77 - 'push-import-revision-comment',
7877 'push-button-text',
7978 'push-button-all',
8079 'push-special-item-pushing',
Index: trunk/extensions/Push/api/ApiPush.php
@@ -322,8 +322,7 @@
323323 'push-import-revision-message',
324324 'parsemag',
325325 $wgSitename,
326 - $revision['user'],
327 - $revision['comment'] == '' ? '' : wfMsgExt( 'push-import-revision-comment', 'parsemag', $revision['comment'] )
 326+ $revision['user']
328327 );
329328
330329 $requestData = array(

Status & tagging log