|
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
|
|
db
|
|
added checks for test plain-text password in config; documented data import/export for sqlite3
|
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
|
|
added password reveal function on login form; logout function redirects to prefix home not root url
|
3 months ago
|
|
public
|
|
extended app to provide household/dpw function; provided session expiry time display; increased dev env cookie_duration (but session still times out too early); sync'd InfoLib & Moongate save_document() methods with DPW class (using global @cols)
|
3 months ago
|
|
t
|
|
implemented Local::Utils dump_query function, and a package (App::DB::Result) to overload DBIx::Simple::Result, but its functions are not available to App::DBIx, possibly due to Feature::Compat::Class limitations
|
3 months ago
|
|
views
|
|
added password reveal function on login form; logout function redirects to prefix home not root url
|
3 months ago
|
|
.dancer
|
|
initial commit - login route working
|
5 months ago
|
|
.gitignore
|
261B
|
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
|
|
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
|
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
|
|
config.yml
|
3kB
|
changed household documents path to ~/Documents/docs-lib for backup reasons due to impending directory size (maybe Moongate to follow)
|
3 months ago
|
|
cpanfile
|
3kB
|
implemented Local::Utils dump_query function, and a package (App::DB::Result) to overload DBIx::Simple::Result, but its functions are not available to App::DBIx, possibly due to Feature::Compat::Class limitations
|
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
|