|
..
|
|
layouts
|
|
css tweak to try and align nav section underneath inverted curve of logo, independent of browser width
|
7 years ago
|
|
404.tt
|
814B
|
fix ajax calls when app running from app.psgi * dance() deprecated in favour of to_app() * but to_app() didn't load Routes::AJAX routes so couldn't find ajax_get_diagnoses route * see bin/app.psgi.readme * modifying app.psgi to use Plack::Builder fixed it but not when used by Apache (which used bin/app.pl->dance) * recurrent problems with separate AJAX route so combined the only 1 into main Routes file, prefixed as '/ajax' * separated test schema into its own file and separated reports.t into routes.t & model.t * change reporter.fgci (Apache script) to use bin/app.psgi (->to_app)
|
8 years ago
|
|
500.tt
|
777B
|
custom 500.tt for errors; replaced 'var' with 'token' in before_template_render - useage breaks custom error tt rendering
|
10 years ago
|
|
all_users.tt
|
2kB
|
display last-login number of days ago in users list
|
7 years ago
|
|
autosuggest.tt
|
2kB
|
fix ajax calls when app running from app.psgi * dance() deprecated in favour of to_app() * but to_app() didn't load Routes::AJAX routes so couldn't find ajax_get_diagnoses route * see bin/app.psgi.readme * modifying app.psgi to use Plack::Builder fixed it but not when used by Apache (which used bin/app.pl->dance) * recurrent problems with separate AJAX route so combined the only 1 into main Routes file, prefixed as '/ajax' * separated test schema into its own file and separated reports.t into routes.t & model.t * change reporter.fgci (Apache script) to use bin/app.psgi (->to_app)
|
8 years ago
|
|
denied.tt
|
295B
|
added authentication function using D2::Plugin::Auth::Extensible; new admin function to register new user; removed GET /login route - using auto_page()
|
10 years ago
|
|
dumper.tt
|
123B
|
moved sql query construction to new Reporter::SQL::Library class using Local::QueryLibrary & SQL::Abstract::More
|
10 years ago
|
|
gitlog.tt
|
876B
|
fix for 'mysql server has gone away' message - new DB check_db_connection() method clears dbix object if no ping received from db, forcing dbix object recreation; wrapped 'horrible' deferred keyword in flash() method; dev logger uses Console::Colored output
|
10 years ago
|
|
index.tt
|
5kB
|
basic login functionality; pre-refactor to Routes, Model & DB classes
|
10 years ago
|
|
lab_number.tt
|
332B
|
bugfixes - cannot call main data var 'request' or clashes with D2 request
|
10 years ago
|
|
load.tt
|
4kB
|
fix authentication using DPAE::DB * re-writing user profile into session after loading roles replaced draft_report_users.id with users.id so previous reports did not load (expects draft_report_users.id) - now adding roles to existing user-profile * replace mysql-specific functions with sqlite-compatible equivalents * new reports.t for testing model functions and user authentication * fix main.tt error - loaded /register link because an empty grep is true
|
8 years ago
|
|
login.tt
|
2kB
|
applied pagination to previous reports block
|
10 years ago
|
|
register.tt
|
3kB
|
added authentication function using D2::Plugin::Auth::Extensible; new admin function to register new user; removed GET /login route - using auto_page()
|
10 years ago
|
|
registration.tt
|
1kB
|
change registration email testing: * change env param MY_EMAIL_SENDER_TRANSPORT to EMAIL_SENDER_TRANSPORT * replace /tmp file with 'email_as_string' tt param and use Email::Sender::Simple->default_transport->deliveries for testing email params * allow command-line override of default EMAIL_SENDER_TRANSPORT setting to force email failure
|
8 years ago
|
|
report.tt
|
4kB
|
added js expand to lab results & result summary sections
|
10 years ago
|
|
report_form.tt
|
8kB
|
adapted forms for IE8 inability to respond to html5 validation
|
10 years ago
|
|
report_summary.tt
|
2kB
|
changed specimen summary key/value names and 'f' label to 'n'
|
10 years ago
|
|
set_user_status.tt
|
1kB
|
fix broken date handling after previous commit changed date strings to DateTime object; bring tests up-to-date
|
7 years ago
|