|
..
|
|
DB
|
|
commented cpanfile feature 'accelerate' for carmel install (doesn't directly support features); tidied up login.tt
|
8 weeks ago
|
|
TT
|
|
template can't find is_between(), needs to call Utils.is_between(); displays selected category in number-of-records-found info bar
|
8 weeks ago
|
|
AuthTinyExtend.pm
|
499B
|
renamed access_denied page; moved configuration of link & label settings from record.tt to routes using vars.next_route; moved alert notifications (success & error) into own template; fixed js to auto-resize textarea on page load
|
2 months ago
|
|
Class.pm
|
569B
|
major rewrite - combined separate docs-lib and moongate apps into single app using prefixes with multiple route files; merged DB functions into model which is now a D2 plugin, providing encapsulated model domains (infolib, moongate & dpw); uses route names to allow tt to call uri_for_route, but some caveats: * route names must be unique across all route files * uri_for_route cannot be used in any template loaded after a forward since the data required in request.uri_for_route($name) is deleted during the forwarding process leading to fatal error when tt calls the uri_for_route function; META function no longer works since tt WRAPPER function disabled to allow routes to define layout
|
3 months ago
|
|
DB.pm
|
3kB
|
switched App/DB.pm classes to blocks for clarity; added cache to prevent unnecessary db lookup on every request; tidied up & improved documentation
|
8 weeks ago
|
|
LogAnyAdapter.pm
|
3kB
|
minor bugfix; moved htmx headers data into a var
|
3 months ago
|
|
Model.pm
|
1kB
|
major rewrite - combined separate docs-lib and moongate apps into single app using prefixes with multiple route files; merged DB functions into model which is now a D2 plugin, providing encapsulated model domains (infolib, moongate & dpw); uses route names to allow tt to call uri_for_route, but some caveats: * route names must be unique across all route files * uri_for_route cannot be used in any template loaded after a forward since the data required in request.uri_for_route($name) is deleted during the forwarding process leading to fatal error when tt calls the uri_for_route function; META function no longer works since tt WRAPPER function disabled to allow routes to define layout
|
3 months ago
|
|
Test.pm
|
1kB
|
used Module::Runtime to get App::DB::Result::column() working, but only with conventional 'package' syntax, does not work via Feature::Compat::Class and maybe Perl 5.34 due to inability to find DBIx::Simple::Result despite multiple BEGIN blocks; login.tt still needs 'main' layout
|
8 weeks ago
|
|
Utils.pm
|
3kB
|
dpw summary now shows filter regardless of number of records; moved threshold for requiring filter to config; additional space in dump_query() formatting
|
8 weeks ago
|