Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix unicode handling in "gmg addmedia". | Berker Peksag | 2014-11-22 | 1 | -3/+4 |
| | |||||
* | The file() builtin has been removed in Python 3. Use open() instead. | Berker Peksag | 2014-06-07 | 1 | -1/+1 |
| | |||||
* | Use six.text_type instead of unicode(). | Berker Peksag | 2014-06-02 | 1 | -6/+10 |
| | | | | I will be switch to use ``from __future__ import unicode_literals`` later. | ||||
* | Switching the addmedia tool over to using the get_upload_file_limits tool also. | Christopher Allan Webber | 2013-11-14 | 1 | -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 Webber | 2013-11-14 | 1 | -1/+1 |
| | | | | | | though. This commit sponsored by Benjamin Williams. Thank you! | ||||
* | Hacks to get past unicode barriers | Christopher Allan Webber | 2013-11-14 | 1 | -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 Webber | 2013-11-13 | 1 | -0/+100 |