439 Commits

Author SHA1 Message Date
Eric Lapouyade
01fd27df11 Update doc 2020-04-29 14:41:27 +02:00
Eric Lapouyade
581717e5ee Fix #271 v0.9.2 2020-04-26 10:50:40 +02:00
Eric Lapouyade
aba8c6bb7b Fix #271 2020-04-24 16:15:32 +02:00
Eric Lapouyade
a9ebb9d78d Fix codestyling 2020-04-17 10:47:48 +02:00
Edwin Smulders
9175f0cbd6 Fix codestyling according to flake8 rules 2020-04-16 23:06:57 +02:00
Edwin Smulders
45a46eb924 Add a Github action for codestyling 2020-04-16 14:53:13 +02:00
Eric Lapouyade
ccdf20a121 v0.9.0 2020-04-15 15:11:47 +02:00
Eric Lapouyade
97be69b950 {%- xxx -%} merging feature v0.9.0 2020-04-14 22:51:36 +02:00
Eric Lapouyade
ccac13390a fix #266 2020-04-14 10:35:58 +02:00
Eric Lapouyade
2b75638aa8 v0.8.0 v0.8.1 2020-04-10 11:29:23 +02:00
Eric Lapouyade
cba0521d55 Merge branch 'Dutchy--master' v0.8.0 2020-04-10 11:21:33 +02:00
Edwin Smulders
e8bc36c57e Make headers and footers work with both python-docx 0.8.7 and 0.8.10 - attempt 2 2020-04-09 17:41:25 +02:00
Eric Lapouyade
888dd085f6 v0.7.0 2020-04-09 16:01:45 +02:00
Eric Lapouyade
dc571cfaf7
Merge pull request #263 from Dutchy-/master
Make headers and footers work with both python-docx 0.8.7 and 0.8.10
v0.7.0
2020-04-09 14:29:18 +02:00
Eric Lapouyade
227abbbb54
Merge pull request #262 from komawar/minor-ref-fix
Reference RichText section
2020-04-09 14:29:02 +02:00
Eric Lapouyade
444f862efa Add replace_zipname() 2020-04-09 14:26:22 +02:00
Edwin Smulders
17a2c6e1fe Make headers and footers work with both python-docx 0.8.7 and 0.8.10 2020-04-08 16:50:06 +02:00
Nikhil Komawar
4efd49c8f2 Reference RichText section
This will enabling RichText section in the documentation as it appears
after the concerened section. Easier to navigate and avoid confusion.
2020-04-08 12:44:47 +05:30
Eric Lapouyade
114e5149bc
Merge pull request #260 from komawar/fix-documentation-grammar
Fix grammar in index.rst
v0.6.9
2020-04-06 16:14:01 +02:00
Nikhil Komawar
b65d04750e Fix grammar in index.rst
This commit fixes grammar errors in index.rst related to the issue
opened in issue #259
2020-04-06 11:34:54 +05:30
Eric Lapouyade
72a9be558a v0.6.4 2020-04-06 07:06:41 +02:00
Eric Lapouyade
dd588034e9
Merge pull request #258 from awesomo4000/fix-lxml-parse
Prevent lxml from attempting to parse None
v0.6.4
2020-04-06 06:59:31 +02:00
Aaron Rhodes
a7c5531f20 Prevent lxml from attempting to parse None 2020-03-30 17:50:07 -04:00
Eric Lapouyade
4fe1cc507d
Merge pull request #236 from mneitsabes/master
Add the ability to add a RichText object to another RichText object
2019-11-09 20:41:21 +01:00
Sébastien MAUROY
9a4dd4e28c Adds the ability to add a RichText object to another RichText object 2019-11-09 12:14:24 +01:00
Eric Lapouyade
74fbb615bb PR #207 and #209 2019-06-20 16:25:03 +02:00
Eric Lapouyade
e3bf22376a
Merge pull request #207 from edufresne/master
Truncate zip file before re-writing it for  replace_media with file-like objects
v0.6.3
2019-06-17 16:26:10 +02:00
Eric Lapouyade
1f80377013
Merge pull request #209 from vesatoivonen/issue-208
Allow jinja environment to be passed to undeclared_template_variables
2019-06-17 16:25:19 +02:00
Vesa Toivonen
1bba2f92b7 Keep undeclared_template_variables as a property 2019-06-17 11:07:14 +03:00
Vesa Toivonen
b01f033d14 Allow jinja environment to be passed to undeclared_template_variables 2019-06-12 10:54:57 +03:00
ericdufresne
b3094f660a Truncate zip file before re-writing it. This prevents a misplaced zip file table of contents which can cause Microsoft word to go into recovery mode for a newly generated document. 2019-06-11 10:03:53 -04:00
Eric Lapouyade
671c7c78a7 Handle spaces correctly when run are split by Jinja code (#205) 2019-06-09 12:38:22 +02:00
Eric Lapouyade
68fb31ec22
Merge pull request #205 from toloco/fix-spacing
Handle spaces correctly when run are split by Jinja code
v0.6.2
2019-06-09 12:31:28 +02:00
Tolo Palmer
28ed545e85 Bump version 2019-06-07 11:16:38 +01:00
Tolo Palmer
333a046180 Handle spaces correctly when run are split by Jinja code 2019-06-07 11:04:34 +01:00
Eric Lapouyade
ab7adb5d21 v0.6.0 : DocxTemplate now accepts file-like objects 2019-06-05 09:44:35 +02:00
Eric Lapouyade
9f1cb53205
Merge pull request #203 from edufresne/master
Fix need to "Recover document" after using replace_media and saving to file-like object
v0.6.1
2019-06-05 09:06:30 +02:00
ericdufresne
fbb930d3ea Provide better support for file-like objects with replace-media 2019-06-03 11:34:16 -04:00
Eric Lapouyade
d9b5a4d2ab v0.6.0 : DocxTemplate now accepts file-like objects 2019-06-03 16:31:45 +02:00
Eric Lapouyade
d3ddb59d1c
Merge pull request #201 from edufresne/master
#200 - fix issue with reading and writing to file-like object using replace_media
v0.6.0
2019-06-03 16:02:26 +02:00
ericdufresne
a021c517f5 Issue- #200 2019-05-30 10:34:39 -04:00
Eric Lapouyade
b46f4f8ff5 fix #199 v0.5.20 2019-05-23 15:58:51 +02:00
Eric Lapouyade
53ad9eedc4
Merge pull request #199 from jfcorbett/setup-encoding
Explicitly specify utf-8 encoding when opening file in setup.py
2019-05-23 15:00:30 +02:00
JEACO
c86b1ffeb5 Explicitly specify utf-8 encoding when opening file in setup.py 2019-05-23 13:53:31 +02:00
Eric Lapouyade
5c89f43eb8 Add support for file-like objects for replace_media (#197) 2019-05-23 08:37:34 +02:00
Eric Lapouyade
e956892d61
Merge pull request #198 from edufresne/master
Issue #197 - Add support for file-like objects for replace_media
v0.5.19
2019-05-23 08:25:00 +02:00
ericdufresne
20819a7368 Fixed doc typo 2019-05-22 15:32:48 -04:00
ericdufresne
cd77712b5e Issue #197 - Add support for file-like objects for replace_media 2019-05-22 15:15:19 -04:00
Eric Lapouyade
8472d4ed55
Merge pull request #196 from mzetea/master
fixed division by zero situation
2019-05-22 17:05:24 +02:00
Mircea Zetea
a69aa8777f fixed division by zero situation 2019-05-22 17:28:13 +03:00