index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
media_types
/
ascii
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply pyupgrade --py36-plus.
Ben Sturmfels
2021-09-23
2
-2
/
+2
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
1
-2
/
+0
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
2
-10
/
+10
*
Ascii media type initial migration.
Christopher Allan Webber
2016-03-26
1
-0
/
+33
*
Pass filename instead of file object when calling PIL.Image.save()
宋文武
2016-01-21
1
-5
/
+2
*
Fix #919 - Use class names in super call not self.__class__
Jessica Tallon
2014-09-30
1
-1
/
+1
*
The file() builtin has been removed in Python 3. Use open() instead.
Berker Peksag
2014-06-07
1
-3
/
+3
*
Use six.text_type instead of unicode().
Berker Peksag
2014-06-02
1
-1
/
+3
*
Generic'ifying the submit code to not rely on the werkzeug FileStorage datast...
Christopher Allan Webber
2013-11-13
1
-6
/
+6
*
Fixing the ascii art media type. There was an ordering issue in the code.
Christopher Allan Webber
2013-11-08
1
-2
/
+3
*
skip ascii thumb resizing if necessary
Rodney Ewing
2013-09-19
1
-12
/
+12
*
Merge remote-tracking branch 'refs/remotes/rodney757/reprocessing'
Christopher Allan Webber
2013-09-18
1
-0
/
+26
|
\
|
*
skip ascii thumb resizing if necessary
Rodney Ewing
2013-08-21
1
-0
/
+26
*
|
typo. conversions not convirsions
Rodney Ewing
2013-09-06
1
-1
/
+1
*
|
ascii media_type now have their own config_spec.ini
Rodney Ewing
2013-08-29
2
-2
/
+6
*
|
Removing unnecessary "setup_plugin()" calls, as pointed out by Velmont.
Christopher Allan Webber
2013-08-25
1
-6
/
+0
|
/
*
refactor get_orig_filename to return an acceptable filename to the processor.
Rodney Ewing
2013-08-16
1
-8
/
+10
*
include a thumb_size string with each Resizer to run gmg reprocess thumbs
Rodney Ewing
2013-08-16
1
-0
/
+1
*
typos
Rodney Ewing
2013-08-16
1
-2
/
+3
*
forgot to add the ascii resizer to the list of processors
Rodney Ewing
2013-08-16
1
-0
/
+1
*
rewind the file to the begining
Rodney Ewing
2013-08-16
1
-0
/
+3
*
forgot to change __init__ for new processing managers
Rodney Ewing
2013-08-16
1
-2
/
+2
*
added file argument to video resizer and added ascii resizer
Rodney Ewing
2013-08-16
1
-0
/
+46
*
Added initial processor for ascii media
Rodney Ewing
2013-08-16
1
-95
/
+142
*
Switching the hook 'get_media_manager' to a more "directed" tuple-hook
Christopher Allan Webber
2013-07-12
1
-6
/
+1
*
converted ascii media_type to plugin
Rodney Ewing
2013-07-02
2
-6
/
+29
*
Make all media types use the new MediaManager classes.
Praveen Kumar
2013-04-30
1
-9
/
+11
*
PIL: Support systems with Pillow and without
Alon Levy
2013-04-17
2
-5
/
+13
*
Merge remote-tracking branch 'cwebber/254_delete_queue_directories'
Elrond
2013-04-08
1
-1
/
+7
|
\
|
*
Convert media processing backends to delete the queue directory (#254)
Sebastian Spaeth
2013-01-22
1
-1
/
+7
*
|
Merge remote-tracking branch 'refs/remotes/elrond/sql/media_data'
Christopher Allan Webber
2013-02-09
1
-1
/
+2
|
\
\
|
*
|
Turn media.{backref_nam} from a list to a scalar.
Elrond
2013-02-01
1
-1
/
+2
|
|
/
*
/
Kill monkeypatching of ProcessingState.
Elrond
2013-02-08
1
-3
/
+3
|
/
*
Switch over media processor to use the get_workbench decorator (#565)
Sebastian Spaeth
2013-01-16
1
-5
/
+8
*
Mv db.sql.base to db.base
Sebastian Spaeth
2013-01-07
1
-1
/
+1
*
(SQL) Media types: Refactor backrefnames.
Elrond
2012-12-24
1
-1
/
+4
*
Media processing, transcoding, display fixes
Joar Wandborg
2012-04-09
2
-23
/
+12
*
411: Add relationship and backrefs to media_data tables.
Elrond
2012-03-28
1
-2
/
+4
*
Merge remote-tracking branch 'joar/audio+sniffing'
Joar Wandborg
2012-03-27
3
-4
/
+23
|
\
|
*
Media type refractors, pep8, lint
Joar Wandborg
2012-03-26
2
-3
/
+8
|
*
Replaced 'not foo == None' with 'foo is not None' in ascii sniffing too
Joar Wandborg
2012-03-08
1
-1
/
+1
|
*
Audio thumbnailing & spectrograms, media plugins use sniffing
Joar Wandborg
2012-02-28
1
-0
/
+9
|
*
Changed media processing delegation to a 'sniffing' method
Joar Wandborg
2012-02-15
2
-1
/
+6
*
|
More standard media_data model for ascii.
Elrond
2012-03-20
1
-3
/
+3
*
|
Import "Base" from base instead of models.
Elrond
2012-03-20
1
-1
/
+1
*
|
500 error because of subscripting instead of using attributes
Jakob Kramer
2012-03-18
1
-2
/
+2
*
|
Make mediagoblin SQL models all use a consistent table naming scheme
Christopher Allan Webber
2012-03-17
1
-2
/
+2
*
|
Updates so that dbupdate command works
Christopher Allan Webber
2012-02-18
2
-0
/
+51
|
/
*
Fully qualify the import of asciitoimage
Christopher Allan Webber
2012-02-08
1
-1
/
+1
*
ASCII media support - Fixes
Joar Wandborg
2012-02-04
2
-5
/
+7
[next]