r104665 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104664‎ | r104665 | r104666 >
Date:12:13, 30 November 2011
Author:j
Status:reverted
Tags:
Comment:
add i18n#Message_documentation for the newly added messages and add entry to messages.inc
follow up r104659
Modified paths:
  • /trunk/phase3/languages/messages/MessagesQqq.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -1362,6 +1362,7 @@
13631363 'uploadstash-badtoken',
13641364 'uploadstash-errclear',
13651365 'uploadstash-refresh',
 1366+ 'invalid-chunk-offset',
13661367 ),
13671368
13681369 'img-auth' => array(
Index: trunk/phase3/languages/messages/MessagesQqq.php
@@ -1867,6 +1867,9 @@
18681868
18691869
18701870 {{Identical|Internal error}}',
 1871+'invalid-chunk-offset' => 'Error that can happen if chunkd get uploaded out of order.
 1872+As a result of this error, clients can continue from offset provided or restart upload.
 1873+Used on [[Special:UploadWizard]]',
18711874
18721875 # ZipDirectoryReader
18731876 'zip-unsupported' => "Perhaps translations of 'software' can be used instead of 'features' and 'understood' or 'handled' instead of 'supported'.",

Follow-up revisions

RevisionCommit summaryAuthorDate
r104680Revert r104659 and its followup r104665: break the unit tests with a fatal er...catrope13:54, 30 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104659Use database to track uploaded chunks and concatenate at the end....j08:55, 30 November 2011

Status & tagging log