index
:
django-wkhtmltopdf/.git
master
Django Wrapper to the PDF Renderer: wkhtmltopdf
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wkhtmltopdf
Commit message (
Expand
)
Author
Age
Files
Lines
*
PDFTemplateView actually renders headers and footers now.
Simon Law
2012-07-24
1
-1
/
+4
*
PDFTemplateView.cmd_options contains all the options to pass to wkhtmltopdf
Simon Law
2012-07-24
3
-15
/
+79
*
Move testproject to wkhtmltopdf._testproject.
Simon Law
2012-07-24
8
-2
/
+195
*
PDFTemplateResponse and PDFTemplateView now match Django's implementations
Simon Law
2012-07-24
3
-38
/
+307
*
PDFResponse is more robust:
Simon Law
2012-07-23
3
-6
/
+82
*
Remove extraneous StringIO import.
Simon Law
2012-07-20
1
-1
/
+0
*
Use warnings.warn instead of raising PendingDeprecationWarnings.
Simon Law
2012-07-20
2
-6
/
+29
*
settings.WKHTMLTOPDF_CMD_OPTIONS sets default command-line options.
Simon Law
2012-07-20
1
-3
/
+6
*
settings.WKHTMLTOPDF_CMD is loaded on-the-fly, not at the module level.
Simon Law
2012-07-20
1
-3
/
+2
*
Reliable command-line argument parsing for wkhtmltopdf().
Simon Law
2012-07-20
2
-20
/
+73
*
wkhtmltopdf() uses subprocess.check_output() instead of a custom Popen call.
Simon Law
2012-07-20
2
-11
/
+49
*
test_wkhtmltopdf tests that wkhtmltopdf generates a PDF.
Simon Law
2012-07-20
1
-1
/
+13
*
test_template_to_temp_file tries to clean up after itself.
Simon Law
2012-07-20
1
-5
/
+13
*
Bump version to 0.3
George Hickman
2012-05-21
1
-3
/
+3
*
Pass around args and kwargs in PDFResponse
George Hickman
2012-05-21
1
-5
/
+6
*
Only set 'Content-Disposition' header if filename is set
George Hickman
2012-05-21
1
-2
/
+4
*
Don't remove tmp files before they're used.
George Hickman
2012-05-21
1
-6
/
+12
*
Bumped version
James Turnbull
2012-03-09
1
-1
/
+1
*
Fixed remote images in pdf
James Turnbull
2012-03-09
1
-2
/
+6
*
Bumped version to 0.2.1
v0.2.1
James Turnbull
2012-03-09
1
-1
/
+1
*
Be clear with template_to_temp_file's arguments
James Turnbull
2012-03-09
1
-2
/
+2
*
Use get_template_names() to get templates
James Turnbull
2012-03-09
1
-1
/
+1
*
Bump version to 0.2
v0.2
Charlie Denton
2012-02-24
1
-1
/
+1
*
Restore *args to PDFTemplateView.
Charlie Denton
2012-02-24
1
-4
/
+2
*
Fix a couple of daft mistakes.
Charlie Denton
2012-02-24
1
-6
/
+7
*
Add get_filename method.
Charlie Denton
2012-02-23
1
-1
/
+4
*
Made PDFTemplateView a little more extensible, and added orientation.
Charlie Denton
2012-02-23
1
-12
/
+18
*
Return super when called.
Charlie Denton
2012-02-23
1
-1
/
+1
*
Make PDFTemplateView use PDFResponse.
Charlie Denton
2012-02-23
1
-1
/
+1
*
Deprecate baDly cApitalised Views.
Charlie Denton
2012-02-23
1
-2
/
+16
*
Test translation to temp file.
Marc Tamlyn
2012-01-16
1
-0
/
+13
*
Add a testproject and empty tests file.
Marc Tamlyn
2012-01-16
2
-0
/
+0
*
Fix use of STATIC vs MEDIA url
George Hickman
2011-10-30
1
-1
/
+1
*
Refactor the main render method into a class based view
George Hickman
2011-10-30
2
-30
/
+62
*
Code cleanup
George Hickman
2011-10-30
1
-3
/
+4
*
Use with for file usage
George Hickman
2011-10-30
1
-6
/
+7
*
Removed unised import
v0.1.1
Max Peterson
2011-09-06
1
-1
/
+0
*
Bumped version to 0.1.1
Max Peterson
2011-09-06
1
-1
/
+1
*
Fixed init for mkrelease
Max Peterson
2011-09-06
1
-2
/
+5
*
Bumped version to 0.1.1
Max Peterson
2011-09-06
1
-0
/
+3
*
Added smart_str
Max Peterson
2011-09-06
1
-1
/
+3
*
fixed some bugs, added filename support
Charlie Denton
2011-07-25
1
-4
/
+10
*
Added as new
Max Peterson
2011-07-08
2
-0
/
+89