aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/commandline-upload.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: Tune up configuration documentation.Ben Sturmfels2021-03-291-6/+5
|
* Fix bulkupload documentation example.Ben Sturmfels2019-09-121-1/+1
| | | | | The `bulkupload` command expects "dc:title", rather than "dcterms:title". Similar for description.
* Handle collection in batchaddmedia commandSimen Heggestøyl2017-10-161-0/+1
| | | | | | | Make the batchaddmedia command look for a 'collection-slug' column, that for each row may specify the slug of a collection that the media should be added to. This matches the '--collection-slug' argument of the addmedia command.
* Update batchaddmedia csv description docs [5458]Andrew Browning2017-10-081-1/+1
| | | | | | Commit c0ea2bad changed the expected location column header of csv files used by the batchaddmedia command from 'media:location' to 'location'. This change updates the docs to match.
* Merge remote-tracking branch 'spechards-mediagoblin/master'Boris Bobrov2017-01-291-0/+1
|\ | | | | | | | | | | | | | | Conflicts: mediagoblin/submit/lib.py -- happened because of creator->actor change Fixes issue #915
| * Add collection option to 'addmedia' cli uploadingStéphane Péchard2014-07-131-0/+1
| |
* | Spell-check the entire documentation.Ben Sturmfels2016-09-181-5/+5
| |
* | Tidy up federation code and add tests to cover more of the APIsJessica Tallon2014-08-181-1/+7
|/
* Adjusted batchaddmedia to make use of more internal nodes. Added to the docs.tilly-Q2014-05-131-10/+26
|
* Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin into metadatatilly-Q2014-05-131-4/+4
|\ | | | | | | | | Conflicts: mediagoblin/gmg_commands/__init__.py
* | Added documentation for the batchaddmedia gmg tool to the mediagoblin docs.tilly-Q2014-05-121-0/+51
|/
* Documenting the command-line uploading tooling.Christopher Allan Webber2013-11-141-0/+41
This commit sponsored by Libby Reinish. Thank you! :)