Merge "Reimplement Special:Filepath as a redirect through Special:Redirect/File."
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 30 Apr 2013 18:37:04 +0000 (18:37 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 30 Apr 2013 18:37:04 +0000 (18:37 +0000)
1  2 
languages/messages/MessagesEn.php
maintenance/language/messages.inc

@@@ -1138,7 -1138,7 +1138,7 @@@ Do not forget to change your [[Special:
  'createacct-benefit-body2'        => 'pages',
  'createacct-benefit-icon3'        => 'icon-contributors',
  'createacct-benefit-head3'        => '{{NUMBEROFACTIVEUSERS}}',
 -'createacct-benefit-body3'        => 'contributors this month',
 +'createacct-benefit-body3'        => 'recent contributors',
  'badretype'                    => 'The passwords you entered do not match.',
  'userexists'                   => 'Username entered already in use.
  Please choose a different name.',
@@@ -4788,13 -4788,6 +4788,6 @@@ You should have received [{{SERVER}}{{S
  'version-entrypoints-api-php'           => '[https://www.mediawiki.org/wiki/Manual:api.php api.php]', # do not translate or duplicate this message to other languages
  'version-entrypoints-load-php'          => '[https://www.mediawiki.org/wiki/Manual:load.php load.php]', # do not translate or duplicate this message to other languages
  
- # Special:FilePath
- 'filepath'         => 'File path',
- 'filepath-page'    => 'File:',
- 'filepath-submit'  => 'Go',
- 'filepath-summary' => 'This special page returns the complete path for a file.
- Images are shown in full resolution, other file types are started with their associated program directly.',
  # Special:Redirect
  'redirect'         => 'Redirect by file, user, or revision ID',
  'redirect-legend'  => 'Redirect to a file or page',
@@@ -4902,7 -4895,6 +4895,7 @@@ This site is experiencing technical dif
  'htmlform-selectorother-other' => 'Other',
  'htmlform-no'                  => 'No',
  'htmlform-yes'                 => 'Yes',
 +'htmlform-chosen-placeholder'  => 'Select an option',
  
  # SQLite database support
  'sqlite-has-fts' => '$1 with full-text search support',
@@@ -3637,12 -3637,6 +3637,6 @@@ $wgMessageStructure = array
                'version-entrypoints-api-php',
                'version-entrypoints-load-php',
        ),
-       'filepath' => array(
-               'filepath',
-               'filepath-page',
-               'filepath-submit',
-               'filepath-summary',
-       ),
        'redirect' => array(
                'redirect',
                'redirect-legend',
                'htmlform-selectorother-other',
                'htmlform-no',
                'htmlform-yes',
 +              'htmlform-chosen-placeholder',
        ),
        'sqlite' => array(
                'sqlite-has-fts',