mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-06-15 01:40:17 +00:00
crash during version checking. the version checker was trying to update files associated with published blogs, and crashing due to trying to read null paths. this fix checks to see if the user has opted to publish *before* running those updates.
18 lines
569 B
Plaintext
18 lines
569 B
Plaintext
NOTES FOR ~ENDO
|
|
|
|
handling global feels out of order:
|
|
-check to see if entry filename date and mtime date matches
|
|
-if not, process as if it was last modified on the date indicated by filename
|
|
|
|
stuff to sort out:
|
|
|
|
-figure out how to deal with entries scrolling too far (either learn more
|
|
curses handling, or find someone who knows how to do curses stuff)
|
|
|
|
-there's like some seriously weird out of order updating for publishing that
|
|
breaks things too much
|
|
|
|
user-friendliness:
|
|
-reset button, instead of having to manually delete things
|
|
-wall lock clearing
|