(bug 30625) Return warnings, if they exist, despite ignorewarnings
authorMark Holmquist <mtraceur@member.fsf.org>
Sat, 26 May 2012 00:05:04 +0000 (17:05 -0700)
committerMark Holmquist <mtraceur@member.fsf.org>
Fri, 6 Jul 2012 17:26:31 +0000 (10:26 -0700)
commit8e402a9dc19c4134e842183e5537b5b0be6645ca
tree2d6378052ce40ad0c8664ac7c5076dcfc9cc18b7
parent7e386ab639c6f1b27ba6046310999bdac5c6f31f
(bug 30625) Return warnings, if they exist, despite ignorewarnings

The API currently doesn't return any indication of the warnings on
a successful upload where the API call had ignorewarnings=true.
This patch allows the client to handle the warnings gracefully.

Patchset 2: Document it properly.

Patchset 3 and 4: Rebase.

Patchset 5: Document it even more properly.

Patchset 6: I didn't understand doxygen properly.

Change-Id: I09c8f3dc13832df55a0ffa9e8b9380aaa4038cf1
includes/api/ApiUpload.php