bugfix - SQL_TRACE env param should be able to control enable_sql_trace app param; added 'test' as permitted app environment (not in use but probably should be for test harness)
session handling * initialise new session if query params 'c' and/or 'u' supplied * initialise new session if no 'centre' and 'username' vars * tests for true returns from encrypt & decrypt functions, returns helful msg not Crypt::CBC stacktrace * always require 'c' query param on 1st request (ie no active session) unless dev server - HILIS adapted to generate correct url for non-logged-in user
adapt request form to allow loading outside HILIS * change username 'unknown' to 'requestform' * append remote-address if called for logging purposes * provide https address for jquery to avoid browser warning of insecure resource
added mutation analysis field to bcr-abl request form; adjusted pdf format to accomodate new field without wrapping page; fixed syntax error on request_form.tt
mandatory fields for web form HTML5 validation taken from apps' DFV profile; improved datepicker for bcr-abl form date fields; CML secondary treatments moved to multi-select & added 'other treatment' as free text entry - merged in pdf_form.tt; FBC params optional for bcr-abl requests; loading settings & required fields for test scripts through application using RequestForm::app->settings and RequestForm::Validate->required_fields