Ongoing 5.0.2 Patch Trail

From OpenEMR Project Wiki
Revision as of 07:53, 23 August 2019 by Bradymiller (talk | contribs)
                 -----PATCHES--------
-------------------------------------------------------------
(PATCH 1 for 5.0.2 - __ 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-2-Patch-1.zip .
________________________________________________________
 
 
--------------------------------------------------------

READY TO GO (for patch 1)

NEED TO TAKE OVER TO PATCH(look at commits to get list of files):
3f09d2d5611648ac6447d88803edba44b68b1354 (X12_5010_837P.php fix - reported and fixed by Derrik Milligan)
77f8aca722bd09cfd1801717fc5fba88d07395be (eye form fix - reported and fixed by Ray Magauran)
22f3c7c7c3ad8711cd9373f6f0a17500410c545e (cookie/session fix and a path fix - reported by Jerry Padgett, fixed by Brady Miller)
058d6e4e4b3a3e8ec5db3e11e5b4d063167a31d7 (cookie/session clarification - fixed by Brady Miller)
d5ea80b166012f4b6eabc383d5f9a96db17f7cfe (several updates by Jerry Padgett)
38b2e50add0bf3df7ab946f71bb5ce57dfd3456b (billing fixes by Jerry Padgett)
aa72492cebe7d591ca73a708adfaa0c1a04b7311 (mariadb critical fix for install/upgrade - reported by Robert Down, fixed by Brady Miller)

Always make this script blank:
setup.php
Always take over to patch:
version.php
sql_patch.php (and recommend removal of this file after install the patch)

DONE (AWAITING PATCH RELEASE):
EMPTY
---------------------------------------------------------