Difference between revisions of "Ongoing 5.0.0 Patch Trail"

From OpenEMR Project Wiki
Line 40: Line 40:
   
   
NEED TO TAKE OVER TO PATCH(list of files):
NEED TO TAKE OVER TO PATCH(list of files):
"Fix for duplicate procedures in the procedure order edit form - reported by Sherwin and A1Gard, fixed by Sunsetsystems"
interface/forms/procedure_order/new.php
interface/forms/procedure_order/new.php


"critical css frame fix for Edge browser - reported by Sunset Systems, fixed by Jerry"
interface/themes/tabs_style_compact.css
interface/themes/tabs_style_compact.css
interface/themes/tabs_style_full.css
interface/themes/tabs_style_full.css


"allow multiple codes of same code type on the layout billing code widget - reported by Alfonso, fixed by Brady"
interface/forms/LBF/new.php
interface/forms/LBF/new.php


"dated reminders fix to show message when Forward it - fixed by Matrix"
interface/main/dated_reminders/dated_reminders_add.php
interface/main/dated_reminders/dated_reminders_add.php


"minor fix to prevent some unnecessary encoding errors - fixed by Brady"
library/globals.inc.php
library/globals.inc.php


"encoding fixes in globals gui to be compatible with latin1 - fixed by Brady"
library/globals.inc.php
library/globals.inc.php


"Some fixes for drawable images with larger image sizes - reported by aperez, fixed by Sunset Systems"
library/options.inc.php
library/options.inc.php
sql/database.sql
sql/database.sql
sql/patch.sql
sql/patch.sql


"Fixed patient-report tool that was failing due to not using htmlspecialchars with code_text. - fixed by Daniel"
interface/patient_file/report/custom_report.php
interface/patient_file/report/custom_report.php
library/report.inc
library/report.inc


"Security fixes - fixed by Brady"
interface/fax/fax_dispatch.php
interface/fax/fax_dispatch.php
library/custom_template/ckeditor/_samples/assets/_posteddata.php
library/custom_template/ckeditor/_samples/assets/_posteddata.php


"Eye form fixes - fixed by Ray"
interface/forms/eye_mag/SpectacleRx.php
interface/forms/eye_mag/SpectacleRx.php
interface/forms/eye_mag/a_issue.php
interface/forms/eye_mag/a_issue.php
Line 79: Line 69:
interface/forms/eye_mag/js/eye_base.php
interface/forms/eye_mag/js/eye_base.php


"Vital form pdf fixes - reported by Arnab and fixed by Jerry and Arnab"
interface/forms/vitals/report.php
interface/forms/vitals/report.php


"More vital form pdf fixes 1/2 - reported by Arnab and fixed by Jerry and Matthew"
interface/forms/vitals/report.php
interface/forms/vitals/report.php


"More vital form pdf fixes 2/2 - reported by Arnab and fixed by Jerry and Matthew"
interface/forms/vitals/report.php
interface/forms/vitals/report.php


"fee sheet bug fix reported by Carlos and fixed by Terry"
library/FeeSheet.class.php
library/FeeSheet.class.php


"Fix - Past Appointments widget obscured when Recurrent Appointments widget is closed, fixed by epsdky"
interface/patient_file/summary/demographics.php
interface/patient_file/summary/demographics.php


"Part 2 of above recurrent appt widget fix, fixed by epsdky"
interface/patient_file/summary/demographics.php
interface/patient_file/summary/demographics.php


"Registration fix, reported by Arnab and fixed by Jerry" (this fix will also go in the new xampp-openemr build!)
interface/product_registration/product_registration_service.php
interface/product_registration/product_registration_service.php


Always take over to patch:
Always take over to patch:
version.php (note need to increment patch when finalize the patch first)
version.php (note need to increment patch when finalize the patch first)
 
