Add CommandLine mode to BackgroundProcessIf a normal script is run with a null background_id, it will now run in
CL mode which will avoid sending emails, updating activity task status,
etc, and instead print everything to the terminal.
Add Glendor processed reports to PHI ScanWhen generating a report in a BackgroundProcess with
BackgroundProcess::CreateReport(), passing 1 as the second parameter
will cause the generated link to contain a "Glendor processed" second
link, pointing to the Glendor processor (if installed).
Pull request #317: re-implemented invert, and similar featuresMerge in PT/oneposda from feature/PathRe-viewer to master
* commit '1e452ff24a200826e5b16b14ae3ccc045016cdc9':
re-implemented invert, and similar features
Add nice error page when 502 on pa* pathsUsers will see a nice message telling them to close the
tab/window instead of just "Bad Gateway". This happens only
for paths like /pa1, /pa2, etc. If the API goes down, the
normal 502 Bad Gateway page will be displayed.
fix error with occurence/occurrence in queries and scriptThis commit also fixes the missing page_id column and moves
the migration script into the correct place.
Pull request #316: Feature/PathRe viewerMerge in PT/oneposda from feature/PathRe-viewer to master
* commit '705222966bfeb9802afa6942db4d032fc31bed72':
fix typo in sql file
SQL cleanup and creation of various review checking queries
attempting to move the path viewer into the posda application instead of a web app
Pull request #314: This commit captures all the changes on Bill's mac for incorporation into master.Merge in PT/oneposda from NewFeaturesPrototyping to master
* commit '33ddcc80ffc65592bfcad1153951e1fc0bfdfe44':
This commit captures all the changes on Bill's mac for incorporation into master.
Changes to make posda aware of environment variable HTTP_SECURE_ONLYAll redirects are the https, if this variable is present with a true value
To http if this variable is absent or has a false value