|
bin
|
|
patched App::DBIx dump_query() method to handle INSERT statements; substitutions can be performed directly on $sql inside dump_query() without requiring separate $str variable as the function receives a copy of $sql var not a reference to it
|
3 months ago
|
|
copilot-instructions.md
|
|
moved download validator into App::Utils, added download validation to DPW
|
9 weeks ago
|
|
db
|
|
added checks for test plain-text password in config; documented data import/export for sqlite3
|
3 months ago
|
|
documents
|
|
reverted to earlier (uncommited) version of Log::Any function because most recently commited version was ignoring moinimum log level of tests (info), and presumably production (warnings) - note that use of Callback supposed to be deprecated in favour of Capture, but cannot make this method honour the min log-level setting
|
3 months ago
|
|
environments
|
|
changed how DPW model handles file upload functions for checking and setting upload directory: * moved duplicate code for checking existance of uploaded file into discrete function * initialised '_upload_dir' value as a param during file check function to avoid requierement for duplication in route and model; put rudimentary date check on sqlite3 db (still permits invalid dates); new test files
|
3 months ago
|
|
lib
|
|
extended edit-record function to delete existing file if new file uploaded during update submission, and new tests for file deletion
|
8 weeks ago
|
|
public
|
|
fixed left margin spacing of dpw filter menu
|
9 weeks ago
|
|
t
|
|
extended edit-record function to delete existing file if new file uploaded during update submission, and new tests for file deletion
|
8 weeks ago
|
|
views
|
|
extended edit-record function to delete existing file if new file uploaded during update submission, and new tests for file deletion
|
8 weeks ago
|
|
.dancer
|
|
initial commit - login route working
|
5 months ago
|
|
.gitignore
|
324B
|
extended edit-record function to delete existing file if new file uploaded during update submission, and new tests for file deletion
|
8 weeks ago
|
|
Dockerfile
|
808B
|
specify perl v5.34.0 in Dockerfile, as "FROM: 5.34" installs 5.34.3 which generated error loading Git directory (Can't use string ("/app/.git") as a HASH ref while "strict refs" in use at /usr/local/lib/perl5/site_perl/5.34.3/Error.pm); Model $git does not need to be a field, replaced with variable; reformatted footer
|
5 months ago
|
|
Makefile.PL
|
801B
|
initial commit - login route working
|
5 months ago
|
|
README.txt
|
2kB
|
layout tweaks; documented docker compose rebuild function
|
2 months ago
|
|
config.yml
|
3kB
|
moved documents_path setting to config_local.yml files to allow site-specific configuration; Moongate documents_path now defined in config_local.yml (same way DPW docs_path is defined); new test file for household based on moongate.t, most dpw.t tests now skipped as they are not htmx-aware
|
9 weeks ago
|
|
cpanfile
|
3kB
|
using Log::Any to facilitate model classes to forward messages to Dancer2 logger
|
3 months ago
|
|
docker-compose.yml
|
465B
|
replaced Starman with plackup, not required for low-use app; added restart always to docker-compose file; no longer supplying title to templates, using appname; added README file for relevant deployment info
|
5 months ago
|