Add ForeignUpload and ForeignStructuredUpload
authorMark Holmquist <mtraceur@member.fsf.org>
Wed, 26 Aug 2015 19:42:21 +0000 (14:42 -0500)
committerMark Holmquist <mtraceur@member.fsf.org>
Tue, 1 Sep 2015 15:34:00 +0000 (10:34 -0500)
commit85a580452813291f391bf672d54b8af3ae81277e
tree1d42f61f3e2003e3e75a8d3c02c5613f9b0f4f71
parent1f1200615117374614f5ea5af29357936c215450
Add ForeignUpload and ForeignStructuredUpload

These classes will be used to send uploads from one wiki to another,
and the latter includes (partial) adherence to the Commons structured
data system [0].

[0] https://commons.wikimedia.org/wiki/Commons:Structured_data

Change-Id: I96fcb862eb854d23b6f9f553a87fa7ca65bf5a93
Bug: T105071
maintenance/jsduck/categories.json
resources/Resources.php
resources/src/mediawiki/mediawiki.ForeignStructuredUpload.js [new file with mode: 0644]
resources/src/mediawiki/mediawiki.ForeignUpload.js [new file with mode: 0644]
tests/qunit/QUnitTestResources.php
tests/qunit/suites/resources/mediawiki/mediawiki.ForeignStructuredUpload.test.js [new file with mode: 0644]
tests/qunit/suites/resources/mediawiki/mediawiki.ForeignUpload.test.js [new file with mode: 0644]