RSS Git Download  Clone
  bin args to Local::DB either dsn or dbname; integration with other apps and Local::QueryLogger; switched off query logging for test scripts 10 years ago
  environments args to Local::DB either dsn or dbname; integration with other apps and Local::QueryLogger; switched off query logging for test scripts 10 years ago
  lib reduced height of lab-use-only box for bcr-abl requests; changed name of jquery autosuggest to autocomplete to disambiguate from bsn.autosuggest; added json notice to pre-select location for referrer jquery without location_id; added minlength attribute to jquery autocomplete 10 years ago
  public adapted bcr-abl jquery #line-num change function to work with html5 validation rules; bugfix datetime transformation of non-existant date field; additional treatment options; venous blood default entry for bcr-abl specimen field 10 years ago
  src switched bsn.autosuggest to jquery autosuggest; referrer moved from free-text to ajax query; report_to field optional, defaults to referrer; provided default vals for bcr-abl specimen field; request_by field defaults to logged-in users name; some new tests for jquery autocomplete, lost some tests with report_to optional field; removed gross description section from bcr-abl pdf footer 10 years ago
  t reduced height of lab-use-only box for bcr-abl requests; changed name of jquery autosuggest to autocomplete to disambiguate from bsn.autosuggest; added json notice to pre-select location for referrer jquery without location_id; added minlength attribute to jquery autocomplete 10 years ago
  views reduced height of lab-use-only box for bcr-abl requests; changed name of jquery autosuggest to autocomplete to disambiguate from bsn.autosuggest; added json notice to pre-select location for referrer jquery without location_id; added minlength attribute to jquery autocomplete 10 years ago
  .gitignore 28B new tests using LWP::Protocol::PSGI; new 'helper' class RequestForm::Test - loads Modern::Perl, Data::Dumper, etc & lib paths (same function as test-lib.pl but also exports packages) 11 years ago
  MANIFEST 427B initial commit - form + validation 11 years ago
  MANIFEST.SKIP 169B initial commit - form + validation 11 years ago
  Makefile.PL 804B initial commit - form + validation 11 years ago
  README.txt 502B seperated middle name into own field - was causing PDS validation to fail when combined with first name 11 years ago
  config.yml 2kB switched bsn.autosuggest to jquery autosuggest; referrer moved from free-text to ajax query; report_to field optional, defaults to referrer; provided default vals for bcr-abl specimen field; request_by field defaults to logged-in users name; some new tests for jquery autocomplete, lost some tests with report_to optional field; removed gross description section from bcr-abl pdf footer 10 years ago
  sql.lib 1kB switched bsn.autosuggest to jquery autosuggest; referrer moved from free-text to ajax query; report_to field optional, defaults to referrer; provided default vals for bcr-abl specimen field; request_by field defaults to logged-in users name; some new tests for jquery autocomplete, lost some tests with report_to optional field; removed gross description section from bcr-abl pdf footer 10 years ago
  README.txt
HTML::Barcode::QRCode requires Text::QRCode which requires libqrencode-dev, libqrencode3 & pkg-config packages deployment: * starman & D::C doesn't work without dedicated domain name (can't find statics) apache config: FastCgiServer /home/raj/apps/RequestForm/public/dispatch.fcgi -processes 2 \ -initial-env PERL5LIB=/home/raj/perl5/lib/perl5 # -initial-env PLACK_ENV=deployment # can also specify in .fcgi BEGIN block Alias /request-form /path/to/app/public/dispatch.fcgi