patched L:Dispatch to avoid error on undefined dispatch_path; moved L::Local::QueryLog dispatcher construction from _warn_handler() to BEGIN block to avoid re-creation per request; changed sql.log to Log::Dispatch::File::Rolling object; amended log_rotate.pl to process the new sql.log filenames; added new method ensure_warn_handler_capture() to L::Local::QueryLog for use with non-external fastcgi, where FCGI re-defines the warn handler set in L::L::Q so that sql statements go to Apache error log
changed Dispatch param from _whoami to Class; removed do_ajax from unprotected runmodes, added ajax class to unprotected classes; bugfix to LIMS::_check_portal_referral() - added user profile to list of requirements; increased test count on column_types.t
moved search term highlighting in referral resource finder to a callback so html is escaped first, then search term highlighted; speeded up Excel file search in L::Local::ExcelHandler::_read_file() using add_trigger()
fixed circular ref inside C::Admin::Config::OutreachPractices; added 'skip_wrapper' flag for shared resource practice/clinician/GP/etc lookup function when called as popup; re-arranged some resources urls