You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix clear year and month field when converting to biblatex (#6434)
* ISSUE :: 6224 - allow merging of year and date if identical
* fix comment
* Updated Changelog.md file with fixed issue
* Fix changelog.md file
* Check If date field is filled and is equal to year it should be removed the year and month fields
* Added unit test: Cleanup With Date Already Present And Equals To Year Removes Year And Month
* ISSUE :: 6224 - Removed Unused import - java.util.Optional
* ISSUE :: 6224 - Separated org.jabref.model.FieldChange from previous imports
* remove checkstyle warning
* Change variable newYear name
* Update Changelog.md
* ISSUE :: 6224 - Added month validation and tests
* ISSUE :: 6224 - For inconsistent data: Do not overwrite/move
* ISSUE :: 6224 - Fix Test
* ISSUE :: 6224 - Added month checking Test
* ISSUE :: 6224 - Fix Test
* ISSUE :: 6224 - Change Date.parse
* ISSUE :: 6224 - Update Date class
* ISSUE :: 6224 - Fix Date
* ISSUE :: 6224 - Added new test
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
61
61
- We fixed an issue where long directory names created from patterns could create an exception. [#3915](https://github.com/JabRef/jabref/issues/3915)
62
62
63
63
- We fixed an issue where sort on numeric cases was broken. [#6349](https://github.com/JabRef/jabref/issues/6349)
64
+
- We fixed an issue where year and month fields were not cleared when converting to biblatex [#6224](https://github.com/JabRef/jabref/issues/6224)
64
65
- We fixed an issue where an "Not on FX thread" exception occured when saving on linux [#6453](https://github.com/JabRef/jabref/issues/6453)
65
66
- We fixed an issue where the library sort order was lost. [#6091](https://github.com/JabRef/jabref/issues/6091)
66
67
- We fixed an issue where brackets in regular expressions were not working. [6469](https://github.com/JabRef/jabref/pull/6469)
0 commit comments