moved login.tt from site to login/default.tt; used authen->is_new_login to redirect to C::Login::hello(); moved code to generate new diagnosis list from LIMS::_create_user_profile() to C::Login::hello(); new db table user_message + DB class
replaced several calls to L::Local::find_home() with call to config instance; removed call to L::Local::Debug from lims_config.pl, as debug() uses config instance, which uses lims_config.pl; model classes get config from config instance instead of constructor passing it in LIMS::model(); general tidy-up
moved ajax js functions not requiring var interpolation from site/ajax.tt to js/ajax.js; added patient_demographics table def to lims.sql; moved M::Request::get_hmrn_new_diagnoses() to M::HMRN::get_new_diagnoses(); updated site/autosuggest.tt jquery framework to v1.4.2; added new linked menus javascript to hmrn/data/treatment.tt - doesn't work yet