From ef15fcff99664dac4b173edd8ee1e9bbd828f1c6 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Wed, 3 Nov 2021 19:36:31 +1100 Subject: [PATCH] new BUG/TODO --- BUGs | 3 ++- TODO | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/BUGs b/BUGs index b03d5ef..f0f19e1 100644 --- a/BUGs +++ b/BUGs @@ -1,4 +1,5 @@ -### Next: 74 +### Next: 75 BUG-56: when making a viewing list of AI:mich, (any search?) and going past the page_size, it gets the wrong data from the DB for the 'next' entry BUG-60: entries per page (in folders view) ignores pagesize, and this also contributes to BUG-56 I think BUG-69: when moving a directory (maybe files???) it creates new destination directory even if one exists... not sure what the os.replace, etc. does at that point??? +BUG-74: search/others? remembers start/offset, and if you reset view (e.g. another search) it doesnt show first page of results diff --git a/TODO b/TODO index 4dd495c..acb10f8 100644 --- a/TODO +++ b/TODO @@ -17,6 +17,7 @@ - store in DB? or store in hidden file (or both)... IF it is outside the DB, then I can 'rebuild' the DB at anytime from scratch * why .xcf is seen as a video??? + - actually only 1 is... I think if type == 'Unknown' then do file display and use ? as the image again * maybe strip unnecessary / at end of directory name. i think i have left behind empty folders, e.g. check switzerland and austria - also should allow move to existing folder soon...