-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into changemergesdialog
* upstream/master: (21 commits) New Crowdin translations (#5729) Update license of Oracle JDBC Changes string representation when detecting custom entry types. (#5741) Try to fix GitVersion Also run workflow on tag creation Add README.md with an initial help to work on command line para… (#5720) Bugfix for Multiscreen (#5738) Fix #2868 - keep source groups selected after drag and drop retrigger build Squashed 'src/main/resources/csl-styles/' changes from f71cd32..49a1841 try to fix pull of csl styles try to fix csl update Fixed untranslated Strings issue #5701 Fix #5603 - account for file extension in file name length (#5726) New translations JabRef_en.properties (French) Bump unirest-java from 3.2.00 to 3.3.00 Bump postgresql from 42.2.8 to 42.2.9 Bump tika-core from 1.22 to 1.23 Fix upload to GitHub artifacts (#5712) Try to fix csl update (#5718) ...
- Loading branch information
Showing
68 changed files
with
4,850 additions
and
399 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: Error while updating citation styles | ||
labels: code-quality, dependencies | ||
--- | ||
[Update of citation styles failed!](https://github.com/JabRef/jabref/actions?query=workflow%3A%22Refresh+Citation+Style+Language+Files%22) |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
assembly-versioning-format: '{major}.{minor}.{buildmetadata}' | ||
assembly-versioning-format: '{major}.{minor}.{WeightedPreReleaseNumber}' | ||
assembly-informational-format: '{major}.{minor}{PreReleaseTagWithDash}--{CommitDate}--{ShortSha}' | ||
|
||
branches: | ||
master: | ||
regex: ^master | ||
mode: ContinuousDelivery | ||
tag: beta | ||
increment: Minor | ||
pre-release-weight: 30000 # 0 after stable release, 15000 before alpha release, 30000 before beta release, 50000 before stable release |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Develop JabRef | ||
|
||
This page presents all development informatation around JabRef. For users documentation see <https://docs.jabref.org>. | ||
|
||
## Command Line | ||
|
||
The package `org.jabref.cli` is responsible for handling the command line options. | ||
|
||
During development, one can configure IntelliJ to pass command line paramters: | ||
|
||
![IntelliJ-run-configuration](images/intellij-run-configuration-command-line.png) | ||
|
||
Passing command line arguments using gradle is currently not possible as all arguments (such as `-Dfile.encoding=windows-1252`) are passed to the application. | ||
|
||
Without jlink, it is not possible to generate a fat jar any more. During development, the capabilities of the IDE has to be used. | ||
|
||
## Groups | ||
|
||
UML diagram showing aspects of groups: [Groups.uml](Gropus.uml). | ||
|
||
## Decision Records | ||
|
||
This log lists the decisions for JabRef. | ||
|
||
<!-- adrlog --> | ||
|
||
- [ADR-0000](0000-use-markdown-architectural-decision-records.md) - Use Markdown Architectural Decision Records | ||
- [ADR-0001](0001-use-crowdin-for-translations.md) - Use Crowdin for translations | ||
- [ADR-0002](0002-use-slf4j-for-logging.md) - Use slf4j together with log4j2 for logging | ||
- [ADR-0003](0003-use-gradle-as-build-tool.md) - Use Gradle as build tool | ||
- [ADR-0003](0003-use-openjson-as-replacement-for-org-json.md) - Use openjson as replacement for org.json | ||
- [ADR-0004](0004-use-mariadb-connector.md) - Use MariaDB Connector | ||
- [ADR-0005](0005-fully-support-utf8-only-for-latex-files.md) - Fully Support UTF-8 Only For LaTeX Files | ||
- [ADR-0006](0006-only-translated-strings-in-language-file.md) - Only translated strings in language file | ||
- [ADR-0007](0007-human-readable-changelog.md) - Provide a human-readable changelog | ||
|
||
<!-- adrlogstop --> | ||
|
||
For new ADRs, please use [docs/template.md](docs/template.md) as basis. | ||
More information on MADR is available at <https://adr.github.io/madr/>. | ||
General information about architectural decision records is available at <https://adr.github.io/>. |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.