Difference between revisions of "Ongoing 5.0.1 Patch Trail"
From OpenEMR Project Wiki
Bradymiller (talk | contribs) |
Bradymiller (talk | contribs) |
||
Line 32: | Line 32: | ||
interface/patient_file/summary/demographics.php | interface/patient_file/summary/demographics.php | ||
interface/super/edit_list.php | interface/super/edit_list.php | ||
*library/MedEx/API.php | |||
library/menu/src/MenuRole.php | library/menu/src/MenuRole.php | ||
library/sanitize.inc.php | library/sanitize.inc.php | ||
Line 77: | Line 78: | ||
fix in fax module - reported by Venu Julapalli, fixed by Jerry Padgett | fix in fax module - reported by Venu Julapalli, fixed by Jerry Padgett | ||
fix in misc_billing form - reported by Mouse55, fixed by Stephen Waite | fix in misc_billing form - reported by Mouse55, fixed by Stephen Waite | ||
fix in MedEx - fixed by Ray Magauran | |||
--------------------------------------------------------- | --------------------------------------------------------- | ||
</pre> | </pre> |
Revision as of 15:32, 7 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 - 19 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-2.zip . ________________________________________________________ -------------------------------------------------------- PLANNED COMMITS TO TAKE OVER TO REL-501: STILL TESTING: 0c9380180a9442fd64302dbc5f76945663c28c94 (Adding checkEvent function for recurring events - fixed by epsdky) (plan for patch 3 after testing) 87b0fe7b7b66a954dde4d141b837a639361c6903 (Modified calendar_arrived function to fix issues - fixed by epsdky) (plan for patch 3 after testing) 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): fix for prepayment in payment validation - reported by Sherwin Gaddis, fixed by Jerry Padgett fix for encounter history - reported by Roland, fixed by Stephen Waite fix to show text files in document viewer - fixed by Stephen Waite fix in fax module - reported by Venu Julapalli, fixed by Jerry Padgett fix in misc_billing form - reported by Mouse55, fixed by Stephen Waite fix in MedEx - fixed by Ray Magauran ---------------------------------------------------------