aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.2.2v1.2.2mattack1082013-09-201-1/+1
* Update CHANGELOGmattack1082013-09-201-0/+12
* Merge pull request #41 from incuna/fix-testsGeorge Hickman2013-09-204-9/+16
|\
| * Remove debug print because TESTS PASSmattack1082013-09-201-1/+0
| * Move it movemattack1082013-09-201-1/+1
| * Add SECRET_KEY to settingsmattack1082013-09-201-0/+2
| * symlink is probably requiredmattack1082013-09-201-1/+2
| * Are you 64bit now, Travis?mattack1082013-09-201-7/+4
| * Moar debugzmattack1082013-09-201-2/+4
| * Debugmattack1082013-09-201-0/+1
| * Fix command for installing wkhtmltopdf because Travis upgraded to latest OS w...mattack1082013-09-201-1/+1
| * Fix tests for Travis by obtaining the WKHTMLTOPDF_CMD from env vars.mattack1082013-09-203-4/+9
|/
* 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