aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types/ascii
Commit message (Expand)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-232-2/+2
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-2/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-052-10/+10
* Ascii media type initial migration.Christopher Allan Webber2016-03-261-0/+33
* Pass filename instead of file object when calling PIL.Image.save()宋文武2016-01-211-5/+2
* Fix #919 - Use class names in super call not self.__class__Jessica Tallon2014-09-301-1/+1
* The file() builtin has been removed in Python 3. Use open() instead.Berker Peksag2014-06-071-3/+3
* Use six.text_type instead of unicode().Berker Peksag2014-06-021-1/+3
* Generic'ifying the submit code to not rely on the werkzeug FileStorage datast...Christopher Allan Webber2013-11-131-6/+6
* Fixing the ascii art media type. There was an ordering issue in the code.Christopher Allan Webber2013-11-081-2/+3
* skip ascii thumb resizing if necessaryRodney Ewing2013-09-191-12/+12
* Merge remote-tracking branch 'refs/remotes/rodney757/reprocessing'Christopher Allan Webber2013-09-181-0/+26
|\
| * skip ascii thumb resizing if necessaryRodney Ewing2013-08-211-0/+26
* | typo. conversions not convirsionsRodney Ewing2013-09-061-1/+1
* | ascii media_type now have their own config_spec.iniRodney Ewing2013-08-292-2/+6
* | Removing unnecessary "setup_plugin()" calls, as pointed out by Velmont.Christopher Allan Webber2013-08-251-6/+0
|/
* refactor get_orig_filename to return an acceptable filename to the processor.Rodney Ewing2013-08-161-8/+10
* include a thumb_size string with each Resizer to run gmg reprocess thumbsRodney Ewing2013-08-161-0/+1
* typosRodney Ewing2013-08-161-2/+3
* forgot to add the ascii resizer to the list of processorsRodney Ewing2013-08-161-0/+1
* rewind the file to the beginingRodney Ewing2013-08-161-0/+3
* forgot to change __init__ for new processing managersRodney Ewing2013-08-161-2/+2
* added file argument to video resizer and added ascii resizerRodney Ewing2013-08-161-0/+46
* Added initial processor for ascii mediaRodney Ewing2013-08-161-95/+142
* Switching the hook 'get_media_manager' to a more "directed" tuple-hookChristopher Allan Webber2013-07-121-6/+1
* converted ascii media_type to pluginRodney Ewing2013-07-022-6/+29
* Make all media types use the new MediaManager classes.Praveen Kumar2013-04-301-9/+11
* PIL: Support systems with Pillow and withoutAlon Levy2013-04-172-5/+13
* Merge remote-tracking branch 'cwebber/254_delete_queue_directories'Elrond2013-04-081-1/+7
|\
| * Convert media processing backends to delete the queue directory (#254)Sebastian Spaeth2013-01-221-1/+7
* | Merge remote-tracking branch 'refs/remotes/elrond/sql/media_data'Christopher Allan Webber2013-02-091-1/+2
|\ \
| * | Turn media.{backref_nam} from a list to a scalar.Elrond2013-02-011-1/+2
| |/
* / Kill monkeypatching of ProcessingState.Elrond2013-02-081-3/+3
|/
* Switch over media processor to use the get_workbench decorator (#565)Sebastian Spaeth2013-01-161-5/+8
* Mv db.sql.base to db.baseSebastian Spaeth2013-01-071-1/+1
* (SQL) Media types: Refactor backrefnames.Elrond2012-12-241-1/+4
* Media processing, transcoding, display fixesJoar Wandborg2012-04-092-23/+12
* 411: Add relationship and backrefs to media_data tables.Elrond2012-03-281-2/+4
* Merge remote-tracking branch 'joar/audio+sniffing'Joar Wandborg2012-03-273-4/+23
|\
| * Media type refractors, pep8, lintJoar Wandborg2012-03-262-3/+8
| * Replaced 'not foo == None' with 'foo is not None' in ascii sniffing tooJoar Wandborg2012-03-081-1/+1
| * Audio thumbnailing & spectrograms, media plugins use sniffingJoar Wandborg2012-02-281-0/+9
| * Changed media processing delegation to a 'sniffing' methodJoar Wandborg2012-02-152-1/+6
* | More standard media_data model for ascii.Elrond2012-03-201-3/+3
* | Import "Base" from base instead of models.Elrond2012-03-201-1/+1
* | 500 error because of subscripting instead of using attributesJakob Kramer2012-03-181-2/+2
* | Make mediagoblin SQL models all use a consistent table naming schemeChristopher Allan Webber2012-03-171-2/+2
* | Updates so that dbupdate command worksChristopher Allan Webber2012-02-182-0/+51
|/
* Fully qualify the import of asciitoimageChristopher Allan Webber2012-02-081-1/+1
* ASCII media support - FixesJoar Wandborg2012-02-042-5/+7