aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:incuna/django-wkhtmltopdf into travis-setupmattack1082013-01-165-225/+211
|\
| * Merge pull request #28 from incuna/downloading-optionJames Turnbull2013-01-165-225/+211
| |\
| | * Remove unwanted settings vars from test projectmattack1082013-01-151-4/+0
| | * DRY on testsmattack1082013-01-151-140/+43
| | * Fix tests and add new ones for show_content_in_browser featuremattack1082013-01-153-176/+264
| | * Move make_absolute_paths to utils so it can be used in testsmattack1082013-01-152-37/+39
| | * Remove old unused arg from PDFTemplateResponse classmattack1082013-01-151-2/+1
| | * Remove double quotes from filename as it's done by content_disposition_filenamemattack1082013-01-151-3/+2
| | * Send good headers, in correct formatmattack1082013-01-151-2/+3
| | * PEP8 all the things!mattack1082013-01-151-12/+10
| |/
* | Update travis with before_script.sh which install wkhtmltopdf for Travismattack1082013-01-152-5/+16
* | Use correct markdown format (yes, it is RST here ;)mattack1082013-01-151-1/+2
* | Update README with TravisCI build status widgetmattack1082013-01-151-0/+2
* | Move requirements file to test project, update travis.ymlmattack1082013-01-152-2/+3
* | Add requirements.txt and travis.yml files for Travis CI servicemattack1082013-01-152-0/+10
|/
* Add support for rendering PDF file in the browsermattack1082013-01-151-7/+16
* 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
* | Merge pull request #25 from zgohr/duplicatesJames Turnbull2013-01-101-2/+7
|\ \
| * | Remove duplicates when replacing file pathsZach Gohr2013-01-091-2/+7
|/ /
* | Merge pull request #23 from shadowrock/fix-multipart-cmdMarc Tamlyn2012-12-101-1/+1
|\ \ | |/ |/|
| * Fix for case when WKHTMLTOPDF_CMD consists of many parts.Matti Varjokallio2012-12-091-1/+1
|/
* Bumped versionv1.1James Turnbull2012-11-142-1/+7
* Merge pull request #18 from incuna/images-fixedJames Turnbull2012-11-142-87/+32
|\
| * Tidy up a bitmlen1082012-11-141-5/+9
| * Fix paths for STATIC media filesmlen1082012-11-141-10/+27
| * Match single/double quotes.mlen1082012-11-131-1/+1
| * Use MEDIA_URL instead of hard-coded string.mlen1082012-11-131-1/+1
| * Fix images path in PDFsmlen1082012-11-132-92/+16
|/
* Correct home URLJames Turnbull2012-08-311-1/+1
* Bump version to v1.0.1v1.0.1Marc Tamlyn2012-08-311-1/+1
* Add a note about unicode characters to docs.Marc Tamlyn2012-08-311-0/+11
* Update changelog.Marc Tamlyn2012-08-311-0/+16
* Add a test for unicode.Marc Tamlyn2012-08-312-0/+41
* Pass --encoding utf8 to wkhtmltopdf to render Unicode characters to PDF.Simon Law2012-08-302-1/+4
* Merge with incunaSimon Law2012-08-2315-296/+41
|\
| * Bump to full 1.0 version.v1.0Marc Tamlyn2012-08-061-1/+1
| * Check PYTHONPATH in the Makefile.Marc Tamlyn2012-08-061-1/+1
| * Update version to rc2.Marc Tamlyn2012-08-032-3/+1
| * Move tests into wkhtmltopdf.tests.*Marc Tamlyn2012-08-0311-189/+20
| * .html default suffix for render_to_temporary_fileMarc Tamlyn2012-07-271-1/+1
| * Exclude tests file from distributions as well.Marc Tamlyn2012-07-271-0/+1
| * Update version to 1.0-rc1.v1.0-rc1Marc Tamlyn2012-07-271-2/+1
| * Move the testproject out of the main folder.Marc Tamlyn2012-07-279-2/+3
| * Update tests to remove deprecateded functions.Marc Tamlyn2012-07-271-20/+16
| * Add testing to the makefile.Marc Tamlyn2012-07-271-0/+2
| * Tidy up imports.Marc Tamlyn2012-07-271-4/+1
| * Remove more deprecated stuff and tests for them.Marc Tamlyn2012-07-272-41/+0
| * Don't override builtins by importing.Marc Tamlyn2012-07-271-2/+2
| * Remove deprecated methods/views.Marc Tamlyn2012-07-271-39/+0