use modern smarty for gacl and core openemr; keep using legacy smarty for calendar...
commita9f92e4e85f4299737b16b639dd2582ea64bf9b8
authorBrady Miller <brady.g.miller@gmail.com>
Sun, 11 Sep 2022 10:50:00 +0000 (11 03:50 -0700)
committerGitHub <noreply@github.com>
Sun, 11 Sep 2022 10:50:00 +0000 (11 03:50 -0700)
tree3b75a99155575c12a5aff9ba8380f18945e0fa29
parentbe91d8e278f00d08678f591b3ffed0979aa964e6
use modern smarty for gacl and core openemr; keep using legacy smarty for calendar (#5727)
133 files changed:
ci/phpcs.xml
composer.json
composer.lock
contrib/forms/dap/templates/general_new.html
contrib/forms/evaluation/C_FormEvaluation.class.php
contrib/forms/evaluation/templates/evaluation/general_new.html
contrib/forms/hand/templates/general_new.html
contrib/forms/hp_tje_primary/C_FormHpTje.class.php
contrib/forms/hp_tje_primary/templates/hp_tje/general_new.html
contrib/forms/hpi/templates/general_new.html
contrib/forms/leg_length/templates/general_new.html
contrib/forms/nursing_notes/templates/general_new.html
contrib/forms/prosthesis/C_FormProsthesis.class.php
contrib/forms/prosthesis/templates/prosthesis/general_new.html
contrib/forms/review_of_systems/C_FormReviewOfSystems.class.php
contrib/forms/review_of_systems/templates/review_of_systems/general_new.html
contrib/forms/rom/templates/general_new.html
contrib/forms/ros2/templates/general_new.html
contrib/forms/snellen/templates/general_new.html
contrib/forms/soap2/templates/general_new.html
controllers/C_DocumentCategory.class.php
controllers/C_Prescription.class.php
gacl/admin/gacl_admin.inc.php
gacl/admin/templates/phpgacl/acl_admin_js.tpl
gacl/admin/templates/phpgacl/acl_list.tpl
gacl/admin/templates/phpgacl/edit_group.tpl
gacl/admin/templates/phpgacl/object_search.tpl
interface/clickmap/template/general_new.html
interface/forms/prior_auth/C_FormPriorAuth.class.php
interface/forms/prior_auth/templates/prior_auth/general_new.html
interface/forms/ros/C_FormROS.class.php
interface/forms/ros/templates/ros/general_new.html
interface/forms/soap/C_FormSOAP.class.php
interface/forms/soap/templates/general_new.html
interface/forms/vitals/C_FormVitals.class.php
interface/main/calendar/modules/PostCalendar/pcSmarty.class.php
interface/main/calendar/modules/PostCalendar/plugins/function.pc_filter.php
interface/main/calendar/modules/PostCalendar/plugins/function.pc_sort_events.php
interface/patient_file/encounter/forms.php
library/classes/Controller.class.php
library/documents.php
library/smarty/plugins/function.datetimepickerSupport.php
library/smarty/plugins/function.dispatchPatientDocumentEvent.php
library/smarty/plugins/function.xl.php
library/smarty/plugins/function.xla.php
library/smarty/plugins/function.xlj.php
library/smarty/plugins/function.xlt.php
library/smarty_legacy/smarty/Config_File_Legacy.class.php [new file with mode: 0644]
library/smarty_legacy/smarty/README [new file with mode: 0644]
library/smarty_legacy/smarty/Smarty_Compiler_Legacy.class.php [new file with mode: 0644]
library/smarty_legacy/smarty/Smarty_Legacy.class.php [new file with mode: 0644]
library/smarty_legacy/smarty/debug.tpl [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.assemble_plugin_filepath.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.assign_smarty_interface.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.create_dir_structure.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.display_debug_console.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.get_include_path.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.get_microtime.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.get_php_resource.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.is_secure.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.is_trusted.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.load_plugins.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.load_resource_plugin.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.process_cached_inserts.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.process_compiled_include.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.read_cache_file.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.rm_auto.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.rmdir.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.run_insert_handler.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.smarty_include_php.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.write_cache_file.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.write_compiled_include.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.write_compiled_resource.php [new file with mode: 0644]
library/smarty_legacy/smarty/internals/core.write_file.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/block.textformat.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/compiler.assign.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/function.assign_debug_info.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/function.config_load.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/function.counter.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/function.cycle.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/function.debug.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/function.eval.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/function.fetch.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/function.html_checkboxes.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/function.html_image.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/function.html_options.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/function.html_radios.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/function.html_select_date.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/function.html_select_time.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/function.html_table.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/function.mailto.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/function.math.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/function.popup.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/function.popup_init.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.capitalize.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.cat.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.count_characters.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.count_paragraphs.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.count_sentences.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.count_words.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.date_format.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.debug_print_var.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.default.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.escape.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.indent.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.lower.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.nl2br.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.regex_replace.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.replace.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.spacify.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.string_format.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.strip.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.strip_tags.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.truncate.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.upper.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/modifier.wordwrap.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/outputfilter.trimwhitespace.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/shared.escape_special_chars.php [new file with mode: 0644]
library/smarty_legacy/smarty/plugins/shared.make_timestamp.php [new file with mode: 0644]
templates/document_categories/general_upload.html
templates/documents/general_list.html
templates/documents/general_upload.html
templates/documents/general_view.html
templates/insurance_companies/general_edit.html
templates/insurance_numbers/general_edit.html
templates/patient_finder/general_find.html
templates/pharmacies/general_edit.html
templates/practice_settings/general_list.html
templates/prescription/general_block.html
templates/prescription/general_edit.html
templates/prescription/general_list.html
templates/prescription/general_lookup.html
templates/x12_partners/general_edit.html