* new messages tab * patched Local::DevelCycle to suppress "Unhandled type: REGEXP" warning so test scripts can use find_cycle() * bug fix to user_messages.tt - div_name clashed with css div name
process size timeout issues - added pid 3169 and pid size data to querylog to track growing process size problem; added centre and timestamp to fastcgi stdout; added auto-refresh to process status & logged-in users pages
patched Local::Utils::check_date_order() to only check defined dates for default_unknown value; added IP address to who's logged in table, for admin login only
added ENV variable DB_SESSIONS to force dev server to use db instead of file store for sessions; moved _update_session_userid flag to top of block in cgiapp_prerun so only have to set it once for both new logins & re-authenication after timeout & removed it from _create_user_profile()
patched C::Resources::active_sessions() to use 4th parameter to args to CGI::Session::load() to avoid updating session atime which acts as keep-alive for all sessions - REQUIRES CGI::Session VERSION >4.40