Migrated Smarty from library into vendor via composer (and using autoloader).
commitd348259e5dda79f6a2b6058942c398bcdc8fe707
authorWakie87 <scott@npclinics.com.au>
Mon, 18 Jul 2016 03:00:03 +0000 (18 11:00 +0800)
committerbradymiller <bradymiller@users.sourceforge.net>
Tue, 19 Jul 2016 09:40:22 +0000 (19 02:40 -0700)
treef5bfed8fcb8b54c116b769440dad1f9daa21637a
parent930bfc1caabd42dabf3f0683b12bca7482cceb0a
Migrated Smarty from library into vendor via composer (and using autoloader).
102 files changed:
composer.json
composer.lock [new file with mode: 0644]
gacl/admin/gacl_admin.inc.php
gacl/gacl.ini.php
interface/main/calendar/modules/PostCalendar/common.api.php
interface/reports/index.php
library/classes/Controller.class.php
library/smarty/plugins/function.amcCollect.php [moved from library/Smarty/plugins/function.amcCollect.php with 99% similarity]
library/smarty/plugins/function.user_info.php [moved from library/Smarty/plugins/function.user_info.php with 99% similarity]
library/smarty/plugins/function.xl.php [moved from library/Smarty/plugins/function.xl.php with 99% similarity]
vendor/composer/autoload_classmap.php
vendor/composer/autoload_static.php
vendor/composer/installed.json
vendor/smarty/smarty/.cvsignore [new file with mode: 0644]
vendor/smarty/smarty/BUGS [new file with mode: 0644]
vendor/smarty/smarty/COPYING.lib [new file with mode: 0644]
vendor/smarty/smarty/ChangeLog [new file with mode: 0644]
vendor/smarty/smarty/FAQ [new file with mode: 0644]
vendor/smarty/smarty/INSTALL [new file with mode: 0644]
vendor/smarty/smarty/NEWS [new file with mode: 0644]
vendor/smarty/smarty/QUICK_START [new file with mode: 0644]
vendor/smarty/smarty/README [new file with mode: 0644]
vendor/smarty/smarty/README.md [new file with mode: 0644]
vendor/smarty/smarty/RELEASE_NOTES [new file with mode: 0644]
vendor/smarty/smarty/TODO [new file with mode: 0644]
vendor/smarty/smarty/composer.json [new file with mode: 0644]
vendor/smarty/smarty/demo/configs/test.conf [new file with mode: 0644]
vendor/smarty/smarty/demo/index.php [new file with mode: 0644]
vendor/smarty/smarty/demo/templates/footer.tpl [new file with mode: 0644]
vendor/smarty/smarty/demo/templates/header.tpl [new file with mode: 0644]
vendor/smarty/smarty/demo/templates/index.tpl [new file with mode: 0644]
vendor/smarty/smarty/libs/Config_File.class.php [moved from library/Smarty/Config_File.class.php with 100% similarity]
vendor/smarty/smarty/libs/Smarty.class.php [moved from library/Smarty/Smarty.class.php with 100% similarity]
vendor/smarty/smarty/libs/Smarty_Compiler.class.php [moved from library/Smarty/Smarty_Compiler.class.php with 100% similarity]
vendor/smarty/smarty/libs/debug.tpl [moved from library/Smarty/debug.tpl with 100% similarity]
vendor/smarty/smarty/libs/internals/core.assemble_plugin_filepath.php [moved from library/Smarty/internals/core.assemble_plugin_filepath.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.assign_smarty_interface.php [moved from library/Smarty/internals/core.assign_smarty_interface.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.create_dir_structure.php [moved from library/Smarty/internals/core.create_dir_structure.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.display_debug_console.php [moved from library/Smarty/internals/core.display_debug_console.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.get_include_path.php [moved from library/Smarty/internals/core.get_include_path.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.get_microtime.php [moved from library/Smarty/internals/core.get_microtime.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.get_php_resource.php [moved from library/Smarty/internals/core.get_php_resource.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.is_secure.php [moved from library/Smarty/internals/core.is_secure.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.is_trusted.php [moved from library/Smarty/internals/core.is_trusted.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.load_plugins.php [moved from library/Smarty/internals/core.load_plugins.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.load_resource_plugin.php [moved from library/Smarty/internals/core.load_resource_plugin.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.process_cached_inserts.php [moved from library/Smarty/internals/core.process_cached_inserts.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.process_compiled_include.php [moved from library/Smarty/internals/core.process_compiled_include.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.read_cache_file.php [moved from library/Smarty/internals/core.read_cache_file.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.rm_auto.php [moved from library/Smarty/internals/core.rm_auto.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.rmdir.php [moved from library/Smarty/internals/core.rmdir.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.run_insert_handler.php [moved from library/Smarty/internals/core.run_insert_handler.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.smarty_include_php.php [moved from library/Smarty/internals/core.smarty_include_php.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.write_cache_file.php [moved from library/Smarty/internals/core.write_cache_file.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.write_compiled_include.php [moved from library/Smarty/internals/core.write_compiled_include.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.write_compiled_resource.php [moved from library/Smarty/internals/core.write_compiled_resource.php with 100% similarity]
vendor/smarty/smarty/libs/internals/core.write_file.php [moved from library/Smarty/internals/core.write_file.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/block.textformat.php [moved from library/Smarty/plugins/block.textformat.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/compiler.assign.php [moved from library/Smarty/plugins/compiler.assign.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/function.assign_debug_info.php [moved from library/Smarty/plugins/function.assign_debug_info.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/function.config_load.php [moved from library/Smarty/plugins/function.config_load.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/function.counter.php [moved from library/Smarty/plugins/function.counter.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/function.cycle.php [moved from library/Smarty/plugins/function.cycle.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/function.debug.php [moved from library/Smarty/plugins/function.debug.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/function.eval.php [moved from library/Smarty/plugins/function.eval.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/function.fetch.php [moved from library/Smarty/plugins/function.fetch.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/function.html_checkboxes.php [moved from library/Smarty/plugins/function.html_checkboxes.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/function.html_image.php [moved from library/Smarty/plugins/function.html_image.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/function.html_options.php [moved from library/Smarty/plugins/function.html_options.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/function.html_radios.php [moved from library/Smarty/plugins/function.html_radios.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/function.html_select_date.php [moved from library/Smarty/plugins/function.html_select_date.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/function.html_select_time.php [moved from library/Smarty/plugins/function.html_select_time.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/function.html_table.php [moved from library/Smarty/plugins/function.html_table.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/function.mailto.php [moved from library/Smarty/plugins/function.mailto.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/function.math.php [moved from library/Smarty/plugins/function.math.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/function.popup.php [moved from library/Smarty/plugins/function.popup.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/function.popup_init.php [moved from library/Smarty/plugins/function.popup_init.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.capitalize.php [moved from library/Smarty/plugins/modifier.capitalize.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.cat.php [moved from library/Smarty/plugins/modifier.cat.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.count_characters.php [moved from library/Smarty/plugins/modifier.count_characters.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.count_paragraphs.php [moved from library/Smarty/plugins/modifier.count_paragraphs.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.count_sentences.php [moved from library/Smarty/plugins/modifier.count_sentences.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.count_words.php [moved from library/Smarty/plugins/modifier.count_words.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.date_format.php [moved from library/Smarty/plugins/modifier.date_format.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.debug_print_var.php [moved from library/Smarty/plugins/modifier.debug_print_var.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.default.php [moved from library/Smarty/plugins/modifier.default.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.escape.php [moved from library/Smarty/plugins/modifier.escape.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.indent.php [moved from library/Smarty/plugins/modifier.indent.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.lower.php [moved from library/Smarty/plugins/modifier.lower.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.nl2br.php [moved from library/Smarty/plugins/modifier.nl2br.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php [moved from library/Smarty/plugins/modifier.regex_replace.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.replace.php [moved from library/Smarty/plugins/modifier.replace.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.spacify.php [moved from library/Smarty/plugins/modifier.spacify.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.string_format.php [moved from library/Smarty/plugins/modifier.string_format.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.strip.php [moved from library/Smarty/plugins/modifier.strip.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.strip_tags.php [moved from library/Smarty/plugins/modifier.strip_tags.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.truncate.php [moved from library/Smarty/plugins/modifier.truncate.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.upper.php [moved from library/Smarty/plugins/modifier.upper.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/modifier.wordwrap.php [moved from library/Smarty/plugins/modifier.wordwrap.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/outputfilter.trimwhitespace.php [moved from library/Smarty/plugins/outputfilter.trimwhitespace.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/shared.escape_special_chars.php [moved from library/Smarty/plugins/shared.escape_special_chars.php with 100% similarity]
vendor/smarty/smarty/libs/plugins/shared.make_timestamp.php [moved from library/Smarty/plugins/shared.make_timestamp.php with 100% similarity]