This commit is contained in:
2021-09-10 19:03:46 +00:00
parent d2461ea32c
commit fa25663344

View File

@@ -19,9 +19,9 @@
DONE: make sure at server correct use of tolower to match db where it matters for filter / search etc DONE: make sure at server correct use of tolower to match db where it matters for filter / search etc
this means tolowerinvariant for internal system stuff and ToLower(System.Globalization.CultureInfo.CurrentCulture) and NOT tolower() with no locale this means tolowerinvariant for internal system stuff and ToLower(System.Globalization.CultureInfo.CurrentCulture) and NOT tolower() with no locale
todo: make all "filter" queries use global case setting DONE: make all "filter" queries use global case setting
this means picklist queries and datalist ("filtering") use global settings but search form ("Searching") does not this means picklist queries and datalist ("filtering") use global settings but search form ("Searching") does not
todo: keep the one setting for global that affects filtering only DONE: keep the one setting for global that affects filtering only
make it apply to all filter ops (picklists and datalistfilters) make it apply to all filter ops (picklists and datalistfilters)
DONE: global filter case sensitive setting translated to say "filter" not "search" 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) 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)
@@ -740,4 +740,4 @@ BUILD 130 CHANGES OF NOTE
- CustomerServiceRequest Customer / HeadOffice user interface: completed. Customer user can create / view their csrs, headoffice user can create / view their customer's csrs - CustomerServiceRequest Customer / HeadOffice user interface: completed. Customer user can create / view their csrs, headoffice user can create / view their customer's csrs
- 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 - 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 - 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