RSS Git Download  Clone
  bin disable Carp::Always::Color - probably conflicting with SQL::Abstract::Tree; capitalise 'show columns' 7 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 bugfix - SQL_TRACE env param should be able to control enable_sql_trace app param; added 'test' as permitted app environment (not in use but probably should be for test harness) 7 years ago
  public corrected error in datepicker format entry 10 years ago
  src mandatory fields for web form HTML5 validation taken from apps' DFV profile; improved datepicker for bcr-abl form date fields; CML secondary treatments moved to multi-select & added 'other treatment' as free text entry - merged in pdf_form.tt; FBC params optional for bcr-abl requests; loading settings & required fields for test scripts through application using RequestForm::app->settings and RequestForm::Validate->required_fields 10 years ago
  t bugfix - SQL_TRACE env param should be able to control enable_sql_trace app param; added 'test' as permitted app environment (not in use but probably should be for test harness) 7 years ago
  views disable Carp::Always::Color - probably conflicting with SQL::Abstract::Tree; capitalise 'show columns' 7 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 mandatory fields for web form HTML5 validation taken from apps' DFV profile; improved datepicker for bcr-abl form date fields; CML secondary treatments moved to multi-select & added 'other treatment' as free text entry - merged in pdf_form.tt; FBC params optional for bcr-abl requests; loading settings & required fields for test scripts through application using RequestForm::app->settings and RequestForm::Validate->required_fields 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