* new FauxResponse class to help with unit testing
authorMark A. Hershberger <mah@users.mediawiki.org>
Wed, 10 Feb 2010 10:36:11 +0000 (10:36 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Wed, 10 Feb 2010 10:36:11 +0000 (10:36 +0000)
commitc74fe71cd8ead6f9daa96e5e5da9da1fc2f8c02a
treebfe699c929742308a82c94cb9ad9f53f9539fc6e
parentc386434108427200ea3982453d1c015cc3af2036
* new FauxResponse class to help with unit testing
* Add append() method to FileRepo classes to enable chunked uploading
* Change chunksessionkey to chunksession
* Remove echo json stuff
* Fix a multitude of bugs in my own code
* still to test: mwEmbed use of chunked upload
includes/AutoLoader.php
includes/WebRequest.php
includes/WebResponse.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
maintenance/tests/UploadFromChunksTest.php