forked from elapouya/python-docx-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge dev changes #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
1079691
fix: move font below style to create correct order for OOXML specs
StuCM 5ea2340
perf: parse_xml + body mutation optimization
Bonggoprasetyanto 2dd1a29
Fix poetry configuration - add required fields
Bonggoprasetyanto ec0b7e1
fix: improve XML handling and cleanup code
Bonggoprasetyanto e455da7
Small comment clean-up
JackByrne 3727096
Merge pull request #630 from start-software/develop
JackByrne e0fb809
perf: optimize body replacement and header/footer processing in DocxT…
bonggo-pras c82d2a4
Remove logging warnings in template.py
JackByrne efd473b
Clarify body-swap docstring and comments
JackByrne 84c1420
Improve header/footer Jinja detection and fallback
JackByrne e5106f3
Optimize resolve_listing with early exit
JackByrne a5c3286
Precompile tag-stripping regexes in DocxTemplate
JackByrne c042ae2
Remove unused imports from template.py
JackByrne ac57d57
Clarify header/footer fallback comment
JackByrne a0564e1
Merge pull request #1 from start-software/performance-optimizations
JackByrne 10079b1
Merge pull request #637 from start-software/develop
JackByrne 8d48612
Prebuild and cache inline image XML
JackByrne ddf1687
Optimize image part deduplication
JackByrne 4a96bc4
Use descriptor cache for image deduplication
JackByrne 98d8aba
Cache image metadata instead of XML
JackByrne e488653
Handle non-hashable descriptors; escape quotes
JackByrne 7c52c56
Scan image partnames to derive counter
JackByrne 7581a33
Always use str(partname) for image parts
JackByrne 82fd69c
Initialize docx_ids_index from existing docPr ids
JackByrne ef56632
Normalize None image filename before escaping
JackByrne f316ca8
Skip caching unhashable image descriptors
JackByrne 47ca344
Merge pull request #2 from start-software/image-optimizations
JackByrne 177822b
Merge pull request #638 from start-software/develop
JackByrne 5e7aa13
Implemented upstream PR #626
chrismaddalena 6bb1bfb
Updated ignore files
chrismaddalena 89d8956
Preserve rendering for custom header delimiters
chrismaddalena 7f5ee66
Added comments
chrismaddalena 1918b65
Ensure file-like descriptors are not cached
chrismaddalena f66d422
Switch from generic `.replace()` to explicit repalcements
chrismaddalena 5612d37
Updated comments for consistency
chrismaddalena File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.