-
-
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
Refactor of DOI import failure dialog, import format reader and clipboard manager #8839
Merged
calixtus
merged 37 commits into
JabRef:main
from
zkl-ai:improve-DOI-import-failure-dialog
Aug 6, 2022
Merged
Changes from 3 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
02481fa
Rename cleanup actions: "Make LaTeX ready" and "Make BibTeX ready"
zkl-ai 07345ea
modify dio exception handler
zkl-ai f786412
Merge branch 'JabRef:main' into improve-DOI-import-failure-dialog
zkl-ai f06021a
modify dio exception handler change dialog from "No DOI data exits" t…
zkl-ai 2348a34
Merge remote-tracking branch 'origin/improve-DOI-import-failure-dialo…
zkl-ai d32eae2
modify Localization.lang(message)
zkl-ai 987d5df
Merge branch 'JabRef:main' into improve-DOI-import-failure-dialog
zkl-ai a6ec469
modify Localization.lang("Client Error") and
zkl-ai b3ac167
pass LocalizationConsistencyTest
zkl-ai 6bf38c4
pass fetcher test
zkl-ai 58361cb
Merge branch 'JabRef:main' into improve-DOI-import-failure-dialog
zkl-ai 8e5b82a
improve the implementation with two add Exception DOIDataNotFoundExce…
zkl-ai d406d5a
Merge remote-tracking branch 'origin/improve-DOI-import-failure-dialo…
zkl-ai 38f3e52
improve the implementation with two add Exception DOIDataNotFoundExce…
zkl-ai 6b7dfa9
Merge remote-tracking branch 'upstream/main' into improve-DOI-import-…
Siedlerchr 2561d32
Add FetcherClientException and FetcherServerException
Siedlerchr a02f5d4
rename test
Siedlerchr 5dfdc8e
refactor impor format reader and clipboard manager
Siedlerchr 3c0ee30
Merge remote-tracking branch 'upstream/main' into improve-DOI-import-…
Siedlerchr 9ed8131
Refactor clipboard manager
Siedlerchr 890e623
remove unused prefs
Siedlerchr c6deb0c
revert style changes
Siedlerchr 4b0aeb2
fix checkstlye
Siedlerchr a03e25f
do not throw 404 errors from UrlDownload
Siedlerchr 32fd370
better error messages
Siedlerchr a9c4589
checkstyle
Siedlerchr 0165d14
Merge remote-tracking branch 'upstream/main' into improve-DOI-import-…
Siedlerchr 73a88b7
improve dialog messages
Siedlerchr 5060e34
change l10n
Siedlerchr b8a83ac
Merge remote-tracking branch 'upstream/main' into improve-DOI-import-…
Siedlerchr 4c0ebd1
fix merge conflicts
Siedlerchr 0cc4826
fix l10n messages
Siedlerchr 369310e
fix checkstyle and fetcher
Siedlerchr d26e288
Merge remote-tracking branch 'upstream/main' into improve-DOI-import-…
Siedlerchr c47ea2d
improve error messages
Siedlerchr be99801
further fixes
Siedlerchr 7c609f3
fix l10n
Siedlerchr 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
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.
This is the check, I am talking about. Personally, I think this should not be a string comparison, but a different, more robust check.
I assume, that @Siedlerchr had something similarly in mind with his remark.