From 86ef5d90eb7138672c9030a217b452238f88265c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 15 Feb 2022 20:56:16 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 4154f450..ea5a694b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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 \ No newline at end of file +- 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 \ No newline at end of file