Tag: bug-fix

4 jots

Subscribe to this tag
RSS 2.0 https://jottings.jottings.me/tags/bug-fix/feed.xml
Atom 1.0 https://jottings.jottings.me/tags/bug-fix/atom.xml
JSON Feed https://jottings.jottings.me/tags/bug-fix/feed.json
Vishal
Vishal As the creator, I verify myself!
@vishalvshekkar-jottings
Thu, 12 Feb 2026 07:09:56 GMT

Simplified the dashboard to show only the stats we're confident about.

  • Dashboard home now shows "Jotting Since" instead of a media file count.
  • Site detail page now shows only Total Jots and Published counts. Removed Media Files and Status cards.

Behind the scenes, we squashed a bug where media file counters could drift out of sync (and even go negative!). The root cause: a database helper function was silently storing raw update commands as literal data fields instead of executing them.

Ran a repair across all production accounts to correct the counts.

Vishal
Vishal As the creator, I verify myself!
@vishalvshekkar-jottings
Mon, 12 Jan 2026 11:57:30 GMT

Bug fixed: Edited Jots with photos had their photos deleted after about 6 hours.

We had a periodic process cleaning up orphaned photos every 6 hours. When a jot with photo was edited, we missed updating the catalog with that photo as being used.

This has been caught and fixed. Your photos won’t expire even after editing the Jot.

PS: Debugging is like being a detective in a crime movie where you're also the murderer.

Vishal
Vishal As the creator, I verify myself!
@vishalvshekkar-jottings
Sun, 11 Jan 2026 16:03:16 GMT

Bug Fix: Editing a Jot with a previously added photo led to an inconsistent state. The bug has been squashed!

  • Editing a Jot with photo would preserve the photo even when editing other content.
  • You can add a photo to a previously photoless Jot.
  • You can remove the photo from a photo Jot.
  • You can update the alt text, link, adjust link preview settings, tags, and the text content during edit without any issues!
Vishal
Vishal As the creator, I verify myself!
@vishalvshekkar-jottings
Sun, 11 Jan 2026 15:13:47 GMT

Issue fixed: There was a minor issue in the cascading process of deleting a site and all its resources. That has now been fixed! Sites may be deleted now as easily as they are created on Jottings!