http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98009

Revision: 98009
Author:   demon
Date:     2011-09-24 17:13:51 +0000 (Sat, 24 Sep 2011)
Log Message:
-----------
MFT r93896

Modified Paths:
--------------
    
branches/wmf/1.18wmf1/extensions/ExtensionDistributor/ExtensionDistributor.i18n.php
    
branches/wmf/1.18wmf1/extensions/ExtensionDistributor/ExtensionDistributor_body.php

Property Changed:
----------------
    branches/wmf/1.18wmf1/extensions/ExtensionDistributor/


Property changes on: branches/wmf/1.18wmf1/extensions/ExtensionDistributor
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/REL1_15/phase3/extensions/ExtensionDistributor:51646
/branches/REL1_17/phase3/extensions/ExtensionDistributor:81445,81448
/branches/new-installer/phase3/extensions/ExtensionDistributor:43664-66004
/branches/sqlite/extensions/ExtensionDistributor:58211-58321
/trunk/extensions/ExtensionDistributor:93896
/trunk/phase3/extensions/ExtensionDistributor:92580,92634,92713,92762,92765,92791,92854,92884,92886-92887,92894,92898,92907,92932,92958,93141,93149,93151,93233-93234,93258,93266,93303,93516-93518,93520,93818-93822,93847,93858,93891,93935-93936,94058,94062,94068,94107,94155,94235,94277,94346,94372,94422,94425,94444,94448,94456,94498,94517,94601,94630,94728,94738,94825,94862,94995-94997,95023,95042,95072-95073,95155,95327,95332,95410,95422,95426,95442,95468,95601,95812

Modified: 
branches/wmf/1.18wmf1/extensions/ExtensionDistributor/ExtensionDistributor.i18n.php
===================================================================
--- 
branches/wmf/1.18wmf1/extensions/ExtensionDistributor/ExtensionDistributor.i18n.php
 2011-09-24 17:13:21 UTC (rev 98008)
+++ 
branches/wmf/1.18wmf1/extensions/ExtensionDistributor/ExtensionDistributor.i18n.php
 2011-09-24 17:13:51 UTC (rev 98009)
@@ -47,7 +47,6 @@
 
 If you have any questions about this extension distribution system, please go 
to [[Extension talk:ExtensionDistributor]].",
                'extdist-want-more' => 'Get another extension',
-               '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'''.",
 );
 
 /** Message documentation (Message documentation)

Modified: 
branches/wmf/1.18wmf1/extensions/ExtensionDistributor/ExtensionDistributor_body.php
===================================================================
--- 
branches/wmf/1.18wmf1/extensions/ExtensionDistributor/ExtensionDistributor_body.php
 2011-09-24 17:13:21 UTC (rev 98008)
+++ 
branches/wmf/1.18wmf1/extensions/ExtensionDistributor/ExtensionDistributor_body.php
 2011-09-24 17:13:51 UTC (rev 98009)
@@ -198,17 +198,13 @@
                        Xml::closeElement( 'select' ) . ' ' .
                        Xml::submitButton( wfMsg( 'extdist-submit-version' ), 
array( 'name' => 'extdist_submit' ) ) .
                        Xml::closeElement( 'form' ) . "\n"
-               );
-               
-               $wgOut->addHtml( '<span style="color:darkred">' . wfMsgExt( 
'extdist-trunk-warning', 'parse' ) . '</span>' );
+               );
        }
 
        protected function doDownload( $extension, $version ) {
                global $wgExtDistWorkingCopy, $wgExtDistTarDir, 
$wgExtDistBranches,
                        $wgOut, $wgExtDistTarUrl, $wgExtDistRemoteClient;
 
-               $wgOut->addHtml( '<span style="color:darkred">' . wfMsgExt( 
'extdist-trunk-warning', 'parse' ) . '</span>' );
-                       
                if ( $wgExtDistRemoteClient ) {
                        $rev = $this->updateAndGetRevisionRemote( $extension, 
$version );
                } else {


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to