B2 0.6pre3 — Working

OK. Sorted out the new version. It’s now running live on this site. I had just one more problem (after I’d got the tar file extracted) which must be a PHP version difference between my local machine and my hosts server. A set of variables were out of scope causing a database access to fail on the stand alone archives page. Sorted now. I’ll look at the calendar next.

B2 0.6pre3

I managed to merge the new version with the various hacks and my own tweaks (good old CVS). It seems to work OK.
Unfortunately, for ease of use, I had ftp-ed my whole repository onto my local machine, did the merge there, committed my changes, tar-gzipped it back up with cygwin‘s tar and ftp-ed it back to my server. At which point it refused to untar as the UID and GID values are different from those on my server. As I don’t have root on my server :-), I don’t know what to do about it. I could ftp each file individually, but I really don’t want to do that if I can avoid it.

B2 0.6pre3

I noticed that a new version of B2 has been released. I’ve just downloaded it, I’ll try it on my local machine and attempt to merge it with the various hacks I’ve installed along with my own tweaks.
More when I’ve got it.

B2 Archives.

I got a comment from Sansom asking about my archives page.
Well it’s a hack of Dodo’s hack. You can get it b2archives.php here. If I remember correctly, I simply added the cat_name column to the query, then did a check for the column value changing in the output loop. The other thing I did was to plug Dodo’s changes back into the latest version of b2archives.php. Anyway check the code and you’ll see what I mean.

Local B2

Cool. I’ve got B2 working locally on my Windows Machine. I’ve even d/loaded my database dump so I’ve got a reasonable number of posts to play with.
I’m gonna use this local copy to play about with templates, and potential add-ons.