Allow users to tag file uploads
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 21 Jan 2016 18:20:53 +0000 (19:20 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Tue, 16 Feb 2016 02:51:29 +0000 (03:51 +0100)
commit05c2c65ab9f4f30439de5282fe0d86384e8ae01a
tree398ac587bbe4b755dd8b75b0eafe62a5af8e9dc4
parent3c6dec4718a14071f70fc319e2105da21978ea8a
Allow users to tag file uploads

Using either action=upload API or Special:Upload. (No user interface
is provided for the latter, this is meant to be used by on-wiki
scripts/gadgets enhancing the upload process.)

Modelled after how ae3ab9eef0379e3e0a6cd9408f153648297e0853
implemented tagging of regular edits.

Bug: T121876
Change-Id: Ia3e0dbd895b2f8bc66985b24db35f112b6f9a22d
includes/api/ApiUpload.php
includes/api/i18n/en.json
includes/api/i18n/qqq.json
includes/jobqueue/jobs/PublishStashedFileJob.php
includes/specials/SpecialUpload.php