|
|
b1771baa2d
|
providing some totals via the code, and fudging numbers to show how many keep/del due to auto rules, and how many manual choices left
|
2021-03-25 19:53:26 +11:00 |
|
|
|
a6161d1fa2
|
add in file cnt inside dup paths
|
2021-03-24 19:35:49 +11:00 |
|
|
|
92c5ee3e9d
|
keep processing all dups, even when > pagesize, so that alert at end is definitive about automatic matches that will be deleted. Also, fixed issue where a duplicate in the root dir of an import / storage path, was showing as blank after TrimmedPath()
|
2021-03-23 18:37:32 +11:00 |
|
|
|
055dd58d34
|
better formatting for all automatic matches, deal with automatic matching of preferred_paths, put <input type=hidden> fields in for files in storage and import paths, only display headings/content if it actually exists
|
2021-03-21 17:00:36 +11:00 |
|
|
|
86ff96fefb
|
now passing single DD var (duplicate data) from files.py for simplicity, also added the beginnings of support for regex-d auto keeping / auto deleting of files, and paths - noting that path data from dups.py seems to not be working with my test data at present, so html showing it needs testing too
|
2021-03-21 12:18:59 +11:00 |
|
|
|
2cd55580a9
|
rewrote dups.html to now use newer model, where we will auto-delete those that match the regexp, and not show a per row view of these. Also removed extra / unneeded line when processing deleting files
|
2021-03-17 20:04:25 +11:00 |
|
|
|
0d0607e9c6
|
made help go via on mouse over instead of onclick
|
2021-03-06 17:26:28 +11:00 |
|
|
|
76aee3a10a
|
okay fix_dups page now has functioning pagination, highlights regex matching "good" files as green, and just a file as yellow if we cant find the right one, so easily shows where to really pat attention. Has DBox based help page, and overall just a better UI/UX
|
2021-03-06 17:18:11 +11:00 |
|
|
|
b9dea327d0
|
use pagesize not page_size, and pass it in based on job extras, also use path based on job extras, so we fix issue of fix_dups not knowing which path from settings was used (import or storage)
|
2021-03-06 11:45:21 +11:00 |
|
|
|
1dc8477758
|
first pass of paginated dups, with drop-down (non-functional), but otherwise pages work - presume if I clicked it to delete, it would, but then I would need to re-do check_dups OR optimise and get it to come back to dups with next page -- probably preferred -- BUT, need to keep job state between page loads?
|
2021-03-03 22:05:58 +11:00 |
|
|
|
689081ef0b
|
put summary counts on dups
|
2021-03-02 22:44:00 +11:00 |
|
|
|
269009f14f
|
fixed choosing dup dir alert
|
2021-03-01 19:13:38 +11:00 |
|
|
|
0bfd3b58b3
|
moved to storing DB ids rather than names of files/dirs for deletions
|
2021-02-14 16:18:22 +11:00 |
|
|
|
27e881ea8c
|
minor clean up on headings, alerts at top of /fix_dups route
|
2021-02-13 20:30:21 +11:00 |
|
|
|
49e0a5a797
|
now have a partial fix_dups path, it shows the content in a much more reasonable manner, and allows the GUI to select the files/paths to keep, HOWEVER, the form POST is not enabled, and I still need to process the form data -- right now, now sure how I know which files to delete vs keep -> will need hidden vars of options, not just the to_keep - then process them
|
2021-02-13 20:21:26 +11:00 |
|