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

Correct issue #259, also fix issue with specifying DayOne journals in install #325

Merged
merged 2 commits into from
Jan 11, 2015

Conversation

nikvdp
Copy link

@nikvdp nikvdp commented Jan 10, 2015

Fix two issues with DayOne compatibility:

Duplicate entries when using Linux to edit DayOne journals
Python's uuid.uuid1 returns a lowercase uuid string by default, but DayOne
saves it's filenames using an uppercase UUID by default.

On OS X (and I believe windows) filesystems case is preserved, but not
enforced, so using jrnl on a DayOne jrnl file works as expected. On Linux
however, filesystem case is strictly enforced. As a result when jrnl and DayOne
interact duplicate files get created--one copy with uppercase UUIDs and one
with lowercase.

Installer doesn't finish if you point it an an existing DayOne journal
If you specify the top-level diectory of your DayOne journal during install
jrnl dies because it is expecting a file.

@maebert
Copy link
Contributor

maebert commented Jan 11, 2015

slow clap Thank you, sir!

maebert added a commit that referenced this pull request Jan 11, 2015
Correct issue #259, also fix issue with specifying DayOne journals in install
@maebert maebert merged commit 15ef974 into jrnl-org:master Jan 11, 2015
@nikvdp nikvdp mentioned this pull request Sep 6, 2015
@lock
Copy link

lock bot commented May 21, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the 🔒 Outdated label May 21, 2020
@lock lock bot locked as resolved and limited conversation to collaborators May 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🔒 Outdated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants