Difference between revisions of "Ongoing 5.0.1 Patch Trail"
From OpenEMR Project Wiki
Bradymiller (talk | contribs) |
Bradymiller (talk | contribs) |
||
Line 40: | Line 40: | ||
READY TO GO | READY TO GO | ||
EMPTY | |||
EXPEDITED: | EXPEDITED: | ||
EMPTY | |||
NEED TO TAKE OVER TO PATCH(list of files): | NEED TO TAKE OVER TO PATCH(list of files): | ||
Line 57: | Line 56: | ||
templates/documents/general_view.html | templates/documents/general_view.html | ||
(fix in | (fix in fax module - reported by Mouse55, fixed by Stephen Waite)( | ||
interface/fax/fax_dispatch.php | interface/fax/fax_dispatch.php | ||
interface/fax/faxq.php | interface/fax/faxq.php | ||
(fix in misc_billing form - reported by Mouse55, fixed by Stephen Waite) | |||
interface/forms/misc_billing_options/new.php | |||
Always make these scripts blank: | Always make these scripts blank: |
Revision as of 21:05, 6 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 - )) files) -------------------------------------------------------- -------------------------------------------------------- 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): (fix for prepayment in payment validation - reported by Sherwin Gaddis, fixed by Jerry Padgett) interface/patient_file/front_payment.php (fix for encounter history - reported by Roland, fixed by Stephen Waite) interface/patient_file/history/encounters.php (fix to show text files in document viewer - fixed by Stephen Waite) templates/documents/general_view.html (fix in fax module - reported by Mouse55, fixed by Stephen Waite)( interface/fax/fax_dispatch.php interface/fax/faxq.php (fix in misc_billing form - reported by Mouse55, fixed by Stephen Waite) interface/forms/misc_billing_options/new.php Always make these scripts blank: setup.php Always take over to patch: version.php DONE (AWAITING PATCH RELEASE): EMPTY ---------------------------------------------------------