Archive for December, 2007

Version 3.2.0.6 Released

Wednesday, December 19th, 2007

Version 3.2.0.6 is now available on AMO.

Version 3.2.0.6 Announced, Uploaded and Waiting

Tuesday, December 18th, 2007

This version has two fixes. The bulgarian locale has now been finished and included with this build, and middle clicking bugs have been fixed.

In other news, I found a graphic artist better then me. I am still trying out this neato icon he sent me. I might just use it.

Mantis

Monday, December 17th, 2007

Well, I installed a bug tracker. Woopie for me! It’s not Bugzilla (CGI never works) but it’s something. Anonymous access is enabled (meaning you don’t have to sign in) but it doesn’t work for some reason. The only project version listed for filling bugs with is 3.2.0.5 though. I’m just now trying out this bug tracker. If it doesn’t work out, I’ll just close it down.

Check it out. For people who don’t feel like they can handle it, I installed an easy bug reporting system. It has no captcha because I think that would make it a hassle. But I can enable one if I start seeing abuse.

Version 3.2.0.5 Released

Sunday, December 16th, 2007

Version 3.2.0.5 is now available on AMO

Not compatible with Thunderbird 1.5

Sunday, December 16th, 2007

Personally, not supporting Thunderbird 1.5 is fine with me. I barely know anyone who still uses it. Thunderbird 2.0.0.9 is so much better.  But between the two versions, the networking code changed.

To check if something is online in Thunderbird 2.0.0.9 you use MailOfflineMgr.isOnline() but in 1.5 you use CheckOnline() (which is evil because everything else has the first word lowercase like checkOffline [which is not a function]). However, CheckOnline() doesn’t exist on 2.0.0.9 and MailOfflineMgr.isOnline() isn’t in 1.5. Hm…

So since ThunderBrowse 3.1.6, ThunderBrowse didn’t work in Thunderbird 1.5. Once I found out that CheckOnline() was the function that dealt with networking, I added support for 1.5 again.