aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Don't mess with stderrFilipp Lepalaan2017-01-271-7/+0
* Make ContentNotFoundError optionalFilipp Lepalaan2017-01-271-1/+1
* Pass filename as string instead of a list. Modify comment to explain.Josh2016-03-021-3/+3
* Remove extraneous try/except. Revert test run script changes, but set DEBUG=F...Josh2016-02-261-12/+8
* Fix premature file delete on DEBUG=False. Modify test runner to check both DE...Josh2016-02-261-28/+38
* Refactor to better support multiple pages.Josh2016-02-251-34/+47
* Merge pull request #99 from pauricthelodger/bytes-errorMax Peterson2016-02-191-2/+4
|\
| * Fix unidecode bytes error on python2Padraic Harley2015-12-181-2/+4
* | Remove dependency on Django template engineRyan Kaskel2016-02-171-9/+21
|/
* Merge pull request #95 from johnraz/extract-logicMax Peterson2015-12-011-1/+86
|\
| * Extracted logic from views - fixed tests.Jonathan Liuti2015-12-011-1/+86
* | Merge pull request #72 from ghost/masterMax Peterson2015-12-011-1/+1
|\ \
| * | fix #71Daniel Gatis Carrazzoni2015-01-051-1/+1
* | | Update utils.pyJoseph2015-11-261-1/+1
* | | Update utils.pyJoseph2015-11-261-1/+2
| |/ |/|
* | Merge pull request #85 from powderflask/masterJames Turnbull2015-07-311-2/+7
|\ \
| * | Patch python3 / mod_wsgi incompatibility on sys.stderrr.fileno() callJoseph2015-07-281-1/+6
| * | Skip absolute path substitution where STATIC or MEDIA URL is not setJoseph2015-07-161-1/+1
| |/
* / WKHTMLTOPDF_CMD is properly split by the shlex module split() which properly ...Brantley Harris2015-06-221-1/+2
|/
* Change the wkhtmltopdf urlDaniel Duong2014-10-271-1/+1
* First try py3k then fall back to python2Matt Lenc2014-06-181-3/+3
* Add support for Python3Matt Lenc2014-06-181-7/+14
* Fix tests for Travis by obtaining the WKHTMLTOPDF_CMD from env vars.mattack1082013-09-201-2/+3
* Test sys.stderr to ensure it hasn't been overriddenGreg McGuire2013-08-021-5/+8
* Move make_absolute_paths to utils so it can be used in testsmattack1082013-01-151-0/+35
* Merge pull request #21 from shadowrock/fix-extra-slashesJames Turnbull2013-01-101-1/+2
|\
| * Removed extra slashes so the local file paths work in Windows.Matti Varjokallio2012-11-291-1/+2
* | Fix for case when WKHTMLTOPDF_CMD consists of many parts.Matti Varjokallio2012-12-091-1/+1
|/
* Fix images path in PDFsmlen1082012-11-131-52/+0
* Pass --encoding utf8 to wkhtmltopdf to render Unicode characters to PDF.Simon Law2012-08-301-0/+3
* Tidy up imports.Marc Tamlyn2012-07-271-4/+1
* Remove more deprecated stuff and tests for them.Marc Tamlyn2012-07-271-13/+0
* Fix typo in docstring.Charlie Denton2012-07-271-1/+1
* Python 2.6 compatibility fixes.Simon Law2012-07-261-1/+1
* settings.WKHTMLTOPDF_ENV can override environment variables.Simon Law2012-07-251-1/+6
* MEDIA_URL and STATIC_URL overrides PDFTemplateResponse.get_override_settings()Simon Law2012-07-251-0/+6
* PDFTemplateView.cmd_options contains all the options to pass to wkhtmltopdfSimon Law2012-07-241-0/+8
* PDFTemplateResponse and PDFTemplateView now match Django's implementationsSimon Law2012-07-241-0/+55
* PDFResponse is more robust:Simon Law2012-07-231-0/+30
* settings.WKHTMLTOPDF_CMD_OPTIONS sets default command-line options.Simon Law2012-07-201-3/+6
* settings.WKHTMLTOPDF_CMD is loaded on-the-fly, not at the module level.Simon Law2012-07-201-3/+2
* Reliable command-line argument parsing for wkhtmltopdf().Simon Law2012-07-201-18/+37
* wkhtmltopdf() uses subprocess.check_output() instead of a custom Popen call.Simon Law2012-07-201-11/+5
* Be clear with template_to_temp_file's argumentsJames Turnbull2012-03-091-2/+2
* Refactor the main render method into a class based viewGeorge Hickman2011-10-301-30/+1
* Code cleanupGeorge Hickman2011-10-301-3/+4
* Use with for file usageGeorge Hickman2011-10-301-6/+7
* Removed unised importv0.1.1Max Peterson2011-09-061-1/+0
* Added smart_strMax Peterson2011-09-061-1/+3
* fixed some bugs, added filename supportCharlie Denton2011-07-251-4/+10