remove smarty
authorStricted <info@stricted.de>
Sun, 24 May 2015 14:18:09 +0000 (16:18 +0200)
committerStricted <info@stricted.de>
Sun, 24 May 2015 14:18:09 +0000 (16:18 +0200)
commit54bf8e6d4b331075ba18d3634a99f566b6f10e62
treee8c43b7a354dd13e281b9853193916a1cd94d59b
parentf6dedc0966e206978c24cb33e0325626473ea414
remove smarty
145 files changed:
lib/api/smarty/Autoloader.php [deleted file]
lib/api/smarty/Smarty.class.php [deleted file]
lib/api/smarty/SmartyBC.class.php [deleted file]
lib/api/smarty/debug.tpl [deleted file]
lib/api/smarty/plugins/block.lang.php [deleted file]
lib/api/smarty/plugins/block.textformat.php [deleted file]
lib/api/smarty/plugins/function.counter.php [deleted file]
lib/api/smarty/plugins/function.cycle.php [deleted file]
lib/api/smarty/plugins/function.fetch.php [deleted file]
lib/api/smarty/plugins/function.html_checkboxes.php [deleted file]
lib/api/smarty/plugins/function.html_image.php [deleted file]
lib/api/smarty/plugins/function.html_options.php [deleted file]
lib/api/smarty/plugins/function.html_radios.php [deleted file]
lib/api/smarty/plugins/function.html_select_date.php [deleted file]
lib/api/smarty/plugins/function.html_select_time.php [deleted file]
lib/api/smarty/plugins/function.html_table.php [deleted file]
lib/api/smarty/plugins/function.mailto.php [deleted file]
lib/api/smarty/plugins/function.math.php [deleted file]
lib/api/smarty/plugins/function.pages.php [deleted file]
lib/api/smarty/plugins/modifier.capitalize.php [deleted file]
lib/api/smarty/plugins/modifier.date_format.php [deleted file]
lib/api/smarty/plugins/modifier.debug_print_var.php [deleted file]
lib/api/smarty/plugins/modifier.escape.php [deleted file]
lib/api/smarty/plugins/modifier.regex_replace.php [deleted file]
lib/api/smarty/plugins/modifier.replace.php [deleted file]
lib/api/smarty/plugins/modifier.spacify.php [deleted file]
lib/api/smarty/plugins/modifier.truncate.php [deleted file]
lib/api/smarty/plugins/modifiercompiler.cat.php [deleted file]
lib/api/smarty/plugins/modifiercompiler.count_characters.php [deleted file]
lib/api/smarty/plugins/modifiercompiler.count_paragraphs.php [deleted file]
lib/api/smarty/plugins/modifiercompiler.count_sentences.php [deleted file]
lib/api/smarty/plugins/modifiercompiler.count_words.php [deleted file]
lib/api/smarty/plugins/modifiercompiler.default.php [deleted file]
lib/api/smarty/plugins/modifiercompiler.escape.php [deleted file]
lib/api/smarty/plugins/modifiercompiler.from_charset.php [deleted file]
lib/api/smarty/plugins/modifiercompiler.indent.php [deleted file]
lib/api/smarty/plugins/modifiercompiler.lower.php [deleted file]
lib/api/smarty/plugins/modifiercompiler.noprint.php [deleted file]
lib/api/smarty/plugins/modifiercompiler.string_format.php [deleted file]
lib/api/smarty/plugins/modifiercompiler.strip.php [deleted file]
lib/api/smarty/plugins/modifiercompiler.strip_tags.php [deleted file]
lib/api/smarty/plugins/modifiercompiler.to_charset.php [deleted file]
lib/api/smarty/plugins/modifiercompiler.unescape.php [deleted file]
lib/api/smarty/plugins/modifiercompiler.upper.php [deleted file]
lib/api/smarty/plugins/modifiercompiler.wordwrap.php [deleted file]
lib/api/smarty/plugins/outputfilter.trimwhitespace.php [deleted file]
lib/api/smarty/plugins/prefilter.hascontent.php [deleted file]
lib/api/smarty/plugins/shared.escape_special_chars.php [deleted file]
lib/api/smarty/plugins/shared.literal_compiler_param.php [deleted file]
lib/api/smarty/plugins/shared.make_timestamp.php [deleted file]
lib/api/smarty/plugins/shared.mb_str_replace.php [deleted file]
lib/api/smarty/plugins/shared.mb_unicode.php [deleted file]
lib/api/smarty/plugins/shared.mb_wordwrap.php [deleted file]
lib/api/smarty/plugins/variablefilter.htmlspecialchars.php [deleted file]
lib/api/smarty/sysplugins/smarty_cacheresource.php [deleted file]
lib/api/smarty/sysplugins/smarty_cacheresource_custom.php [deleted file]
lib/api/smarty/sysplugins/smarty_cacheresource_keyvaluestore.php [deleted file]
lib/api/smarty/sysplugins/smarty_data.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_cacheresource_file.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_append.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_assign.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_block.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_break.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_call.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_capture.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_config_load.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_continue.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_debug.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_eval.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_extends.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_for.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_foreach.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_function.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_if.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_include.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_include_php.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_insert.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_ldelim.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_nocache.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_private_block_plugin.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_private_function_plugin.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_private_modifier.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_private_object_block_function.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_private_object_function.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_private_php.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_private_print_expression.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_private_registered_block.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_private_registered_function.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_private_special_variable.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_rdelim.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_section.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_setfilter.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compile_while.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_compilebase.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_config_file_compiler.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_configfilelexer.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_configfileparser.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_data.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_debug.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_extension_codeframe.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_extension_config.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_extension_defaulttemplatehandler.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_filter_handler.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_function_call_handler.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_get_include_path.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_nocache_insert.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_parsetree.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_parsetree_code.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_parsetree_dq.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_parsetree_dqcontent.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_parsetree_tag.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_parsetree_template.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_parsetree_text.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_resource_eval.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_resource_extends.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_resource_file.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_resource_php.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_resource_registered.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_resource_stream.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_resource_string.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_template.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_templatebase.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_templatecompilerbase.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_templatelexer.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_templateparser.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_testinstall.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_utility.php [deleted file]
lib/api/smarty/sysplugins/smarty_internal_write_file.php [deleted file]
lib/api/smarty/sysplugins/smarty_resource.php [deleted file]
lib/api/smarty/sysplugins/smarty_resource_custom.php [deleted file]
lib/api/smarty/sysplugins/smarty_resource_recompiled.php [deleted file]
lib/api/smarty/sysplugins/smarty_resource_uncompiled.php [deleted file]
lib/api/smarty/sysplugins/smarty_security.php [deleted file]
lib/api/smarty/sysplugins/smarty_template_cached.php [deleted file]
lib/api/smarty/sysplugins/smarty_template_compiled.php [deleted file]
lib/api/smarty/sysplugins/smarty_template_config.php [deleted file]
lib/api/smarty/sysplugins/smarty_template_source.php [deleted file]
lib/api/smarty/sysplugins/smarty_undefined_variable.php [deleted file]
lib/api/smarty/sysplugins/smarty_variable.php [deleted file]
lib/api/smarty/sysplugins/smartycompilerexception.php [deleted file]
lib/api/smarty/sysplugins/smartyexception.php [deleted file]
lib/template/plugin/block.lang.php [new file with mode: 0644]
lib/template/plugin/function.pages.php [new file with mode: 0644]
lib/template/plugin/prefilter.hascontent.php [new file with mode: 0644]