Code

Added smarty 3 rc
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 26 Jan 2010 16:03:58 +0000 (16:03 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 26 Jan 2010 16:03:58 +0000 (16:03 +0000)
commit2f3ab4ddfcec3acc9c7a9b9d5da6172819a70c13
treed958ed1a726e0815978f433f1b2946daf6bf490f
parent5656f7588c48797fc4a27b31907bf6153324f1f9
Added smarty 3 rc

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15339 594d385d-05f5-0310-b6e9-bd551577e9d8
181 files changed:
gosa-core/include/smarty/Smarty.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.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.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.cat.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifier.count_characters.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifier.count_paragraphs.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifier.count_sentences.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifier.count_words.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.default.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.indent.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifier.lower.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifier.noprint.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.string_format.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifier.strip.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifier.strip_tags.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifier.truncate.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifier.upper.php [new file with mode: 0644]
gosa-core/include/smarty/plugins/modifier.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.make_timestamp.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_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_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_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_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_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_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_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_write_file.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method__get_filter_name.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_addpluginsdir.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_clear_all_assign.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_clear_all_cache.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_clear_assign.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_clear_cache.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_clear_compiled_tpl.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_clear_config.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_compile_directory.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_disablecachemodifycheck.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_disablecaching.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_disablecompilecheck.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_disableconfigbooleanize.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_disableconfigoverwrite.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_disableconfigreadhidden.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_disabledebugging.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_disabledebuggingurlctrl.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_disabledefaulttimezone.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_disableforcecompile.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_disablevariablefilter.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_enablecachemodifycheck.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_enablecompilecheck.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_enableconfigbooleanize.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_enableconfigoverwrite.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_enableconfigreadhidden.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_enabledebugging.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_enabledebuggingurlctrl.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_enabledefaulttimezone.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_enableforcecompile.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_enablevariablefilter.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_get_config_vars.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_get_global.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_get_registered_object.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_get_template_vars.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_getcachedir.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_getcachelifetime.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_getcompiledir.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_getconfigdir.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_getdebugtemplate.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_getpluginsdir.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_gettemplatedir.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_getvariablefilter.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_iscachemodifycheck.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_iscaching.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_iscompilecheck.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_isconfigbooleanize.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_isconfigoverwrite.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_isconfigreadhidden.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_isdebugging.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_isdebuggingurlctrl.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_isdefaulttimezone.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_isforcecompile.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_load_filter.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_register_block.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_register_compiler_function.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_register_function.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_register_modifier.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_register_object.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_register_outputfilter.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_register_postfilter.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_register_prefilter.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_register_resource.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_register_variablefilter.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_registerdefaultpluginhandler.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_registerdefaulttemplatehandler.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_setconfigdir.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_setdebugtemplate.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_setpluginsdir.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_template_exists.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_test.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_unregister_block.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_unregister_compiler_function.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_unregister_function.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_unregister_modifier.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_unregister_object.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_unregister_outputfilter.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_unregister_postfilter.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_unregister_prefilter.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_unregister_resource.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_method_unregister_variablefilter.php [new file with mode: 0644]
gosa-core/include/smarty/sysplugins/smarty_security.php [new file with mode: 0644]