Log engine improvements
commit67b857fb7974319106932611d59f76b5dfc58eb9
authorKyle Wiering <kyle@softwareadvice.com>
Sat, 12 Jan 2019 06:23:55 +0000 (12 00:23 -0600)
committerBrady Miller <brady.g.miller@gmail.com>
Sun, 27 Jan 2019 20:36:50 +0000 (27 12:36 -0800)
tree6110fd0dc50c9a47d121fa781fc52cffc6c9ca21
parent6a187550c3e75fd029f90d8451d1a35c5e394edf
Log engine improvements

* Migrated log.inc to a namespaced class  OpenEMR/common/logging/EventAuditLogger
* Moved a large array that was continuously being re-initialized into a constant.
* cleaned up the RFC3881 method
** Moved the strings to class constant templates to reduce continued re-initialized of arguments.
* Removed numerous 'dead' assignment operations
* Cleaned up function doc blocks
* Now using a singleton.
54 files changed:
ccr/transmitCCD.php
common/database/Auditor.php
common/logging/EventAuditLogger.php [new file with mode: 0644]
composer.json
composer.lock
contrib/util/dupecheck/mergerecords.php
interface/billing/edit_payment.php
interface/billing/search_payments.php
interface/billing/sl_eob_invoice.php
interface/cmsportal/list_requests.php
interface/forms/eye_mag/a_issue.php
interface/forms/eye_mag/save.php
interface/forms/fee_sheet/new.php
interface/logview/erx_logview.php
interface/logview/logview.php
interface/main/authorizations/authorizations.php
interface/main/authorizations/authorizations_full.php
interface/main/backup.php
interface/main/messages/messages.php
interface/modules/zend_modules/module/Application/src/Application/Model/ApplicationTable.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Controller/EncounterccdadispatchController.php
interface/modules/zend_modules/public/index.php
interface/orders/gen_hl7_order.inc.php
interface/orders/list_reports.php
interface/orders/receive_hl7_results.inc.php
interface/patient_file/deleter.php
interface/patient_file/encounter/delete_form.php
interface/patient_file/history/edit_billnote.php
interface/patient_file/merge_patients.php
interface/patient_file/summary/disclosure_full.php
interface/patient_file/summary/immunizations.php
interface/patient_file/summary/pnotes_full.php
interface/patient_file/summary/pnotes_full_add.php
interface/reports/audit_log_tamper_report.php
interface/super/edit_globals.php
interface/super/edit_layout.php
library/ADODB_mysqli_log.php
library/FeeSheet.class.php
library/MedEx/MedEx.php
library/MedEx/MedEx_background.php
library/ajax/log_print_action_ajax.php
library/auth.inc
library/authentication/login_operations.php
library/direct_message_check.inc
library/log.inc [deleted file]
library/log_validation.php
library/payment.inc.php
library/pid.inc
library/sql.inc
myportal/soap_service/server_med_rec.php
myportal/soap_service/server_side.php
portal/lib/appsql.class.php
portal/lib/portal_mail.inc
portal/portal_payment.php