"Fix for duplicate procedures in the procedure order edit form - reported by Sherwin and A1Gard, fixed by Sunsetsystems"
"critical css frame fix for Edge browser - reported by Sunset Systems, fixed by Jerry"
"allow multiple codes of same code type on the layout billing code widget - reported by Alfonso, fixed by Brady"
"dated reminders fix to show message when Forward it - fixed by Matrix"
"minor fix to prevent some unnecessary encoding errors - fixed by Brady"
"encoding fixes in globals gui to be compatible with latin1 - fixed by Brady"
"Some fixes for drawable images with larger image sizes - reported by aperez, fixed by Sunset Systems"
"Fixed patient-report tool that was failing due to not using htmlspecialchars with code_text. - fixed by Daniel"
"Security fixes - fixed by Brady"
"Eye form fixes - fixed by Ray"
"Vital form pdf fixes - reported by Arnab and fixed by Jerry and Arnab"
"More vital form pdf fixes 1/2 - reported by Arnab and fixed by Jerry and Matthew"
"More vital form pdf fixes 2/2 - reported by Arnab and fixed by Jerry and Matthew"
"fee sheet bug fix reported by Carlos and fixed by Terry"
"Fix - Past Appointments widget obscured when Recurrent Appointments widget is closed, fixed by epsdky"
"Part 2 of above recurrent appt widget fix, fixed by epsdky"
"Registration fix, reported by Arnab and fixed by Jerry" (this fix will also go in the new xampp-openemr build!)
 
DONE (AWAITING PATCH RELEASE):
DONE (AWAITING PATCH RELEASE):
empty
empty

Revision as of 10:59, 15 April 2017

                 -----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 - ___ files)

--------------------------------------------------------
--------------------------------------------------------
 
making patch:
mkdir -p path
cp file
zip -r 5-0-0-Patch-2.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 )
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:
empty
 
NEED TO TAKE OVER TO PATCH(list of files):
interface/forms/procedure_order/new.php

interface/themes/tabs_style_compact.css
interface/themes/tabs_style_full.css

interface/forms/LBF/new.php

interface/main/dated_reminders/dated_reminders_add.php

library/globals.inc.php

library/globals.inc.php

library/options.inc.php
sql/database.sql
sql/patch.sql

interface/patient_file/report/custom_report.php
library/report.inc

interface/fax/fax_dispatch.php
library/custom_template/ckeditor/_samples/assets/_posteddata.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/vitals/report.php

interface/forms/vitals/report.php

interface/forms/vitals/report.php

library/FeeSheet.class.php

interface/patient_file/summary/demographics.php

interface/patient_file/summary/demographics.php

interface/product_registration/product_registration_service.php

Always take over to patch:
version.php (note need to increment patch when finalize the patch first)

"Fix for duplicate procedures in the procedure order edit form - reported by Sherwin and A1Gard, fixed by Sunsetsystems"
"critical css frame fix for Edge browser - reported by Sunset Systems, fixed by Jerry"
"allow multiple codes of same code type on the layout billing code widget - reported by Alfonso, fixed by Brady"
"dated reminders fix to show message when Forward it - fixed by Matrix"
"minor fix to prevent some unnecessary encoding errors - fixed by Brady"
"encoding fixes in globals gui to be compatible with latin1 - fixed by Brady"
"Some fixes for drawable images with larger image sizes - reported by aperez, fixed by Sunset Systems"
"Fixed patient-report tool that was failing due to not using htmlspecialchars with code_text. - fixed by Daniel"
"Security fixes - fixed by Brady"
"Eye form fixes - fixed by Ray"
"Vital form pdf fixes - reported by Arnab and fixed by Jerry and Arnab"
"More vital form pdf fixes 1/2 - reported by Arnab and fixed by Jerry and Matthew"
"More vital form pdf fixes 2/2 - reported by Arnab and fixed by Jerry and Matthew"
"fee sheet bug fix reported by Carlos and fixed by Terry"
"Fix - Past Appointments widget obscured when Recurrent Appointments widget is closed, fixed by epsdky"
"Part 2 of above recurrent appt widget fix, fixed by epsdky"
"Registration fix, reported by Arnab and fixed by Jerry" (this fix will also go in the new xampp-openemr build!)

DONE (AWAITING PATCH RELEASE):
empty
 
 
---------------------------------------------------------