forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adjust zbmath fetcher #1
Merged
Merged
Conversation
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
Owner
ibe-314
commented
Jan 20, 2021
- Change in CHANGELOG.md described (if applicable)
- Tests created for changes (if applicable)
- Manually tested changed features in running JabRef (always required)
- Screenshots added in PR description (for UI changes)
- Checked documentation: Is the information available and up to date? If not created an issue at https://github.com/JabRef/user-documentation/issues or, even better, submitted a pull request to the documentation repository.
* New translations JabRef_en.properties (French) * New translations JabRef_en.properties (Spanish) * New translations JabRef_en.properties (Italian) * New translations JabRef_en.properties (Russian)
…addition to JabRef#7093) (JabRef#7185) * Update JabRefPreferences.java Modifications in Entry Preview (7093 and 7083) * Update JabRefPreferences.java Minor Correction * Additions for JabRef#7185 "=" deleted
* Remove journal abbrev deteted in entry editor Fixes JabRef#3925 * add changelog
Bumps org.beryx.jlink from 2.22.3 to 2.23.0. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [archunit-junit5-engine](https://github.com/TNG/ArchUnit) from 0.14.1 to 0.15.0. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](TNG/ArchUnit@v0.14.1...v0.15.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [byte-buddy-parent](https://github.com/raphw/byte-buddy) from 1.10.18 to 1.10.19. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.10.18...byte-buddy-1.10.19) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.94 to 4.8.97. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](classgraph/classgraph@classgraph-4.8.94...classgraph-4.8.97) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps xmpbox from 2.0.21 to 2.0.22. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [guava](https://github.com/google/guava) from 30.0-jre to 30.1-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps unoloader from 7.0.3 to 7.0.4. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [archunit-junit5-api](https://github.com/TNG/ArchUnit) from 0.14.1 to 0.15.0. - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](TNG/ArchUnit@v0.14.1...v0.15.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps fontbox from 2.0.21 to 2.0.22. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps pdfbox from 2.0.21 to 2.0.22. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dominik Voigt <[email protected]> Co-authored-by: Siedlerchr <[email protected]>
* Speedup processResources Co-authored-by: Dominik Voigt <[email protected]> * Try path without ./ at the beginning Co-authored-by: Dominik Voigt <[email protected]> Co-authored-by: Dominik Voigt <[email protected]>
* Output java error on console, too Co-authored-by: Dominik Voigt <[email protected]> * Use LOGGER instead of System.err Co-authored-by: Dominik Voigt <[email protected]> * remove check * remove properties no longer needed * remove from gradle * fix l10n Co-authored-by: Dominik Voigt <[email protected]> Co-authored-by: Siedlerchr <[email protected]>
* Disable composite fetcher test Signed-off-by: Dominik Voigt <[email protected]> * Fix citeseerx test Enable doi search for complex search queries Signed-off-by: Dominik Voigt <[email protected]> * Fix JSTOR searchById Signed-off-by: Dominik Voigt <[email protected]> * Fix TitleFetcher Signed-off-by: Dominik Voigt <[email protected]> * Update src/test/java/org/jabref/logic/importer/fetcher/CompositeSearchBasedFetcherTest.java * Add missing import Signed-off-by: Dominik Voigt <[email protected]> Co-authored-by: Christoph <[email protected]>
* New translations JabRef_en.properties (Turkish) * New translations JabRef_en.properties (Indonesian) * New translations JabRef_en.properties (Portuguese, Brazilian) * New translations JabRef_en.properties (Chinese Simplified) * New translations JabRef_en.properties (Russian) * New translations JabRef_en.properties (French) * New translations JabRef_en.properties (Dutch) * New translations JabRef_en.properties (Japanese) * New translations JabRef_en.properties (Italian) * New translations JabRef_en.properties (Greek) * New translations JabRef_en.properties (German) * New translations JabRef_en.properties (Spanish) * New translations JabRef_en.properties (Tagalog)
* JabRef#5890 added Error Dialog AutoSetFileLinksUtil: -> imported JabRefDialogService and Localization ->showErrorDialogAndWait(...) I am currently having trouble writing a test * Fix errorDialog AutoSetFileLinks Fixed mistake in first commit. .lists all exceptions .notifies user of error via DialogService * Fix notifying in AutoSetFileLinksAction - add returnFileExceptions() in AutoSetFileLinksUtil - add if ( 'there are exceptions' ) -> notify user in AutoSetFileLinkAction (placement still unclear, might be changed later) * Fixed checkstyle error in AutoSetFileLinksUtilTest * Fixed import order in JabRefFrame * Update JabRefFrame.java * Refactored to fail fast * Update JabRef_en.properties * Included remarks * Merge error Co-authored-by: Carl Christian Snethlage <[email protected]> Co-authored-by: Carl Christian Snethlage <[email protected]>
* New translations JabRef_en.properties (Turkish) * New translations JabRef_en.properties (Portuguese) * New translations JabRef_en.properties (Persian) * New translations JabRef_en.properties (Indonesian) * New translations JabRef_en.properties (Portuguese, Brazilian) * New translations JabRef_en.properties (Vietnamese) * New translations JabRef_en.properties (Chinese Simplified) * New translations JabRef_en.properties (Swedish) * New translations JabRef_en.properties (Russian) * New translations JabRef_en.properties (Polish) * New translations JabRef_en.properties (French) * New translations JabRef_en.properties (Norwegian) * New translations JabRef_en.properties (Dutch) * New translations JabRef_en.properties (Japanese) * New translations JabRef_en.properties (Italian) * New translations JabRef_en.properties (Greek) * New translations JabRef_en.properties (German) * New translations JabRef_en.properties (Danish) * New translations JabRef_en.properties (Spanish) * New translations JabRef_en.properties (Tagalog)
* upstream/master: L10n master (JabRef#7235)
* [WIP] Fix for application dialogs opening in wrong displays * [WIP] Fix for application dialogs opening in wrong displays * [WIP] Fix for application dialogs opening in wrong displays * [WIP] Fix for application dialogs opening in wrong displays * Fix for application dialogs opening in wrong displays - Rename DialogService.show() method to showCustomDialog() - Rename showCustomDialog()'s argument - Add documentation to showCustomDialog method - Make createDialog and createDialogWithOptOut non static * Add change description to CHANGELOG.md * Drop unneeded test AboutActionTest * Document guidelines for creating a new dialog * Document guidelines for creating a new dialog
* Added eye candy in entry editor context menus * Refactor ProtectedTermsMenu * Rafactored small cleanups * CHANGELOG.md and l10n
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.38 to 8.39. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-8.38...checkstyle-8.39) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oliver Kopp <[email protected]>
git-subtree-dir: buildres/csl/csl-styles git-subtree-split: 737ffa1
git-subtree-dir: buildres/csl/csl-locales git-subtree-split: ecb8e70233e9a68e8b1dda4586061be8f8611a38
* Add special fields ADR Co-authored-by: Oliver Kopp <[email protected]> * Refine "Special fields as sub-feature of groups" Co-authored-by: Oliver Kopp <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.