Difference between revisions of "OpenEMR Patches"

From OpenEMR Project Wiki
Line 1: Line 1:
= <center>4.0.0 Patch (03/30/2011)</center> =
= <center>4.0.0 Patch (04/15/2011)</center> =


=== Download link ===
=== Download link ===
[http://sourceforge.net/tracker/download.php?group_id=60081&atid=493003&file_id=405913&aid=3259577 4-0-0-Patch-1.zip]
[http://sourceforge.net/tracker/download.php?group_id=60081&atid=493003&file_id=408850&aid=3287237 4-0-0-Patch-2.zip]
=== Description ===
=== Description ===
This is the 1st patch.  There are 2 files that are changed..  '''Please read through the [[OpenEMR_Patches#List_of_files_(4.0)|list of modified files]] to ensure you haven't customized any of these, since this will copy over this.'''
This is the 2nd patch, and it includes the fixes from previous patches.  There are 8 files that are changed.  '''Please read through the [[OpenEMR_Patches#List_of_files_(4.0)|list of modified files]] to ensure you haven't customized any of these, since this will copy over this.'''


=== Installation instructions ===
=== Installation instructions ===
Line 10: Line 10:
Simply extract the zipped file into the openemr web directory, and say yes to copying over files
Simply extract the zipped file into the openemr web directory, and say yes to copying over files
==== Linux ====
==== Linux ====
Move the patch file to the openemr web directory, then type 'unzip 4-0-0-Patch-1.zip', and confirm ok to copy over files.
Move the patch file to the openemr web directory, then type 'unzip 4-0-0-Patch-2.zip', and confirm ok to copy over files.


=== Fixes and New Features ===
=== Fixes and New Features ===
(note the ones with ** are new with this patch):
(note the ones with ** are new with this patch):
*Bug that does not allow modification of Facilities has been fixed.**
*Bug in Administration->Backup was fixed.**
*Bug in the appointment report when listing recurring appointments and filtering by facility has been fixed.**
*Bug in the Facility data entry form has been fixed.**
*Published security bug "Local File Inclusion" has been fixed.**
*Published security bug "Arbitrary Database Creation/Database Enumeration" has been fixed.**
*Bug that does not allow modification of Facilities has been fixed.


=== List of files (4.0) ===
=== List of files (4.0) ===
<pre>interface/usergroup/facilities_add.php
<pre>contrib/util/express.php
interface/usergroup/facility_admin.php</pre>
index.php
interface/main/backup.php
interface/globals.php
interface/usergroup/facilities.php
interface/usergroup/facilities_add.php
interface/usergroup/facility_admin.php
library/appointments.inc.php</pre>






[[Old_Outdated_OpenEMR_Patches|Previous OpenEMR version patches]]
[[Old_Outdated_OpenEMR_Patches|Previous OpenEMR version patches]]

Revision as of 07:25, 15 April 2011

4.0.0 Patch (04/15/2011)

Download link

4-0-0-Patch-2.zip

Description

This is the 2nd patch, and it includes the fixes from previous patches. There are 8 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.

Installation instructions

Windows

Simply extract the zipped file into the openemr web directory, and say yes to copying over files

Linux

Move the patch file to the openemr web directory, then type 'unzip 4-0-0-Patch-2.zip', and confirm ok to copy over files.

Fixes and New Features

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

  • Bug in Administration->Backup was fixed.**
  • Bug in the appointment report when listing recurring appointments and filtering by facility has been fixed.**
  • Bug in the Facility data entry form has been fixed.**
  • Published security bug "Local File Inclusion" has been fixed.**
  • Published security bug "Arbitrary Database Creation/Database Enumeration" has been fixed.**
  • Bug that does not allow modification of Facilities has been fixed.

List of files (4.0)

contrib/util/express.php
index.php
interface/main/backup.php
interface/globals.php
interface/usergroup/facilities.php
interface/usergroup/facilities_add.php
interface/usergroup/facility_admin.php
library/appointments.inc.php


Previous OpenEMR version patches