MDL-20638 importing latest smarty 2.6.26
authorPetr Skoda <skodak@moodle.org>
Tue, 17 Nov 2009 09:01:56 +0000 (09:01 +0000)
committerPetr Skoda <skodak@moodle.org>
Tue, 17 Nov 2009 09:01:56 +0000 (09:01 +0000)
commit58f3cc81303e57d58fd339ccd68870d525fb222a
tree7f67f30f3b5998d5124654e962e2c26c3eec8442
parent29ba20ac0414bfe913d4501de3df6853d20a0fc6
MDL-20638 importing latest smarty 2.6.26
69 files changed:
lib/smarty/Config_File.class.php
lib/smarty/Smarty.class.php
lib/smarty/Smarty_Compiler.class.php
lib/smarty/core/core.is_secure.php [deleted file]
lib/smarty/core/core.write_compiled_include.php [deleted file]
lib/smarty/core/core.write_file.php [deleted file]
lib/smarty/debug.tpl
lib/smarty/internals/core.assemble_plugin_filepath.php [moved from lib/smarty/core/core.assemble_plugin_filepath.php with 91% similarity]
lib/smarty/internals/core.assign_smarty_interface.php [moved from lib/smarty/core/core.assign_smarty_interface.php with 94% similarity]
lib/smarty/internals/core.create_dir_structure.php [moved from lib/smarty/core/core.create_dir_structure.php with 97% similarity]
lib/smarty/internals/core.display_debug_console.php [moved from lib/smarty/core/core.display_debug_console.php with 87% similarity]
lib/smarty/internals/core.get_include_path.php [moved from lib/smarty/core/core.get_include_path.php with 100% similarity]
lib/smarty/internals/core.get_microtime.php [moved from lib/smarty/core/core.get_microtime.php with 100% similarity]
lib/smarty/internals/core.get_php_resource.php [moved from lib/smarty/core/core.get_php_resource.php with 92% similarity]
lib/smarty/internals/core.is_secure.php [new file with mode: 0644]
lib/smarty/internals/core.is_trusted.php [moved from lib/smarty/core/core.is_trusted.php with 92% similarity]
lib/smarty/internals/core.load_plugins.php [moved from lib/smarty/core/core.load_plugins.php with 100% similarity]
lib/smarty/internals/core.load_resource_plugin.php [moved from lib/smarty/core/core.load_resource_plugin.php with 100% similarity]
lib/smarty/internals/core.process_cached_inserts.php [moved from lib/smarty/core/core.process_cached_inserts.php with 84% similarity]
lib/smarty/internals/core.process_compiled_include.php [moved from lib/smarty/core/core.process_compiled_include.php with 75% similarity]
lib/smarty/internals/core.read_cache_file.php [moved from lib/smarty/core/core.read_cache_file.php with 85% similarity]
lib/smarty/internals/core.rm_auto.php [moved from lib/smarty/core/core.rm_auto.php with 92% similarity]
lib/smarty/internals/core.rmdir.php [moved from lib/smarty/core/core.rmdir.php with 93% similarity]
lib/smarty/internals/core.run_insert_handler.php [moved from lib/smarty/core/core.run_insert_handler.php with 89% similarity]
lib/smarty/internals/core.smarty_include_php.php [moved from lib/smarty/core/core.smarty_include_php.php with 94% similarity]
lib/smarty/internals/core.write_cache_file.php [moved from lib/smarty/core/core.write_cache_file.php with 59% similarity]
lib/smarty/internals/core.write_compiled_include.php [new file with mode: 0644]
lib/smarty/internals/core.write_compiled_resource.php [moved from lib/smarty/core/core.write_compiled_resource.php with 75% similarity]
lib/smarty/internals/core.write_file.php [new file with mode: 0644]
lib/smarty/plugins/block.textformat.php
lib/smarty/plugins/compiler.assign.php
lib/smarty/plugins/function.assign_debug_info.php
lib/smarty/plugins/function.config_load.php
lib/smarty/plugins/function.counter.php
lib/smarty/plugins/function.eval.php
lib/smarty/plugins/function.fetch.php
lib/smarty/plugins/function.html_image.php
lib/smarty/plugins/function.html_options.php
lib/smarty/plugins/function.html_radios.php
lib/smarty/plugins/function.html_select_date.php
lib/smarty/plugins/function.html_select_time.php
lib/smarty/plugins/function.html_table.php
lib/smarty/plugins/function.mailto.php
lib/smarty/plugins/function.math.php
lib/smarty/plugins/function.popup.php
lib/smarty/plugins/function.popup_init.php
lib/smarty/plugins/modifier.capitalize.php
lib/smarty/plugins/modifier.count_characters.php
lib/smarty/plugins/modifier.count_paragraphs.php
lib/smarty/plugins/modifier.count_sentences.php
lib/smarty/plugins/modifier.count_words.php
lib/smarty/plugins/modifier.date_format.php
lib/smarty/plugins/modifier.debug_print_var.php
lib/smarty/plugins/modifier.default.php
lib/smarty/plugins/modifier.escape.php
lib/smarty/plugins/modifier.indent.php
lib/smarty/plugins/modifier.lower.php
lib/smarty/plugins/modifier.regex_replace.php
lib/smarty/plugins/modifier.replace.php
lib/smarty/plugins/modifier.spacify.php
lib/smarty/plugins/modifier.string_format.php
lib/smarty/plugins/modifier.strip_tags.php
lib/smarty/plugins/modifier.truncate.php
lib/smarty/plugins/modifier.upper.php
lib/smarty/plugins/modifier.wordwrap.php
lib/smarty/plugins/outputfilter.trimwhitespace.php
lib/smarty/plugins/shared.escape_special_chars.php
lib/smarty/plugins/shared.make_timestamp.php
lib/smarty/readme_moodle.txt [new file with mode: 0644]