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
/
pdf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply pyupgrade --py36-plus.
Ben Sturmfels
2021-09-23
1
-1
/
+1
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
1
-5
/
+5
*
PDF media type initial migration.
Christopher Allan Webber
2016-03-26
1
-0
/
+46
*
Fix issue 983 PDF UnicodeDecodeError
ayleph
2015-12-10
1
-1
/
+1
*
Fix #919 - Use class names in super call not self.__class__
Jessica Tallon
2014-09-30
1
-1
/
+1
*
Fix unicode error in pdf media type
Christopher Allan Webber
2014-09-12
1
-1
/
+1
*
Fix another tests.
Berker Peksag
2014-08-07
1
-0
/
+1
*
Continue to port GMG codebase.
Berker Peksag
2014-05-08
1
-1
/
+1
*
pdf/processing: fix non pdf regression, copy correct file
Alon Levy
2013-12-26
1
-2
/
+4
*
pdf/processing: avoid possible dead goblin if pdfinfo failed
Alon Levy
2013-12-26
1
-0
/
+5
*
Generic'ifying the submit code to not rely on the werkzeug FileStorage datast...
Christopher Allan Webber
2013-11-13
1
-7
/
+5
*
skip pdf processing if necessary
Rodney Ewing
2013-09-19
1
-0
/
+26
*
pdf media_type now have their own config_spec.ini
Rodney Ewing
2013-08-29
1
-0
/
+5
*
Removing unnecessary "setup_plugin()" calls, as pointed out by Velmont.
Christopher Allan Webber
2013-08-25
1
-6
/
+1
*
Keep the best quality file if there's no original
Rodney Ewing
2013-08-16
1
-1
/
+1
*
refactor get_orig_filename to return an acceptable filename to the processor.
Rodney Ewing
2013-08-16
1
-9
/
+11
*
use thumb_size
Rodney Ewing
2013-08-16
1
-1
/
+1
*
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
/
+2
*
-scale-to only takes 1 size, so choose the smallest
Rodney Ewing
2013-08-16
1
-2
/
+2
*
include '.png' in filename
Rodney Ewing
2013-08-16
1
-2
/
+6
*
oops, localized_file not local_file
Rodney Ewing
2013-08-16
1
-1
/
+1
*
use a tmp_pdf filename
Rodney Ewing
2013-08-16
1
-2
/
+4
*
add reprocess_manager to __init__
Rodney Ewing
2013-08-16
1
-2
/
+2
*
Use workbench for temp files, refactor _set_pdf_filename, and correct imports
Rodney Ewing
2013-08-16
1
-19
/
+28
*
added pdf Resizer
Rodney Ewing
2013-08-16
1
-1
/
+52
*
Added pdf Initial processor
Rodney Ewing
2013-08-16
1
-46
/
+137
*
Switching the hook 'get_media_manager' to a more "directed" tuple-hook
Christopher Allan Webber
2013-07-12
1
-6
/
+2
*
Merge branch 'rodney757-media_plugins'
Christopher Allan Webber
2013-07-12
2
-6
/
+29
|
\
|
*
converted pdf media_type to plugin
Rodney Ewing
2013-07-02
2
-6
/
+29
*
|
Fixing bug that effectively broke document support in 0.4.0.. how embarassing :(
Christopher Allan Webber
2013-07-10
1
-2
/
+2
|
/
*
Make all media types use the new MediaManager classes.
Praveen Kumar
2013-04-30
1
-9
/
+11
*
pdf/processing.py: don't use check_output, only in python>=2.7
Alon Levy
2013-04-17
1
-9
/
+14
*
Removing unused imports and an unused media_files dict reference
Christopher Allan Webber
2013-04-15
1
-4
/
+0
*
add pdf media type
Alon Levy
2013-04-15
4
-0
/
+380