RSS Git Download  Clone
  bin re-configured to run in production as fastcgi process not starman (can't find statics without own domain name); required full path to wkhtmltopdf for apache; replaced {data} with write() setter for session(); removed superfluous style.css from pdf layout (just needed p style declaration); some web pages needed request.uri_base to run as fastcgi 11 years ago
  environments added user_id data to request_form table; removed user_profile method from Role::PDS as HILIS supplies ID based on username & centre now 11 years ago
  lib moved validation requried & optional fields to config.yml for use by tests; changed test scripts db to lims_test; tesed form validation and form submission; protected date validation in absence of day/month params 11 years ago
  public renamed dispatch.fcgi -> request_form.fcgi so kill action doesn't affect other default D2 fcgi processes 11 years ago
  t moved validation requried & optional fields to config.yml for use by tests; changed test scripts db to lims_test; tesed form validation and form submission; protected date validation in absence of day/month params 11 years ago
  views moved validation requried & optional fields to config.yml for use by tests; changed test scripts db to lims_test; tesed form validation and form submission; protected date validation in absence of day/month params 11 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 moved validation requried & optional fields to config.yml for use by tests; changed test scripts db to lims_test; tesed form validation and form submission; protected date validation in absence of day/month params 11 years ago
  sql.lib 819B completed bcr-abl monitoring adaptations; added auto_page function for pass-through templates; supply default 'c' & 'u' params for dev platform 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