Changelog


A fun and fresh way to display changes I’ve been making on my blog.

ZX81 programs live.

Announcement Aug 27, 2017

As part of the plan to consolidate my sub-domains into my main site, today I’ve enabled ZX81 programs. For now, it is a code icon . There is still work to do, but it is a start.


Other articles bug when member hasn’t written anything.

Bug Fix Aug 26, 2017

I fixed a minor bug where a link to what articles a member posted won’t correctly show the title when there are no articles written. It was a pretty easy fix—I moved the title generation outside of an if clause. The problem has always existed, but one that I copied over into my updated version. Now, I just need to get rid of that old query code.


Can now view statistics.

Announcement Aug 17, 2017

As promised yesterday, anyone can now view the site statistics. I only needed to flip a config option. So happy for easy changes.


Updated stats page.

Announcement Aug 16, 2017

I played around with the statistics page today. Currently members only, but working to get a version anyone can see. Added some bootstrap panels and used ChartsJS to add a little color to some of the stats.


Login fixed, again.

Bug Fix Aug 14, 2017

Well, I screwed up the login the other day when I re-wrote the code. Not sure what I was doing, but it had the wrong information in the form. It is fixed and should work again. Hopefully I didn’t break the registration code too.