12:33 AM - JJ
I've gone ahead and worked on JJ a bit. I'm in the middle of a very large change. Currently there is a Preferences class and a User class. I'm merging them into one. Most of the time I need to access the preferences class in my code and thats two object intstances plus 2 sql queries. It seems dumb and quite a few parts of my code could be tweaked (less params etc) if i merge them. The Preferences object has been around since 2003 and thats buried all over the place. I've also got some rendering and message bugs fixed.