Difference between revisions of "Ongoing 5.0.1 Patch Trail"
From OpenEMR Project Wiki
Bradymiller (talk | contribs) |
Bradymiller (talk | contribs) |
||
Line 16: | Line 16: | ||
*setup.php | *setup.php | ||
*version.php | *version.php | ||
-------------------------------------------------------- | |||
(PATCH 2 for 5.0.1 - )) files) | |||
-------------------------------------------------------- | -------------------------------------------------------- | ||
-------------------------------------------------------- | -------------------------------------------------------- | ||
Line 22: | Line 25: | ||
mkdir -p path | mkdir -p path | ||
cp file | cp file | ||
zip -r 5-0-1-Patch- | zip -r 5-0-1-Patch-2.zip . | ||
________________________________________________________ | ________________________________________________________ | ||
Line 43: | Line 46: | ||
DONE (AWAITING PATCH RELEASE): | DONE (AWAITING PATCH RELEASE): | ||
EMPTY | |||
--------------------------------------------------------- | --------------------------------------------------------- | ||
</pre> | </pre> |
Revision as of 00:51, 29 April 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 zip -r 5-0-1-Patch-2.zip . ________________________________________________________ -------------------------------------------------------- PLANNED COMMITS TO TAKE OVER TO REL-501: 0c9380180a9442fd64302dbc5f76945663c28c94 (Adding checkEvent function for recurring events - fixed by epsdky) (plan for patch 2 after testing) 87b0fe7b7b66a954dde4d141b837a639361c6903 (Modified calendar_arrived function to fix issues - fixed by epsdky) (plan for patch 2 after testing) EXPEDITED: EMPTY NEED TO TAKE OVER TO PATCH(list of files): EMPTY Always make these scripts blank: setup.php Always take over to patch: version.php DONE (AWAITING PATCH RELEASE): EMPTY ---------------------------------------------------------