Code

Readded smarty
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 Oct 2011 12:40:59 +0000 (12:40 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 Oct 2011 12:40:59 +0000 (12:40 +0000)
commit9970499afd717bd0bd35cef2fa7daa4db1cce6f8
tree90733070ce0730dcc9c2502c727c7bf15b46f23b
parent277dfe6b9c2839da7ce3e1f8f5cf385dc6386cfd
Readded smarty

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@21024 594d385d-05f5-0310-b6e9-bd551577e9d8
135 files changed:
gosa-core/include/php_setup.inc
gosa-core/include/smarty/Smarty.class.php [new file with mode: 0644]
gosa-core/include/smarty/SmartyBC.class.php [new file with mode: 0644]
gosa-core/include/smarty/debug.tpl [new file with mode: 0644]
gosa-core/include/smarty/plugins/block.php.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/block.render.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/block.t.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/block.textformat.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/function.counter.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/function.cycle.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/function.factory.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/function.fetch.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/function.html_checkboxes.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/function.html_image.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/function.html_options.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/function.html_radios.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/function.html_select_date.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/function.html_select_time.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/function.html_table.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/function.image.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/function.mailto.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/function.math.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/function.msgPool.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/function.popup.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/function.popup_init.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifier.capitalize.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifier.date_format.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifier.debug_print_var.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifier.escape.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifier.regex_replace.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifier.replace.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifier.spacify.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifier.truncate.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifiercompiler.cat.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifiercompiler.count_characters.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifiercompiler.count_paragraphs.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifiercompiler.count_sentences.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifiercompiler.count_words.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifiercompiler.default.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifiercompiler.escape.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifiercompiler.from_charset.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifiercompiler.indent.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifiercompiler.lower.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifiercompiler.noprint.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifiercompiler.string_format.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifiercompiler.strip.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifiercompiler.strip_tags.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifiercompiler.to_charset.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifiercompiler.unescape.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifiercompiler.upper.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifiercompiler.wordwrap.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/outputfilter.trimwhitespace.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/shared.escape_special_chars.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/shared.literal_compiler_param.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/shared.make_timestamp.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/shared.mb_str_replace.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/shared.mb_unicode.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/shared.mb_wordwrap.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/variablefilter.htmlspecialchars.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_cacheresource.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_cacheresource_custom.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_cacheresource_keyvaluestore.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_config_source.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_cache.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_cacheresource_file.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_append.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_assign.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_block.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_break.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_call.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_capture.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_config_load.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_continue.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_debug.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_eval.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_extends.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_for.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_foreach.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_function.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_if.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_include.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_include_php.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_insert.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_ldelim.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_nocache.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_private_block_plugin.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_private_function_plugin.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_private_modifier.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_private_object_block_function.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_private_object_function.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_private_print_expression.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_private_registered_block.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_private_registered_function.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_private_special_variable.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_rdelim.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_section.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_setfilter.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compile_while.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_compilebase.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_config.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_config_file_compiler.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_configfilelexer.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_configfileparser.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_data.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_debug.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_filter.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_filter_handler.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_function_call_handler.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_get_include_path.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_nocache_insert.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_parsetree.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_register.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_resource_eval.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_resource_extends.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_resource_file.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_resource_php.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_resource_registered.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_resource_stream.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_resource_string.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_security_handler.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_template.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_templatebase.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_templatecompilerbase.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_templatelexer.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_templateparser.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_unregister.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_utility.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_wrapper.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_internal_write_file.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_resource.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_resource_custom.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_resource_recompiled.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_resource_uncompiled.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_security.php [new file with mode: 0644]