-
Notifications
You must be signed in to change notification settings - Fork 27
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
enable italicisation of portion #2312
Merged
Merged
Changes from 25 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
6288294
enable italicisation of portion
goose-life a2e64fc
include portionBody in TextPatternMarker'a ancestor elements
goose-life 7e44d4c
new DocumentAPISerializer
goose-life 4c702f7
validate XML, improve updated_xml()
goose-life f9345ad
update MarkUpItalicsTermsView to use new serializer
goose-life 3a24517
add and use wrapInAkn, toSimplifiedJSON to DocumentContent
goose-life b3009f4
new ManipulateXmlView superclass for all four views
goose-life 645c0ba
other JS views use the new pattern too
goose-life 4dcc5d5
update existing, add new test_link_terms
goose-life 24657e5
latest docpipe (portionBody included in ancestors)
goose-life a93766f
Merge branch 'live-editing' into portion
goose-life 93071d0
Merge branch 'master' into portion
goose-life 2c6d54d
set the content once when removing terms, italics, references
goose-life e0d1aed
add get_provision_xml to Document model
goose-life 00934e9
use provision_eid, not is_portion
goose-life a0beafb
introduce use_full_xml for analyses that require the whole document
goose-life 6bb4931
replace XML rather than de- and re-serializing
goose-life 038a245
Update indigo_app/views/documents.py
goose-life 6717916
Update indigo_api/models/documents.py
goose-life 7b10446
update test, provision_eid must (and will always) match an existing eid
goose-life b705695
fix replacements
goose-life 7b078a8
get_provision_xml --> get_provision_element
goose-life d0bb190
fix terms across the document before saving, update test
goose-life 2ea0191
do link_terms_in_provision rather
goose-life b9e75a8
update template wording in provision mode
goose-life ec891e0
rename method
goose-life ec20924
Update indigo_app/templates/indigo_api/document/_defined_terms.html
goose-life 5ed13de
Update indigo_app/templates/indigo_api/document/_defined_terms.html
goose-life 5f8ba8d
fix test
goose-life a59dc52
deal with missing provision_eid differently
goose-life 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 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 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 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 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 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor: this method name doesn't make senses in this context, because there's no provision information.
link_terms_in_document
orfind_term_usages_in_document
or something would make more sense to me.