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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Remove deprecated methods/views.
Marc Tamlyn
2012-07-27
1
-39
/
+0
|
*
Fix typo in docstring.
Charlie Denton
2012-07-27
1
-1
/
+1
|
*
Merge pull request #9 from ecometrica/master
Marc Tamlyn
2012-07-27
17
-108
/
+870
|
|
\
*
|
|
Fix encoding issues ini PDFTemplateResponse.render_to_temporary_file()
Simon Law
2012-08-23
1
-1
/
+2
|
|
/
|
/
|
*
|
Python 2.6 compatibility fixes.
Simon Law
2012-07-26
2
-11
/
+11
*
|
Documentation updates for new and updated behaviour.
Simon Law
2012-07-25
3
-15
/
+116
*
|
docs/conf.py can now find the version number.
Simon Law
2012-07-25
1
-3
/
+3
*
|
settings.WKHTMLTOPDF_DEBUG defaults to settings.DEBUG.
Simon Law
2012-07-25
1
-1
/
+1
*
|
PDFTemplateResponse.convert_to_pdf() calls wkhtmltopdf.
Simon Law
2012-07-25
1
-5
/
+18
*
|
settings.WKHTMLTOPDF_ENV can override environment variables.
Simon Law
2012-07-25
1
-1
/
+6
*
|
MEDIA_URL and STATIC_URL overrides PDFTemplateResponse.get_override_settings()
Simon Law
2012-07-25
3
-23
/
+98
*
|
Cleanups and documentation.
Simon Law
2012-07-24
1
-3
/
+10
*
|
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
9
-2
/
+4
*
|
PDFTemplateResponse and PDFTemplateView now match Django's implementations
Simon Law
2012-07-24
4
-38
/
+309
*
|
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
2
-3
/
+16
*
|
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
|
/
*
spelling/formatting
George Hickman
2012-07-08
1
-2
/
+2
*
Update LICENSE.
Marc Tamlyn
2012-06-19
1
-165
/
+23
*
Don't forget the README
v0.3
George Hickman
2012-05-22
1
-1
/
+1
*
Merge pull request #6 from incuna/develop
Charlie Denton
2012-05-21
6
-26
/
+60
|
\
|
*
Bump version to 0.3
George Hickman
2012-05-21
2
-17
/
+12
|
*
Update changelog for last few releases
George Hickman
2012-05-21
1
-0
/
+23
|
*
Add a not about the Python 2.6 dependency
George Hickman
2012-05-21
1
-0
/
+2
|
*
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
|
*
Add a Makefile for deployments
George Hickman
2012-05-21
1
-0
/
+5
|
*
Don't remove tmp files before they're used.
George Hickman
2012-05-21
1
-6
/
+12
|
/
*
Updates to the docs.
Marc Tamlyn
2012-04-17
4
-42
/
+80
*
Ignore built docs.
Marc Tamlyn
2012-04-17
1
-0
/
+1
*
Lawyer up!
Marc Tamlyn
2012-04-17
1
-0
/
+165
*
dammit rst
George Hickman
2012-03-20
1
-5
/
+8
*
Fix link to known issue in docs
George Hickman
2012-03-20
1
-0
/
+1
*
Start the docs
George Hickman
2012-03-20
5
-0
/
+542
*
Make the docs rest
George Hickman
2012-03-20
4
-34
/
+43
*
Ignore distro parts
George Hickman
2012-03-20
1
-0
/
+3
*
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
2
-3
/
+3
[prev]
[next]