From 594c8d0f823515e6d1e853400a08397240fb2a53 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 24 Apr 2020 22:15:00 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 17 ----------------- ayanova/src/api/ayanova-version.js | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d52ee061..8baa59e4 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -68,26 +68,9 @@ CURRENT TODOs -todo: drag and drop image file on to wiki and have it added as attachment then linked automatically - - -todo: if parent form shared attachments collection property then wiki and attachments could share it - -todo: Attachments control, sb minimized on parent form open and only do it's thing when expanded like wiki - - i.e. don't bother fetching until the user expands it - - -todo: AFTER ATTACHMENTS WIKI IMAGES - - Go back and finish off wiki image attachment UI and code - - maybe other types are supported, i.e. video etc? - - baseurl setting for local images: https://marked.js.org/#/USING_ADVANCED.md#options - - in v7 images are not part of attachment system but rather embedded somehow in the document (have to refresh how that works for export dbdump) - todo: Attachments / wiki: wiki html processor needs to append dl token to local files in the wikiview automatically in real time - todo: Picture input in attachments https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/2080 -todo: attached files drag and drop todo: Look at attachment saving code on server, should it zip? diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index 41f6aae0..905fba0a 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,5 +1,5 @@ export default { - version: "8.0.0-alpha.2020.March-26", + version: "8.0.0-alpha.2020.April-24", copyright: "Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved" };