Skip to content

Commit eed4fb5

Browse files
author
nikch
committed
2 parents 9d6103d + b8cd609 commit eed4fb5

File tree

117 files changed

+997
-811
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+997
-811
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
- [ ] Tests created for changes
1010
- [ ] Manually tested changed features in running JabRef
1111
- [ ] Screenshots added in PR description (for bigger UI changes)
12-
- [ ] Ensured that [the git commit message is a good one](https://github.com/joelparkerhenderson/git_commit_message)
13-
- [ ] Check documentation status (Issue created for outdated help page at [help.jabref.org](https://github.com/JabRef/help.jabref.org/issues)?)
12+
- [ ] [Checked documentation](https://docs.jabref.org/): Is the information available and up to date? If not: Issue created at <https://github.com/JabRef/user-documentation/issues>.

.github/workflows/deployment.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
include:
1212
- os: ubuntu-latest
1313
displayName: linux
14-
jpackageDownload: https://download.java.net/java/early_access/jpackage/1/openjdk-14-jpackage+1-67_linux-x64_bin.tar.gz
14+
jpackageDownload: https://download.java.net/java/early_access/jpackage/1/openjdk-14-jpackage+1-70_linux-x64_bin.tar.gz
1515
jdk14Path: /jdk-14
1616
archivePortable: tar -czf build/distribution/JabRef-portable_linux.tar.gz -C build/distribution JabRef && rm -R build/distribution/JabRef
1717
- os: windows-latest
1818
displayName: windows
19-
jpackageDownload: https://download.java.net/java/early_access/jpackage/1/openjdk-14-jpackage+1-67_windows-x64_bin.zip
19+
jpackageDownload: https://download.java.net/java/early_access/jpackage/1/openjdk-14-jpackage+1-70_windows-x64_bin.zip
2020
jdk14Path: /jdk-14
2121
archivePortable: 7z a -r build/distribution/JabRef-portable_windows.zip ./build/distribution/JabRef && rm -R build/distribution/JabRef
2222
- os: macOS-latest
2323
displayName: macOS
24-
jpackageDownload: https://download.java.net/java/early_access/jpackage/1/openjdk-14-jpackage+1-67_osx-x64_bin.tar.gz
24+
jpackageDownload: https://download.java.net/java/early_access/jpackage/1/openjdk-14-jpackage+1-70_osx-x64_bin.tar.gz
2525
jdk14Path: /jdk-14.jdk/Contents/Home
2626
archivePortable: tar -czf build/distribution/JabRef-portable_macos.tar.gz -C build/distribution JabRef.app && rm -R build/distribution/JabRef.app
2727

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ env:
3030
matrix:
3131
fast_finish: true
3232
allow_failures:
33+
- env: TEST_SUITE=codecov
3334
- env: TEST_SUITE=fetcherTest
3435
- env: TEST_SUITE=databaseTest
3536
- env: TEST_SUITE=guiTest

CHANGELOG.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
2020
- The entry editor is now open by default when JabRef starts up. [#5460](https://github.com/JabRef/jabref/issues/5460)
2121
- We added a new ADS fetcher to use the new ADS API [#4949](https://github.com/JabRef/jabref/issues/4949)
2222
- We added support of the [X11 primary selection](https://unix.stackexchange.com/a/139193/18033) [#2389](https://github.com/JabRef/jabref/issues/2389)
23+
- We added support to switch between biblatex and bibtex library types. [#5550](https://github.com/JabRef/jabref/issues/5550)
24+
- We changed the save action buttons to be easier to understand. [#5565](https://github.com/JabRef/jabref/issues/5565)
2325
- We made the columns for groups, files and uri in the main table reorderable and merged the clickable icon columns for uri, url, doi and eprint. [#5544](https://github.com/JabRef/jabref/pull/5544)
2426

2527
### Fixed
@@ -28,12 +30,12 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
2830
- We fixed an issue where it was no longer possible to connect to LibreOffice. [#5261](https://github.com/JabRef/jabref/issues/5261)
2931
- The "All entries group" is no longer shown when no library is open.
3032
- We fixed an exception which occurred when closing JabRef. [#5348](https://github.com/JabRef/jabref/issues/5348)
31-
- We fixed an issue where JabRef reports incorrectly about customized entry types. [#5332](https://github.com/JabRef/jabref/issues/5332)
33+
- We fixed an issue where JabRef reports incorrectly about customized entry types. [#5332](https://github.com/JabRef/jabref/issues/5332)
3234
- We fixed a few problems that prevented JabFox to communicate with JabRef. [#4737](https://github.com/JabRef/jabref/issues/4737) [#4303](https://github.com/JabRef/jabref/issues/4303)
33-
- We fixed an error where the groups containing an entry loose their highlight color when scrolling. [#5022](https://github.com/JabRef/jabref/issues/5022)
35+
- We fixed an error where the groups containing an entry loose their highlight color when scrolling. [#5022](https://github.com/JabRef/jabref/issues/5022)
3436
- We fixed an error where scrollbars were not shown. [#5374](https://github.com/JabRef/jabref/issues/5374)
3537
- We fixed an error where an exception was thrown when merging entries. [#5169](https://github.com/JabRef/jabref/issues/5169)
36-
- We fixed an error where certain metadata items were not serialized alphabetically.
38+
- We fixed an error where certain metadata items were not serialized alphabetically.
3739
- After assigning an entry to a group, the item count is now properly colored to reflect the new membership of the entry. [#3112](https://github.com/JabRef/jabref/issues/3112)
3840
- The group panel is now properly updated when switching between libraries (or when closing/opening one). [#3142](https://github.com/JabRef/jabref/issues/3142)
3941
- We fixed an error where the number of matched entries shown in the group pane was not updated correctly. [#4441](https://github.com/JabRef/jabref/issues/4441)
@@ -44,7 +46,7 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
4446
- We fixed an issue where multiple entries were highlighted in the web search result after scrolling. [#5035](https://github.com/JabRef/jabref/issues/5035)
4547
- We fixed an issue where the hover indication in the web search pane was not working. [#5277](https://github.com/JabRef/jabref/issues/5277)
4648
- We fixed an error mentioning "javafx.controls/com.sun.javafx.scene.control" that was thrown when interacting with the toolbar.
47-
- We fixed an error where a cleared search was restored after switching libraries. [#4846](https://github.com/JabRef/jabref/issues/4846)
49+
- We fixed an error where a cleared search was restored after switching libraries. [#4846](https://github.com/JabRef/jabref/issues/4846)
4850
- We fixed an exception which occurred when trying to open a non-existing file from the "Recent files"-menu [#5334](https://github.com/JabRef/jabref/issues/5334)
4951
- We fixed an issues where the search highlight in the entry preview did not worked. [#5069](https://github.com/JabRef/jabref/issues/5069)
5052
- The context menu for fields in the entry editor is back. [#5254](https://github.com/JabRef/jabref/issues/5254)
@@ -53,7 +55,7 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
5355
- We re-introduced the feature to switch between different preview styles. [#5221](https://github.com/JabRef/jabref/issues/5221)
5456
- We fixed various issues (including [#5263](https://github.com/JabRef/jabref/issues/5263)) related to copying entries to the clipboard
5557
- We fixed some display errors in the preferences dialog and replaced some of the controls [#5033](https://github.com/JabRef/jabref/pull/5033) [#5047](https://github.com/JabRef/jabref/pull/5047) [#5062](https://github.com/JabRef/jabref/pull/5062) [#5141](https://github.com/JabRef/jabref/pull/5141) [#5185](https://github.com/JabRef/jabref/pull/5185) [#5265](https://github.com/JabRef/jabref/pull/5265) [#5315](https://github.com/JabRef/jabref/pull/5315) [#5360](https://github.com/JabRef/jabref/pull/5360)
56-
- We fixed an exception which occurred when trying to import entries without an open library. [#5447](https://github.com/JabRef/jabref/issues/5447)
58+
- We fixed an exception which occurred when trying to import entries without an open library. [#5447](https://github.com/JabRef/jabref/issues/5447)
5759
- After successful import of one or multiple bib entries the main table scrolls to the first imported entry [#5383](https://github.com/JabRef/jabref/issues/5383)
5860
- We fixed an exception which occurred when an invalid jstyle was loaded. [#5452](https://github.com/JabRef/jabref/issues/5452)
5961
- We fixed an error where the preview theme did not adapt to the "Dark" mode [#5463](https://github.com/JabRef/jabref/issues/5463)
@@ -143,7 +145,7 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
143145
- Change default icon for groups to a circle because a colored version of the old icon was hard to distinguish from its black counterpart.
144146
- In the main table, the context menu appears now when you press the "context menu" button on the keyboard. [feature request in the forum](http://discourse.jabref.org/t/how-to-enable-keyboard-context-key-windows)
145147
- We added icons to the group side panel to quickly switch between `union` and `intersection` group view mode https://github.com/JabRef/jabref/issues/3269.
146-
- We use `https` for [fetching from most online bibliographic database](https://help.jabref.org/en/#-using-online-bibliographic-database).
148+
- We use `https` for [fetching from most online bibliographic database](https://docs.jabref.org/import-using-online-bibliographic-database).
147149
- We changed the default keyboard shortcuts for moving between entries when the entry editor is active to ̀<kbd>alt</kbd> + <kbd>up/down</kbd>.
148150
- Opening a new file now prompts the directory of the currently selected file, instead of the directory of the last opened file.
149151
- Window state is saved on close and restored on start.
@@ -162,7 +164,7 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
162164
- We optimized the code responsible for connecting to an external database, which should lead to huge improvements in performance.
163165
- For automatically created groups, added ability to filter groups by entry type. [#4539](https://github.com/JabRef/jabref/issues/4539)
164166
- We added the ability to add field names from the Preferences Dialog [#4546](https://github.com/JabRef/jabref/issues/4546)
165-
- We added the ability to change the column widths directly in the main
167+
- We added the ability to change the column widths directly in the main
166168
. [#4546](https://github.com/JabRef/jabref/issues/4546)
167169
- We added a description of how recommendations were chosen and better error handling to Related Articles tab
168170
- We added the ability to execute default action in dialog by using with <kbd>Ctrl</kbd> + <kbd>Enter</kbd> combination [#4496](https://github.com/JabRef/jabref/issues/4496)

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ The [latest stable release is available at FossHub](https://www.fosshub.com/JabR
6464

6565
JabRef runs on any system equipped with the Java Virtual Machine (Java 11 or higher), which can be downloaded at no cost from [AdoptOpenDJK](https://adoptopenjdk.net/).
6666
From JabRef 4.0 onwards, [JavaFX] support has to be installed.
67-
- Windows: JabRef offers an installer, which also adds a shortcut to JabRef to your start menu. Please also see our [Windows FAQ](https://help.jabref.org/en/FAQwindows)
68-
- Linux: Please see our [Installation Guide](http://help.jabref.org/en/Installation).
69-
- Mac OS X: Please see our [Mac OS X FAQ](https://help.jabref.org/en/FAQosx).
67+
- Windows: JabRef offers an installer, which also adds a shortcut to JabRef to your start menu. Please also see our [Windows FAQ](https://docs.jabref.org/faq/faqwindows)
68+
- Linux: Please see our [Installation Guide](https://docs.jabref.org/general/installation).
69+
- Mac OS X: Please see our [Mac OS X FAQ](https://docs.jabref.org/faq/faqosx).
7070

7171
In addition, JabRef can be downloaded as an executable `.jar` file.
7272
Try to double click the `jar` file or execute the following command:
@@ -78,7 +78,7 @@ Try to double click the `jar` file or execute the following command:
7878

7979
We are thankful for any bug reports or other feedback.
8080
If you have ideas for new features you want to be included in JabRef, [tell us in our forum](http://discourse.jabref.org/c/features)!
81-
If you need support in using JabRef, please read [the documentation](https://help.jabref.org/) first and have a look at our [community forum](http://discourse.jabref.org/c/help).
81+
If you need support in using JabRef, please read [the documentation](https://docs.jabref.org/) first and have a look at our [community forum](https://discourse.jabref.org/c/help).
8282
You can use our [GitHub issue tracker](https://github.com/JabRef/jabref/issues) to file bug reports.
8383

8484
An explanation of donation possibilities and usage of donations is available at our [donations page](https://donations.jabref.org).

build.gradle

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
id 'com.github.ben-manes.versions' version '0.27.0'
2424
id 'org.javamodularity.moduleplugin' version '1.5.0'
2525
id 'org.openjfx.javafxplugin' version '0.0.8'
26-
id 'org.beryx.jlink' version '2.16.3'
26+
id 'org.beryx.jlink' version '2.16.4'
2727
}
2828

2929
gradle.startParameter.showStacktrace = org.gradle.api.logging.configuration.ShowStacktrace.ALWAYS
@@ -449,7 +449,8 @@ test {
449449

450450
testLogging {
451451
// set options for log level LIFECYCLE
452-
events = ["FAILED", "STANDARD_OUT", "STANDARD_ERROR"]
452+
// for debugging tests: add "STANDARD_OUT", "STANDARD_ERROR"
453+
events = ["FAILED"]
453454
exceptionFormat "full"
454455
}
455456
}

buildres/linux/jabref.spec

+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
Summary: APPLICATION_SUMMARY
2+
Name: APPLICATION_PACKAGE
3+
Version: APPLICATION_VERSION
4+
Release: APPLICATION_RELEASE
5+
License: APPLICATION_LICENSE_TYPE
6+
Vendor: APPLICATION_VENDOR
7+
Prefix: %{dirname:APPLICATION_DIRECTORY}
8+
Provides: APPLICATION_PACKAGE
9+
%if "xAPPLICATION_GROUP" != x
10+
Group: APPLICATION_GROUP
11+
%endif
12+
13+
Autoprov: 0
14+
Autoreq: 0
15+
%if "xPACKAGE_DEFAULT_DEPENDENCIES" != x || "xPACKAGE_CUSTOM_DEPENDENCIES" != x
16+
Requires: PACKAGE_DEFAULT_DEPENDENCIES PACKAGE_CUSTOM_DEPENDENCIES
17+
%endif
18+
19+
#avoid ARCH subfolder
20+
%define _rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm
21+
22+
#comment line below to enable effective jar compression
23+
#it could easily get your package size from 40 to 15Mb but
24+
#build time will substantially increase and it may require unpack200/system java to install
25+
%define __jar_repack %{nil}
26+
27+
%description
28+
APPLICATION_DESCRIPTION
29+
30+
%prep
31+
32+
%build
33+
34+
%install
35+
rm -rf %{buildroot}
36+
install -d -m 755 %{buildroot}APPLICATION_DIRECTORY
37+
cp -r %{_sourcedir}APPLICATION_DIRECTORY/* %{buildroot}APPLICATION_DIRECTORY
38+
%if "xAPPLICATION_LICENSE_FILE" != x
39+
%define license_install_file %{_defaultlicensedir}/%{name}-%{version}/%{basename:APPLICATION_LICENSE_FILE}
40+
install -d -m 755 %{buildroot}%{dirname:%{license_install_file}}
41+
install -m 644 APPLICATION_LICENSE_FILE %{buildroot}%{license_install_file}
42+
%endif
43+
44+
%files
45+
%if "xAPPLICATION_LICENSE_FILE" != x
46+
%license %{license_install_file}
47+
%{dirname:%{license_install_file}}
48+
%endif
49+
# If installation directory for the application is /a/b/c, we want only root
50+
# component of the path (/a) in the spec file to make sure all subdirectories
51+
# are owned by the package.
52+
%(echo APPLICATION_DIRECTORY | sed -e "s|\(^/[^/]\{1,\}\).*$|\1|")
53+
54+
%post
55+
install -D -m0755 /opt/jabref/lib/native-messaging-host/firefox/org.jabref.jabref.json /usr/lib/mozilla/native-messaging-hosts/org.jabref.jabref.json
56+
install -D -m0755 /opt/jabref/lib/native-messaging-host/chromium/org.jabref.jabref.json /etc/chromium/native-messaging-hosts/org.jabref.jabref.json
57+
install -D -m0755 /opt/jabref/lib/native-messaging-host/chromium/org.jabref.jabref.json /etc/opt/chrome/native-messaging-hosts/org.jabref.jabref.json
58+
DESKTOP_COMMANDS_INSTALL
59+
60+
%preun
61+
for NATIVE_MESSAGING_JSON in "/usr/lib/mozilla/native-messaging-hosts/org.jabref.jabref.json"\
62+
"/etc/chromium/native-messaging-hosts/org.jabref.jabref.json"\
63+
"/etc/opt/chrome/native-messaging-hosts/org.jabref.jabref.json"; do
64+
if [ -e $NATIVE_MESSAGING_JSON ] && grep --quiet '"path": "/opt' $NATIVE_MESSAGING_JSON; then
65+
rm $NATIVE_MESSAGING_JSON
66+
fi
67+
done
68+
UTILITY_SCRIPTS
69+
DESKTOP_COMMANDS_UNINSTALL
70+
71+
%clean
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "org.jabref.jabref",
3+
"description": "JabRef",
4+
"path": "/opt/jabref/lib/jabrefHost.py",
5+
"type": "stdio",
6+
"allowed_origins": [
7+
"chrome-extension://bifehkofibaamoeaopjglfkddgkijdlh/"
8+
]
9+
}

buildres/linux/org.jabref.jabref.json buildres/linux/native-messaging-host/firefox/org.jabref.jabref.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"path": "/opt/jabref/lib/jabrefHost.py",
55
"type": "stdio",
66
"allowed_extensions": [
7-
"browserextension@jabref.org"
7+
"browserextension@jabref.org",
8+
"@jabfox"
89
]
910
}

buildres/linux/postinst

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ set -e
1919

2020
case "$1" in
2121
configure)
22-
INSTALL_PATH="/usr/lib/mozilla/native-messaging-hosts"
23-
install -D -m0755 /opt/jabref/lib/org.jabref.jabref.json $INSTALL_PATH/org.jabref.jabref.json
22+
install -D -m0755 /opt/jabref/lib/native-messaging-host/firefox/org.jabref.jabref.json /usr/lib/mozilla/native-messaging-hosts/org.jabref.jabref.json
23+
install -D -m0755 /opt/jabref/lib/native-messaging-host/chromium/org.jabref.jabref.json /etc/chromium/native-messaging-hosts/org.jabref.jabref.json
24+
install -D -m0755 /opt/jabref/lib/native-messaging-host/chromium/org.jabref.jabref.json /etc/opt/chrome/native-messaging-hosts/org.jabref.jabref.json
2425
DESKTOP_COMMANDS_INSTALL
2526
;;
2627

buildres/linux/postrm

+9-5
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@ set -e
1616
# <overwriter-version>
1717
# for details, see http://www.debian.org/doc/debian-policy/ or
1818
# the debian-policy package
19+
1920
case "$1" in
2021
purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
21-
NATIVE_MESSAGING_JSON="/usr/lib/mozilla/native-messaging-hosts/org.jabref.jabref.json"
22-
if [ -e $NATIVE_MESSAGING_JSON ] && grep --quiet '"path": "/opt' $NATIVE_MESSAGING_JSON; then
23-
rm $NATIVE_MESSAGING_JSON
24-
fi
22+
for NATIVE_MESSAGING_JSON in "/usr/lib/mozilla/native-messaging-hosts/org.jabref.jabref.json"\
23+
"/etc/chromium/native-messaging-hosts/org.jabref.jabref.json"\
24+
"/etc/opt/chrome/native-messaging-hosts/org.jabref.jabref.json"; do
25+
if [ -e $NATIVE_MESSAGING_JSON ] && grep --quiet '"path": "/opt' $NATIVE_MESSAGING_JSON; then
26+
echo $NATIVE_MESSAGING_JSON
27+
fi
28+
done
2529
;;
2630

2731
*)
@@ -30,4 +34,4 @@ case "$1" in
3034
;;
3135
esac
3236

33-
exit 0
37+
exit 0

buildres/windows/JabRef-post-image.wsf

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
var contents = wxsFile.ReadAll();
1717
wxsFile.Close();
1818
19-
// Add registry values for JabFox
20-
contents = contents.replace("</Product>", "<DirectoryRef Id=\"TARGETDIR\"><Component Id=\"RegistryJabFoxEntries\" Guid=\"b6bc55ad-905c-4258-89b1-8b37abbe559c\" Win64=\"yes\"><RegistryKey Root=\"HKMU\" Key=\"SOFTWARE\\Mozilla\\NativeMessagingHosts\\org.jabref.jabref\" Action=\"createAndRemoveOnUninstall\" ForceCreateOnInstall=\"yes\"><RegistryValue Type=\"string\" Value=\"[APPLICATIONFOLDER]jabref.json\"/></RegistryKey></Component></DirectoryRef><Feature Id=\"JabFox\" Level=\"1\"><ComponentRef Id=\"RegistryJabFoxEntries\" /></Feature></Product>");
19+
// Add registry values for JabRef Browser Extension
20+
contents = contents.replace("</Product>", "<DirectoryRef Id=\"TARGETDIR\"><Component Id=\"RegistryJabRefBrowserEntries\" Guid=\"b6bc55ad-905c-4258-89b1-8b37abbe559c\" Win64=\"yes\"><RegistryKey Root=\"HKMU\" Key=\"SOFTWARE\\Mozilla\\NativeMessagingHosts\\org.jabref.jabref\" Action=\"createAndRemoveOnUninstall\" ForceCreateOnInstall=\"yes\"><RegistryValue Type=\"string\" Value=\"[APPLICATIONFOLDER]jabref.json\"/></RegistryKey><RegistryKey Root=\"HKMU\" Key=\"Software\\Google\\Chrome\\NativeMessagingHosts\\org.jabref.jabref\" Action=\"createAndRemoveOnUninstall\" ForceCreateOnInstall=\"yes\"><RegistryValue Type=\"string\" Value=\"[APPLICATIONFOLDER]jabref-chrome.json\"/></RegistryKey></Component></DirectoryRef><Feature Id=\"JabFox\" Level=\"1\"><ComponentRef Id=\"RegistryJabFoxEntries\" /></Feature></Product>");
2121
2222
// Specify correct icon in Add/Remove Programs
2323
contents = contents.replace("</Product>", "<Property Id=\"ARPPRODUCTICON\" Value=\"DesktopIcon.exe\" /></Product>");

buildres/windows/jabref.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"path": "JabRefHost.bat",
55
"type": "stdio",
66
"allowed_extensions": [
7-
"browserextension@jabref.org"
7+
"browserextension@jabref.org",
8+
"@jabfox"
89
]
910
}

0 commit comments

Comments
 (0)