-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Fix author formatter for unchanged names #6552
Fix author formatter for unchanged names #6552
Commits on May 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fd405cf - Browse repository at this point
Copy the full SHA fd405cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6354e3 - Browse repository at this point
Copy the full SHA a6354e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 149ed4f - Browse repository at this point
Copy the full SHA 149ed4fView commit details -
Fix invalid index in call to substring
The original condition is evaluated to false. The substring is shorter than "uni".
Configuration menu - View commit details
-
Copy full SHA for b57f1b2 - Browse repository at this point
Copy the full SHA b57f1b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fae093b - Browse repository at this point
Copy the full SHA fae093bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a23a9a - Browse repository at this point
Copy the full SHA 5a23a9aView commit details -
Fix check for uppercase letter
Perhaps the assumption should be that the letters are ASCII. If all letters are ASCII checking 'A' <= k.charAt(0) <= 'Z' might make more sense. I am not convinced about doing this with a regex.
Configuration menu - View commit details
-
Copy full SHA for 6af8c7e - Browse repository at this point
Copy the full SHA 6af8c7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 716f885 - Browse repository at this point
Copy the full SHA 716f885View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdfd56a - Browse repository at this point
Copy the full SHA cdfd56aView commit details -
Both test cases involves an author name containing department or school without university or institute of technology.
Configuration menu - View commit details
-
Copy full SHA for b227edb - Browse repository at this point
Copy the full SHA b227edbView commit details -
Fix
null
appearing as part of author nameCorporate authors without university/institute of technology
Configuration menu - View commit details
-
Copy full SHA for ef7f979 - Browse repository at this point
Copy the full SHA ef7f979View commit details
Commits on May 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9ac3993 - Browse repository at this point
Copy the full SHA 9ac3993View commit details
Commits on May 15, 2020
-
Merge branch 'master' into fix-for-issue-6459
# Conflicts: # src/main/java/org/jabref/logic/bibtexkeypattern/BracketedPattern.java
Configuration menu - View commit details
-
Copy full SHA for 85c96ce - Browse repository at this point
Copy the full SHA 85c96ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ded410 - Browse repository at this point
Copy the full SHA 6ded410View commit details
Commits on May 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e8c3007 - Browse repository at this point
Copy the full SHA e8c3007View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72eb1fe - Browse repository at this point
Copy the full SHA 72eb1feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eee8dd - Browse repository at this point
Copy the full SHA 2eee8ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc54029 - Browse repository at this point
Copy the full SHA cc54029View commit details
Commits on May 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1063ae1 - Browse repository at this point
Copy the full SHA 1063ae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef94758 - Browse repository at this point
Copy the full SHA ef94758View commit details -
Fix key for institution's name containing keyword
If the name of an institution can't be split, assume that "School"/"Department" is part of the name.
Configuration menu - View commit details
-
Copy full SHA for e80bd8b - Browse repository at this point
Copy the full SHA e80bd8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0ed455 - Browse repository at this point
Copy the full SHA a0ed455View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db0824 - Browse repository at this point
Copy the full SHA 4db0824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 383fc14 - Browse repository at this point
Copy the full SHA 383fc14View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3e5f09 - Browse repository at this point
Copy the full SHA c3e5f09View commit details -
Minor typos and the "rest" part is now created differently.
Configuration menu - View commit details
-
Copy full SHA for 5990c2a - Browse repository at this point
Copy the full SHA 5990c2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0df3cdb - Browse repository at this point
Copy the full SHA 0df3cdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0d9601 - Browse repository at this point
Copy the full SHA f0d9601View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f26a73 - Browse repository at this point
Copy the full SHA 6f26a73View commit details
Commits on May 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9b717c5 - Browse repository at this point
Copy the full SHA 9b717c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ed9c54 - Browse repository at this point
Copy the full SHA 5ed9c54View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e9e70 - Browse repository at this point
Copy the full SHA d6e9e70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dc664d - Browse repository at this point
Copy the full SHA 2dc664dView commit details -
Fix to only keep the first character of each word
There are some examples that will turn out wrong if only capital letters are kept, e.g., "iOS Developer University Program". The original problem with "The School of Life" becoming too short is avoided by only removing school/department for names containing two or more ',' separated strings. This will still produce an unexpected result if the address of the institution is part of the authors field
Configuration menu - View commit details
-
Copy full SHA for f0fd4f1 - Browse repository at this point
Copy the full SHA f0fd4f1View commit details
Commits on May 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for feebf81 - Browse repository at this point
Copy the full SHA feebf81View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4c2ce3 - Browse repository at this point
Copy the full SHA d4c2ce3View commit details
Commits on May 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 04abe5e - Browse repository at this point
Copy the full SHA 04abe5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f3ef62 - Browse repository at this point
Copy the full SHA 3f3ef62View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4fbec1 - Browse repository at this point
Copy the full SHA f4fbec1View commit details -
Add test for latex-free comma separated first name
First name first and abbreviated first name first
Configuration menu - View commit details
-
Copy full SHA for a256fa8 - Browse repository at this point
Copy the full SHA a256fa8View commit details -
Add test for latex-free comma separated last name
Last name first and abbreviated first names
Configuration menu - View commit details
-
Copy full SHA for 4961c53 - Browse repository at this point
Copy the full SHA 4961c53View commit details -
Configuration menu - View commit details
-
Copy full SHA for a443db0 - Browse repository at this point
Copy the full SHA a443db0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd492e6 - Browse repository at this point
Copy the full SHA dd492e6View commit details -
The deprecated static methods BibtexKeyGenerator.generateKey are moved to the test file as a similar convenience method is required for the test cases. Suppress warning has been added for some methods.
Configuration menu - View commit details
-
Copy full SHA for 71e45d4 - Browse repository at this point
Copy the full SHA 71e45d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2748dcd - Browse repository at this point
Copy the full SHA 2748dcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b0dda3 - Browse repository at this point
Copy the full SHA 3b0dda3View commit details -
Fix mistake in BibtexKeyGeneratorTest
generateKey was not copy-pasted properly.
Configuration menu - View commit details
-
Copy full SHA for 78b66f7 - Browse repository at this point
Copy the full SHA 78b66f7View commit details
Commits on May 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 55ef8e7 - Browse repository at this point
Copy the full SHA 55ef8e7View commit details
Commits on May 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 237dc35 - Browse repository at this point
Copy the full SHA 237dc35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78fade6 - Browse repository at this point
Copy the full SHA 78fade6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3de984d - Browse repository at this point
Copy the full SHA 3de984dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecac673 - Browse repository at this point
Copy the full SHA ecac673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c4928b - Browse repository at this point
Copy the full SHA 1c4928bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55f3f18 - Browse repository at this point
Copy the full SHA 55f3f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6cda69 - Browse repository at this point
Copy the full SHA e6cda69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e120fd - Browse repository at this point
Copy the full SHA 2e120fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cc947c - Browse repository at this point
Copy the full SHA 8cc947cView commit details
Commits on May 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2fc9e16 - Browse repository at this point
Copy the full SHA 2fc9e16View commit details -
The author list parsing is moved outside of the if/else statements
Configuration menu - View commit details
-
Copy full SHA for b4b3993 - Browse repository at this point
Copy the full SHA b4b3993View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cb6232 - Browse repository at this point
Copy the full SHA 3cb6232View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3f0d1b - Browse repository at this point
Copy the full SHA b3f0d1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a27bbc - Browse repository at this point
Copy the full SHA 5a27bbcView commit details -
Refactor parse with latex tests
Move them close to other parse tests
Configuration menu - View commit details
-
Copy full SHA for c7578b3 - Browse repository at this point
Copy the full SHA c7578b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8bf4f3 - Browse repository at this point
Copy the full SHA b8bf4f3View commit details
Commits on May 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cc23e29 - Browse repository at this point
Copy the full SHA cc23e29View commit details
Commits on May 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 24398b4 - Browse repository at this point
Copy the full SHA 24398b4View commit details -
Add test for latex-free unformatted authors
Same as for all others
Configuration menu - View commit details
-
Copy full SHA for 5308717 - Browse repository at this point
Copy the full SHA 5308717View commit details -
Merge branch 'master' into fix-for-issue-6459
# Conflicts: # src/main/java/org/jabref/gui/maintable/BibEntryTableViewModel.java # src/main/java/org/jabref/gui/maintable/MainTableNameFormatter.java # src/main/java/org/jabref/model/entry/AuthorList.java # src/test/java/org/jabref/model/entry/AuthorListTest.java
Configuration menu - View commit details
-
Copy full SHA for b2b523c - Browse repository at this point
Copy the full SHA b2b523cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94a46e2 - Browse repository at this point
Copy the full SHA 94a46e2View commit details -
Revert "Add change to CHANGELOG.md"
This reverts commit 94a46e2
Configuration menu - View commit details
-
Copy full SHA for 539c616 - Browse repository at this point
Copy the full SHA 539c616View commit details
Commits on Jun 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 476b5b8 - Browse repository at this point
Copy the full SHA 476b5b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2642cb9 - Browse repository at this point
Copy the full SHA 2642cb9View commit details -
Add AuthorList institution cache test
Since the name of an institution can be used to create an `Author` directly it is the most likely `Author` to contain a reference to the original String object and create a memory leak.
Configuration menu - View commit details
-
Copy full SHA for 4ecdbf8 - Browse repository at this point
Copy the full SHA 4ecdbf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b18e60d - Browse repository at this point
Copy the full SHA b18e60dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e840bc - Browse repository at this point
Copy the full SHA 7e840bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bfbd71 - Browse repository at this point
Copy the full SHA 2bfbd71View commit details
Commits on Jun 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a4cb1ef - Browse repository at this point
Copy the full SHA a4cb1efView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac8759b - Browse repository at this point
Copy the full SHA ac8759bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cea4c5e - Browse repository at this point
Copy the full SHA cea4c5eView commit details -
Updated JavaDoc and now checks if the other object is itself
Configuration menu - View commit details
-
Copy full SHA for 03a632c - Browse repository at this point
Copy the full SHA 03a632cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e22a098 - Browse repository at this point
Copy the full SHA e22a098View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fd46d7 - Browse repository at this point
Copy the full SHA 0fd46d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d50c7cf - Browse repository at this point
Copy the full SHA d50c7cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b389a6 - Browse repository at this point
Copy the full SHA 4b389a6View commit details -
The parser is intended to deal with a format that is not BibTeX but appears to be used in practice
Configuration menu - View commit details
-
Copy full SHA for cd68f6c - Browse repository at this point
Copy the full SHA cd68f6cView commit details -
Fix unique names in test cases
Make the unique names more realistic
Configuration menu - View commit details
-
Copy full SHA for f3340b2 - Browse repository at this point
Copy the full SHA f3340b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10fff4c - Browse repository at this point
Copy the full SHA 10fff4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5caec8 - Browse repository at this point
Copy the full SHA b5caec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbe6501 - Browse repository at this point
Copy the full SHA fbe6501View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c4faa3 - Browse repository at this point
Copy the full SHA 7c4faa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e028993 - Browse repository at this point
Copy the full SHA e028993View commit details -
Configuration menu - View commit details
-
Copy full SHA for a78460f - Browse repository at this point
Copy the full SHA a78460fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4abe855 - Browse repository at this point
Copy the full SHA 4abe855View commit details
Commits on Jun 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 551c6e2 - Browse repository at this point
Copy the full SHA 551c6e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 557ffc9 - Browse repository at this point
Copy the full SHA 557ffc9View commit details
Commits on Jun 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 581446b - Browse repository at this point
Copy the full SHA 581446bView commit details
Commits on Jun 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0020c21 - Browse repository at this point
Copy the full SHA 0020c21View commit details -
Revert "Drop caching of unformatted strings in..."
This reverts commit 557ffc9
Configuration menu - View commit details
-
Copy full SHA for 81c0018 - Browse repository at this point
Copy the full SHA 81c0018View commit details -
Fix for getting unformatted latex-free names
Moving the responsibility of getting the unformatted latex-free name to aid in caching and keeping it consistent with other getter functions.
Configuration menu - View commit details
-
Copy full SHA for 26cf448 - Browse repository at this point
Copy the full SHA 26cf448View commit details -
Move the fields loop from BibEntryTableViewModel to MainTableFieldValueFormatter.
Configuration menu - View commit details
-
Copy full SHA for 0942e2c - Browse repository at this point
Copy the full SHA 0942e2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e562d8 - Browse repository at this point
Copy the full SHA 3e562d8View commit details
Commits on Jun 10, 2020
-
Fix reference of bibDatabaseContext in Formatter
Store a reference to the used BibDatabase in MainTableFieldValueFormatter with the constructor.
Configuration menu - View commit details
-
Copy full SHA for 7616fbe - Browse repository at this point
Copy the full SHA 7616fbeView commit details
Commits on Jun 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4c457f3 - Browse repository at this point
Copy the full SHA 4c457f3View commit details
Commits on Jun 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d183705 - Browse repository at this point
Copy the full SHA d183705View commit details -
Configuration menu - View commit details
-
Copy full SHA for 431811a - Browse repository at this point
Copy the full SHA 431811aView commit details -
Fix handling of DisplayStyle.AS_IS
Co-authored-by: Tobias Diez <tobiasdiez@gmx.de>
Configuration menu - View commit details
-
Copy full SHA for 8ad3aaf - Browse repository at this point
Copy the full SHA 8ad3aafView commit details -
Configuration menu - View commit details
-
Copy full SHA for a81f1e9 - Browse repository at this point
Copy the full SHA a81f1e9View commit details -
Merge branch 'fix-for-issue-6459' of https://github.com/k3KAW8Pnf7mkm…
…dSMPHz27/jabref into fix-for-issue-6459
Configuration menu - View commit details
-
Copy full SHA for c55b1b6 - Browse repository at this point
Copy the full SHA c55b1b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8380a8 - Browse repository at this point
Copy the full SHA c8380a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6155e14 - Browse repository at this point
Copy the full SHA 6155e14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eeddab - Browse repository at this point
Copy the full SHA 1eeddabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff9553 - Browse repository at this point
Copy the full SHA 2ff9553View commit details -
Revert "Add
MainTableFieldValueFormatter
to ..."This reverts commit 6155e14
Configuration menu - View commit details
-
Copy full SHA for 2396fb2 - Browse repository at this point
Copy the full SHA 2396fb2View commit details -
Merge branch 'fix-for-issue-6459' of https://github.com/k3KAW8Pnf7mkm…
…dSMPHz27/jabref into fix-for-issue-6459
Configuration menu - View commit details
-
Copy full SHA for b16d457 - Browse repository at this point
Copy the full SHA b16d457View commit details -
Fix JavaDoc description of AuthorList.equals
Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a9e4f72 - Browse repository at this point
Copy the full SHA a9e4f72View commit details -
Merge branch 'fix-for-issue-6459' of https://github.com/k3KAW8Pnf7mkm…
…dSMPHz27/jabref into fix-for-issue-6459
Configuration menu - View commit details
-
Copy full SHA for d7d692e - Browse repository at this point
Copy the full SHA d7d692eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c0e777 - Browse repository at this point
Copy the full SHA 0c0e777View commit details