diff --git a/BUGs b/BUGs index bbf0570..76a52ec 100644 --- a/BUGs +++ b/BUGs @@ -1,4 +1 @@ -### Next: 38 -BUG-35: when restarting paweb, the symlinks in static/* are missing, so view file (and move/delete) dont work. - - suggest the validation code at the start of pa_job_manager, just creates the Symlink, and then remove creation of symlink in Import - -- need to consider when someone adds/modifies paths in settings, to revalidate +### Next: 39 diff --git a/TODO b/TODO index 5840482..86e17cf 100644 --- a/TODO +++ b/TODO @@ -21,6 +21,7 @@ ### BACKEND * revisit SymlinkName() and make it simpler (see comment in shared.py) + * if you change paths in settings, then re-run Initialisation checks (for symlinks to new path names) -- started on some basic optimisations (commit logs every 100 logs, not each log) - with debugs: import = 04:11, getfiledetails== 0:35:35 - without debugs: import == 04:03, getfiledetails == 0:35:36 -- not a sig diff