Hover over the log to see the full commit message.
Clone
dca563d (HEAD -> master) 25/06/2025 17:51:08
by
RAJtemporarily 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
6fc46ca07/03/2025 12:33:01
by
RAJremoved Modern::Perl throughout
78695c103/05/2019 12:42:05
by
RAJupdate README with correct env params for database
353bb9217/03/2019 14:38:21
by
RAJfix for mysql-gone-away condition due to Model::SQL dbix not being cleared together with Model::DB dbix
282d03d17/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
1fc1e9115/03/2019 14:18:54
by
RAJfix pack status to return sensible output on default unknown date; standardised dbname env param & db_name app config param
ad5005415/03/2019 12:15:14
by
RAJfix debug output on 002_index_routes.t; tt tweak for consistent console output for all_patients.t
0060dea14/03/2019 23:26:39
by
RAJupdate cpanfile for tests on remote
65965b614/03/2019 18:27:11
by
RAJmove email transport to own sub; document email useage options
9d6181414/03/2019 15:51:07
by
RAJupdate D2 keyword (path_info); update demo_data.sql
d0cb69514/03/2019 15:18:40
by
RAJurl 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
60f6b3013/03/2019 17:04:33
by
RAJreplace old app.pl with Daemon::Control script for use with init.d
52dc2ab13/03/2019 14:13:52
by
RAJadapt for deployment - apache mod_proxy to carton installation
8f4123c08/03/2019 11:17:07
by
RAJadapt queries for alternate setup using hilis4 & outreach db's only * just needs config dbname change and enabling alternate query sets
eeea95807/03/2019 10:15:57
by
RAJupdate_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)
de6c45d06/03/2019 12:28:24
by
RAJbugfix - remove OUT prefix from userId; css tweak
bb3426606/03/2019 11:11:47
by
RAJinclude email as a userId for login; improve README documentation
469ebdc05/03/2019 20:21:21
by
RAJprovide switch to patient_access_demo db using command-line param; requires dynamic loading of patient cols (so Model::SQL gets access to dbix)
019131105/03/2019 10:57:51
by
RAJmove dbix and query functions to new Model classes; general tidy up
d39fd3318/01/2018 14:43:51
by
RAJswitch on file query logging - now off by default (RfC361L); remove spaces from NHS number
a71537120/05/2016 13:32:14
by
RAJadapted login to accept NHS number or OUT + patient.id; implemented check_db_connection in response to mysql has gone away condition
22bd82f19/05/2016 16:46:44
by
RAJswitched to nhs_number login for test; fixed url link for report - didn't work for both devel and deployment
df6f7e719/05/2016 15:43:52
by
RAJupdate_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
8011c6318/05/2016 22:28:20
by
RAJpatched 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
3a8049d18/05/2016 14:43:48
by
RAJnew lab_sections_data table for update_tables; new get /login route so config loaded for webapp_name
a19106f13/05/2016 12:43:47
by
RAJadjustments for deployment on test server - reduced height of logo as chrome cannot handle button/link overlapping image (using negative margin css)
618be2b12/05/2016 21:18:56
by
RAJmoved web title to settings webapp_name; moved last login line upwards to prevent title wrapping; pdf report opens in new target link
e76a3e312/05/2016 18:00:29
by
RAJfirst 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
1a2c98612/05/2016 11:57:06
by
RAJchanged db to patient_access_demo - new version will use outreach_patient_access db
f1631e812/05/2016 11:52:20
by
RAJlast 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 DoughtyCorrected Packs table row hover
dee9b3624/09/2015 20:51:49
by
RAJformatting for README.txt for gitlist
8f1962324/09/2015 13:17:39
by
RAJadded user list to README.txt; capitalised 1st charater in current.outcome
40951f921/09/2015 15:11:01
by
RAJappended charts for new report
58981cb21/09/2015 13:07:10
by
RAJnew patient scenario - return to clinic
336f8a318/09/2015 10:20:56
by
RAJpatched packs.tt to force user1 pack due date into future
e314fed15/09/2015 10:07:37
by
RAJadded timer for script execution; fixed incorrect name for login password field
9878ecf14/09/2015 21:28:35
by
RAJnew patient dataset for recent pack dispatch
573ef0114/09/2015 10:56:33
by
RAJhtml tidy reports; git version function
b22812311/09/2015 16:23:24
by
RAJchanged definitive report address in reports
ca7010311/09/2015 12:02:12
by
RAJremoved 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
877c0d110/09/2015 17:38:54
by
RAJminor re-factoring and improved code documentation
a8f14f510/09/2015 16:46:54
by
RAJset 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)
816ed0f10/09/2015 09:32:21
by
RAJadded email patient demographics function (test failure mode not working)
992ede009/09/2015 13:01:34
by
RAJadded pre-compiled reports as htm files
61f755c03/09/2015 12:30:50
by
RAJreplaced 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
a63296d02/09/2015 20:08:36
by
RAJNew README for gitlab host site
b8a3eac02/09/2015 16:32:57
by
RAJreversed previous chnage on login page replacing uri with javascript - was meant for patient_details submission form
3ca858901/09/2015 22:12:54
by
RAJfontawesome fonts dir
8c3afcc01/09/2015 22:11:45
by
RAJswitched 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
189953927/08/2015 22:30:25
by
RAJadapted dumper.tt to use Template::Plugin::DataPrinter; replaced login page with bootsnipp(et) - forgotten password link doesn't work; tidied up welcome page tables
0be44bd26/08/2015 12:39:12
by
RAJmodel auto-inflates dates; model uses D2 app_config instead of FindBin; new patient details table
156876214/08/2015 16:07:31
by
RAJauthentication of password; updates and displays last login datetime
895d8e614/08/2015 15:05:15
by
RAJqueries handled by SQL::Library; login function responds to user email address as username
d8a6e5b12/08/2015 16:29:18
by
RAJfixed incomplete db schema