bugfixes: LL::Search doesn't have access to is_lab_staff() method of LIMS::Base so had to create own version; {QUERY_STRING} not passed in 'post' method in request form upload, so substituted CGI, needed 'tkn' param addition to FileUploader default.tt
bugfixes: L::Local::LIMS supplies CGI::Simple object for C::R::PDF to call query() method - for mail_reports.pl; update_request validation removes jquery watermarks on date/time fields; removed BEGIN block from request_forms.cgi and loaded FindBin from local::lib to avoid system Carp issues; changed request_report to request_report_view in chart.sql
moved Devel::Cycle find_cycle() code from cgiapp_init to teardown, and made it permanently active for non-fastcgi requests - found and fixed many circular refs inside callback subs; new resources menu items; new file-uploader scripts