Skip to content
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

drag and drop file into file field in entry editor throws exception #5020

Closed
ilippert opened this issue Jun 2, 2019 · 18 comments
Closed

drag and drop file into file field in entry editor throws exception #5020

ilippert opened this issue Jun 2, 2019 · 18 comments
Labels
entry-editor external files status: waiting-for-feedback The submitter or other users need to provide more information about the issue

Comments

@ilippert
Copy link
Contributor

ilippert commented Jun 2, 2019

JabRef 5.0-dev (latest snap release)
Linux 5.1.5-300.fc30.x86_64 amd64
Java 1.8.0_212

Steps to reproduce:

drag and drop file into file field in entry editor

Paste your log details here.

Detail information:

Uncaught exception occurred in Thread[JavaFX Application Thread,5,main]
java.lang.NullPointerException
at javafx.scene.Scene$DnDGesture.access$6000(Scene.java:2909)
at javafx.scene.Scene$DropTargetListener.drop(Scene.java:2876)
at com.sun.javafx.tk.quantum.GlassSceneDnDEventHandler.lambda$handleDragDrop$226(GlassSceneDnDEventHandler.java:95)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.tk.quantum.GlassSceneDnDEventHandler.handleDragDrop(GlassSceneDnDEventHandler.java:92)
at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleDragDrop$309(GlassViewEventHandler.java:672)
at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:389)
at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleDragDrop(GlassViewEventHandler.java:671)
at com.sun.glass.ui.View.handleDragDrop(View.java:712)
at com.sun.glass.ui.View.notifyDragDrop(View.java:1037)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$450(GtkApplication.java:139)
at java.lang.Thread.run(Thread.java:748)


</details>
@ilippert
Copy link
Contributor Author

ilippert commented Jun 2, 2019

also, maybe this is a different bug(?), the file dragged onto the file field is renamed and stays in the origin folder, and a copy of the not-renamed file is saved within the default file folder of jabref.

my perception is as follows:

drag & drop onto file field renames the file and keeps this renamed file in the original folder. (fine).
the not-renamed file is copied into the default file folder.

thus, after this operation, two files exist.

@ilippert ilippert changed the title Automatic Bug Report - 20190602151613 Automatic Bug Report - 20190602151613 - external files: drag and drop file into file field in entry editor Jun 3, 2019
@ilippert
Copy link
Contributor Author

ilippert commented Jun 28, 2019

this is from an up to date snap version on fedora 30
drag and drop of file onto a file field in entry editor still produces this exception:

sorry for tagging you, @tobiasdiez I am not sure whether this issue old has fallen of the radar ;) would be great to know if you need any more information to serve the community approaching this.

Detail information: java.lang.NullPointerException at javafx.scene.Scene$DnDGesture.access$6000(Scene.java:2909) at javafx.scene.Scene$DropTargetListener.drop(Scene.java:2876) at com.sun.javafx.tk.quantum.GlassSceneDnDEventHandler.lambda$handleDragDrop$226(GlassSceneDnDEventHandler.java:95) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.tk.quantum.GlassSceneDnDEventHandler.handleDragDrop(GlassSceneDnDEventHandler.java:92) at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleDragDrop$309(GlassViewEventHandler.java:672) at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:389) at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleDragDrop(GlassViewEventHandler.java:671) at com.sun.glass.ui.View.handleDragDrop(View.java:712) at com.sun.glass.ui.View.notifyDragDrop(View.java:1037) at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method) at com.sun.glass.ui.gtk.GtkApplication.lambda$null$450(GtkApplication.java:139) at java.lang.Thread.run(Thread.java:748)

@Siedlerchr
Copy link
Member

This might be a problem with the snap functionality and the interaction with the file system.
Maybe @LyzardKing can reproduce this error?
However, I am unsure if we can do anything about this, as the error is coming directly from the java run time classes.

@ilippert
Copy link
Contributor Author

thanks for looking into this! interestingly, when using the + button next to the file field in the entry editor, the file selection window interacts well with nautilus

@Siedlerchr
Copy link
Member

I will try to test this with Ubuntu in my VM and a snap, see if I get the same error

@LyzardKing
Copy link
Collaborator

LyzardKing commented Jun 28, 2019

