Ongoing 5.0.0 Patch Trail

From OpenEMR Project Wiki
Revision as of 03:03, 2 December 2017 by Bradymiller (talk | contribs)
                 -----PATCHES--------
-------------------------------------------------------------
(PATCH 1 for 5.0.0 - 7 files)
*acknowledge_license_cert.html
*interface/main/calendar/modules/PostCalendar/pnincludes/Date/Calc.php
*library/appointments.inc.php
*library/calendar.inc
*library/encounter_events.inc.php
*library/patient_tracker.inc.php
*version.php
--------------------------------------------------------
(PATCH 2 for 5.0.0 - 29 files)
acknowledge_license_cert.html
*interface/fax/fax_dispatch.php
*interface/forms/eye_mag/SpectacleRx.php
*interface/forms/eye_mag/a_issue.php
*interface/forms/eye_mag/css/style.css
*interface/forms/eye_mag/help.php
*interface/forms/eye_mag/js/eye_base.php
*interface/forms/LBF/new.php
*interface/forms/procedure_order/new.php
*interface/forms/vitals/report.php
interface/main/calendar/modules/PostCalendar/pnincludes/Date/Calc.php
*interface/main/dated_reminders/dated_reminders_add.php
*interface/patient_file/report/custom_report.php
*interface/patient_file/summary/demographics.php
*interface/product_registration/product_registration_service.php
*interface/themes/tabs_style_compact.css
*interface/themes/tabs_style_full.css
library/appointments.inc.php
library/calendar.inc
*library/custom_template/ckeditor/_samples/assets/_posteddata.php
library/encounter_events.inc.php
*library/FeeSheet.class.php
*library/globals.inc.php
*library/options.inc.php
library/patient_tracker.inc.php
*library/report.inc
*sql/database.sql
*sql/patch.sql
*version.php
--------------------------------------------------------
(PATCH 3 for 5.0.0 - 30 files)
acknowledge_license_cert.html
*interface/billing/payment_pat_sel.inc.php
interface/fax/fax_dispatch.php
interface/forms/eye_mag/SpectacleRx.php
interface/forms/eye_mag/a_issue.php
interface/forms/eye_mag/css/style.css
interface/forms/eye_mag/help.php
interface/forms/eye_mag/js/eye_base.php
interface/forms/LBF/new.php
interface/forms/procedure_order/new.php
*interface/forms/vitals/report.php
interface/main/calendar/modules/PostCalendar/pnincludes/Date/Calc.php
interface/main/dated_reminders/dated_reminders_add.php
interface/patient_file/report/custom_report.php
*interface/patient_file/summary/demographics.php
interface/product_registration/product_registration_service.php
interface/themes/tabs_style_compact.css
interface/themes/tabs_style_full.css
library/appointments.inc.php
library/calendar.inc
library/custom_template/ckeditor/_samples/assets/_posteddata.php
library/encounter_events.inc.php
library/FeeSheet.class.php
library/globals.inc.php
library/options.inc.php
library/patient_tracker.inc.php
library/report.inc
sql/database.sql
sql/patch.sql
*version.php
--------------------------------------------------------
(PATCH 4 for 5.0.0 )
special release for the aws release
--------------------------------------------------------
(PATCH 5 for 5.0.0 - 31 files)
acknowledge_license_cert.html
interface/billing/payment_pat_sel.inc.php
interface/fax/fax_dispatch.php
interface/forms/eye_mag/SpectacleRx.php
interface/forms/eye_mag/a_issue.php
interface/forms/eye_mag/css/style.css
interface/forms/eye_mag/help.php
interface/forms/eye_mag/js/eye_base.php
interface/forms/LBF/new.php
interface/forms/procedure_order/new.php
interface/forms/vitals/report.php
interface/main/calendar/modules/PostCalendar/pnincludes/Date/Calc.php
interface/main/dated_reminders/dated_reminders_add.php
interface/patient_file/report/custom_report.php
interface/patient_file/summary/demographics.php
interface/product_registration/product_registration_service.php
interface/themes/tabs_style_compact.css
interface/themes/tabs_style_full.css
library/appointments.inc.php
library/calendar.inc
library/custom_template/ckeditor/_samples/assets/_posteddata.php
library/encounter_events.inc.php
library/FeeSheet.class.php
library/globals.inc.php
library/options.inc.php
library/patient_tracker.inc.php
library/report.inc
*setup.php
sql/database.sql
sql/patch.sql
*version.php
--------------------------------------------------------
 (PATCH 6 for 5.0.0 - 35 files)
