r44009 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44008‎ | r44009 | r44010 >
Date:09:31, 28 November 2008
Author:siebrand
Status:ok
Tags:
Comment:
* Special:ImageList -> Special:FileList
* Special:NewImages -> Special:NewFiles
* comments with 'image' to 'file'
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -1170,7 +1170,7 @@
11711171 'upload_source_url',
11721172 'upload_source_file',
11731173 ),
1174 - 'imagelist' => array(
 1174+ 'filelist' => array(
11751175 'imagelist-summary',
11761176 'imagelist_search_for',
11771177 'imgfile',
@@ -1181,7 +1181,7 @@
11821182 'imagelist_size',
11831183 'imagelist_description',
11841184 ),
1185 - 'imagedesciption' => array(
 1185+ 'filedescription' => array(
11861186 'filehist',
11871187 'filehist-help',
11881188 'filehist-deleteall',
@@ -2211,7 +2211,7 @@
22122212 'show-big-image',
22132213 'show-big-image-thumb',
22142214 ),
2215 - 'newimages' => array(
 2215+ 'newfiles' => array(
22162216 'newimages',
22172217 'imagelisttext',
22182218 'newimages-summary',
@@ -2905,8 +2905,8 @@
29062906 'upload-errors' => '',
29072907 'upload-curl-errors' => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>',
29082908 'licenses' => '',
2909 - 'imagelist' => 'Special:ImageList',
2910 - 'imagedesciption' => 'Image description page',
 2909+ 'filelist' => 'Special:FileList',
 2910+ 'filedescription' => 'File description page',
29112911 'filerevert' => 'File reversion',
29122912 'filedelete' => 'File deletion',
29132913 'mimesearch' => 'MIME search',
@@ -2967,7 +2967,7 @@
29682968 'patrol-log' => 'Patrol log',
29692969 'imagedeletion' => 'Image deletion',
29702970 'browsediffs' => 'Browsing diffs',
2971 - 'newimages' => 'Special:NewImages',
 2971+ 'newfiles' => 'Special:NewFiles',
29722972 'video-info' => 'Video information, used by Language::formatTimePeriod() to format lengths in the above messages',
29732973 'badimagelist' => 'Bad image list',
29742974 'variantname-zh' => "Short names for language variants used for language conversion links.
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1774,7 +1774,7 @@
17751775 'uploaderror' => 'Upload error',
17761776 'upload-summary' => '', # do not translate or duplicate this message to other languages
17771777 'uploadtext' => "Use the form below to upload files.
1778 -To view or search previously uploaded files go to the [[Special:ImageList|list of uploaded files]], (re)uploads are also logged in the [[Special:Log/upload|upload log]], deletions in the [[Special:Log/delete|deletion log]].
 1778+To view or search previously uploaded files go to the [[Special:FileList|list of uploaded files]], (re)uploads are also logged in the [[Special:Log/upload|upload log]], deletions in the [[Special:Log/delete|deletion log]].
17791779
17801780 To include a file in a page, use a link in one of the following forms:
17811781 * '''<tt><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></tt>''' to use the full version of the file
@@ -1787,7 +1787,7 @@
17881788 'uploadlog' => 'upload log',
17891789 'uploadlogpage' => 'Upload log',
17901790 'uploadlogpagetext' => 'Below is a list of the most recent file uploads.
1791 -See the [[Special:NewImages|gallery of new files]] for a more visual overview.',
 1791+See the [[Special:NewFiles|gallery of new files]] for a more visual overview.',
17921792 'filename' => 'Filename',
17931793 'filedesc' => 'Summary',
17941794 'fileuploadsummary' => 'Summary:',
@@ -1897,7 +1897,7 @@
18981898 'upload_source_url' => ' (a valid, publicly accessible URL)',
18991899 'upload_source_file' => ' (a file on your computer)',
19001900
1901 -# Special:ImageList
 1901+# Special:FileList
19021902 'imagelist-summary' => 'This special page shows all uploaded files.
19031903 By default the last uploaded files are shown at top of the list.
19041904 A click on a column header changes the sorting.',
@@ -1910,7 +1910,7 @@
19111911 'imagelist_size' => 'Size',
19121912 'imagelist_description' => 'Description',
19131913
1914 -# Image description page
 1914+# File description page
19151915 'filehist' => 'File history',
19161916 'filehist-help' => 'Click on a date/time to view the file as it appeared at that time.',
19171917 'filehist-deleteall' => 'delete all',
@@ -3068,7 +3068,7 @@
30693069 'show-big-image' => 'Full resolution',
30703070 'show-big-image-thumb' => '<small>Size of this preview: $1 × $2 pixels</small>',
30713071
3072 -# Special:NewImages
 3072+# Special:NewFiles
30733073 'newimages' => 'Gallery of new files',
30743074 'imagelisttext' => "Below is a list of '''$1''' {{PLURAL:$1|file|files}} sorted $2.",
30753075 'newimages-summary' => 'This special page shows the last uploaded files.',

Status & tagging log