|
..
|
|
content
|
|
simplified dpw summary.tt, using single info box to display results
|
7 weeks ago
|
|
layouts
|
|
retired layout/main.tt, login.tt is now a complete stand-alone html page
|
8 weeks ago
|
|
404.tt
|
2kB
|
changed content of 404 template to accomodate file not found as well as page not found; adjusted test messages accordingly
|
9 weeks ago
|
|
alerts.tt
|
500B
|
added test error to save_document() methods; create_document() flash message adjusted for update or input; refactored infolib.t to inspect redirected content [see HTTP-Cookies.txt chatgpt summary]; bugfix to dpw/record.tt
|
9 weeks ago
|
|
dumper.tt
|
123B
|
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
|
|
gitlog.tt
|
854B
|
converted infolib section to SPA using htmx
|
2 months ago
|
|
home.tt
|
7kB
|
retired layout/main.tt, login.tt is now a complete stand-alone html page
|
8 weeks ago
|
|
index.tt
|
5kB
|
disabled TT WRAPPER to allow layout to be defined in routes; bugfix - apphandler setting not available in tt so default index.tt cannot diplay value, needed to add as a token
|
4 months ago
|
|
login.tt
|
4kB
|
commented cpanfile feature 'accelerate' for carmel install (doesn't directly support features); tidied up login.tt
|
8 weeks ago
|
|
prohibited.tt
|
702B
|
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
|
|
routes.tt
|
1kB
|
fixed incorrect uri for routes.tt
|
3 months ago
|