acknowledge_license_cert.html
interface/billing/payment_pat_sel.inc.php
interface/fax/fax_dispatch.php
interface/forms/eye_mag/SpectacleRx.php
interface/forms/eye_mag/a_issue.php
interface/forms/eye_mag/css/style.css
interface/forms/eye_mag/help.php
interface/forms/eye_mag/js/eye_base.php
interface/forms/LBF/new.php
interface/forms/procedure_order/new.php
interface/forms/vitals/report.php
*interface/main/backup.php
*interface/main/backuplog.php
*interface/main/backuplog.sh
interface/main/calendar/modules/PostCalendar/pnincludes/Date/Calc.php
interface/main/dated_reminders/dated_reminders_add.php
interface/patient_file/report/custom_report.php
interface/patient_file/summary/demographics.php
interface/product_registration/product_registration_service.php
interface/themes/tabs_style_compact.css
interface/themes/tabs_style_full.css
library/appointments.inc.php
library/calendar.inc
*library/classes/Installer.class.php
library/custom_template/ckeditor/_samples/assets/_posteddata.php
library/encounter_events.inc.php
library/FeeSheet.class.php
library/globals.inc.php
library/options.inc.php
library/patient_tracker.inc.php
library/report.inc
*setup.php
sql/database.sql
sql/patch.sql
*version.php
--------------------------------------------------------
 (PATCH 7 for 5.0.0 - ___ files)
--------------------------------------------------------

making patch:
mkdir -p path
cp file
zip -r 5-0-0-Patch-7.zip .
________________________________________________________
 
 
--------------------------------------------------------
 
PLANNED COMMITS TO TAKE OVER TO REL-500:
OPTIONAL (take over to rel500 if needed in future):
55d44c53af188ea80503b6c85995f76813aa6d1c "adodb to php7.1" (may need to
bring this over if php 7.1 starts getting used more and would need to
update the packages also; note ubuntu 16.04/10 do not use 7.1 yet;
https://github.com/openemr/openemr/issues/488; note wouldn't bring over the commit; would instead use composer to bring in the new adodb version )
FAST-TRACK:
empty
NEED-MORE-TESTING-TIME
57976cf95864ffbc0a6c6ef35e44701748f6bf09 "Changed session cookie paths in appropriate places to help prevent cookie sharing - fixed by Jerry and Matrix"(plan 1 month testing time, so will be ready on 5/8/17)

NORMAL (PATCH 7 BUILDING/TESTING IS IN PROGRESS; will be a doozy with new graphing!):

Manually ADD following file to the patch: library/js/xl/jquery-datetimepicker-2-5-4.js.php ????

5f30cbea61a6bfab92a2802594b221047bbe4745 "misc billing box 14 and 15 fixes - fixed by Stephen"
(for above, just need to manually add the pertinent lines rather than try to merge the entire commit)

b8963a5ca483211ed8de71f18227a0e66a2582ad "security fix - reported by ADLab of Venustech, fixed by Brady"
77e77331a68249e6e3955b4d0c3881606a990eaa "calendar fix - reported by Morten, fixed by epsdky"
4def6fecf646156d444b1d951850f95974ca6c84 "nation notes report fix - fixed by Frankie"
9b6f56d7043af2936ad9f7455f34f02cfbc0c02b "calendar fix 2 - reported by Morten, fixed by epsdky"
cd713e132b6cdfbd1211285be7557a408c6245d8 "fixed insurance popup in demographics gui - fixed by Visolve"
2172c08e687f18323366e1c366cacae590f91100 "security fixes - fixed by Alfie"

STAT!!!:
EMPTY

NEED TO TAKE OVER TO PATCH(list of files):
"fix view 835 html report in edihistory - fixed by Stephen"
library/edihistory/edih_x12file_class.php

"patient delete bug fix for tabs layout - fixed by Brady"
interface/patient_file/summary/demographics.php

"added back the close patient note shortcut - reported by Jeff, fixed by Brady" 
interface/patient_file/summary/pnotes_full_add.php

"adding service location to 2310B for same npi, different address - reported by Carlos, fixed by Stephen"
library/gen_x12_837.inc.php

"fix for box 32b for hfca billing form - reported by Henry, fixed by Stephen"
library/gen_hcfa_1500.inc.php

"bug fix when modifying external codes - fixed by Brady"
interface/patient_file/encounter/superbill_custom_full.php

"Convert graphing to dygraphs - security fix, fixed by Brady"
interface/forms/track_anything/history.php
interface/forms/track_anything/report.js
interface/forms/track_anything/report.php
interface/forms/vitals/templates/vitals/general_new.html
interface/patient_file/encounter/forms.php
interface/patient_file/encounter/trend_form.php
interface/patient_file/summary/labdata.php
library/ajax/graph_track_anything.php
library/ajax/graphs.php
library/js/xl/dygraphs.js.php
public/assets/modified/dygraphs-2-0-0/README.md
public/assets/modified/dygraphs-2-0-0/dygraph.css
public/assets/modified/dygraphs-2-0-0/dygraph.js

"bug fix for inventory module destroyed menu link - reported by Nzube, fixed by Brady"
interface/main/tabs/menu/menu_data.php

"fixed encounter menu z-index - reported by Daniel, fixed by Ray"
interface/themes/style_babyblu.css
interface/themes/style_metal.css
interface/themes/style_oemr.css
interface/themes/style_pdf.css
interface/themes/style_purple.css
interface/themes/style_sky_blue.css
interface/themes/style_tan.css


Always take over to patch:
version.php

DONE (AWAITING PATCH RELEASE):
EMPTY

SPECIAL ISNTRUCTIONS AFTER PATCH:
Need to delete library/openflashchart/open-flash-chart.swf

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