Difference between revisions of "Ongoing 5.0.1 Patch Trail"

From OpenEMR Project Wiki
Line 113: Line 113:
eaafe0877c33175d5fb85b5e5f015a16742d68ca (Minor fixes and updates - fixed by Jerry Padgett)
eaafe0877c33175d5fb85b5e5f015a16742d68ca (Minor fixes and updates - fixed by Jerry Padgett)
460cce0cf102626b58a515a7aa7d47003f11562a (More backup big file fixes via chunked download - fixed by Jerry Padgett)
460cce0cf102626b58a515a7aa7d47003f11562a (More backup big file fixes via chunked download - fixed by Jerry Padgett)
4d8ab8f8c872d8d4bf3771de8d49cab0ebcca47b (Fix for Select all not working in interface/billing/billing_manager.php - reported by Ray Magauran, fixed by Ranganath Pathak)


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

Revision as of 03:16, 16 June 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 - 20 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/fax/fax_dispatch.php
*interface/fax/faxq.php
*interface/forms/misc_billing_options/new.php
*interface/patient_file/front_payment.php
*interface/patient_file/history/encounters.php
interface/patient_file/letter.php
interface/patient_file/report/custom_report.php
interface/patient_file/summary/demographics.php
interface/super/edit_list.php
*library/MedEx/API.php
library/menu/src/MenuRole.php
library/sanitize.inc.php
*setup.php
*templates/documents/general_view.html
*version.php
--------------------------------------------------------
(PATCH 3 for 5.0.1 - 50 files)
*ccdaservice/README.md
*ccdaservice/package.json
*ccdaservice/serveccda.js
*contrib/util/docker/README.md
*contrib/util/express.php
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
*docker-compose.yml
interface/fax/fax_dispatch.php
interface/fax/faxq.php
interface/forms/misc_billing_options/new.php
*interface/login/login.php
*interface/main/backup.php
*interface/main/calendar/add_edit_event.php
*interface/main/calendar/modules/PostCalendar/pnuserapi.php
*interface/main/tabs/main.php
*interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Controller/EncounterccdadispatchController.php
*interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Model/EncounterccdadispatchTable.php
*interface/patient_file/encounter/forms.php
interface/patient_file/front_payment.php
interface/patient_file/history/encounters.php
interface/patient_file/letter.php
*interface/patient_file/report/custom_report.php
*interface/patient_file/summary/demographics.php
*interface/patient_tracker/patient_tracker.php
interface/super/edit_list.php
*interface/usergroup/adminacl.php
*interface/usergroup/usergroup_admin.php
*interface/usergroup/usergroup_admin_add.php
*interface/weno/admin.php
*interface/weno/validate.php
*library/appointments.inc.php
*library/auth.inc
*library/authentication/login_operations.php
*library/classes/CouchDB.class.php
*library/classes/Installer.class.php
*library/encounter_events.inc.php
*library/ESign/js/jquery.esign.js
*library/globals.inc.php
library/MedEx/API.php
library/menu/src/MenuRole.php
library/sanitize.inc.php
*library/tabs/src/TabsWrapper.php
*portal/get_patient_info.php
*setup.php
templates/documents/general_view.html
*version.php
--------------------------------------------------------
--------------------------------------------------------

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-1-Patch-4.zip .
________________________________________________________
 
 
--------------------------------------------------------
 
PLANNED COMMITS TO TAKE OVER TO REL-501:
READY TO GO
e1d4dd5008ff94302c8cf7835c4853cf900febb0 (Fixes in the loading of default tabs - fixed by Amiel Elboim (Matrix))
b1375c59ca8be0982541653ac8c3d744806c1025 (Fix in MedEx background script - fixed by Ray Magauran)
6b0e3fe6eae4f4ea767379b9e946080691ca1e64 (fix to support mysqli for privDB code - reported by Sandra Gutierrez, fixed by Brady Miller)
543c4ecc7c1366db58141946f15a76a90833dbcd (patient image fix when external id is different than id - reported by Luis Angel Uriarte, fixed by Brady Miller)
eaafe0877c33175d5fb85b5e5f015a16742d68ca (Minor fixes and updates - fixed by Jerry Padgett)
460cce0cf102626b58a515a7aa7d47003f11562a (More backup big file fixes via chunked download - fixed by Jerry Padgett)
4d8ab8f8c872d8d4bf3771de8d49cab0ebcca47b (Fix for Select all not working in interface/billing/billing_manager.php - reported by Ray Magauran, fixed by Ranganath Pathak)

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

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