Difference between revisions of "Ongoing 5.0.2 Patch Trail"

From OpenEMR Project Wiki
(Created page with "<pre> -----PATCHES-------- ------------------------------------------------------------- (PATCH 1 for 5.0.2 - __ files) -----------------------------------------...")
 
Line 20: Line 20:
READY TO GO (for patch 1)
READY TO GO (for patch 1)
3f09d2d5611648ac6447d88803edba44b68b1354 (X12_5010_837P.php fix - reported and fixed by Derrik Milligan)
3f09d2d5611648ac6447d88803edba44b68b1354 (X12_5010_837P.php fix - reported and fixed by Derrik Milligan)
77f8aca722bd09cfd1801717fc5fba88d07395be (eye form fix - reported and fixed by Ray Magauran)


NEED TO TAKE OVER TO PATCH(list of files):
NEED TO TAKE OVER TO PATCH(list of files):

Revision as of 06:37, 7 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)
3f09d2d5611648ac6447d88803edba44b68b1354 (X12_5010_837P.php fix - reported and fixed by Derrik Milligan)
77f8aca722bd09cfd1801717fc5fba88d07395be (eye form fix - reported and fixed by Ray Magauran)

NEED TO TAKE OVER TO PATCH(list of files):
EMPTY

Always make these scripts blank:
setup.php
portal/sign/assets/flashcanvas.js
portal/sign/assets/flashcanvas.swf
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
---------------------------------------------------------