aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/addmedia.py
Commit message (Collapse)AuthorAgeFilesLines
* Switching the addmedia tool over to using the get_upload_file_limits tool also.Christopher Allan Webber2013-11-141-7/+2
| | | | This commit sponsored by Damien Radtke. Thanks!
* --license doesn't use the user default so correct that. It does use a URL ↵Christopher Allan Webber2013-11-141-1/+1
| | | | | | though. This commit sponsored by Benjamin Williams. Thank you!
* Hacks to get past unicode barriersChristopher Allan Webber2013-11-141-7/+17
| | | | | | | The methods we're using here aren't ideal but they mirror those used in the submit views... This commit sponsored by Alexander Couper. Thanks!
* Start of addmedia command. Kinda close to working ;)Christopher Allan Webber2013-11-131-0/+100