[pgpool-committers: 205] pgpool: Update Smarty to 3.1.8.

Nozomi Anzai anzai at sraoss.co.jp
Mon May 21 14:03:31 JST 2012


Update Smarty to 3.1.8.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgpooladmin.git;a=commitdiff;h=735a17f711b86bfe286b6e0708c24e2d5d8d48d8

Modified Files
--------------
libs/sysplugins/smarty_cacheresource.php           |  381 +++
libs/sysplugins/smarty_cacheresource_custom.php    |  237 ++
.../smarty_cacheresource_keyvaluestore.php         |  463 +++
libs/sysplugins/smarty_config_source.php           |   95 +
.../smarty_internal_cacheresource_file.php         |  264 ++
libs/sysplugins/smarty_internal_compile_append.php |   53 +
libs/sysplugins/smarty_internal_compile_assign.php |   77 +
libs/sysplugins/smarty_internal_compile_block.php  |  273 ++
libs/sysplugins/smarty_internal_compile_break.php  |   77 +
libs/sysplugins/smarty_internal_compile_call.php   |  130 +
.../sysplugins/smarty_internal_compile_capture.php |   98 +
.../smarty_internal_compile_config_load.php        |   85 +
.../smarty_internal_compile_continue.php           |   78 +
libs/sysplugins/smarty_internal_compile_debug.php  |   43 +
libs/sysplugins/smarty_internal_compile_eval.php   |   73 +
.../sysplugins/smarty_internal_compile_extends.php |  128 +
libs/sysplugins/smarty_internal_compile_for.php    |  151 +
.../sysplugins/smarty_internal_compile_foreach.php |  231 ++
.../smarty_internal_compile_function.php           |  165 +
libs/sysplugins/smarty_internal_compile_if.php     |  207 ++
.../sysplugins/smarty_internal_compile_include.php |  215 ++
.../smarty_internal_compile_include_php.php        |  108 +
libs/sysplugins/smarty_internal_compile_insert.php |  142 +
libs/sysplugins/smarty_internal_compile_ldelim.php |   41 +
.../sysplugins/smarty_internal_compile_nocache.php |   73 +
...marty_internal_compile_private_block_plugin.php |   87 +
...ty_internal_compile_private_function_plugin.php |   73 +
.../smarty_internal_compile_private_modifier.php   |   81 +
...ernal_compile_private_object_block_function.php |   88 +
...ty_internal_compile_private_object_function.php |   79 +
...y_internal_compile_private_print_expression.php |  156 +
...y_internal_compile_private_registered_block.php |  113 +
...nternal_compile_private_registered_function.php |   81 +
...y_internal_compile_private_special_variable.php |  107 +
libs/sysplugins/smarty_internal_compile_rdelim.php |   41 +
.../sysplugins/smarty_internal_compile_section.php |  203 ++
.../smarty_internal_compile_setfilter.php          |   72 +
libs/sysplugins/smarty_internal_compile_while.php  |   94 +
libs/sysplugins/smarty_internal_compilebase.php    |  176 ++
libs/sysplugins/smarty_internal_config.php         |  303 ++
.../smarty_internal_config_file_compiler.php       |  144 +
.../sysplugins/smarty_internal_configfilelexer.php |  622 ++++
.../smarty_internal_configfileparser.php           |  921 ++++++
libs/sysplugins/smarty_internal_data.php           |  551 ++++
libs/sysplugins/smarty_internal_debug.php          |  206 ++
libs/sysplugins/smarty_internal_filter_handler.php |   70 +
.../smarty_internal_function_call_handler.php      |   55 +
.../smarty_internal_get_include_path.php           |   48 +
libs/sysplugins/smarty_internal_nocache_insert.php |   53 +
libs/sysplugins/smarty_internal_parsetree.php      |  395 +++
libs/sysplugins/smarty_internal_resource_eval.php  |   94 +
.../smarty_internal_resource_extends.php           |  157 +
libs/sysplugins/smarty_internal_resource_file.php  |   90 +
libs/sysplugins/smarty_internal_resource_php.php   |  114 +
.../smarty_internal_resource_registered.php        |   95 +
.../sysplugins/smarty_internal_resource_stream.php |   76 +
.../sysplugins/smarty_internal_resource_string.php |   96 +
.../smarty_internal_smartytemplatecompiler.php     |  127 +
libs/sysplugins/smarty_internal_template.php       |  682 ++++
libs/sysplugins/smarty_internal_templatebase.php   |  811 +++++
.../smarty_internal_templatecompilerbase.php       |  632 ++++
libs/sysplugins/smarty_internal_templatelexer.php  | 1184 +++++++
libs/sysplugins/smarty_internal_templateparser.php | 3265 ++++++++++++++++++++
libs/sysplugins/smarty_internal_utility.php        |  828 +++++
libs/sysplugins/smarty_internal_write_file.php     |   70 +
libs/sysplugins/smarty_resource.php                |  830 +++++
libs/sysplugins/smarty_resource_custom.php         |   96 +
libs/sysplugins/smarty_resource_recompiled.php     |   36 +
libs/sysplugins/smarty_resource_uncompiled.php     |   44 +
libs/sysplugins/smarty_security.php                |  459 +++
70 files changed, 18493 insertions(+), 0 deletions(-)



More information about the pgpool-committers mailing list