Access Control enhancements:
commita5f58a71ada9a939f6c6087f01292282f795c6e8
authorbradymiller <bradymiller@users.sourceforge.net>
Sat, 15 Sep 2012 07:57:02 +0000 (15 00:57 -0700)
committerbradymiller <bradymiller@users.sourceforge.net>
Fri, 28 Sep 2012 09:31:56 +0000 (28 02:31 -0700)
treec4639503c2e693ed69d62d172eb66700bfd8eb8c
parent1452ef2d00563ae94f52a8a98e93453d8584843f
Access Control enhancements:

 -Modified access control engine to support return values (write, addonly, wsome, etc).
  (adjusted acl_check function, which was adjusted in entire codebase; old function is still
   supported for legacy code)
 -Added the standard acls to also have wsome and view return values
 -Ability to upgrade access controls by OpenEMR version (tracked in version.php file)
35 files changed:
Documentation/README.phpgacl
acl_setup.php
acl_upgrade.php
contrib/forms/xmlformgen/xslt/common_objects.xslt
contrib/forms/xmlformgen/xslt/show.php.xslt
custom/import_xml.php
gacl/gacl.class.php
interface/forms/physical_exam/edit_diagnoses.php
interface/main/calendar/add_edit_event.php
interface/main/calendar/find_appt_popup.php
interface/main/left_nav.php
interface/main/main_navigation.php
interface/main/main_title.php
interface/new/new_comprehensive.php
interface/patient_file/history/edit_billnote.php
interface/patient_file/history/history.php
interface/patient_file/history/history_full.php
interface/patient_file/history/history_save.php
interface/patient_file/navigation.php
interface/patient_file/problem_encounter.php
interface/patient_file/summary/add_edit_issue.php
interface/patient_file/summary/demographics.php
interface/patient_file/summary/demographics_full.php
interface/patient_file/summary/demographics_print.php
interface/patient_file/summary/demographics_save.php
interface/patient_file/summary/pnotes.php
interface/patient_file/summary/pnotes_full.php
interface/patient_file/summary/pnotes_full_add.php
interface/patient_file/summary/stats_full.php
library/acl.inc
library/acl_upgrade_fx.php [new file with mode: 0644]
library/classes/Installer.class.php
sql/4_1_1-to-4_1_2_upgrade.sql
sql/database.sql
version.php