I have just posted some changes to BlogMag.net.
Navigation changesI have made some changes to the top menu in the web pages. The button Home now always leads to the member's home page. If the member is not logged in, the member will be asked for a login and password.
Bug fix
I have made some changes in the code to work around the bug in TurboGears. There is a problem with Validator defined inside Compound widgets.
I have fixed that bug by explicitly naming the widget in the method parameters.
def comment_save(self, id, Captcha={}, **data):