-
-
Couldn't load subscription status.
- Fork 3k
Fixes generated bibtex key and display of institute authors #6479
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
tobiasdiez
merged 65 commits into
JabRef:master
from
k3KAW8Pnf7mkmdSMPHz27:fix-for-issue-6459
May 28, 2020
Merged
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
fd405cf
Fix Pattern.compile for frequently used regexes
k3KAW8Pnf7mkmdSMPHz27 a6354e3
Fix one additional Pattern.compile
k3KAW8Pnf7mkmdSMPHz27 149ed4f
Fix style and unnecessary escape sequences
k3KAW8Pnf7mkmdSMPHz27 b57f1b2
Fix invalid index in call to substring
k3KAW8Pnf7mkmdSMPHz27 fae093b
Refactor name and javadoc of a regex
k3KAW8Pnf7mkmdSMPHz27 5a23a9a
Fix use of compiled regex for matching department
k3KAW8Pnf7mkmdSMPHz27 6af8c7e
Fix check for uppercase letter
k3KAW8Pnf7mkmdSMPHz27 716f885
Fix usage of uncompiled regex
k3KAW8Pnf7mkmdSMPHz27 cdfd56a
Fix readability?
k3KAW8Pnf7mkmdSMPHz27 b227edb
Add test cases
k3KAW8Pnf7mkmdSMPHz27 ef7f979
Fix `null` appearing as part of author name
k3KAW8Pnf7mkmdSMPHz27 9ac3993
Refactor name of capital regex pattern
k3KAW8Pnf7mkmdSMPHz27 85c96ce
Merge branch 'master' into fix-for-issue-6459
k3KAW8Pnf7mkmdSMPHz27 6ded410
Add debug output for reordering of names in fields
k3KAW8Pnf7mkmdSMPHz27 e8c3007
Merge branch 'master' into fix-for-issue-6459
k3KAW8Pnf7mkmdSMPHz27 72eb1fe
Add helper methods
k3KAW8Pnf7mkmdSMPHz27 2eee8dd
Fix missing negation in "uni" matching
k3KAW8Pnf7mkmdSMPHz27 cc54029
Fix test cases for corporate authors
k3KAW8Pnf7mkmdSMPHz27 1063ae1
Fix to keep all uppercase letters in abbreviation
k3KAW8Pnf7mkmdSMPHz27 ef94758
Fix commented out code
k3KAW8Pnf7mkmdSMPHz27 e80bd8b
Fix key for institution's name containing keyword
k3KAW8Pnf7mkmdSMPHz27 a0ed455
Fix test case for short institution name
k3KAW8Pnf7mkmdSMPHz27 4db0824
Refactor check for institution types
k3KAW8Pnf7mkmdSMPHz27 383fc14
Refactor comments and names improving readability?
k3KAW8Pnf7mkmdSMPHz27 c3e5f09
Refactor to improve readability and closure
k3KAW8Pnf7mkmdSMPHz27 5990c2a
Fix JavaDoc
k3KAW8Pnf7mkmdSMPHz27 0df3cdb
Fix JavaDoc typos
k3KAW8Pnf7mkmdSMPHz27 f0d9601
Fix preliminary order for authors -> latexfree
k3KAW8Pnf7mkmdSMPHz27 6f26a73
Drop logger
k3KAW8Pnf7mkmdSMPHz27 9b717c5
Add convenience methods for cached latexfree names
k3KAW8Pnf7mkmdSMPHz27 5ed9c54
Add name format method for names containing latex
k3KAW8Pnf7mkmdSMPHz27 d6e9e70
Add call to formatNameLatexFree
k3KAW8Pnf7mkmdSMPHz27 2dc664d
Fix unclear statement in JavaDoc
k3KAW8Pnf7mkmdSMPHz27 f0fd4f1
Fix to only keep the first character of each word
k3KAW8Pnf7mkmdSMPHz27 feebf81
Add latexfree Natbib test cases
k3KAW8Pnf7mkmdSMPHz27 d4c2ce3
Fix typo in latex-free test cases
k3KAW8Pnf7mkmdSMPHz27 04abe5e
Add Natbib test with escaped brackets
k3KAW8Pnf7mkmdSMPHz27 3f3ef62
Add Natbib institution test with escaped brackets
k3KAW8Pnf7mkmdSMPHz27 f4fbec1
Add test for latex-free comma separated lastnames
k3KAW8Pnf7mkmdSMPHz27 a256fa8
Add test for latex-free comma separated first name
k3KAW8Pnf7mkmdSMPHz27 4961c53
Add test for latex-free comma separated last name
k3KAW8Pnf7mkmdSMPHz27 a443db0
Fix adherence to JavaDoc and readability(?)
k3KAW8Pnf7mkmdSMPHz27 dd492e6
Fix readability(?)
k3KAW8Pnf7mkmdSMPHz27 71e45d4
Fix CheckStyle issues
k3KAW8Pnf7mkmdSMPHz27 2748dcd
Merge branch 'master' into fix-for-issue-6459
k3KAW8Pnf7mkmdSMPHz27 3b0dda3
Fix CHANGELOG.md
k3KAW8Pnf7mkmdSMPHz27 78b66f7
Fix mistake in BibtexKeyGeneratorTest
k3KAW8Pnf7mkmdSMPHz27 55ef8e7
Add test for oxford comma
k3KAW8Pnf7mkmdSMPHz27 237dc35
Merge branch 'master' into fix-for-issue-6459
k3KAW8Pnf7mkmdSMPHz27 78fade6
Fix miss-capitalization of enum
k3KAW8Pnf7mkmdSMPHz27 3de984d
Fix fields not displayed latex-free
k3KAW8Pnf7mkmdSMPHz27 ecac673
Fix in-line methods in MainTableNameFormatter
k3KAW8Pnf7mkmdSMPHz27 1c4928b
Fix in-line of generateKey() method
k3KAW8Pnf7mkmdSMPHz27 55f3f18
Fix separating tests into parsing/representation
k3KAW8Pnf7mkmdSMPHz27 e6cda69
Fix cache check and simplify expressions
k3KAW8Pnf7mkmdSMPHz27 2e120fd
Drop inlined methods
k3KAW8Pnf7mkmdSMPHz27 8cc947c
Fix most abbreviated abbreviations
k3KAW8Pnf7mkmdSMPHz27 2fc9e16
Drop old formatName method
k3KAW8Pnf7mkmdSMPHz27 b4b3993
Refactor formatNameLatexFree
k3KAW8Pnf7mkmdSMPHz27 3cb6232
Refactor new parse tests
k3KAW8Pnf7mkmdSMPHz27 b3f0d1b
Add more parse tests
k3KAW8Pnf7mkmdSMPHz27 5a27bbc
Drop all test cases containing escaped brackets
k3KAW8Pnf7mkmdSMPHz27 c7578b3
Refactor parse with latex tests
k3KAW8Pnf7mkmdSMPHz27 b8bf4f3
Fix my own spelling mistakes
k3KAW8Pnf7mkmdSMPHz27 cc23e29
Refactor abbreviation name
k3KAW8Pnf7mkmdSMPHz27 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.