Ongoing 5.0.1 Patch Trail
From OpenEMR Project Wiki
Revision as of 21:55, 26 May 2018 by Bradymiller (talk | contribs)
-----PATCHES-------- ------------------------------------------------------------- (PATCH 1 for 5.0.1 - 13 files) *contrib/util/ubuntu_package_scripts/production/changelog.Debian *contrib/util/ubuntu_package_scripts/production/control-php5 *contrib/util/ubuntu_package_scripts/production/control-php7 *contrib/util/ubuntu_package_scripts/production/copyright *contrib/util/ubuntu_package_scripts/production/README.Debian *interface/patient_file/letter.php *interface/patient_file/report/custom_report.php *interface/patient_file/summary/demographics.php *interface/super/edit_list.php *library/menu/src/MenuRole.php *library/sanitize.inc.php *setup.php *version.php -------------------------------------------------------- (PATCH 2 for 5.0.1 - 20 files) contrib/util/ubuntu_package_scripts/production/changelog.Debian contrib/util/ubuntu_package_scripts/production/control-php5 contrib/util/ubuntu_package_scripts/production/control-php7 contrib/util/ubuntu_package_scripts/production/copyright contrib/util/ubuntu_package_scripts/production/README.Debian *interface/fax/fax_dispatch.php *interface/fax/faxq.php *interface/forms/misc_billing_options/new.php *interface/patient_file/front_payment.php *interface/patient_file/history/encounters.php interface/patient_file/letter.php interface/patient_file/report/custom_report.php interface/patient_file/summary/demographics.php interface/super/edit_list.php *library/MedEx/API.php library/menu/src/MenuRole.php library/sanitize.inc.php setup.php *templates/documents/general_view.html *version.php -------------------------------------------------------- -------------------------------------------------------- making patch: mkdir -p path cp file find . -type f -print (just to show you all the files in the patch) find . -type f -print0 | xargs -0 echo chmod 0644 (dry run to show you command that will standardize permission) find . -type f -print0 | xargs -0 chmod 0644 (if above 2 commands look good, then run this to standardize permissions) zip -r 5-0-1-Patch-3.zip . ________________________________________________________ -------------------------------------------------------- PLANNED COMMITS TO TAKE OVER TO REL-501: STILL TESTING: EMPTY READY TO GO 2890cdf5cd982bc6ee58bc066448e0885d37074b (PSR2 fixes for above WENO commit) 419704f6bd979f89dcefd9a138282282e77eff18 (patient portal multisite fix - fixed by Jerry Padgett) 23d92184a1c76b9ab33a2a2578475d730fff8d4f (appointment entry fix - fixed by Jerry Padgett) 2ac31fa48cbbf856334965bf4f6f3edafaaef386 (mysql 8 fixes - reported by Nick Igbinosa, fixed by Brady Miller) 49e7a278e35840f8b0d58df9ede9003a82dbdeba (prevent out of memory on backup download - reported by Jack Chan, fixed by Jerry Padgett) 6506078ba4bd851a4c670135657e57eefcaf730b (acl admin username fix - fixed by Santiago Semhan) 66eedd8f4f3cd8e10a200cf5dbcb3a2305836c1a (couchdb bug fix - fixed by Brady Miller) 94c38a73926916ac3ec289d60ee8eb12cbe6e5ab (session bug fixes - reported by htuck and cornutaurus, fixed by Brady Miller) 8a3386c9eb2bcaec55375ae4f0476255bcb6ecbf (fix to above sessions bug fixes commit) 3d89bc7e014c58496bc79a5c9aa4270ef80aea29 (CCDA fixes - fixed by Jerry Padgett) ff6b9c21ac8ca094cddec9f8582e583a3af9edcd (install fix related to prior mysql8 code changes - fixed by zbig01) EXPEDITED: EMPTY NEED TO TAKE OVER TO PATCH(list of files): (Adding checkEvent function for recurring events - fixed by epsdky) interface/main/calendar/modules/PostCalendar/pnuserapi.php interface/patient_file/report/custom_report.php interface/patient_file/summary/demographics.php library/appointments.inc.php library/encounter_events.inc.php (Modified calendar_arrived function to fix issues - fixed by epsdky) library/encounter_events.inc.php (WENO erx updates - added by Sherwin Gaddis) contrib/weno/pharmacyList.csv interface/weno/admin.php interface/weno/validate.php library/globals.inc.php Always make these scripts blank: setup.php Always take over to patch: version.php DONE (AWAITING PATCH RELEASE): EMPTY ---------------------------------------------------------