Difference between revisions of "Ongoing 5.0.2 Patch Trail"
From OpenEMR Project Wiki
Bradymiller (talk | contribs) |
Bradymiller (talk | contribs) |
||
Line 21: | Line 21: | ||
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) | 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) | |||
NEED TO TAKE OVER TO PATCH(list of files): | NEED TO TAKE OVER TO PATCH(list of files): |
Revision as of 01:35, 12 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) 22f3c7c7c3ad8711cd9373f6f0a17500410c545e (cookie/session fix and a path fix - reported by Jerry Padgett, fixed by Brady Miller) 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 ---------------------------------------------------------