Commit Graph

167 Commits

Author SHA1 Message Date
cf455cca29 added BUGS 2021-09-04 19:48:29 +10:00
423f9af2c4 fixed BUG-44: quickly clicking in folder view can somehow end up with a view/<id> crash 2021-08-30 18:25:26 +10:00
8f7d6bd77c new bug with clicking on dirs too quick 2021-08-30 18:24:01 +10:00
8b857bf994 Fixed: BUG-40: RunAI file counts broken 2021-07-06 17:45:15 +10:00
120c2f3a77 several BUGs on refimgs/AI now we are using it in anger 2021-07-03 12:03:00 +10:00
f66552bf81 BUG-42 is actually because there was bin remnants on restart of pa_job... need to fix that 2021-07-02 17:37:31 +10:00
a7e6530750 new bugs 2021-07-01 21:57:11 +10:00
2357ee9a3d FIXED: bug-39 - multiple logins 2021-06-26 16:44:41 +10:00
2543e6e935 fxied -BUG-35: when restarting paweb, symlinks not in static/, also moved longer-term piece into TODO 2021-06-22 19:50:54 +10:00
4dd5cd2f29 fixed BUG-36: view details showing all entries -- its a bit crap as its only import dir, but its functional again 2021-06-22 18:31:57 +10:00
f83228d244 BUG-37 fixed (fa-stack misalignment) 2021-06-22 18:13:30 +10:00
83c4bb5585 added some bugs 2021-06-22 18:13:12 +10:00
ae5fb0f747 fixed 3 BUGS: BUG-31: can post move/del/restore DBoxes without highlighted files/content; BUG-33: can call move/del/restore on mixed content - prob. stop it? (e.g right-click from search with highlighted files in both Bin and non Bin locations); BUG-34: shift-clicking (left or right) from a non-highlighted state does not add the shift-clicked item. ALSO removed ability to right-click change sel... 2021-06-13 21:35:08 +10:00
ff09742a66 added extra bug re right-click from files in differing Paths 2021-06-12 17:33:53 +10:00
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