RSS Git Download  Clone
..
  README.txt 762B print report function calculates composite immunohistochemistry p21/p53 result; replaced M::Request::get_previous_diagnosis_count() with get_previous_diagnoses() to supply data instead of just count, replacing redundant previous_diagnosis_data from C::Report::load(); printed reports now display 'amended report' details and highlights changed diagnosis; QueryLog creates separate logfiles for dev server user, to avoid lack of write permissions if files opened by Apache user & also to avoid polluting production logs with dev data 15 years ago
  README.txt
Contents: debug.txt - contains debugging information; opened in overwrite mode ('>') per request debug.log - contains debugging information; opened in append mode ('>>'); rotated using log_rotate.pl (count => 3) sql.txt - contains SELECT query statements from application in production mode; opened in append mode; rotated using log_rotate.pl (count => 3) dev_sql.txt - contains SELECT query statements from application in development mode; rotated using log_rotate.pl (count => 3) {yyyy_MMdd}_sql.log - contains UPDATE/INSERT/DELETE statements from application in production mode; archived in /old daily using log_rotate.pl dev_sql.log - contains UPDATE/INSERT/DELETE statements from application in development mode; rotated using log_rotate.pl (count => 3)