Hi.
I tried now on ubuntu 19.04 with the updated snap.. the drag and drop feature works..
EDIT: also, my files are never moved/renamed automatically, unless I use the cleanup function to do so

@tobiasdiez tobiasdiez changed the title Automatic Bug Report - 20190602151613 - external files: drag and drop file into file field in entry editor drag and drop file into file field in entry editor throws exception Jun 28, 2019
@LyzardKing
Copy link
Collaborator

@Siedlerchr Have you done any more testing?

@Siedlerchr
Copy link
Member

@LyzardKing Jus tested it. Works fine under Ubuntu 18.04
Just one thing, I get a message in console that the snap java version is 8u60 although my global runtime is 1.8.0_171.

Do snaps ship with their own jre/jdk version?

Jul 12, 2019 8:37:07 AM javafx.fxml.FXMLLoader$ValueElement processValue
WARNING: Loading FXML document with JavaFX API of version 8.0.112 by JavaFX runtime of version 8.0.60

@LyzardKing
Copy link
Collaborator

The snap has it's own jdk/jre version, which is the one from the ubuntu 16.04 repos.
it should be 8u212-b03-0ubuntu1.16.04.1 according to packages.ubuntu.com
8u60 is the version of openjfx.
When I last tested the snap it would not work with 18.04 as a source. But I test it every once in a while to see if it works with the later versions of openjfx

@ilippert
Copy link
Contributor Author

ilippert commented Jul 12, 2019

I updated my snap version and dragging/dropping a file onto the entry-editor's file field gives me this:

java.lang.NullPointerException at javafx.scene.Scene$DnDGesture.access$6000(Scene.java:2909) at javafx.scene.Scene$DropTargetListener.drop(Scene.java:2876) at com.sun.javafx.tk.quantum.GlassSceneDnDEventHandler.lambda$handleDragDrop$226(GlassSceneDnDEventHandler.java:95) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.tk.quantum.GlassSceneDnDEventHandler.handleDragDrop(GlassSceneDnDEventHandler.java:92) at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleDragDrop$309(GlassViewEventHandler.java:672) at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:389) at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleDragDrop(GlassViewEventHandler.java:671) at com.sun.glass.ui.View.handleDragDrop(View.java:712) at com.sun.glass.ui.View.notifyDragDrop(View.java:1037) at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method) at com.sun.glass.ui.gtk.GtkApplication.lambda$null$450(GtkApplication.java:139) at java.lang.Thread.run(Thread.java:748)

@Siedlerchr
Copy link
Member

