r98008 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98007‎ | r98008 | r98009 >
Date:17:13, 24 September 2011
Author:demon
Status:ok
Tags:
Comment:
MFT r93896
Modified paths:
  • /branches/REL1_18/extensions/ExtensionDistributor (modified) (history)
  • /branches/REL1_18/extensions/ExtensionDistributor/ExtensionDistributor.i18n.php (modified) (history)
  • /branches/REL1_18/extensions/ExtensionDistributor/ExtensionDistributor_body.php (modified) (history)

Diff [purge]

Index: branches/REL1_18/extensions/ExtensionDistributor/ExtensionDistributor_body.php
@@ -198,17 +198,13 @@
199199 Xml::closeElement( 'select' ) . ' ' .
200200 Xml::submitButton( wfMsg( 'extdist-submit-version' ), array( 'name' => 'extdist_submit' ) ) .
201201 Xml::closeElement( 'form' ) . "\n"
202 - );
203 -
204 - $wgOut->addHtml( '<span style="color:darkred">' . wfMsgExt( 'extdist-trunk-warning', 'parse' ) . '</span>' );
 202+ );
205203 }
206204
207205 protected function doDownload( $extension, $version ) {
208206 global $wgExtDistWorkingCopy, $wgExtDistTarDir, $wgExtDistBranches,
209207 $wgOut, $wgExtDistTarUrl, $wgExtDistRemoteClient;
210208
211 - $wgOut->addHtml( '<span style="color:darkred">' . wfMsgExt( 'extdist-trunk-warning', 'parse' ) . '</span>' );
212 -
213209 if ( $wgExtDistRemoteClient ) {
214210 $rev = $this->updateAndGetRevisionRemote( $extension, $version );
215211 } else {
Index: branches/REL1_18/extensions/ExtensionDistributor/ExtensionDistributor.i18n.php
@@ -47,7 +47,6 @@
4848
4949 If you have any questions about this extension distribution system, please go to [[Extension talk:ExtensionDistributor]].",
5050 'extdist-want-more' => 'Get another extension',
51 - 'extdist-trunk-warning' => "'''Warning''': this tool will get you a development snapshot that might very well '''not work''' with the MediaWiki version you selected or be broken altogether and is likely to be '''out of date'''.",
5251 );
5352
5453 /** Message documentation (Message documentation)
Property changes on: branches/REL1_18/extensions/ExtensionDistributor
___________________________________________________________________
Added: svn:mergeinfo
5554 Merged /trunk/extensions/ExtensionDistributor:r93896

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r93896Revert r81087, consensus was never reached, and the discussion not finished...reedy16:26, 4 August 2011

Status & tagging log