Difference between revisions of "OpenEMR Patches"

From OpenEMR Project Wiki
(Replaced content with "= <center>4.1.1 Patch</center> = :There are no OpenEMR version 4.1.1 patches yet. Previous OpenEMR version patches [[Category:Download...")
Line 1: Line 1:
= <center>4.1.1 Patch</center> =
= <center>4.1.1 Patch (9/10/2012)</center> =
:There are no OpenEMR version 4.1.1 patches yet.
=== Download link ===
<googa>http://www.open-emr.org/patch/4-1-1-Patch-1.zip|4-1-1-Patch-11.zip|/download/file/patch_4_1_1</googa>


=== Description ===
This is the 1st patch.  There are 6 files that are changed.  '''Please read through the [[OpenEMR_Patches#List_of_files_(4.1.1)|list of modified files]] to ensure you haven't customized any of these, since this will copy over this.''' <span style="color:red;">(Warning: if you have modified the '''interface/globals.php''' script to manually set the $webserver_root and $web_root variables, then you will need to set this again after step 1 but before step 2 of the patch instructions below)</span>
=== Installation instructions ===
==== Windows ====
:1. Extract the zipped file into the openemr web directory, and say yes to copying over files
:2. Open web browser and go to <nowiki>http://your_server_name_or_ip/openemr/sql_patch.php</nowiki>
:::(this script will run automatically and patch the database)
:::(if you are using the [[OpenEMR_Multiple_Sites_Module|Multisite Module]], then skip step 2 and [[OpenEMR_Multiple_Sites_Module#Patches|follow these instructions]])
==== Linux ====
:1. Move the patch file to the openemr web directory, then type 'unzip 4-1-1-Patch-1.zip', and confirm ok to copy over files.
:2. Open web browser and go to <nowiki>http://your_server_name_or_ip/openemr/sql_patch.php</nowiki>
:::(this script will run automatically and patch the database)
:::(if you are using the [[OpenEMR_Multiple_Sites_Module|Multisite Module]], then skip step 2 and [[OpenEMR_Multiple_Sites_Module#Patches|follow these instructions]])
=== Fixes and New Features ===
(note the ones with ** are new with this patch):
*Bug fix to show medical problems correctly in the CCR/CCD reports - contributed by bradymiller**
*Bug fix so the External Data Loads feature works in Ubuntu 12.04 - contributed by bradymiller**
*Bug fix when setting an appointment as No Show - contributed by bradymiller**
=== List of files (4.1.1) ===
(note the ones prepended with ** have new changes with this patch)
<pre>**ccr/createCCRProblem.php
**ccr/createCCR.php
**interface/main/calendar/add_edit_event.php
**library/sql-ccr.inc
**library/sql.inc
**version.php</pre>





Revision as of 00:12, 11 September 2012

4.1.1 Patch (9/10/2012)

Download link

4-1-1-Patch-11.zip


Description

This is the 1st patch. There are 6 files that are changed. Please read through the list of modified files to ensure you haven't customized any of these, since this will copy over this. (Warning: if you have modified the interface/globals.php script to manually set the $webserver_root and $web_root variables, then you will need to set this again after step 1 but before step 2 of the patch instructions below)


Installation instructions

Windows

1. Extract the zipped file into the openemr web directory, and say yes to copying over files
2. Open web browser and go to http://your_server_name_or_ip/openemr/sql_patch.php
(this script will run automatically and patch the database)
(if you are using the Multisite Module, then skip step 2 and follow these instructions)

Linux

1. Move the patch file to the openemr web directory, then type 'unzip 4-1-1-Patch-1.zip', and confirm ok to copy over files.
2. Open web browser and go to http://your_server_name_or_ip/openemr/sql_patch.php
(this script will run automatically and patch the database)
(if you are using the Multisite Module, then skip step 2 and follow these instructions)


Fixes and New Features

(note the ones with ** are new with this patch):

  • Bug fix to show medical problems correctly in the CCR/CCD reports - contributed by bradymiller**
  • Bug fix so the External Data Loads feature works in Ubuntu 12.04 - contributed by bradymiller**
  • Bug fix when setting an appointment as No Show - contributed by bradymiller**


List of files (4.1.1)

(note the ones prepended with ** have new changes with this patch)

**ccr/createCCRProblem.php
**ccr/createCCR.php
**interface/main/calendar/add_edit_event.php
**library/sql-ccr.inc
**library/sql.inc
**version.php


Previous OpenEMR version patches