aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.2.1v1.2.1George Hickman2013-09-201-1/+1
* Merge pull request #40 from gmcguire/masterGeorge Hickman2013-09-201-5/+8
|\
| * Test sys.stderr to ensure it hasn't been overriddenGreg McGuire2013-08-021-5/+8
|/
* Merge pull request #30 from dericcrago/patch-1Marc Tamlyn2013-01-191-1/+1
|\
| * Update docs/usage.rstDeric Crago2013-01-181-1/+1
|/
* Bumped version to 1.2v1.2mattack1082013-01-171-1/+1
* Update CHANGELOG with latest changesmattack1082013-01-171-5/+19
* Merge pull request #29 from incuna/travis-setupJames Turnbull2013-01-174-0/+25
|\
| * Remove url param for Travis status widgetmattack1082013-01-171-1/+1
| * Change file permissionmattack1082013-01-172-1/+1
| * Update travis.ymlmattack1082013-01-172-2/+2
| * 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