|
bin
|
|
fix user roles to always return from session, even when empty (to save repeat lookups) * change Model authenticate_user method name to validate_user_credentials to avoid confusion with inbuilt DPAE method * recovered ordering on grouped data for mysql db queries (not for sqlite) * app only loads 1 Routes file so all requests handled by same file, routes.t loads 2 routes so ajax call doesn't need login and to demonstrate how to run 2 apps with .psgi script
|
8 years ago
|
|
environments
|
|
fix user roles to always return from session, even when empty (to save repeat lookups) * change Model authenticate_user method name to validate_user_credentials to avoid confusion with inbuilt DPAE method * recovered ordering on grouped data for mysql db queries (not for sqlite) * app only loads 1 Routes file so all requests handled by same file, routes.t loads 2 routes so ajax call doesn't need login and to demonstrate how to run 2 apps with .psgi script
|
8 years ago
|
|
lib
|
|
fix broken date handling after previous commit changed date strings to DateTime object; bring tests up-to-date
|
7 years ago
|
|
public
|
|
css tweak to try and align nav section underneath inverted curve of logo, independent of browser width
|
7 years ago
|
|
t
|
|
fix broken date handling after previous commit changed date strings to DateTime object; bring tests up-to-date
|
7 years ago
|
|
views
|
|
fix broken date handling after previous commit changed date strings to DateTime object; bring tests up-to-date
|
7 years ago
|
|
.gitignore
|
28B
|
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
|
|
MANIFEST
|
451B
|
initial commit
|
10 years ago
|
|
MANIFEST.SKIP
|
171B
|
initial commit
|
10 years ago
|
|
Makefile.PL
|
1kB
|
retrieves previous requests on nhs_number match; fixed t/validation.t after validation code change
|
10 years ago
|
|
config.yml
|
4kB
|
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
|
|
cpanfile
|
757B
|
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
|