This website requires JavaScript.
Explore
Help
Sign In
ddp
/
photoassistant
Watch
1
Star
0
Fork
0
You've already forked photoassistant
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1dc8477758139e02526f3acf38b9445e1ed64695
photoassistant
/
templates
History
Damien De Paoli
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
..
aistats.html
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
base.html
added code to split out storage_path and import_path, still a bit clunky, but functional. SymlinkName also now in shared
2021-02-27 18:30:54 +11:00
dups.html
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
file_list.html
allow video files to be clickable, in FF it just works, imagine my chromes are just broke as they have partial nvidia optims that are broken
2021-01-29 00:10:05 +11:00
files.html
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
joblog.html
if we have current_file_num > 0 but dont know total in num_files, at least show count to show progress
2021-01-29 00:02:56 +11:00
jobs.html
removed extra stuff from rmdups job list view, to keep the job list useful
2021-02-17 21:52:58 +11:00
person.html
fixed bug with creating a person and seeing if they have a refimg yet, also tweaked formatting so when we have more than 5 refimages, they will look right in person.html
2021-01-15 17:22:22 +11:00
persons.html
now have a Person class & associated CReate/Update/Delete functions, and menu in base.html
2021-01-12 21:51:33 +11:00
refimg.html
tried to add a reference_images directory in git, that contains actual uploaded images and the modify/remove also deals with filesystem issues
2021-01-13 13:52:56 +11:00
refimgs.html
added reference image class, also tweaked DB classes to have foreign keys, so you cant delete a person connected to a file (tested). Also made refimg class do some quirky bootstrap/jquery to get file dialogs not looking like crap
2021-01-12 23:58:12 +11:00
settings.html
added storage_path to settings
2021-02-09 19:37:30 +11:00