Incorporated changes for release 1.3.0

This commit is contained in:
2026-02-24 19:59:54 -05:00
parent 3667c4358f
commit 6e5c6e03e3
38 changed files with 610 additions and 179 deletions

View File

@@ -1,6 +1,18 @@
TODO
- Provide ability to change terminology for "device", "period", and
"effective" to broaden the use case for the application.
- Fix search.php to validate action taken date and time entries
- Fix occurrences of $mts_db (should be $drs_db)in about.php and gpl.php
- Add ability to save/restore configuration.
- Add ability to backup/restore writeups.
- Get Chromium to remember printer selection across reboots.
- Fix default banner colors in opendrs-initial.sql to match the ones shown in common.php.
- Fix failure to preselect "action taken by" users on the search page for subsequent searches.
- $border_visible debug variable to the end of settings.php and use it wherever there's a
"border=\"0\"" to be able to see and fix table layout issues.