Difference between revisions of "Ongoing 5.0.1 Patch Trail"

From OpenEMR Project Wiki
Line 40: Line 40:


READY TO GO
READY TO GO
9a72ab04e4e3e73e0060eed964dab34e81b2d569 (fix for prepayment in payment validation - reported by Sherwin Gaddis, fixed by Jerry Padgett)
 
78f4b89ea9eeeff701e93f937ab7aa04785d7be0 (fix for encounter history - reported by Roland, fixed by Stephen Waite)
78f4b89ea9eeeff701e93f937ab7aa04785d7be0 (fix for encounter history - reported by Roland, fixed by Stephen Waite)
af2812915c3440fed861b63c7a03c7f50fc7cbdb (fix to show text files in document viewer - fixed by Stephen Waite)
af2812915c3440fed861b63c7a03c7f50fc7cbdb (fix to show text files in document viewer - fixed by Stephen Waite)
e1841919a79f7f02b2f5cb394f4b76e6b9240e85 (fix in fax module - reported by Venu Julapalli, fixed by Jerry Padgett)
e1841919a79f7f02b2f5cb394f4b76e6b9240e85 (fix in fax module - reported by Venu Julapalli, fixed by Jerry Padgett)
Line 49: Line 50:


NEED TO TAKE OVER TO PATCH(list of files):
NEED TO TAKE OVER TO PATCH(list of files):
EMPTY
 
(fix for prepayment in payment validation - reported by Sherwin Gaddis, fixed by Jerry Padgett)
interface/patient_file/front_payment.php
 
Always make these scripts blank:
Always make these scripts blank:
setup.php
setup.php

Revision as of 21:00, 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

78f4b89ea9eeeff701e93f937ab7aa04785d7be0 (fix for encounter history - reported by Roland, fixed by Stephen Waite)

af2812915c3440fed861b63c7a03c7f50fc7cbdb (fix to show text files in document viewer - fixed by Stephen Waite)
e1841919a79f7f02b2f5cb394f4b76e6b9240e85 (fix in fax module - reported by Venu Julapalli, fixed by Jerry Padgett)

EXPEDITED:
876a0ea868eb008ad6493aafaf735319dc312e6a (fix in misc_billing form - reported by Mouse55, fixed by Stephen Waite)(will also bring in all above at same time)

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

Always make these scripts blank:
setup.php
Always take over to patch:
version.php

DONE (AWAITING PATCH RELEASE):
EMPTY

---------------------------------------------------------