This release took a bit longer to make, mostly due to the fact that I am back in school. Overall, most of the changes are clean ups and fixes. I hope to make another release in about two weeks. Hopefully, I'll have enough time to convert AV Admin to use templates. Jeff. --- Summary of changes from v0.10-pre5 to v0.10-pre6 ================================================ Josef 'Jeff' Sipek:   o Copyright notice year update   o Fixed recursive sqlify() bug in av_message   o Swiched av_settings.py to dbid interface   o Removed unused invyesno()   o Rewrite of getparam()   o Fixed problem with an error in a new message   o Fix invalid username bug in mess_comp.py   o Reply message subject automatically prepended with "Re: "   o Created mess_comp.py (compose message & send)   o Removed dead field from SQL structure   o Removed unused function User().getinfo()   o Moved registerfile() to Utils()   o Removed `priv` field from user table (unused)   o Added support for real name storage   o Changed institution and location to imaginary values   o Fixed latex math mode bug   o Added a way to check priviledges in one place [securitycheck()]   o Fixed missing priviledges from default 'deity' setup   o Enforce message order in mess_ls.py   o Equipment image close up page implemented