diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index e0a745ce..3f401063 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -24,7 +24,7 @@ DONE: keep the one setting for global that affects filtering only make it apply to all filter ops (picklists and datalistfilters) DONE: global filter case sensitive setting translated to say "filter" not "search" - todo: add locale settings of db server to log / support info ("show lc_collate" - Shows the collation order locale and "show lc_ctype" Shows the character classification and case conversion locale) + DONE: add locale settings of db server to log / support info ("show lc_collate" - Shows the collation order locale and "show lc_ctype" Shows the character classification and case conversion locale) todo: help docs specific page about db collation ("sorting") and case sensitivity etc How AyaNova does case insensitive matching How AyaNova does collation (db server specific) @@ -741,3 +741,6 @@ BUILD 130 CHANGES OF NOTE - UI Menu all reportable pages: now have an additional menu option under Reports which is a quick access link to the most recent report used for that form on that browser - Global settings: fixed issue where changing global settings was not updating the server's local cached copy of global settings so some things dependant on that wouldn't take effect unless server was restarted - case 3965 case sensitivity in data table filters: several changes see case +- Ops->View server configuration: re-translated to "Server information", added detailed DB server parameter block for future troubleshooting purposes +- Server log: added detailed db server parameters to log when logging set to debug mode + diff --git a/ayanova/src/views/ops-view-configuration.vue b/ayanova/src/views/ops-view-configuration.vue index 10f364ba..8706c12e 100644 --- a/ayanova/src/views/ops-view-configuration.vue +++ b/ayanova/src/views/ops-view-configuration.vue @@ -3,6 +3,7 @@ + AyaNova server settings @@ -98,38 +99,25 @@ - - Server Environment -
- {{ name }}: - {{ value }} +
+ + Server Environment +
+ {{ name }}: + {{ value }} +
- - - DB Server -
- {{ name }}: - {{ value }} +
+ + DB Server parameters +
+ {{ name }}: + {{ value }} +
- -