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 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
  public removed RequestForm::Test load from RequestForm::DB - causing production server startup failure due to file permissions, and class not required by production app anyway 11 years ago
  src expanded patient_bcr_table to include more fields; BCR-ABL request form uses jquery to show/hide treatment dates depending on line number selection 11 years ago
  t bugfix - non-alphanumeric chars in unique id (eg apostrophe in surname) causing 'uninitialized value' warning in Barcode::Code93 11 years ago
  views moved 'app_version' as var from 'before' hook to a token key in 'before_template' hook; added /test/error route; switched off auto-inflate dates in Local::DB pending removal of dates -> datetimes in app/templates 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 adjusted pdf layout for test scripts; tested for presence of require fields in pdf output 11 years ago
  sql.lib 859B model saves bcr_abl data (diagnosis_date & first_line_date); moved test data initialiastion from Request::DB to Request::Test & test scripts; complteted adaption for bcr-abl monitoring; new 005_bcr_abl.t 11 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