Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update setup.py | Matt Lenc | 2014-06-18 | 2 | -4/+18 |
| | |||||
* | Update test reqs for Django with py3k support | Matt Lenc | 2014-06-18 | 1 | -1/+1 |
| | | | | | In near future we should support moar Djangos (and using Travis for this). | ||||
* | [ci skip] Update README | Matt Lenc | 2014-06-18 | 1 | -4/+5 |
| | |||||
* | Update .travis for Python3 | Matt Lenc | 2014-06-18 | 1 | -0/+2 |
| | |||||
* | Add support for Python3 | Matt Lenc | 2014-06-18 | 3 | -30/+43 |
| | |||||
* | Merge pull request #45 from luzfcb/update-wkhtmltopdf | Maciek Lenc | 2014-03-19 | 6 | -9/+30 |
|\ | | | | | Update wkhtmltopdf binary and update README.rst | ||||
| * | increase version of django-wkhtmltopdf | Fabio C. Barrionuevo da Luz | 2014-03-11 | 1 | -1/+1 |
| | | |||||
| * | updated README.rst informations to include a official site of wkhtmltopdf ↵ | Fabio C. Barrionuevo da Luz | 2014-03-11 | 2 | -2/+13 |
| | | | | | | | | and oficial repository on github | ||||
| * | move tests from Makefile to run_tests.sh | Fabio C. Barrionuevo da Luz | 2014-03-11 | 2 | -1/+7 |
| | | |||||
| * | update wkhtmltopdf binary to 0.12.0 version on before_script.sh | Fabio C. Barrionuevo da Luz | 2014-03-11 | 1 | -5/+9 |
|/ | |||||
* | Bump version to 1.2.2v1.2.2 | mattack108 | 2013-09-20 | 1 | -1/+1 |
| | |||||
* | Update CHANGELOG | mattack108 | 2013-09-20 | 1 | -0/+12 |
| | |||||
* | Merge pull request #41 from incuna/fix-tests | George Hickman | 2013-09-20 | 4 | -9/+16 |
|\ | | | | | Fix tests on Travis | ||||
| * | Remove debug print because TESTS PASS | mattack108 | 2013-09-20 | 1 | -1/+0 |
| | | |||||
| * | Move it move | mattack108 | 2013-09-20 | 1 | -1/+1 |
| | | |||||
| * | Add SECRET_KEY to settings | mattack108 | 2013-09-20 | 1 | -0/+2 |
| | | |||||
| * | symlink is probably required | mattack108 | 2013-09-20 | 1 | -1/+2 |
| | | |||||
| * | Are you 64bit now, Travis? | mattack108 | 2013-09-20 | 1 | -7/+4 |
| | | |||||
| * | Moar debugz | mattack108 | 2013-09-20 | 1 | -2/+4 |
| | | |||||
| * | Debug | mattack108 | 2013-09-20 | 1 | -0/+1 |
| | | |||||
| * | Fix command for installing wkhtmltopdf because Travis upgraded to latest OS ↵ | mattack108 | 2013-09-20 | 1 | -1/+1 |
| | | | | | | | | where aptitude is not available | ||||
| * | Fix tests for Travis by obtaining the WKHTMLTOPDF_CMD from env vars. | mattack108 | 2013-09-20 | 3 | -4/+9 |
|/ | |||||
* | Bump version to 1.2.1v1.2.1 | George Hickman | 2013-09-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #40 from gmcguire/master | George Hickman | 2013-09-20 | 1 | -5/+8 |
|\ | | | | | Test sys.stderr to ensure it hasn't been overridden | ||||
| * | Test sys.stderr to ensure it hasn't been overridden | Greg McGuire | 2013-08-02 | 1 | -5/+8 |
|/ | |||||
* | Merge pull request #30 from dericcrago/patch-1 | Marc Tamlyn | 2013-01-19 | 1 | -1/+1 |
|\ | | | | | Update docs/usage.rst | ||||
| * | Update docs/usage.rst | Deric Crago | 2013-01-18 | 1 | -1/+1 |
|/ | | | I think it should be ``wkhtmltopdf`` and not ``django_wkhtmltopdf`` | ||||
* | Bumped version to 1.2v1.2 | mattack108 | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Update CHANGELOG with latest changes | mattack108 | 2013-01-17 | 1 | -5/+19 |
| | |||||
* | Merge pull request #29 from incuna/travis-setup | James Turnbull | 2013-01-17 | 4 | -0/+25 |
|\ | | | | | Add travis for testing | ||||
| * | Remove url param for Travis status widget | mattack108 | 2013-01-17 | 1 | -1/+1 |
| | | |||||
| * | Change file permission | mattack108 | 2013-01-17 | 2 | -1/+1 |
| | | |||||
| * | Update travis.yml | mattack108 | 2013-01-17 | 2 | -2/+2 |
| | | |||||
| * | Merge branch 'master' of github.com:incuna/django-wkhtmltopdf into travis-setup | mattack108 | 2013-01-16 | 5 | -225/+211 |
| |\ | |/ |/| | |||||
* | | Merge pull request #28 from incuna/downloading-option | James Turnbull | 2013-01-16 | 5 | -225/+211 |
|\ \ | | | | | | | Make PDF downloading an option | ||||
| * | | Remove unwanted settings vars from test project | mattack108 | 2013-01-15 | 1 | -4/+0 |
| | | | |||||
| * | | DRY on tests | mattack108 | 2013-01-15 | 1 | -140/+43 |
| | | | |||||
| * | | Fix tests and add new ones for show_content_in_browser feature | mattack108 | 2013-01-15 | 3 | -176/+264 |
| | | | |||||
| * | | Move make_absolute_paths to utils so it can be used in tests | mattack108 | 2013-01-15 | 2 | -37/+39 |
| | | | |||||
| * | | Remove old unused arg from PDFTemplateResponse class | mattack108 | 2013-01-15 | 1 | -2/+1 |
| | | | |||||
| * | | Remove double quotes from filename as it's done by content_disposition_filename | mattack108 | 2013-01-15 | 1 | -3/+2 |
| | | | |||||
| * | | Send good headers, in correct format | mattack108 | 2013-01-15 | 1 | -2/+3 |
| | | | |||||
| * | | 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. |