-
-
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
[WIP] Dublin Core #3710
[WIP] Dublin Core #3710
Commits on Feb 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 282f066 - Browse repository at this point
Copy the full SHA 282f066View commit details -
Configuration menu - View commit details
-
Copy full SHA for b88c1c8 - Browse repository at this point
Copy the full SHA b88c1c8View commit details -
PdfXmpImporterTest:testImportEntries() PdfXmpImporterTest:testIsRecognizedFormat() Removed to much code when refactoring the XMPUtil. Non XMP metadata are also relevent, when retrieving org.apache.pdfbox.pdmodel.PDDocumentInformation
Configuration menu - View commit details
-
Copy full SHA for 3e0dd1d - Browse repository at this point
Copy the full SHA 3e0dd1dView commit details
Commits on Feb 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 20d4c8a - Browse repository at this point
Copy the full SHA 20d4c8aView commit details
Commits on Feb 12, 2018
-
Update pdfbox and migrate to xmpbox
Update pdfbox and fontbox from 1.8.13 to 2.0.8 and migritate from jempbox to xmpbox. See pull JabRef#1096. Next step: Writing test cases for XMPUtil (DublinCore).
Configuration menu - View commit details
-
Copy full SHA for c593f2b - Browse repository at this point
Copy the full SHA c593f2bView commit details
Commits on Feb 15, 2018
-
Refactor extraction from DublinCoreSchema
Travis build failed because of an exceeded NPath complexity of a single method. Method was refactored and cleaned up.
Configuration menu - View commit details
-
Copy full SHA for cddba9d - Browse repository at this point
Copy the full SHA cddba9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06fbcba - Browse repository at this point
Copy the full SHA 06fbcbaView commit details -
Added some tests. 71% code coverage for XMPUtil
The tests cover the most important use cases, which include reading and writing metadata from pdf files. Both formats, DublinCore and PDMetadata (which are no XMP metadata) are tested.
Configuration menu - View commit details
-
Copy full SHA for 69b712f - Browse repository at this point
Copy the full SHA 69b712fView commit details
Commits on Feb 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ae26532 - Browse repository at this point
Copy the full SHA ae26532View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cc529f - Browse repository at this point
Copy the full SHA 9cc529fView commit details -
4
Configuration menu - View commit details
-
Copy full SHA for 366aeed - Browse repository at this point
Copy the full SHA 366aeedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c2b446 - Browse repository at this point
Copy the full SHA 8c2b446View commit details
Commits on Feb 19, 2018
-
Write multiple dublinCore entries works
XMPUtilWriter supports mutliple metadata entries in dublinCore and a single entry in the PDDocumentInformation.
Configuration menu - View commit details
-
Copy full SHA for 79f1134 - Browse repository at this point
Copy the full SHA 79f1134View commit details
Commits on Feb 20, 2018
-
Reading multiple entries also works
Reading mulitple BibEntries in DublinCore format now also works. If you want to test the reading of multiple entries, the PDF file JabRef_multipleMetaEntries.pdf contains three metadata entries in DublinCore for testing locally.
Configuration menu - View commit details
-
Copy full SHA for be7db0f - Browse repository at this point
Copy the full SHA be7db0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d32e8d7 - Browse repository at this point
Copy the full SHA d32e8d7View commit details -
Import automatically all metadata entries
Imports all metadata entries of a PDF file.
Configuration menu - View commit details
-
Copy full SHA for d5dd993 - Browse repository at this point
Copy the full SHA d5dd993View commit details -
Renamed (hopefully) all occurences of XMP to Xmp to stay with the Google's Casing rules.
Configuration menu - View commit details
-
Copy full SHA for 523a1f3 - Browse repository at this point
Copy the full SHA 523a1f3View commit details