cmpilato / thotkeeper

ThotKeeper — cross-platform personal daily journaling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable per-entry authors doesn't seem to be "sticky"

GoogleCodeExporter opened this issue · comments

I had an existing diary file with per-entry authors.  I noticed that the
Author field was missing from the UI -- an annoyance, but fixable, right? 
Just need to enable per-entry authors.  So I did.  Got no errors.  Wasn't
sure if the datafile had been updated to carry that information, so I made
a trivial entry change and Save'd the diary.

Unfortunately, the diary didn't reflect the per-entry author enablement,
and upon next load, per-entry authors were again disabled.

Original issue reported on code.google.com by cmpilato on 27 May 2008 at 2:28

I think the fix for this is probably easy -- if global authorship isn't 
explicitly
set in an existing diary file, default to per-entry authors.  Else, we need to
explicitly set in the dairy files that global authorship is disabled.

Original comment by cmpilato on 27 May 2008 at 2:28

Fixed - defaults to 'per-entry' authors if no global 'author' tag found in the 
file
(sorry about the slow fix, I haven't looked at the Thotkeeper code for a while, 
but
it was a one-line fix once found)

Original comment by smith.d...@gmail.com on 6 Jul 2008 at 3:13

  • Changed state: Fixed