bugfix to nhs_number compliance audit - query required rquest to be in clinical trial - should be 'trial_name IS NULL OR trial_name NOT IN (..)'; added summary section to dashboard request status
patched drilldown tooltip js to supply encoded query params instead of path args to cope with a slash in test name (eg CCND1/IGH), interpreted as an arg delimiter by dispatcher
bugfix to check_date_is_valid - FormValidator::Simple didn't detect yr = 19.7 is invalid; supporting tests in validation_profiles/search.t; jquery.timeago function for dashboard view
first draft of dashboard view; first draft of quick search but not able to share find_requests() with main search as we need 'AND' not 'OR' logic; combined _process_tests_complete() logic with _get_request_status_query_args() for tests_completed; moved jquery version from 1.4.2 to 1.8.2; moved devel server to port 8000