I’ve enhanced the ‘archive’ search function – it now also returns data based on day, as well as the general year/month search.
I’m also working on a new calendar function – it’s fully dunctional, but I dunno if I’ve got the patience to figure out all of the CSS required to make it not /need/ a static page configuration. I really should move to templates.
The current ‘in progress’ version is available for viewing. It’s rather simple, returning a link to the archive function which lists what entries are available for ‘what day’. I might end up rewriting it so it returns the titles, much like the archive does, without the bogusness of a redirect – or, should I make it an option to integrate into the page itself, just automagically print those listings.
Thoughts?
I’ve also /finally/ fixed localization for dates. For the longest time, I’ve had my own arbirtary offsets in the code. Since I’ve recreated everything with UNIX timestamping, it should all become much more proper, and you can run GMT, whatever. Dates and functionality are now being looked into for PHP date() type localization.