-
-
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
Metadata properties on shared databases. #2284
Comments
Firstly, #2219 has to be fixed. Otherwise, metadata is lost anyway. When you use the "User-specific file directory", everything should work as expected: Each user has its own file directory. This assumes that each user has a separate Windows/Linux/Mac login name. This name is used at the user-specific-file-directory-setting. The general file directory, as you also noticed, applies for all users. In any case, each user can configure his JabRef instance at Options->Preferences->File->"Main file directory". This directory also applies for shared databases. All in all, I think, this is more a documentation issue (http://help.jabref.org/en/FileLinks is outdated) than a real issue of JabRef. Could you try with the "user-specific dirctory"? The storage of the group structure has changed since version 3.4 (#1276). It still has some issues (#1495), but works well in other regards. |
@koppor, thank you for your reply. |
I am now using the JabRef 3.8-dev--snapshot--2016-11-21--master--7362d02 |
@g-mos If understand correctly, your issue is solved, but JabRef is unstable in this regard. Can we have a chat on skype or slack? Feel free to write me on my email address published on my GitHub profile. |
@koppor Yes and yes. I have send you a mail with my skype contacts! |
Are there any news regarding this issue. |
The issue is with the syncing code of metadata. We had discussions of the metadata format, but we decided to keep as is to be safe to stay bibtex compatible. |
Ok I understand the benefit of staying close to the bibtex format. May I ask how close you are in solving this issue? The issue seems to be clearly while syncing from local to the shared database. Because when I add a tree directly to the groupstree cell and pull the changes from the db, it gets displayed correctly. |
We really need help in solving this issue, because @obraliar seems to be very busy and cannot invest time in the near future. |
* upstream/master: Remove untranslated Strings from the greek menu translation Remove untranslated Strings from the greek translation Update wiremock from 2.7.1 -> 2.8.0 Update log4j from 2.8.2 -> 2.9.0 Added the name of some new authors Fix typo local db and shared db sync fix #2284 with changelog local db and shared db sync fix #2284 Improvement in Japanese translation (#3193)
… dragdropfiles * 'dragdropfiles' of https://github.com/JabRef/jabref: remove empty line Make content binding bidirectional so changes are also recognized in bibdb Remove untranslated Strings from the greek menu translation Remove untranslated Strings from the greek translation local db and shared db sync fix #2284 with changelog local db and shared db sync fix #2284
JabRef version 3.7 on Ubuntu 16.04 with PostgreSQL database
Steps to reproduce:
The metadata of the user are saved in the database as common metadata. Therefore the last users general file directory is saved in the database and when an other user opens the database he loads these metadata, and this general file directory
This also affects #2255
Furthermore is the groups structure somehow handled in SQL databases?
The text was updated successfully, but these errors were encountered: