Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | PEP8 all the things! | mattack108 | 2013-01-15 | 1 | -12/+10 | |
|/ / | ||||||
| * | Update travis with before_script.sh which install wkhtmltopdf for Travis | mattack108 | 2013-01-15 | 2 | -5/+16 | |
| | | ||||||
| * | Use correct markdown format (yes, it is RST here ;) | mattack108 | 2013-01-15 | 1 | -1/+2 | |
| | | ||||||
| * | Update README with TravisCI build status widget | mattack108 | 2013-01-15 | 1 | -0/+2 | |
| | | ||||||
| * | Move requirements file to test project, update travis.yml | mattack108 | 2013-01-15 | 2 | -2/+3 | |
| | | ||||||
| * | Add requirements.txt and travis.yml files for Travis CI service | mattack108 | 2013-01-15 | 2 | -0/+10 | |
|/ | ||||||
* | Add support for rendering PDF file in the browser | mattack108 | 2013-01-15 | 1 | -7/+16 | |
| | ||||||
* | 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. | |||||
| * | Removed extra slashes so the local file paths work in Windows. | Matti Varjokallio | 2012-11-29 | 1 | -1/+2 | |
| | | ||||||
* | | Merge pull request #25 from zgohr/duplicates | James Turnbull | 2013-01-10 | 1 | -2/+7 | |
|\ \ | | | | | | | Remove duplicates when replacing file paths | |||||
| * | | Remove duplicates when replacing file paths | Zach Gohr | 2013-01-09 | 1 | -2/+7 | |
|/ / | ||||||
* | | Merge pull request #23 from shadowrock/fix-multipart-cmd | Marc Tamlyn | 2012-12-10 | 1 | -1/+1 | |
|\ \ | |/ |/| | Fix for case when WKHTMLTOPDF_CMD consists of many parts. | |||||
| * | Fix for case when WKHTMLTOPDF_CMD consists of many parts. | Matti Varjokallio | 2012-12-09 | 1 | -1/+1 | |
|/ | ||||||
* | Bumped versionv1.1 | James Turnbull | 2012-11-14 | 2 | -1/+7 | |
| | ||||||
* | Merge pull request #18 from incuna/images-fixed | James Turnbull | 2012-11-14 | 2 | -87/+32 | |
|\ | | | | | override_settings isn't in django.conf, and is unsuitable for production | |||||
| * | Tidy up a bit | mlen108 | 2012-11-14 | 1 | -5/+9 | |
| | | ||||||
| * | Fix paths for STATIC media files | mlen108 | 2012-11-14 | 1 | -10/+27 | |
| | | ||||||
| * | Match single/double quotes. | mlen108 | 2012-11-13 | 1 | -1/+1 | |
| | | ||||||
| * | Use MEDIA_URL instead of hard-coded string. | mlen108 | 2012-11-13 | 1 | -1/+1 | |
| | | ||||||
| * | Fix images path in PDFs | mlen108 | 2012-11-13 | 2 | -92/+16 | |
|/ | ||||||
* | Correct home URL | James Turnbull | 2012-08-31 | 1 | -1/+1 | |
| | | | Link to Github so you can find it from Pypi | |||||
* | Bump version to v1.0.1v1.0.1 | Marc Tamlyn | 2012-08-31 | 1 | -1/+1 | |
| | ||||||
* | Add a note about unicode characters to docs. | Marc Tamlyn | 2012-08-31 | 1 | -0/+11 | |
| | ||||||
* | Update changelog. | Marc Tamlyn | 2012-08-31 | 1 | -0/+16 | |
| | ||||||
* | Add a test for unicode. | Marc Tamlyn | 2012-08-31 | 2 | -0/+41 | |
| | | | | This isn't great but better than nothing... | |||||
* | Pass --encoding utf8 to wkhtmltopdf to render Unicode characters to PDF. | Simon Law | 2012-08-30 | 2 | -1/+4 | |
| | | | | | | Since we PDFTemplateResponse renders templates, and Django uses UTF-8 to do the rendering, we can safely assume that the result is in UTF-8. | |||||
* | Merge with incuna | Simon Law | 2012-08-23 | 15 | -296/+41 | |
|\ | ||||||
| * | Bump to full 1.0 version.v1.0 | Marc Tamlyn | 2012-08-06 | 1 | -1/+1 | |
| | | ||||||
| * | Check PYTHONPATH in the Makefile. | Marc Tamlyn | 2012-08-06 | 1 | -1/+1 | |
| | | ||||||
| * | Update version to rc2. | Marc Tamlyn | 2012-08-03 | 2 | -3/+1 | |
| | | ||||||
| * | Move tests into wkhtmltopdf.tests.* | Marc Tamlyn | 2012-08-03 | 11 | -189/+20 | |
| | | | | | | | | Fixes #11. | |||||
| * | .html default suffix for render_to_temporary_file | Marc Tamlyn | 2012-07-27 | 1 | -1/+1 | |
| | | | | | | | | | | It's expected by wkhtmltopdf that the files should end in .html, so it may as well be the default. | |||||
| * | Exclude tests file from distributions as well. | Marc Tamlyn | 2012-07-27 | 1 | -0/+1 | |
| | | ||||||
| * | Update version to 1.0-rc1.v1.0-rc1 | Marc Tamlyn | 2012-07-27 | 1 | -2/+1 | |
| | | ||||||
| * | Move the testproject out of the main folder. | Marc Tamlyn | 2012-07-27 | 9 | -2/+3 | |
| | | | | | | | | Also exclude it from distributions using the MANIFEST. | |||||
| * | Update tests to remove deprecateded functions. | Marc Tamlyn | 2012-07-27 | 1 | -20/+16 | |
| | | ||||||
| * | Add testing to the makefile. | Marc Tamlyn | 2012-07-27 | 1 | -0/+2 | |
| | | ||||||
| * | Tidy up imports. | Marc Tamlyn | 2012-07-27 | 1 | -4/+1 | |
| | | ||||||
| * | Remove more deprecated stuff and tests for them. | Marc Tamlyn | 2012-07-27 | 2 | -41/+0 | |
| | | ||||||
| * | Don't override builtins by importing. | Marc Tamlyn | 2012-07-27 | 1 | -2/+2 | |
| | | ||||||
| * | Remove deprecated methods/views. | Marc Tamlyn | 2012-07-27 | 1 | -39/+0 | |
| | | ||||||
| * | Fix typo in docstring. | Charlie Denton | 2012-07-27 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #9 from ecometrica/master | Marc Tamlyn | 2012-07-27 | 17 | -108/+870 | |
| |\ | | | | | | | Refactoring of django-wkhtmltopdf | |||||
* | | | Fix encoding issues ini PDFTemplateResponse.render_to_temporary_file() | Simon Law | 2012-08-23 | 1 | -1/+2 | |
| |/ |/| | ||||||
* | | Python 2.6 compatibility fixes. | Simon Law | 2012-07-26 | 2 | -11/+11 | |
| | | | | | | | | Implicit position arguments for str.format() are a 2.7ism. | |||||
* | | Documentation updates for new and updated behaviour. | Simon Law | 2012-07-25 | 3 | -15/+116 | |
| | | ||||||
* | | docs/conf.py can now find the version number. | Simon Law | 2012-07-25 | 1 | -3/+3 | |
| | | ||||||
* | | settings.WKHTMLTOPDF_DEBUG defaults to settings.DEBUG. | Simon Law | 2012-07-25 | 1 | -1/+1 | |
| | | ||||||
* | | PDFTemplateResponse.convert_to_pdf() calls wkhtmltopdf. | Simon Law | 2012-07-25 | 1 | -5/+18 | |
| | | | | | | | | Method to make it easier to override spawning of the wkhtmltopdf subprocess. | |||||
* | | settings.WKHTMLTOPDF_ENV can override environment variables. | Simon Law | 2012-07-25 | 1 | -1/+6 | |
| | | | | | | | | | | | | This is most usefully set to {'DISPLAY': ':1'} in production. This allows wkhtmltopdf access to a specific X headless server, since the server will not be running under X. |