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
cc9e827474ce82191d60f8b214f0002cca69818d
photoassistant
/
internal
/
js
History
Damien De Paoli
1ed4a0f25d
escape apostrophes in prefix/suffix on move existing which fixes BUG-116
2023-01-13 17:22:26 +11:00
..
face.js
changing options on files_*, search, also next/prev all now use POST->redirect model, so should allow back/forward browser buttons to work - commit so we can test in PROD
2022-01-22 21:36:58 +11:00
files_support.js
escape apostrophes in prefix/suffix on move existing which fixes BUG-116
2023-01-13 17:22:26 +11:00
files_transform.js
comments for files*js
2021-09-06 22:03:11 +10:00
jobs.js
append is better as the toast()s appear in time-order
2023-01-13 15:32:43 +11:00
view_support.js
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
view_transform.js
use current var in view_transform, rather than #current - we deleted that ages ago, this fixed BUG-67
2021-09-29 17:23:31 +10:00