RSS Git Download  Clone
Hover over the log to see the full commit message.
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • dca563d (HEAD -> master) 25/06/2025 17:51:08 by RAJ   temporarily disabed Git object in model due to init.d script returning 'fatal: not git repository' error, even though path to .git is correct, and plackup at command-line works fine
  • 6fc46ca 07/03/2025 12:33:01 by RAJ   removed Modern::Perl throughout
  • 3d602a7 23/03/2023 18:23:20 by Richard Jones   remove Modern::Perl
  • 78695c1 03/05/2019 12:42:05 by RAJ   update README with correct env params for database
  • 353bb92 17/03/2019 14:38:21 by RAJ   fix for mysql-gone-away condition due to Model::SQL dbix not being cleared together with Model::DB dbix
  • 282d03d 17/03/2019 13:19:15 by RAJ   * move env dbname to uppercase to further disambiguate from app param 'db_name' * use Types::Standard assert_Int/Str for a degree of input param validation * add 'sending....' message to form when sending email * move 'incorrect password' display to #result div to overwrite new 'sending....' msg * new test file for model methods
  • 1fc1e91 15/03/2019 14:18:54 by RAJ   fix pack status to return sensible output on default unknown date; standardised dbname env param & db_name app config param
  • ad50054 15/03/2019 12:15:14 by RAJ   fix debug output on 002_index_routes.t; tt tweak for consistent console output for all_patients.t
  • 0060dea 14/03/2019 23:26:39 by RAJ   update cpanfile for tests on remote
  • ecfee01 14/03/2019 23:02:22 by RAJ   fix broken demo reports link; fix broken all_patients.t
  • 65965b6 14/03/2019 18:27:11 by RAJ   move email transport to own sub; document email useage options
  • 9d61814 14/03/2019 15:51:07 by RAJ   update D2 keyword (path_info); update demo_data.sql
  • d0cb695 14/03/2019 15:18:40 by RAJ   url for reports dependent on dbname (demo uses static html instead of dynamically-generated, dbname defined in init.d script); update params keyword to body_parameters; update documentation
  • 60f6b30 13/03/2019 17:04:33 by RAJ   replace old app.pl with Daemon::Control script for use with init.d
  • 52dc2ab 13/03/2019 14:13:52 by RAJ   adapt for deployment - apache mod_proxy to carton installation
  • 8f4123c 08/03/2019 11:17:07 by RAJ   adapt queries for alternate setup using hilis4 & outreach db's only * just needs config dbname change and enabling alternate query sets
  • eeea958 07/03/2019 10:15:57 by RAJ   update_tables.pl - update patient_access table; add registered date to last report display; replace :3000 with :8000 for dev env (previously removed port so relied on fastcgi running)
  • de6c45d 06/03/2019 12:28:24 by RAJ   bugfix - remove OUT prefix from userId; css tweak
  • bb34266 06/03/2019 11:11:47 by RAJ   include email as a userId for login; improve README documentation
  • 469ebdc 05/03/2019 20:21:21 by RAJ   provide switch to patient_access_demo db using command-line param; requires dynamic loading of patient cols (so Model::SQL gets access to dbix)
  • 0191311 05/03/2019 10:57:51 by RAJ   move dbix and query functions to new Model classes; general tidy up
  • d39fd33 18/01/2018 14:43:51 by RAJ   switch on file query logging - now off by default (RfC361L); remove spaces from NHS number
  • a715371 20/05/2016 13:32:14 by RAJ   adapted login to accept NHS number or OUT + patient.id; implemented check_db_connection in response to mysql has gone away condition
  • 22bd82f 19/05/2016 16:46:44 by RAJ   switched to nhs_number login for test; fixed url link for report - didn't work for both devel and deployment
  • df6f7e7 19/05/2016 15:43:52 by RAJ   update_tables.pl looks at request.created_at date and left-joins request_followup and pack_dispatch so all outreach requests included, not just when follow-up option and pack dispatch date decided; added session: Cookie to config file - was default for dev but not production; included status = reported to packs.tt request_status.match list - no requests now fail to match a pack status definition
  • 8011c63 18/05/2016 22:28:20 by RAJ   patched pack_dispatches query to return 0 for NULL section_data_count to avoid tt undefined value error; patched _autoinflate_dates() to handle zero values (ie false but still defined); changed method of formatting year from String plugin - test script can't handle it; new test script to grep 'current pack status' content for all patients
  • 3a8049d 18/05/2016 14:43:48 by RAJ   new lab_sections_data table for update_tables; new get /login route so config loaded for webapp_name
  • a19106f 13/05/2016 12:43:47 by RAJ   adjustments for deployment on test server - reduced height of logo as chrome cannot handle button/link overlapping image (using negative margin css)
  • 618be2b 12/05/2016 21:18:56 by RAJ   moved web title to settings webapp_name; moved last login line upwards to prevent title wrapping; pdf report opens in new target link
  • e76a3e3 12/05/2016 18:00:29 by RAJ   first commit for adaptation to use HILIS4 export database - replaced D2::Plugin::Database with Local::DB, uses HILIS to print report, uses HILIS patient.id as username, enabled querylogger output to console, amended pack.tt logic to handle 'live' situations
  • 1a2c986 12/05/2016 11:57:06 by RAJ   changed db to patient_access_demo - new version will use outreach_patient_access db
  • f1631e8 12/05/2016 11:52:20 by RAJ   last minor modifications before adaptation to use live HILIS data - codebase frozen as v1 tag
  • 9cb4372 (gui-mod) 02/10/2015 13:59:54 by James Doughty   Corrected Packs table row hover
  • 036a509 01/10/2015 16:08:51 by James Doughty   Changed user interface to new version
  • dee9b36 24/09/2015 20:51:49 by RAJ   formatting for README.txt for gitlist
  • 8f19623 24/09/2015 13:17:39 by RAJ   added user list to README.txt; capitalised 1st charater in current.outcome
  • 40951f9 21/09/2015 15:11:01 by RAJ   appended charts for new report
  • 58981cb 21/09/2015 13:07:10 by RAJ   new patient scenario - return to clinic
  • 336f8a3 18/09/2015 10:20:56 by RAJ   patched packs.tt to force user1 pack due date into future
  • e314fed 15/09/2015 10:07:37 by RAJ   added timer for script execution; fixed incorrect name for login password field
  • 9878ecf 14/09/2015 21:28:35 by RAJ   new patient dataset for recent pack dispatch
  • 573ef01 14/09/2015 10:56:33 by RAJ   html tidy reports; git version function
  • b228123 11/09/2015 16:23:24 by RAJ   changed definitive report address in reports
  • ca70103 11/09/2015 12:02:12 by RAJ   removed code block to retrieve results from outreach db - not using it for demo; removed redundant patient_edit.tt - function performed by ajax now; query for new HILIS4 method to retrieve most recent request_id for logged-in user
  • 877c0d1 10/09/2015 17:38:54 by RAJ   minor re-factoring and improved code documentation
  • a8f14f5 10/09/2015 16:46:54 by RAJ   set development Email::Sender transport to Mbox; highlight changes in patient demographics email; set keyword 'fail' in email param to trigger email failure message; success message to form replaces rather than appends to previous message(s)
  • 816ed0f 10/09/2015 09:32:21 by RAJ   added email patient demographics function (test failure mode not working)
  • 992ede0 09/09/2015 13:01:34 by RAJ   added pre-compiled reports as htm files
  • 61f755c 03/09/2015 12:30:50 by RAJ   replaced dummy request data with real data from HILIS4 so the 4 scenarios (new, screened, pack overdue and pack due in future) are available for demo
  • 82982b7 02/09/2015 20:09:24 by RAJ   Update README.md
  • a63296d 02/09/2015 20:08:36 by RAJ   New README for gitlab host site
  • b8a3eac 02/09/2015 16:32:57 by RAJ   reversed previous chnage on login page replacing uri with javascript - was meant for patient_details submission form
  • 3ca8589 01/09/2015 22:12:54 by RAJ   fontawesome fonts dir
  • 8c3afcc 01/09/2015 22:11:45 by RAJ   switched to custom database for project; imported data from hilis4 & outreach tables for dummy patients; _query uses wantarray for return context; patient details form submission jquery; patient_details.tt presentation edits
  • 1899539 27/08/2015 22:30:25 by RAJ   adapted dumper.tt to use Template::Plugin::DataPrinter; replaced login page with bootsnipp(et) - forgotten password link doesn't work; tidied up welcome page tables
  • 0be44bd 26/08/2015 12:39:12 by RAJ   model auto-inflates dates; model uses D2 app_config instead of FindBin; new patient details table
  • 1568762 14/08/2015 16:07:31 by RAJ   authentication of password; updates and displays last login datetime
  • 895d8e6 14/08/2015 15:05:15 by RAJ   queries handled by SQL::Library; login function responds to user email address as username
  • d8a6e5b 12/08/2015 16:29:18 by RAJ   fixed incomplete db schema
  • 2ae09a4 12/08/2015 16:10:05 by RAJ   added db schema
  • efd2426 12/08/2015 15:04:59 by RAJ   modified queries.sql to SQL::Library file; tidied up welcome.tt
  • fd8c626 12/08/2015 11:38:30 by Rachel Scholey   added dumper template
  • aa4d852 12/08/2015 09:44:15 by RAJ   initial commit - working framework