Difference between revisions of "Ongoing 5.0.0 Patch Trail"
From OpenEMR Project Wiki
Bradymiller (talk | contribs) |
Bradymiller (talk | contribs) |
||
Line 73: | Line 73: | ||
DONE (AWAITING PATCH RELEASE): | DONE (AWAITING PATCH RELEASE): | ||
"Fix for duplicate procedures in the procedure order edit form - reported by Sherwin and A1Gard, fixed by | "Fix for duplicate procedures in the procedure order edit form - reported by Sherwin and A1Gard, fixed by Sunset systems" | ||
" | "Fix for tabs layout in 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" | "Fix to allow multiple codes of same code type on the layout billing code widget - reported by Alfonso, fixed by Brady" | ||
"dated reminders | "Fix dated reminders to show message when forward it - fixed by Matrix" | ||
" | "Fix to prevent unnecessary encoding errors during upgrade and globals editing - fixed by Brady" | ||
"Fix drawable images in layout based forms with larger image sizes - reported by aperez, fixed by Sunset Systems" | |||
" | "Fixes for Eye fixes - fixed by Ray" | ||
" | "Fix patient report tool for code_text. - fixed by Daniel" | ||
"Fix patient report tool for vitals - reported by Arnab, fixed by Arnab, Jerry and Matthew" | |||
"Fix fee sheet, reported by Carlos, fixed by Terry" | |||
" | "Fix past appointments widget in patient summary screen, fixed by epsdky" | ||
" | "Registration fix, reported by Arnab, fixed by Jerry" | ||
"Security fixes - fixed by Brady" | |||
"fee sheet | |||
"Fix | |||
"Registration fix, reported by Arnab | |||
--------------------------------------------------------- | --------------------------------------------------------- | ||
</pre> | </pre> |
Revision as of 08:36, 16 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 - 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 -------------------------------------------------------- -------------------------------------------------------- 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): empty Always take over to patch: version.php DONE (AWAITING PATCH RELEASE): "Fix for duplicate procedures in the procedure order edit form - reported by Sherwin and A1Gard, fixed by Sunset systems" "Fix for tabs layout in Edge browser - reported by Sunset Systems, fixed by Jerry" "Fix to allow multiple codes of same code type on the layout billing code widget - reported by Alfonso, fixed by Brady" "Fix dated reminders to show message when forward it - fixed by Matrix" "Fix to prevent unnecessary encoding errors during upgrade and globals editing - fixed by Brady" "Fix drawable images in layout based forms with larger image sizes - reported by aperez, fixed by Sunset Systems" "Fixes for Eye fixes - fixed by Ray" "Fix patient report tool for code_text. - fixed by Daniel" "Fix patient report tool for vitals - reported by Arnab, fixed by Arnab, Jerry and Matthew" "Fix fee sheet, reported by Carlos, fixed by Terry" "Fix past appointments widget in patient summary screen, fixed by epsdky" "Registration fix, reported by Arnab, fixed by Jerry" "Security fixes - fixed by Brady" ---------------------------------------------------------