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
a412164ef7a533bda11a9841281c8c9dc6593455
photoassistant
/
templates
History
Damien De Paoli
a412164ef7
moved styles to force folder naming correctly from base to files.html so that file_list.html didnt end up with crud. Also allowed move DBox to handle multiple storage paths and passes chosen (or only) storage path through to web front-end then to back-end job
2021-06-24 17:33:09 +10: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
moved styles to force folder naming correctly from base to files.html so that file_list.html didnt end up with crud. Also allowed move DBox to handle multiple storage paths and passes chosen (or only) storage path through to web front-end then to back-end job
2021-06-24 17:31:47 +10:00
dups.html
redid accounting for duplicates with more details around manual choices and fixed up the file counts that were based on subtractions, its all now accounted and includes removal of duplicates in rare case of files in import path and more than copy in storage path being double-counted
2021-06-19 17:16:47 +10:00
file_list.html
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
files.html
moved styles to force folder naming correctly from base to files.html so that file_list.html didnt end up with crud. Also allowed move DBox to handle multiple storage paths and passes chosen (or only) storage path through to web front-end then to back-end job
2021-06-24 17:33:09 +10:00
joblog.html
use bg-secondary for withdrawn jobs
2021-06-22 21:18:24 +10:00
jobs.html
use bg-secondary for withdrawn jobs
2021-06-22 21:18:24 +10: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