|
..
|
|
001_base.t
|
73B
|
moved sql query construction to new Reporter::SQL::Library class using Local::QueryLibrary & SQL::Abstract::More
|
10 years ago
|
|
002_index_route.t
|
810B
|
new Routes::Test class for testing app; replaced 'dance' with 'true' in Reporter::Routes file - was causing 002_index_routes.t to load app as service
|
10 years ago
|
|
model.t
|
4kB
|
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
|
|
routes.t
|
7kB
|
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
|
|
schema.pm
|
4kB
|
fix broken date handling after previous commit changed date strings to DateTime object; bring tests up-to-date
|
7 years ago
|
|
validation.t
|
6kB
|
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
|