This commit is contained in:
2022-02-15 20:56:16 +00:00
parent af6cbf286c
commit 86ef5d90eb

View File

@@ -399,11 +399,17 @@ console.log(parseFloat(localeParseFloat("1,100.9", "nl"))); // Dutch locale: rev
|_____/|______|_| \_\ \/ |______|_| \_\
todo: 1 need double slashes in windows to pgdump path?
todo: 1 why is pg not setting path when install server so utils in path?
todo: 1 why is server seemingly crashing if no double slashes in pgdump path on windows
todo: 1 does user need terminal slash in windows for pgdump path or does server fill it in if missing?
answer: NO it does not
todo: 1 docs for iis pg install showing linux setting for pgdump path should have windows example
todo: 1 backup that fails writes a zero byte file but does trigger a general backup failed notification
Ideally the file should not exist if it's zero bytes to prevent users thinking it's working
show as red line in UI ops backup table if bytes is zero
todo: 2 test notification sent from ops notification settings form should include a link so can test that the link back url is working
@@ -821,4 +827,5 @@ BUILD 8.0.0-beta.0.15 CHANGES OF NOTE
- Upgraded dompurify.js used with markdown generator used by ayWIKi helper to security sanitize generated html to prevent malicious page script hacks (tested ok, no need for changes to stock reports)
- added warning in server log during boot if AYANOVA_JWT_SECRET configuration setting not set that users will need to re-login if they were logged in before the reboot
- PO: strip all *viz fields from object before sending over the wire from client to server on save (no need to send *viz fields, most times doesn't matter too little to be significant but PO had a *LOT* of them. Note wo already does this)
- API and HELP URL, changed to dynamically determine this rather than store it once initially determined as it would mess up users if server URL was changed after they have been using AyaNova, also fixed issue with developer mode forcing 7575 if port 8080 and localhost
- API and HELP URL, changed to dynamically determine this rather than store it once initially determined as it would mess up users if server URL was changed after they have been using AyaNova, also fixed issue with developer mode forcing 7575 if port 8080 and localhost
- updated all docs with example backslash in config.json to include sample specific to windows and linux separately and predominant warning about any backslashes need to be doubled in config.json file