|
..
|
|
IssueTracker
|
|
preload old HTTP::Tiny for tests and add better error message when SSLeay version is wrong
|
8 years ago
|
|
Log
|
|
hilis3 conversion scripts for YHHN
|
15 years ago
|
|
MooX
|
|
adapted LL::HL7 for Bristol ICE data feed; added function to suppress uninitialized warnings when using hl7d
|
10 years ago
|
|
MooseX
|
|
hilis3 conversion scripts for YHHN
|
15 years ago
|
|
Role
|
|
RfC450 - incomplete requests function * move clinical trials from screening term to separate section * move queries to SQL::Abstract (request_ids query needed 2 multi-placeholders)
|
7 years ago
|
|
Search
|
|
hilis3 conversion scripts for YHHN
|
15 years ago
|
|
CSRF.pm
|
2kB
|
put CSRF logic into histology blocks worklist to prevent form resubmission - had multiple duplicate 'returned blocks' entries in request_lab_test_history
|
12 years ago
|
|
Config.pm
|
1kB
|
patched outreach report template to load static files and load chart by supplying CGISESSID in url instead of supplying args to wkhtmltopdf binary
|
15 years ago
|
|
DBIProfile.pm
|
4kB
|
hilis3 conversion scripts for YHHN
|
15 years ago
|
|
DBIxSimple.pm
|
4kB
|
Local::QueryLog * modify substitute_placeholders method to handle bind params containing parens-within-parens * modify Local::DBIxSimple, RDBO & RDBO::Manager to join bind params on null-byte instead of comma to avoid breaking split on bind params which already contain commas * protect placeholder substitution from vars containing question-mark * protect SQL::Abstract::Tree query formatting from control characters (eg parens, question-marks) * append undef's to end of @bind for any trailing table cols with default values (eg timestamp cols) * substitute NULL for undef bind params * simplify _warn_handler() logic, returns early if not required
|
7 years ago
|
|
Debug.pm
|
2kB
|
new setting 'is_test_platform' to exempt test server from portal login requirement; new outreach worklists unreported and unauthorised; added user-configurable duration option on unreported worklist, shared with outreach unreported; adapted Resources token generation function to provide encrypted username for online request forms; bugfix to _xna_extraction() - lc on query param extraction_type gave error if param undef
|
11 years ago
|
|
DevelCycle.pm
|
1kB
|
* used Capture::Tiny in Local::DevelCycle - works OK with fastcgi process dumping fastcgi captured cycles to logfile, test harness & dev box fatal * user_agent string captured using HTTP::BrowserDetect
|
10 years ago
|
|
EmailAlert.pm
|
855B
|
auto-inserted request details for Outreach reports; removed commitment in email alerts to provide full written report as we are moving away from paper copies
|
9 years ago
|
|
ErrorHandler.pm
|
5kB
|
replaced 'email_from' config var with 'service_email' globally (except within unused functions)
|
9 years ago
|
|
ExcelHandler.pm
|
17kB
|
added patient notes to chimerism_prep() function; fixed empty row issue on parse_xl_file(); put 30sec timeout on sysmex.pl read() function to fix broken communication issue after sysmex restart; new syncona-14mg.pl cron
|
11 years ago
|
|
GalliumData.pm
|
9kB
|
register_and_error_log.pl converted to use tt for message
|
12 years ago
|
|
GalliumTrial.pm
|
7kB
|
fixed missing specimen error - caused by submission of 'BMAT.PB' - RDBO 0.80 truncated at 4chars; moved specimen split regex to Local::Utils & added validation of specimen length; fixed ErrorHandler error in assuming exists - didn't for devel server; added Sphinx search facility - switchable on/off via config; changed bcl1 to cyclinD1 in gallium trial data feed
|
13 years ago
|
|
GenomicsValidation.pm
|
8kB
|
bugfix - genomics NHS number validation failure generates incomprehensible message due to absence of nhs_number in ; changed req_fields{participant_id} to req_fields{lab_number} as participant_id may not be set at validation run time
|
8 years ago
|
|
HL7.pm
|
18kB
|
NBT HL7 script - add additional data item, correct documentation
|
6 years ago
|
|
IssueTracker.pm
|
2kB
|
Fix (attempt) tests on live server
|
8 years ago
|
|
LIMS.pm
|
3kB
|
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
|
12 years ago
|
|
LogDispatch.pm
|
2kB
|
LIMS::Dispatch returns app_version, displayed in footer; bugfix to undefined in log_dispatch()
|
11 years ago
|
|
Mail.pm
|
7kB
|
activated apparent_sender = no-reply@hmds.info to avoid rejection of messages from non-existent domain; adapted yearly register_and_error_log.pl to use same tt as monthly version; a failed cytogenetics result is now more verbose so cytogenetics_failed query needs to look for 'failed' as an rlike
|
9 years ago
|
|
NGIS.pm
|
30kB
|
NGIS - configure csv export for WGS; fix incorrect %where -> @where - have duplicate elements
|
6 years ago
|
|
PAS.pm
|
18kB
|
bugfixes
|
14 years ago
|
|
PDF.pm
|
3kB
|
patches to support Debian 9 test server * replaced hard-coded wkhtmltopdf-<version> with wkhtmltopdf (symlink) as only loaded once for entire app * added return 0 if undefined \$user_location to avoid apache log warnings on non-logged-in user * added block to ftp genomics_transfer.log to main xml_transfer.pl script (no longer need Deb6 curl hack) * lims.fcgi accepts CENTRE arg for use with apache mod_fcgid
|
8 years ago
|
|
QueryLibrary.pm
|
5kB
|
grep_cron_log.pl sends single email with all errors (was one per msg)
|
8 years ago
|
|
QueryLog.pm
|
13kB
|
Local::QueryLog * modify substitute_placeholders method to handle bind params containing parens-within-parens * modify Local::DBIxSimple, RDBO & RDBO::Manager to join bind params on null-byte instead of comma to avoid breaking split on bind params which already contain commas * protect placeholder substitution from vars containing question-mark * protect SQL::Abstract::Tree query formatting from control characters (eg parens, question-marks) * append undef's to end of @bind for any trailing table cols with default values (eg timestamp cols) * substitute NULL for undef bind params * simplify _warn_handler() logic, returns early if not required
|
7 years ago
|
|
QueryMailer.pm
|
7kB
|
Fix corrupted excel file on live system by setting binmode
|
8 years ago
|
|
Reports.pm
|
293B
|
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
|
12 years ago
|
|
RfC.pm
|
9kB
|
Refactor tests and improve handling of warnings
|
8 years ago
|
|
RunmodeDeclare.pm
|
1kB
|
hilis3 conversion scripts for YHHN
|
15 years ago
|
|
ScriptHelpers.pm
|
10kB
|
NBT HL7 feed - alert local admin of connection failure
|
7 years ago
|
|
Search.pm
|
10kB
|
adapt central_labs for 'all_locations', app works but tests broken
|
8 years ago
|
|
Stuff.pm
|
2kB
|
genomics_xml mods; Silly::Werder motd
|
10 years ago
|
|
Sugar.pm
|
557B
|
modified linked lab tests admin function to load existing linked tests when editing parent test; added genomics db to mysql backup .sh script
|
10 years ago
|
|
Test.pm
|
589B
|
hilis3 conversion scripts for YHHN
|
15 years ago
|
|
TestDB.pm
|
2kB
|
hilis3 conversion scripts for YHHN
|
15 years ago
|
|
ULISA.pm
|
5kB
|
modified DakoLink/ULISA data structure to return nested and inline xml
|
12 years ago
|
|
Utils.pm
|
36kB
|
replace DateTime::HiRes - won't install on Debian 10
|
6 years ago
|