Difference between revisions of "Ongoing 5.0.1 Patch Trail"

From OpenEMR Project Wiki
Line 16: Line 16:
   
   
PLANNED COMMITS TO TAKE OVER TO REL-501:
PLANNED COMMITS TO TAKE OVER TO REL-501:
0c9380180a9442fd64302dbc5f76945663c28c94 (Adding checkEvent function for recurring events - fixed by epsdky)
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)
87b0fe7b7b66a954dde4d141b837a639361c6903 (Modified calendar_arrived function to fix issues - fixed by epsdky) (plan for patch 2 after testing)


EXPEDITED:
EXPEDITED:
 
EMPTY
d66f31991638a3ba7960c6d4a4fb6ce7e48f011f (More security fixes - fixed by Brady)
 
0fc4aee408527ae1d3cd921b64a06fc39a84a782 (publish patient menu link fix - fixed by Brady)
ddd51a2214ba8b50bd036bb1d633fa5e2c9b9439 (ubuntu package updates for patch release)


NEED TO TAKE OVER TO PATCH(list of files):
NEED TO TAKE OVER TO PATCH(list of files):
Line 35: Line 31:
(fix for text files in patient report - fixed by Stephen Waite)
(fix for text files in patient report - fixed by Stephen Waite)
interface/patient_file/report/custom_report.php
interface/patient_file/report/custom_report.php
(More security fixes - fixed by Brady)
interface/patient_file/letter.php
library/sanitize.inc.php
(publish patient menu link fix - fixed by Brady)
interface/patient_file/summary/demographics.php
(ubuntu package updates for patch release)
contrib/util/ubuntu_package_scripts/production/README.Debian
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


Always make these scripts blank:
Always make these scripts blank:

Revision as of 08:49, 28 April 2018

                 -----PATCHES--------
-------------------------------------------------------------
(PATCH 1 for 5.0.1 - ____)
--------------------------------------------------------
--------------------------------------------------------

making patch:
mkdir -p path
cp file
zip -r 5-0-1-Patch-1.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):
(Security fix - reported by Gloomywind, fixed by Brady)
interface/super/edit_list.php

(menu fix for patient menu - reported by luisuriarte, fixed by Brady Miller)
library/menu/src/MenuRole.php

(fix for text files in patient report - fixed by Stephen Waite)
interface/patient_file/report/custom_report.php

(More security fixes - fixed by Brady)
interface/patient_file/letter.php
library/sanitize.inc.php

(publish patient menu link fix - fixed by Brady)
interface/patient_file/summary/demographics.php

(ubuntu package updates for patch release)
contrib/util/ubuntu_package_scripts/production/README.Debian
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

Always make these scripts blank:
setup.php
Always take over to patch:
version.php

DONE (AWAITING PATCH RELEASE):
EMPTY

---------------------------------------------------------