Commit Graph

203 Commits

Author SHA1 Message Date
93d0eec00e FIXED: BUG-29: when delete/restore from search view the popup shows a path icon - in wrong spot, move it or lose it AND put trash icon back in alert for location when in Bin, restore icon in that context was wrong 2021-06-12 17:25:47 +10:00
22b41899e9 FIXED: BUG-32: sometimes still getting extra directories in Bin, that just have a trailing slash (or 2 or 3, etc.) -- Also improved Job logs for Del/Restore 2021-06-12 17:06:54 +10:00
471ed3c972 FIXED: BUG-30: when restoring, the OK button is red not green in dbox, added new BUG-32: sometimes still getting extra directories in Bin, that just have a trailing slash (or 2 or 3, etc.) 2021-06-12 16:36:40 +10:00
f72a7c17bb added BUGs 2021-06-11 23:32:58 +10:00
943742df67 update next BUG num 2021-06-06 17:19:26 +10:00
232c98b484 fixed this bug ages ago 2021-04-10 11:06:24 +10:00
269009f14f fixed choosing dup dir alert 2021-03-01 19:13:38 +11:00
06eb1ef927 fixed BUG-27, duplicate count per same named files in 2 dirs, was always 1 2021-03-01 18:46:03 +11:00
564962097a count of files that are duplicates in 2 dirs is 1 every time, but looks wrong 2021-02-28 19:23:09 +11:00
0d49511c6c file counts are wrong on import jobs and bug with duplicated displays 2021-02-28 19:16:30 +11:00
eedff768b8 new bug around file counts 2021-02-27 18:29:46 +11:00
1320ecba20 fixed BUG-24, only appends per_path_dups if we have one to append 2021-02-22 18:22:18 +11:00
7fd6a2eddb fixed BUGs 22 and 23 - both relate to the HTML forms being different for the search and viewing data, so changing one when the other was set, did not pass the values through, e.g. search term not there when you change a viewing option, or after searching, it did not know the grouping options. Fixed from the search side by showing a label of what you are searching for and storing it statically in the viewing form. Sorted by jscript onSubmit func to take 5 viewing options and store the last value in hidden inputs in the search form 2021-02-21 15:40:47 +11:00
e13f44810d more bugs 2021-02-21 15:33:24 +11:00
1499f2ca61 fixed BUG-21: file stucture broken after rescan, and beginnings of new job for checking for duplicate files, and having the back-end job indicate to the front-end that there are duplicates, and the basic route is in the f/e, but not built yet 2021-02-11 20:09:24 +11:00
2d88403756 new BUG-21: second pass, the file structures in the DB are broken 2021-02-11 20:07:15 +11:00
98d4c7d43e Fixed BUG-19 - video thumbs being out of ratio, using THUMBSIZE in shared.py to also make sure images and videos have at least one of their width / height be 256 in their thumbnail 2021-01-30 20:16:36 +11:00
57e9dd6603 added bug re video thumbnail perspective 2021-01-30 15:38:53 +11:00
e1966fa53d fixed bug-19 2021-01-29 00:15:48 +11:00
38d2523b74 BUG-19 same fname, diff dir not going into DB 2021-01-29 00:13:12 +11:00
ac9bb7ee2e fixed BUG-17 (deleting files/dirs) - currently 0 BUGS :) 2021-01-25 13:40:53 +11:00
96b9a6b5ca fixed BUG-16 - Hash optimisation (last_hast_date is now in File not Dir), also converted a few .format() to f" 2021-01-25 12:08:08 +11:00
09b6863f0c moved generating refimgs to once per import dir, rather than once per file (duh), and fixed BUG-18 (file counting wrong in ProcessAI) 2021-01-25 10:42:25 +11:00
49e9b05f59 new bug with file counting when processing AI 2021-01-25 10:41:16 +11:00
18b8a30140 Fixed BUG-11: we have changed to file_refimg_link table (from file_person_link), this means we now have some optimisations, and can definitely re-run AI jobs without crashing. Several optims could still be done - see TODO 2021-01-25 01:05:30 +11:00
6aad209802 BUG-15 fixed by updating PIL version on mara 2021-01-24 15:21:23 +11:00
bce7d2a2d2 more BUGs 2021-01-24 00:16:08 +11:00
469745ce3b partial fix/optimisation for refimgs, only recalc if file is newer than when we build the refimg encoding 2021-01-23 21:21:29 +11:00
6f2175c973 clarified BUG-15 into several steps/issues 2021-01-23 21:01:33 +11:00
fc76fbb259 fixed BUG-4 - negative durations 2021-01-23 20:20:31 +11:00
221ab03dbb fixed BUG-8 job failures should cascade cancels. Also put back dependency for AI job to wait for GetFileDetails (might not really be needed as I think Cams code just calls exif rotate itself anyway, also took out my temporary block of running the slow AI code. Need to discuss how to optimise it so it does not re-run parts it should know, e.g. refimg stuff once / not again unless ref imgs changed, ditto file/ai scan , etc. 2021-01-23 00:32:17 +11:00
ecb276b4c7 new thumbnail code Cam wrote fixes BUG-7 too - image orientation 2021-01-23 00:08:57 +11:00
5c34aa9cc7 BUG-10 also squashed by removing dir-level optimisation code 2021-01-23 00:05:48 +11:00
2466c15011 BUG-6 also now fixed with new code 2021-01-23 00:01:17 +11:00
bfe0613167 fixed BUGS 12/13/14, fixed new thumbnail code, fixed duplicate db entries for directories, fixed optimising code not working, by just ditching the directory optimising anyway 2021-01-23 00:00:47 +11:00
8e9c7408a8 BUG-14 added - optimisation at dir level doesnt work at all, only dir modifications occur with NEW files, this probably would work for importing, but its not that bad to stat files, so Im just ditching the added complexity 2021-01-22 23:58:54 +11:00
17447f9314 fixed thumbnail issues on linux, and JobImportDir bug with adding empty and then duplicate dir entries 2021-01-22 23:43:50 +11:00
954132cf1a BUG-2 (FixPath) solved, because we no longer fix paths :) 2021-01-22 22:33:44 +11:00
20a302e3d6 BUG-3 is wrong, removing it... we can never know numfiles before we walk the fs, so just live with it, the code is quick anyway, it will be 0 then 100% before you notice anyway 2021-01-22 22:32:21 +11:00
745ff245aa new bug 2021-01-22 22:28:08 +11:00
b5b3529559 added BUG-12 delete from DB needs to cope with file_person_link content 2021-01-22 22:27:08 +11:00
c34758ed51 closed BUG-9, and new AI job bug (uninitialised current_file_num) 2021-01-22 21:09:55 +11:00
Cam
1cf65f4c31 Merge branch 'master' of mara.ddp.net:photoassistant 2021-01-22 18:48:34 +11:00
Cam
dd7475f41b bugs and ooft merge changes coming 2021-01-22 18:46:34 +11:00
db5bba551f added some BUGs 2021-01-22 16:33:24 +11:00
f73d488ee7 mid-way through new Import function, has buggy counts, updated bugs and todos 2021-01-22 15:33:35 +11:00
60953553a2 qualified bug 2021-01-21 16:12:07 +11:00
Cam
bbd15e9fd0 added BUGs to BUGs file 2021-01-21 15:29:34 +11:00
72a892fd17 added BUG-3 (import dir job on 1st run does not track num_files - even at end), and now have wakeup route expose in menu 2021-01-21 01:08:52 +11:00
21678fdaad fixed BUG-1 ages ago (timezones) 2021-01-19 23:29:51 +11:00