follow up r62231, r61779, r62175
authorMark A. Hershberger <mah@users.mediawiki.org>
Mon, 22 Feb 2010 02:15:30 +0000 (02:15 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Mon, 22 Feb 2010 02:15:30 +0000 (02:15 +0000)
commitc871b75a3e1d7fc7995af2c3d253adb62ab8e9d3
treecebd09b0de21aeddb61eea674cbbc42ae4b2bab6
parentffc662b09647501b4d349b3379eb76f35f608455
follow up r62231, r61779, r62175
* Fix up messages
* For new FileRepo::append(), use flags to determine whether to delete or not
* Add more error checking for appending
* Fix a couple of places in Revision.php and LogPage.php where DB errors were produced when comment was null
* Remove bogus checking for !$comment, etc on the DONE phase of chunked uploading
* Don't pretend to return a value when raising an exception
* Add more tests for chunked uploads
* Verify that Status::getErrorsArray() (at least where it is used in ApiUpload::execute()) returns an array that we can pass to dieUsageMessage()
* Ensure that checkWarnings(), etc work only on the complete file
includes/LogPage.php
includes/Revision.php
includes/api/ApiBase.php
includes/api/ApiUpload.php
includes/filerepo/FSRepo.php
includes/filerepo/FileRepo.php
includes/filerepo/ForeignAPIRepo.php
includes/filerepo/NullRepo.php
includes/upload/UploadFromChunks.php
languages/messages/MessagesEn.php
maintenance/tests/UploadFromChunksTest.php