Difference between revisions of "Ongoing 5.0.2 Patch Trail"

From OpenEMR Project Wiki
Line 19: Line 19:


READY TO GO (for patch 1)
READY TO GO (for patch 1)
6bfdf40213a1321c2dba7557e7261c45291fb59f (mariadb critical fix for install/upgrade - reported by Robert Down, fixed by Brady Miller)(this is special; note the 5.0.3 sql upgrade script stuff needs to go into patch.php; and the 5.0.2 sql upgrade script needs to be included; this is to ensure both upgrade and installs work on mariadb)


NEED TO TAKE OVER TO PATCH(look at commits to get list of files):
NEED TO TAKE OVER TO PATCH(look at commits to get list of files):
Line 28: Line 27:
d5ea80b166012f4b6eabc383d5f9a96db17f7cfe (several updates by Jerry Padgett)
d5ea80b166012f4b6eabc383d5f9a96db17f7cfe (several updates by Jerry Padgett)
38b2e50add0bf3df7ab946f71bb5ce57dfd3456b (billing fixes by Jerry Padgett)
38b2e50add0bf3df7ab946f71bb5ce57dfd3456b (billing fixes by Jerry Padgett)
 
6bfdf40213a1321c2dba7557e7261c45291fb59f (mariadb critical fix for install/upgrade - reported by Robert Down, fixed by Brady Miller)


Always make this script blank:
Always make this script blank:

Revision as of 07:52, 23 August 2019

                 -----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)
6bfdf40213a1321c2dba7557e7261c45291fb59f (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
---------------------------------------------------------