index
:
django-wkhtmltopdf/.git
master
Django Wrapper to the PDF Renderer: wkhtmltopdf
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wkhtmltopdf
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't mess with stderr
Filipp Lepalaan
2017-01-27
1
-7
/
+0
*
Make ContentNotFoundError optional
Filipp Lepalaan
2017-01-27
1
-1
/
+1
*
Pass filename as string instead of a list. Modify comment to explain.
Josh
2016-03-02
1
-3
/
+3
*
Remove extraneous try/except. Revert test run script changes, but set DEBUG=F...
Josh
2016-02-26
1
-12
/
+8
*
Fix premature file delete on DEBUG=False. Modify test runner to check both DE...
Josh
2016-02-26
1
-28
/
+38
*
Refactor to better support multiple pages.
Josh
2016-02-25
1
-34
/
+47
*
Merge pull request #99 from pauricthelodger/bytes-error
Max Peterson
2016-02-19
1
-2
/
+4
|
\
|
*
Fix unidecode bytes error on python2
Padraic Harley
2015-12-18
1
-2
/
+4
*
|
Remove dependency on Django template engine
Ryan Kaskel
2016-02-17
1
-9
/
+21
|
/
*
Merge pull request #95 from johnraz/extract-logic
Max Peterson
2015-12-01
1
-1
/
+86
|
\
|
*
Extracted logic from views - fixed tests.
Jonathan Liuti
2015-12-01
1
-1
/
+86
*
|
Merge pull request #72 from ghost/master
Max Peterson
2015-12-01
1
-1
/
+1
|
\
\
|
*
|
fix #71
Daniel Gatis Carrazzoni
2015-01-05
1
-1
/
+1
*
|
|
Update utils.py
Joseph
2015-11-26
1
-1
/
+1
*
|
|
Update utils.py
Joseph
2015-11-26
1
-1
/
+2
|
|
/
|
/
|
*
|
Merge pull request #85 from powderflask/master
James Turnbull
2015-07-31
1
-2
/
+7
|
\
\
|
*
|
Patch python3 / mod_wsgi incompatibility on sys.stderrr.fileno() call
Joseph
2015-07-28
1
-1
/
+6
|
*
|
Skip absolute path substitution where STATIC or MEDIA URL is not set
Joseph
2015-07-16
1
-1
/
+1
|
|
/
*
/
WKHTMLTOPDF_CMD is properly split by the shlex module split() which properly ...
Brantley Harris
2015-06-22
1
-1
/
+2
|
/
*
Change the wkhtmltopdf url
Daniel Duong
2014-10-27
1
-1
/
+1
*
First try py3k then fall back to python2
Matt Lenc
2014-06-18
1
-3
/
+3
*
Add support for Python3
Matt Lenc
2014-06-18
1
-7
/
+14
*
Fix tests for Travis by obtaining the WKHTMLTOPDF_CMD from env vars.
mattack108
2013-09-20
1
-2
/
+3
*
Test sys.stderr to ensure it hasn't been overridden
Greg McGuire
2013-08-02
1
-5
/
+8
*
Move make_absolute_paths to utils so it can be used in tests
mattack108
2013-01-15
1
-0
/
+35
*
Merge pull request #21 from shadowrock/fix-extra-slashes
James Turnbull
2013-01-10
1
-1
/
+2
|
\
|
*
Removed extra slashes so the local file paths work in Windows.
Matti Varjokallio
2012-11-29
1
-1
/
+2
*
|
Fix for case when WKHTMLTOPDF_CMD consists of many parts.
Matti Varjokallio
2012-12-09
1
-1
/
+1
|
/
*
Fix images path in PDFs
mlen108
2012-11-13
1
-52
/
+0
*
Pass --encoding utf8 to wkhtmltopdf to render Unicode characters to PDF.
Simon Law
2012-08-30
1
-0
/
+3
*
Tidy up imports.
Marc Tamlyn
2012-07-27
1
-4
/
+1
*
Remove more deprecated stuff and tests for them.
Marc Tamlyn
2012-07-27
1
-13
/
+0
*
Fix typo in docstring.
Charlie Denton
2012-07-27
1
-1
/
+1
*
Python 2.6 compatibility fixes.
Simon Law
2012-07-26
1
-1
/
+1
*
settings.WKHTMLTOPDF_ENV can override environment variables.
Simon Law
2012-07-25
1
-1
/
+6
*
MEDIA_URL and STATIC_URL overrides PDFTemplateResponse.get_override_settings()
Simon Law
2012-07-25
1
-0
/
+6
*
PDFTemplateView.cmd_options contains all the options to pass to wkhtmltopdf
Simon Law
2012-07-24
1
-0
/
+8
*
PDFTemplateResponse and PDFTemplateView now match Django's implementations
Simon Law
2012-07-24
1
-0
/
+55
*
PDFResponse is more robust:
Simon Law
2012-07-23
1
-0
/
+30
*
settings.WKHTMLTOPDF_CMD_OPTIONS sets default command-line options.
Simon Law
2012-07-20
1
-3
/
+6
*
settings.WKHTMLTOPDF_CMD is loaded on-the-fly, not at the module level.
Simon Law
2012-07-20
1
-3
/
+2
*
Reliable command-line argument parsing for wkhtmltopdf().
Simon Law
2012-07-20
1
-18
/
+37
*
wkhtmltopdf() uses subprocess.check_output() instead of a custom Popen call.
Simon Law
2012-07-20
1
-11
/
+5
*
Be clear with template_to_temp_file's arguments
James Turnbull
2012-03-09
1
-2
/
+2
*
Refactor the main render method into a class based view
George Hickman
2011-10-30
1
-30
/
+1
*
Code cleanup
George Hickman
2011-10-30
1
-3
/
+4
*
Use with for file usage
George Hickman
2011-10-30
1
-6
/
+7
*
Removed unised import
v0.1.1
Max Peterson
2011-09-06
1
-1
/
+0
*
Added smart_str
Max Peterson
2011-09-06
1
-1
/
+3
*
fixed some bugs, added filename support
Charlie Denton
2011-07-25
1
-4
/
+10
[next]