-
-
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
Introduce convienent interface for ID-based fetcher #1998
Conversation
@@ -2302,3 +2302,5 @@ Select_first_entry= | |||
Select_last_entry= | |||
|
|||
Search_in_all_open_databases= | |||
|
|||
Invalid_ISBN\:_'%0'.= |
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.
Sure we don't have a related error message already?
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.
Didn't find anything related to ISBN
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.
Ah, yes, we have Invalid_DOI already. It would make sense to have sth like Invalid_%0 which we can reuse for all id fetchers. (e.g. doi/isbn) so we
* upstream/master: (103 commits) add id fetcher in biblatexmode (#2006) Check available help languages when opening specific help page (#2005) Remove help suffix at help pages (#2004) French localization: Jabref_fr: empty strings translated + correction of a glitch (#2000) Disable gradle daemon - maybe, this brings back the integration tests French localization: Menu: update (#1999) Introduce convienent interface for ID-based fetcher (#1998) Updated dependencies (#1994) Some minor code cleanups (#1991) Add missing calls to showEntryEditor (which ensures that currentEditor is right) Remove obsolete adjustSplitter calls Remove FocusRequester as it is not executed threaded Rename variable "form" to "editor" use JabRefPreferences.getInstance() to fix ci simplify code always use fetcherexception's message for output Quickfix: Time limit for integration tests Fix Exception when Close Dialog with 'X' Enable tests at CircleCI build to ensure that only binary passing the basic tests are released. Fix japanese language files ... # Conflicts: # src/main/java/net/sf/jabref/logic/cleanup/RenamePdfCleanup.java
* Introduce IdBasedParserFetcher * Add language text * Remove unused imports
Follow-up from #1929. Since the changes in this PR are completely parallel to #1929, I will merge it as soon as the build passes.