@ilippert Which GUI/OS are you running`? Fedora? GTK2/GTK3?
Seems to be at ting of your OS then which differs.

@ilippert
Copy link
Contributor Author

Sorry, yes, Fedora30

Copy version has this output:
JabRef 5.0-dev
Linux 5.1.16-300.fc30.x86_64 amd64
Java 1.8.0_212

sorry, not sure about how to test for GTK2/GTK3.

@LyzardKing
Copy link
Collaborator

being a strict snap I believe it should work...
I'm not sure though

@Siedlerchr
Copy link
Member

@ilippert Could you please test if this issue still occurs with the latest snap version which uses java + gtk 3?

@Siedlerchr Siedlerchr added the status: waiting-for-feedback The submitter or other users need to provide more information about the issue label Sep 16, 2019
@ilippert
Copy link
Contributor Author

I updated the snap version.
adding a file via the "+" file selector works.
drag and drop did not throw an exception but did not generate any link, no effect.
Cheers
Ingmar

@Siedlerchr
Copy link
Member

@ilippert This is because drag and drop now respects the systems modifiers :
For Ubuntu Xfcethe following modifiers are avaiable:

Shift+Drag: Move
Ctrl+Drag: Copy
Ctr+Shift+Drag: Link

In addtion you can specify in the preferences what happens when you drop on the maintable.

@ilippert
Copy link
Contributor Author

I confirm the modifier Shift+Drag to work.
The Preferences | Import section does not make clear to me where I can define a default event that happens when I drop something on the file field of the entry table (maybe add a help section?). To me, it is not intuitive that I need to use the key modifiers. Now that I know about these I appreciate these. But I wonder whether a "simple" question to the user might be helpful... e.g. "you dropped a file on the entry editor. what do you want to do? move, copy, link? select one. should this be default? check box vs ask me again..."

sorry, this is an UI issue - should I open another issue for this?

@Siedlerchr
Copy link
Member

Yes, it lacks the documentation in the help. Feel free to edit the section. For the dialog you might want to add another issue,

github-actions bot pushed a commit to RamonG92/jabref that referenced this issue Sep 15, 2020
26265bf Create pacific-science.csl (JabRef#5020)
e6ff62e Update pravnik.csl & iso690-full-note-cs.csl (JabRef#5019)
8ab9362 Create turabian-9-author-date (JabRef#4796)
28c7021 Update west-european-politics.csl (JabRef#4900)
6d06e5e Create american-physical-society-et-al (JabRef#4974)
7472744 Create farmeconomia.csl (JabRef#5017)
bd916df Create amerindia.csl (JabRef#5011)
28d176d Create law-technology-and-humans-journal-style.csl (JabRef#5015)
a998aa5 Create kerala-journal-of-ophthalmology.csl (JabRef#5014)
8662257 Update journal-of-australian-strength-and-conditioning.csl (JabRef#5010)
e28f06f Create clinical-management-issues.csl (JabRef#5008)
abb92fb Create institut-francais-darcheologie-orientale-en.csl (JabRef#4870)
f931c78 Update institut-francais-darcheologie-orientale.csl (JabRef#4869)
9d604ca Update journal-of-foraminiferal-research.csl
1191d07 add Journal of Foraminiferal Research (JabRef#5007)
0903e9d Update molecular-therapy.csl (JabRef#5009)
316d6c7 Update journal-of-alzheimers-disease.csl (JabRef#5006)
868a7ed Create journal-of-soil-science-and-plant-nutrition (JabRef#5005)
875ef81 Create universitat-bern-institut-fur-sozialanthropologie.csl (JabRef#4998)
1194b81 Create journal-de-la-societe-des-americanistes.csl (JabRef#4995)
1d2a472 Update international-energy-agency-organisation-for-economic-co-operation-and-development.csl (JabRef#4999)
02a26ef Update iso690-author-date-cs.csl (JabRef#5003)
165592c Create european-journal-of-entomology.csl (JabRef#5001)
4d587ca Create european-journal-of-anaesthesiology.csl (JabRef#5002)

git-subtree-dir: src/main/resources/csl-styles
git-subtree-split: 26265bf
github-actions bot pushed a commit to CaptainDaVinci/jabref that referenced this issue Sep 15, 2020
26265bf Create pacific-science.csl (JabRef#5020)
e6ff62e Update pravnik.csl & iso690-full-note-cs.csl (JabRef#5019)
8ab9362 Create turabian-9-author-date (JabRef#4796)
28c7021 Update west-european-politics.csl (JabRef#4900)
6d06e5e Create american-physical-society-et-al (JabRef#4974)
7472744 Create farmeconomia.csl (JabRef#5017)
bd916df Create amerindia.csl (JabRef#5011)
28d176d Create law-technology-and-humans-journal-style.csl (JabRef#5015)
a998aa5 Create kerala-journal-of-ophthalmology.csl (JabRef#5014)
8662257 Update journal-of-australian-strength-and-conditioning.csl (JabRef#5010)
e28f06f Create clinical-management-issues.csl (JabRef#5008)
abb92fb Create institut-francais-darcheologie-orientale-en.csl (JabRef#4870)
f931c78 Update institut-francais-darcheologie-orientale.csl (JabRef#4869)
9d604ca Update journal-of-foraminiferal-research.csl
1191d07 add Journal of Foraminiferal Research (JabRef#5007)
0903e9d Update molecular-therapy.csl (JabRef#5009)
316d6c7 Update journal-of-alzheimers-disease.csl (JabRef#5006)
868a7ed Create journal-of-soil-science-and-plant-nutrition (JabRef#5005)
875ef81 Create universitat-bern-institut-fur-sozialanthropologie.csl (JabRef#4998)
1194b81 Create journal-de-la-societe-des-americanistes.csl (JabRef#4995)
1d2a472 Update international-energy-agency-organisation-for-economic-co-operation-and-development.csl (JabRef#4999)
02a26ef Update iso690-author-date-cs.csl (JabRef#5003)
165592c Create european-journal-of-entomology.csl (JabRef#5001)
4d587ca Create european-journal-of-anaesthesiology.csl (JabRef#5002)

git-subtree-dir: src/main/resources/csl-styles
git-subtree-split: 26265bf
github-actions bot pushed a commit to Xuanxuan-Zou/jabref that referenced this issue Sep 15, 2020
26265bf Create pacific-science.csl (JabRef#5020)
e6ff62e Update pravnik.csl & iso690-full-note-cs.csl (JabRef#5019)
8ab9362 Create turabian-9-author-date (JabRef#4796)
28c7021 Update west-european-politics.csl (JabRef#4900)
6d06e5e Create american-physical-society-et-al (JabRef#4974)
7472744 Create farmeconomia.csl (JabRef#5017)
bd916df Create amerindia.csl (JabRef#5011)
28d176d Create law-technology-and-humans-journal-style.csl (JabRef#5015)
a998aa5 Create kerala-journal-of-ophthalmology.csl (JabRef#5014)
8662257 Update journal-of-australian-strength-and-conditioning.csl (JabRef#5010)
e28f06f Create clinical-management-issues.csl (JabRef#5008)
abb92fb Create institut-francais-darcheologie-orientale-en.csl (JabRef#4870)
f931c78 Update institut-francais-darcheologie-orientale.csl (JabRef#4869)
9d604ca Update journal-of-foraminiferal-research.csl
1191d07 add Journal of Foraminiferal Research (JabRef#5007)
0903e9d Update molecular-therapy.csl (JabRef#5009)
316d6c7 Update journal-of-alzheimers-disease.csl (JabRef#5006)
868a7ed Create journal-of-soil-science-and-plant-nutrition (JabRef#5005)
875ef81 Create universitat-bern-institut-fur-sozialanthropologie.csl (JabRef#4998)
1194b81 Create journal-de-la-societe-des-americanistes.csl (JabRef#4995)
1d2a472 Update international-energy-agency-organisation-for-economic-co-operation-and-development.csl (JabRef#4999)
02a26ef Update iso690-author-date-cs.csl (JabRef#5003)
165592c Create european-journal-of-entomology.csl (JabRef#5001)
4d587ca Create european-journal-of-anaesthesiology.csl (JabRef#5002)

git-subtree-dir: src/main/resources/csl-styles
git-subtree-split: 26265bf
github-actions bot pushed a commit to dimitra-karadima/jabref that referenced this issue Sep 15, 2020
26265bf Create pacific-science.csl (JabRef#5020)
e6ff62e Update pravnik.csl & iso690-full-note-cs.csl (JabRef#5019)
8ab9362 Create turabian-9-author-date (JabRef#4796)
28c7021 Update west-european-politics.csl (JabRef#4900)
6d06e5e Create american-physical-society-et-al (JabRef#4974)
7472744 Create farmeconomia.csl (JabRef#5017)
bd916df Create amerindia.csl (JabRef#5011)
28d176d Create law-technology-and-humans-journal-style.csl (JabRef#5015)
a998aa5 Create kerala-journal-of-ophthalmology.csl (JabRef#5014)
8662257 Update journal-of-australian-strength-and-conditioning.csl (JabRef#5010)
e28f06f Create clinical-management-issues.csl (JabRef#5008)
abb92fb Create institut-francais-darcheologie-orientale-en.csl (JabRef#4870)
f931c78 Update institut-francais-darcheologie-orientale.csl (JabRef#4869)
9d604ca Update journal-of-foraminiferal-research.csl
1191d07 add Journal of Foraminiferal Research (JabRef#5007)
0903e9d Update molecular-therapy.csl (JabRef#5009)
316d6c7 Update journal-of-alzheimers-disease.csl (JabRef#5006)
868a7ed Create journal-of-soil-science-and-plant-nutrition (JabRef#5005)
875ef81 Create universitat-bern-institut-fur-sozialanthropologie.csl (JabRef#4998)
1194b81 Create journal-de-la-societe-des-americanistes.csl (JabRef#4995)
1d2a472 Update international-energy-agency-organisation-for-economic-co-operation-and-development.csl (JabRef#4999)
02a26ef Update iso690-author-date-cs.csl (JabRef#5003)
165592c Create european-journal-of-entomology.csl (JabRef#5001)
4d587ca Create european-journal-of-anaesthesiology.csl (JabRef#5002)

git-subtree-dir: src/main/resources/csl-styles
git-subtree-split: 26265bf
github-actions bot pushed a commit to felixbohnacker/jabref that referenced this issue Sep 15, 2020
26265bf Create pacific-science.csl (JabRef#5020)
e6ff62e Update pravnik.csl & iso690-full-note-cs.csl (JabRef#5019)
8ab9362 Create turabian-9-author-date (JabRef#4796)
28c7021 Update west-european-politics.csl (JabRef#4900)
6d06e5e Create american-physical-society-et-al (JabRef#4974)
7472744 Create farmeconomia.csl (JabRef#5017)
bd916df Create amerindia.csl (JabRef#5011)
28d176d Create law-technology-and-humans-journal-style.csl (JabRef#5015)
a998aa5 Create kerala-journal-of-ophthalmology.csl (JabRef#5014)
8662257 Update journal-of-australian-strength-and-conditioning.csl (JabRef#5010)
e28f06f Create clinical-management-issues.csl (JabRef#5008)
abb92fb Create institut-francais-darcheologie-orientale-en.csl (JabRef#4870)
f931c78 Update institut-francais-darcheologie-orientale.csl (JabRef#4869)
9d604ca Update journal-of-foraminiferal-research.csl
1191d07 add Journal of Foraminiferal Research (JabRef#5007)
0903e9d Update molecular-therapy.csl (JabRef#5009)
316d6c7 Update journal-of-alzheimers-disease.csl (JabRef#5006)
868a7ed Create journal-of-soil-science-and-plant-nutrition (JabRef#5005)
875ef81 Create universitat-bern-institut-fur-sozialanthropologie.csl (JabRef#4998)
1194b81 Create journal-de-la-societe-des-americanistes.csl (JabRef#4995)
1d2a472 Update international-energy-agency-organisation-for-economic-co-operation-and-development.csl (JabRef#4999)
02a26ef Update iso690-author-date-cs.csl (JabRef#5003)
165592c Create european-journal-of-entomology.csl (JabRef#5001)
4d587ca Create european-journal-of-anaesthesiology.csl (JabRef#5002)

git-subtree-dir: src/main/resources/csl-styles
git-subtree-split: 26265bf
github-actions bot pushed a commit to ShikunXiong/jabref that referenced this issue Sep 15, 2020
26265bf Create pacific-science.csl (JabRef#5020)
e6ff62e Update pravnik.csl & iso690-full-note-cs.csl (JabRef#5019)
8ab9362 Create turabian-9-author-date (JabRef#4796)
28c7021 Update west-european-politics.csl (JabRef#4900)
6d06e5e Create american-physical-society-et-al (JabRef#4974)
7472744 Create farmeconomia.csl (JabRef#5017)
bd916df Create amerindia.csl (JabRef#5011)
28d176d Create law-technology-and-humans-journal-style.csl (JabRef#5015)
a998aa5 Create kerala-journal-of-ophthalmology.csl (JabRef#5014)
8662257 Update journal-of-australian-strength-and-conditioning.csl (JabRef#5010)
e28f06f Create clinical-management-issues.csl (JabRef#5008)
abb92fb Create institut-francais-darcheologie-orientale-en.csl (JabRef#4870)
f931c78 Update institut-francais-darcheologie-orientale.csl (JabRef#4869)
9d604ca Update journal-of-foraminiferal-research.csl
1191d07 add Journal of Foraminiferal Research (JabRef#5007)
0903e9d Update molecular-therapy.csl (JabRef#5009)
316d6c7 Update journal-of-alzheimers-disease.csl (JabRef#5006)
868a7ed Create journal-of-soil-science-and-plant-nutrition (JabRef#5005)
875ef81 Create universitat-bern-institut-fur-sozialanthropologie.csl (JabRef#4998)
1194b81 Create journal-de-la-societe-des-americanistes.csl (JabRef#4995)
1d2a472 Update international-energy-agency-organisation-for-economic-co-operation-and-development.csl (JabRef#4999)
02a26ef Update iso690-author-date-cs.csl (JabRef#5003)
165592c Create european-journal-of-entomology.csl (JabRef#5001)
4d587ca Create european-journal-of-anaesthesiology.csl (JabRef#5002)

git-subtree-dir: src/main/resources/csl-styles
git-subtree-split: 26265bf
github-actions bot pushed a commit to eetian/jabref that referenced this issue Sep 15, 2020
26265bf Create pacific-science.csl (JabRef#5020)
e6ff62e Update pravnik.csl & iso690-full-note-cs.csl (JabRef#5019)
8ab9362 Create turabian-9-author-date (JabRef#4796)
28c7021 Update west-european-politics.csl (JabRef#4900)
6d06e5e Create american-physical-society-et-al (JabRef#4974)
7472744 Create farmeconomia.csl (JabRef#5017)
bd916df Create amerindia.csl (JabRef#5011)
28d176d Create law-technology-and-humans-journal-style.csl (JabRef#5015)
a998aa5 Create kerala-journal-of-ophthalmology.csl (JabRef#5014)
8662257 Update journal-of-australian-strength-and-conditioning.csl (JabRef#5010)
e28f06f Create clinical-management-issues.csl (JabRef#5008)
abb92fb Create institut-francais-darcheologie-orientale-en.csl (JabRef#4870)
f931c78 Update institut-francais-darcheologie-orientale.csl (JabRef#4869)
9d604ca Update journal-of-foraminiferal-research.csl
1191d07 add Journal of Foraminiferal Research (JabRef#5007)
0903e9d Update molecular-therapy.csl (JabRef#5009)
316d6c7 Update journal-of-alzheimers-disease.csl (JabRef#5006)
868a7ed Create journal-of-soil-science-and-plant-nutrition (JabRef#5005)
875ef81 Create universitat-bern-institut-fur-sozialanthropologie.csl (JabRef#4998)
1194b81 Create journal-de-la-societe-des-americanistes.csl (JabRef#4995)
1d2a472 Update international-energy-agency-organisation-for-economic-co-operation-and-development.csl (JabRef#4999)
02a26ef Update iso690-author-date-cs.csl (JabRef#5003)
165592c Create european-journal-of-entomology.csl (JabRef#5001)
4d587ca Create european-journal-of-anaesthesiology.csl (JabRef#5002)

git-subtree-dir: src/main/resources/csl-styles
git-subtree-split: 26265bf
github-actions bot pushed a commit to dextep/jabref that referenced this issue Sep 15, 2020
26265bf Create pacific-science.csl (JabRef#5020)
e6ff62e Update pravnik.csl & iso690-full-note-cs.csl (JabRef#5019)
8ab9362 Create turabian-9-author-date (JabRef#4796)
28c7021 Update west-european-politics.csl (JabRef#4900)
6d06e5e Create american-physical-society-et-al (JabRef#4974)
7472744 Create farmeconomia.csl (JabRef#5017)
bd916df Create amerindia.csl (JabRef#5011)
28d176d Create law-technology-and-humans-journal-style.csl (JabRef#5015)
a998aa5 Create kerala-journal-of-ophthalmology.csl (JabRef#5014)
8662257 Update journal-of-australian-strength-and-conditioning.csl (JabRef#5010)
e28f06f Create clinical-management-issues.csl (JabRef#5008)
abb92fb Create institut-francais-darcheologie-orientale-en.csl (JabRef#4870)
f931c78 Update institut-francais-darcheologie-orientale.csl (JabRef#4869)
9d604ca Update journal-of-foraminiferal-research.csl
1191d07 add Journal of Foraminiferal Research (JabRef#5007)
0903e9d Update molecular-therapy.csl (JabRef#5009)
316d6c7 Update journal-of-alzheimers-disease.csl (JabRef#5006)
868a7ed Create journal-of-soil-science-and-plant-nutrition (JabRef#5005)
875ef81 Create universitat-bern-institut-fur-sozialanthropologie.csl (JabRef#4998)
1194b81 Create journal-de-la-societe-des-americanistes.csl (JabRef#4995)
1d2a472 Update international-energy-agency-organisation-for-economic-co-operation-and-development.csl (JabRef#4999)
02a26ef Update iso690-author-date-cs.csl (JabRef#5003)
165592c Create european-journal-of-entomology.csl (JabRef#5001)
4d587ca Create european-journal-of-anaesthesiology.csl (JabRef#5002)

git-subtree-dir: src/main/resources/csl-styles
git-subtree-split: 26265bf
github-actions bot pushed a commit that referenced this issue Sep 15, 2020
26265bf Create pacific-science.csl (#5020)
e6ff62e Update pravnik.csl & iso690-full-note-cs.csl (#5019)
8ab9362 Create turabian-9-author-date (#4796)
28c7021 Update west-european-politics.csl (#4900)
6d06e5e Create american-physical-society-et-al (#4974)
7472744 Create farmeconomia.csl (#5017)
bd916df Create amerindia.csl (#5011)
28d176d Create law-technology-and-humans-journal-style.csl (#5015)
a998aa5 Create kerala-journal-of-ophthalmology.csl (#5014)
8662257 Update journal-of-australian-strength-and-conditioning.csl (#5010)
e28f06f Create clinical-management-issues.csl (#5008)
abb92fb Create institut-francais-darcheologie-orientale-en.csl (#4870)
f931c78 Update institut-francais-darcheologie-orientale.csl (#4869)
9d604ca Update journal-of-foraminiferal-research.csl
1191d07 add Journal of Foraminiferal Research (#5007)
0903e9d Update molecular-therapy.csl (#5009)
316d6c7 Update journal-of-alzheimers-disease.csl (#5006)
868a7ed Create journal-of-soil-science-and-plant-nutrition (#5005)
875ef81 Create universitat-bern-institut-fur-sozialanthropologie.csl (#4998)
1194b81 Create journal-de-la-societe-des-americanistes.csl (#4995)
1d2a472 Update international-energy-agency-organisation-for-economic-co-operation-and-development.csl (#4999)
02a26ef Update iso690-author-date-cs.csl (#5003)
165592c Create european-journal-of-entomology.csl (#5001)
4d587ca Create european-journal-of-anaesthesiology.csl (#5002)

git-subtree-dir: src/main/resources/csl-styles
git-subtree-split: 26265bf
github-actions bot pushed a commit to NikodemKch/jabref-1 that referenced this issue Sep 15, 2020
26265bf Create pacific-science.csl (JabRef#5020)
e6ff62e Update pravnik.csl & iso690-full-note-cs.csl (JabRef#5019)
8ab9362 Create turabian-9-author-date (JabRef#4796)
28c7021 Update west-european-politics.csl (JabRef#4900)
6d06e5e Create american-physical-society-et-al (JabRef#4974)
7472744 Create farmeconomia.csl (JabRef#5017)
bd916df Create amerindia.csl (JabRef#5011)
28d176d Create law-technology-and-humans-journal-style.csl (JabRef#5015)
a998aa5 Create kerala-journal-of-ophthalmology.csl (JabRef#5014)
8662257 Update journal-of-australian-strength-and-conditioning.csl (JabRef#5010)
e28f06f Create clinical-management-issues.csl (JabRef#5008)
abb92fb Create institut-francais-darcheologie-orientale-en.csl (JabRef#4870)
f931c78 Update institut-francais-darcheologie-orientale.csl (JabRef#4869)
9d604ca Update journal-of-foraminiferal-research.csl
1191d07 add Journal of Foraminiferal Research (JabRef#5007)
0903e9d Update molecular-therapy.csl (JabRef#5009)
316d6c7 Update journal-of-alzheimers-disease.csl (JabRef#5006)
868a7ed Create journal-of-soil-science-and-plant-nutrition (JabRef#5005)
875ef81 Create universitat-bern-institut-fur-sozialanthropologie.csl (JabRef#4998)
1194b81 Create journal-de-la-societe-des-americanistes.csl (JabRef#4995)
1d2a472 Update international-energy-agency-organisation-for-economic-co-operation-and-development.csl (JabRef#4999)
02a26ef Update iso690-author-date-cs.csl (JabRef#5003)
165592c Create european-journal-of-entomology.csl (JabRef#5001)
4d587ca Create european-journal-of-anaesthesiology.csl (JabRef#5002)

git-subtree-dir: src/main/resources/csl-styles
git-subtree-split: 26265bf
github-actions bot pushed a commit to joe9111/jabref that referenced this issue Sep 15, 2020
26265bf Create pacific-science.csl (JabRef#5020)
e6ff62e Update pravnik.csl & iso690-full-note-cs.csl (JabRef#5019)
8ab9362 Create turabian-9-author-date (JabRef#4796)
28c7021 Update west-european-politics.csl (JabRef#4900)
6d06e5e Create american-physical-society-et-al (JabRef#4974)
7472744 Create farmeconomia.csl (JabRef#5017)
bd916df Create amerindia.csl (JabRef#5011)
28d176d Create law-technology-and-humans-journal-style.csl (JabRef#5015)
a998aa5 Create kerala-journal-of-ophthalmology.csl (JabRef#5014)
8662257 Update journal-of-australian-strength-and-conditioning.csl (JabRef#5010)
e28f06f Create clinical-management-issues.csl (JabRef#5008)
abb92fb Create institut-francais-darcheologie-orientale-en.csl (JabRef#4870)
f931c78 Update institut-francais-darcheologie-orientale.csl (JabRef#4869)
9d604ca Update journal-of-foraminiferal-research.csl
1191d07 add Journal of Foraminiferal Research (JabRef#5007)
0903e9d Update molecular-therapy.csl (JabRef#5009)
316d6c7 Update journal-of-alzheimers-disease.csl (JabRef#5006)
868a7ed Create journal-of-soil-science-and-plant-nutrition (JabRef#5005)
875ef81 Create universitat-bern-institut-fur-sozialanthropologie.csl (JabRef#4998)
1194b81 Create journal-de-la-societe-des-americanistes.csl (JabRef#4995)
1d2a472 Update international-energy-agency-organisation-for-economic-co-operation-and-development.csl (JabRef#4999)
02a26ef Update iso690-author-date-cs.csl (JabRef#5003)
165592c Create european-journal-of-entomology.csl (JabRef#5001)
4d587ca Create european-journal-of-anaesthesiology.csl (JabRef#5002)

git-subtree-dir: src/main/resources/csl-styles
git-subtree-split: 26265bf
github-actions bot pushed a commit to graffaner/jabref that referenced this issue Sep 15, 2020
26265bf Create pacific-science.csl (JabRef#5020)
e6ff62e Update pravnik.csl & iso690-full-note-cs.csl (JabRef#5019)
8ab9362 Create turabian-9-author-date (JabRef#4796)
28c7021 Update west-european-politics.csl (JabRef#4900)
6d06e5e Create american-physical-society-et-al (JabRef#4974)
7472744 Create farmeconomia.csl (JabRef#5017)
bd916df Create amerindia.csl (JabRef#5011)
28d176d Create law-technology-and-humans-journal-style.csl (JabRef#5015)
a998aa5 Create kerala-journal-of-ophthalmology.csl (JabRef#5014)
8662257 Update journal-of-australian-strength-and-conditioning.csl (JabRef#5010)
e28f06f Create clinical-management-issues.csl (JabRef#5008)
abb92fb Create institut-francais-darcheologie-orientale-en.csl (JabRef#4870)
f931c78 Update institut-francais-darcheologie-orientale.csl (JabRef#4869)
9d604ca Update journal-of-foraminiferal-research.csl
1191d07 add Journal of Foraminiferal Research (JabRef#5007)
0903e9d Update molecular-therapy.csl (JabRef#5009)
316d6c7 Update journal-of-alzheimers-disease.csl (JabRef#5006)
868a7ed Create journal-of-soil-science-and-plant-nutrition (JabRef#5005)
875ef81 Create universitat-bern-institut-fur-sozialanthropologie.csl (JabRef#4998)
1194b81 Create journal-de-la-societe-des-americanistes.csl (JabRef#4995)
1d2a472 Update international-energy-agency-organisation-for-economic-co-operation-and-development.csl (JabRef#4999)
02a26ef Update iso690-author-date-cs.csl (JabRef#5003)
165592c Create european-journal-of-entomology.csl (JabRef#5001)
4d587ca Create european-journal-of-anaesthesiology.csl (JabRef#5002)

git-subtree-dir: src/main/resources/csl-styles
git-subtree-split: 26265bf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
entry-editor external files status: waiting-for-feedback The submitter or other users need to provide more information about the issue
Projects
Archived in project
Development

No branches or pull requests

4 participants