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
cd93c09a5ddb7a5a2d39f7f45bbdc593e6e6a59b
photoassistant
/
templates
History
Damien De Paoli
ef9f26189a
another large clean up of code, all POSTs are now using make_response() and returning json OR are for a form that flask handles with rendering direct html. Where there is a POST with json response, the jscript now calls CheckForJobs() to show it in the F/E. Removed several debugs. Fixed up undocumented BUG where import datetime was wrong, and prefix/suffix also to offer directories near the date of an image. Removed unused routes for clearing messages
2023-01-12 16:47:43 +11:00
..
about.html
consistent div/dl use (fix formatting of BUGs being too far left)
2023-01-03 12:58:49 +11:00
aistats.html
made search a POST to /search be a redirect to a GET /search/<search_term> so that it works with back/forward buttons in the browser
2022-01-19 22:40:47 +11:00
base.html
Huge change, removed Status class and all "alert" messages are now shown as BS toast() and are via the DB and handled async in the F/E in jscript via Ajax. Fixed BUG-113 where toasts() were repeating. Removed many of the explicit alert messages (other than errors) and hooked {New|Finish}Job to consistently send messages to the F/E. Other messages (F/E without a job, like save settings) now use this model as well. Finally converted most of the older POST responses to formal json
2023-01-11 13:50:05 +11:00
dups.html
another large clean up of code, all POSTs are now using make_response() and returning json OR are for a form that flask handles with rendering direct html. Where there is a POST with json response, the jscript now calls CheckForJobs() to show it in the F/E. Removed several debugs. Fixed up undocumented BUG where import datetime was wrong, and prefix/suffix also to offer directories near the date of an image. Removed unused routes for clearing messages
2023-01-12 16:47:43 +11:00
faces.html
another large clean up of code, all POSTs are now using make_response() and returning json OR are for a form that flask handles with rendering direct html. Where there is a POST with json response, the jscript now calls CheckForJobs() to show it in the F/E. Removed several debugs. Fixed up undocumented BUG where import datetime was wrong, and prefix/suffix also to offer directories near the date of an image. Removed unused routes for clearing messages
2023-01-12 16:47:43 +11:00
file_list.html
quick fix for view being a POST, its now redirected to a GET, but I want to fix up the viewlist properly as well, should work for now though
2022-01-20 11:26:09 +11:00
files.html
spc
2022-02-02 18:48:48 +11:00
joblog.html
general clean up of lazy dt/dd tag use, also added estimate remainging in the dd for run time, rather than elsewhere
2022-07-17 15:57:22 +10:00
jobs.html
formatting
2022-08-03 17:54:16 +10:00
login.html
improved login page to be responsive, also made pretty fname remove paths now we have only 1 imp/sto/bin path -- reduces fname size which is a small help to BUG-96
2022-07-16 17:10:05 +10:00
person.html
use new face_top, etc. rather than tmp_locn, partial fix for BUG-108
2022-12-23 13:20:45 +11:00
persons.html
quick add of row/container-fluid for margins - prob. should remove table too one day
2022-07-10 15:19:59 +10:00
refimg.html
another large clean up of code, all POSTs are now using make_response() and returning json OR are for a form that flask handles with rendering direct html. Where there is a POST with json response, the jscript now calls CheckForJobs() to show it in the F/E. Removed several debugs. Fixed up undocumented BUG where import datetime was wrong, and prefix/suffix also to offer directories near the date of an image. Removed unused routes for clearing messages
2023-01-12 16:47:43 +11:00
refimgs.html
okay this now works with bootstrap 5, I dont love the sz buttons / mixed black and white hover text needs love - probably own class with own styles, but I dont want to hard-code info color, need to work out how to do style / css using the right bs variable for info color
2021-07-20 19:03:14 +10:00
settings.html
added auto-rotate to settings, not used in job mgr yet
2022-07-13 00:26:24 +10:00
states.html
no longer have fullscreen in pa_user_state
2022-09-22 14:24:34 +10:00
viewer.html
remove use of tmp_locn, use explicit coords, sizes - partial BUG-108 fix
2022-12-23 13:28:24 +11:00