Index: branches/REL1_18/extensions/ExtensionDistributor/ExtensionDistributor_body.php |
— | — | @@ -198,17 +198,13 @@ |
199 | 199 | Xml::closeElement( 'select' ) . ' ' . |
200 | 200 | Xml::submitButton( wfMsg( 'extdist-submit-version' ), array( 'name' => 'extdist_submit' ) ) . |
201 | 201 | Xml::closeElement( 'form' ) . "\n" |
202 | | - ); |
203 | | - |
204 | | - $wgOut->addHtml( '<span style="color:darkred">' . wfMsgExt( 'extdist-trunk-warning', 'parse' ) . '</span>' ); |
| 202 | + ); |
205 | 203 | } |
206 | 204 | |
207 | 205 | protected function doDownload( $extension, $version ) { |
208 | 206 | global $wgExtDistWorkingCopy, $wgExtDistTarDir, $wgExtDistBranches, |
209 | 207 | $wgOut, $wgExtDistTarUrl, $wgExtDistRemoteClient; |
210 | 208 | |
211 | | - $wgOut->addHtml( '<span style="color:darkred">' . wfMsgExt( 'extdist-trunk-warning', 'parse' ) . '</span>' ); |
212 | | - |
213 | 209 | if ( $wgExtDistRemoteClient ) { |
214 | 210 | $rev = $this->updateAndGetRevisionRemote( $extension, $version ); |
215 | 211 | } else { |
Index: branches/REL1_18/extensions/ExtensionDistributor/ExtensionDistributor.i18n.php |
— | — | @@ -47,7 +47,6 @@ |
48 | 48 | |
49 | 49 | If you have any questions about this extension distribution system, please go to [[Extension talk:ExtensionDistributor]].", |
50 | 50 | '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'''.", |
52 | 51 | ); |
53 | 52 | |
54 | 53 | /** Message documentation (Message documentation) |
Property changes on: branches/REL1_18/extensions/ExtensionDistributor |
___________________________________________________________________ |
Added: svn:mergeinfo |
55 | 54 | Merged /trunk/extensions/ExtensionDistributor:r93896 |