Difference between revisions of "Ongoing 5.0.2 Patch Trail"
From OpenEMR Project Wiki
Bradymiller (talk | contribs) |
Bradymiller (talk | contribs) |
||
Line 128: | Line 128: | ||
READY TO GO (for patch 1) | READY TO GO (for patch 1) | ||
TAKE(N) OVER TO PATCH(look at commits to get list of files): | |||
EMPTY | |||
Always make this script blank: | Always make this script blank: | ||
Line 182: | Line 138: | ||
DONE (AWAITING PATCH RELEASE): | DONE (AWAITING PATCH RELEASE): | ||
EMPTY | |||
--------------------------------------------------------- | --------------------------------------------------------- | ||
--------------------------------------------------------- | --------------------------------------------------------- | ||
</pre> | </pre> |
Revision as of 14:49, 15 October 2019
-----PATCHES-------- ------------------------------------------------------------- (PATCH 1 for 5.0.2 - 104 files) acknowledge_license_cert.html ci/ci.sh controllers/C_Document.class.php interface/batchcom/batchcom.inc.php interface/billing/billing_process.php interface/billing/billing_report.php interface/billing/clear_log.php interface/billing/edit_payment.php interface/billing/new_payment.php interface/billing/payment_master.inc.php interface/billing/payment_pat_sel.inc.php interface/billing/search_payments.php interface/billing/sl_eob_invoice.php interface/eRxXMLBuilder.php interface/forms/LBF/new.php interface/forms/eye_mag/SpectacleRx.php interface/forms/eye_mag/a_issue.php interface/forms/eye_mag/css/style.css interface/forms/eye_mag/js/eye_base.php interface/forms/eye_mag/php/eye_mag_functions.php interface/forms/eye_mag/save.php interface/forms/eye_mag/view.php interface/forms/fee_sheet/new.php interface/forms/fee_sheet/review/fee_sheet_justify_view_model.js interface/forms/fee_sheet/review/initialize_review.js interface/forms/fee_sheet/review/initialize_review.php interface/forms/fee_sheet/review/js/fee_sheet_core.js interface/login/login.php interface/main/calendar/modules/PostCalendar/pntemplates/default/views/day/ajax_template.html interface/main/dated_reminders/dated_reminders.php interface/modules/zend_modules/config/application.config.php interface/modules/zend_modules/module/Carecoordination/config/module.config.php interface/modules/zend_modules/module/Installer/view/installer/installer/index.phtml interface/new/new_comprehensive.php interface/orders/pending_followup.php interface/orders/pending_orders.php interface/orders/procedure_provider_edit.php interface/patient_file/download_template.php interface/patient_file/front_payment.php interface/patient_file/history/history.php interface/patient_file/history/history_save.php interface/patient_file/report/custom_report.php interface/patient_file/report/patient_report.php interface/reports/collections_report.php interface/reports/insurance_allocation_report.php interface/reports/ippf_cyp_report.php interface/reports/pat_ledger.php interface/reports/patient_list.php interface/reports/sales_by_item.php interface/reports/svc_code_financial_report.php interface/super/edit_layout.php interface/usergroup/usergroup_admin.php library/MedEx/MedEx.php library/billrep.inc library/classes/TreeMenu.php library/clinical_rules.php library/custom_template/add_template.php library/dialog.js library/formdata.inc.php library/htmlspecialchars.inc.php library/options.inc.php library/options.js.php library/patient.inc library/smarty/plugins/function.dispatchPatientDocumentEvent.php portal/_header.php portal/add_edit_event_user.php portal/home.php portal/import_template_ui.php portal/index.php portal/lib/doc_lib.php portal/lib/download_template.php portal/patient/_machine_config.php portal/patient/libs/Controller/OnsiteDocumentController.php portal/patient/scripts/app/onsiteactivityviews.js portal/patient/scripts/app/onsitedocuments.js portal/patient/scripts/app/onsiteportalactivities.js portal/patient/scripts/app/patientdata.js portal/patient/templates/OnsiteDocumentListView.tpl.php portal/patient/templates/ProviderHome.tpl.php portal/patient/templates/_Footer.tpl.php portal/patient/templates/_FormsHeader.tpl.php portal/sign/assets/signer_api.js portal/sign/assets/signer_modal.tpl.php portal/sign/assets/signit.php portal/sign/css/signer_modal.css portal/sign/lib/save-signature.php portal/sign/lib/show-signature.php setup.php sql_patch.php sql/5_0_1-to-5_0_2_upgrade.sql sql/database.sql sql/patch.sql src/Billing/X12_5010_837P.php src/Common/Session/SessionUtil.php src/Core/ModulesApplication.php src/Events/PatientDocuments/PatientDocumentEvent.php src/Events/PatientReport/PatientReportEvent.php src/Services/Globals/GlobalSetting.php src/Services/PatientService.php templates/documents/general_list.html templates/documents/general_upload.html templates/documents/general_view.html templates/prescription/general_edit.html version.php -------------------------------------------------------- -------------------------------------------------------- Command to list files changed in full patch: git diff --name-only v5_0_2..rel-502 Command to list files new files changes in patch: git diff --name-only v5_0_2..v5_0_2_1 Script to make patch: https://gist.github.com/bradymiller/4f7817a7f2081891ccc93904914ea6f4 Next patch: 5-0-2-Patch-1.zip ________________________________________________________ -------------------------------------------------------- READY TO GO (for patch 1) TAKE(N) OVER TO PATCH(look at commits to get list of files): EMPTY Always make this script blank: setup.php Always take over to patch: version.php sql_patch.php (and recommend removal of this file after install the patch) DONE (AWAITING PATCH RELEASE): EMPTY --------------------------------------------------------- ---------------------------------------------------------