Difference between revisions of "Ongoing 5.0.1 Patch Trail"
From OpenEMR Project Wiki
Bradymiller (talk | contribs) |
Bradymiller (talk | contribs) |
||
Line 126: | Line 126: | ||
*Mysql 8 fixes - reported by Nick Igbinosa, fixed by Brady Miller and zbig01 | *Mysql 8 fixes - reported by Nick Igbinosa, fixed by Brady Miller and zbig01 | ||
*CCDA fixes - fixed by Jerry Padgett | *CCDA fixes - fixed by Jerry Padgett | ||
*WENO erx updates and fixes - | *WENO erx updates and fixes - fixed by Sherwin Gaddis | ||
*Patient portal fix - fixed by Jerry Padgett | *Patient portal fix - fixed by Jerry Padgett | ||
*Recurring appointments fix - fixed by epsdky | *Recurring appointments fix - fixed by epsdky |
Revision as of 16:20, 27 May 2018
-----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 -------------------------------------------------------- (PATCH 3 for 5.0.1 - 49 files) *ccdaservice/README.md *ccdaservice/package.json *ccdaservice/serveccda.js *contrib/util/express.php 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 *docker-compose.yml interface/fax/fax_dispatch.php interface/fax/faxq.php interface/forms/misc_billing_options/new.php *interface/login/login.php *interface/main/backup.php *interface/main/calendar/add_edit_event.php *interface/main/calendar/modules/PostCalendar/pnuserapi.php *interface/main/tabs/main.php *interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Controller/EncounterccdadispatchController.php *interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Model/EncounterccdadispatchTable.php *interface/patient_file/encounter/forms.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/patient_tracker/patient_tracker.php interface/super/edit_list.php *interface/usergroup/adminacl.php *interface/usergroup/usergroup_admin.php *interface/usergroup/usergroup_admin_add.php *interface/weno/admin.php *interface/weno/validate.php *library/appointments.inc.php *library/auth.inc *library/authentication/login_operations.php *library/classes/CouchDB.class.php *library/classes/Installer.class.php *library/encounter_events.inc.php *library/ESign/js/jquery.esign.js *library/globals.inc.php library/MedEx/API.php library/menu/src/MenuRole.php library/sanitize.inc.php *library/tabs/src/TabsWrapper.php *portal/get_patient_info.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 EMPTY EXPEDITED: EMPTY NEED TO TAKE OVER TO PATCH(list of files): EMPTY Always make these scripts blank: setup.php Always take over to patch: version.php DONE (AWAITING PATCH RELEASE): *Session fixes - reported by htuck and cornutaurus, fixed by Brady Miller *Backup download fix- reported by Jack Chan, fixed by Jerry Padgett *Mysql 8 fixes - reported by Nick Igbinosa, fixed by Brady Miller and zbig01 *CCDA fixes - fixed by Jerry Padgett *WENO erx updates and fixes - fixed by Sherwin Gaddis *Patient portal fix - fixed by Jerry Padgett *Recurring appointments fix - fixed by epsdky *Appointments fix - fixed by Jerry Padgett *Couchdb fix - fixed by Brady Miller *Acl username fix - fixed by Santiago Semhan ---------------------------------------------------------