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
054d024ae086e08f2dcc838c130a6a027fc7cdde
photoassistant
/
templates
History
Damien De Paoli
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
..
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
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
dups.html
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
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