* Set $titleObj to null by default on getWatchlistValue since it often isn't needed...
authorMark A. Hershberger <mah@users.mediawiki.org>
Tue, 30 Mar 2010 19:10:10 +0000 (19:10 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Tue, 30 Mar 2010 19:10:10 +0000 (19:10 +0000)
commit234f54a88ef53c0a7771d86258888193ad7f9d8f
tree5602c4a1a180fbdb3747fe4a804c83223208fdaf
parent6777ee052d8290556b92d46af0847ecf9d392c38
* Set $titleObj to null by default on getWatchlistValue since it often isn't needed & check that it is set when it is needed. (follow up r64197).
* Refactoring ApiUpload & UploadBase to make it easier to extend & read.
* Use a class constant for the upload session key instead of a hard-coded-across-several-files value.
* Add UploadBase::appendToUploadFile() method to enable protocols that do incremental upload.
includes/api/ApiBase.php
includes/api/ApiUpload.php
includes/upload/UploadBase.php