1
0

Smarty 3.1.19 upgrade

This commit is contained in:
Ian
2014-07-01 16:44:57 +02:00
parent 9f6e029e59
commit 3e0bbaa2f0
123 changed files with 7365 additions and 5421 deletions
bundled-libs/Smarty
READMEchange_log.txt
libs
Smarty.class.phpSmartyBC.class.phpdebug.tpl
plugins
sysplugins
smarty_cacheresource.phpsmarty_cacheresource_custom.phpsmarty_cacheresource_keyvaluestore.phpsmarty_config_source.phpsmarty_internal_cacheresource_file.phpsmarty_internal_compile_append.phpsmarty_internal_compile_assign.phpsmarty_internal_compile_block.phpsmarty_internal_compile_break.phpsmarty_internal_compile_call.phpsmarty_internal_compile_capture.phpsmarty_internal_compile_config_load.phpsmarty_internal_compile_continue.phpsmarty_internal_compile_debug.phpsmarty_internal_compile_eval.phpsmarty_internal_compile_extends.phpsmarty_internal_compile_for.phpsmarty_internal_compile_foreach.phpsmarty_internal_compile_function.phpsmarty_internal_compile_if.phpsmarty_internal_compile_include.phpsmarty_internal_compile_include_php.phpsmarty_internal_compile_insert.phpsmarty_internal_compile_ldelim.phpsmarty_internal_compile_nocache.phpsmarty_internal_compile_private_block_plugin.phpsmarty_internal_compile_private_function_plugin.phpsmarty_internal_compile_private_modifier.phpsmarty_internal_compile_private_object_block_function.phpsmarty_internal_compile_private_object_function.phpsmarty_internal_compile_private_print_expression.phpsmarty_internal_compile_private_registered_block.phpsmarty_internal_compile_private_registered_function.phpsmarty_internal_compile_private_special_variable.phpsmarty_internal_compile_rdelim.phpsmarty_internal_compile_section.phpsmarty_internal_compile_setfilter.phpsmarty_internal_compile_while.phpsmarty_internal_compilebase.phpsmarty_internal_config.phpsmarty_internal_config_file_compiler.phpsmarty_internal_configfilelexer.phpsmarty_internal_configfileparser.phpsmarty_internal_data.phpsmarty_internal_debug.phpsmarty_internal_filter_handler.phpsmarty_internal_function_call_handler.phpsmarty_internal_get_include_path.phpsmarty_internal_nocache_insert.phpsmarty_internal_parsetree.phpsmarty_internal_resource_eval.phpsmarty_internal_resource_extends.phpsmarty_internal_resource_file.phpsmarty_internal_resource_php.phpsmarty_internal_resource_registered.phpsmarty_internal_resource_stream.phpsmarty_internal_resource_string.phpsmarty_internal_smartytemplatecompiler.phpsmarty_internal_template.phpsmarty_internal_templatebase.phpsmarty_internal_templatecompilerbase.phpsmarty_internal_templatelexer.phpsmarty_internal_templateparser.phpsmarty_internal_utility.phpsmarty_internal_write_file.phpsmarty_resource.phpsmarty_resource_custom.phpsmarty_resource_recompiled.phpsmarty_resource_uncompiled.phpsmarty_security.php
docs

@ -4,20 +4,22 @@
Version 2.0-beta3 ()
------------------------------------------------------------------------
* Smarty 3.1.19 upgrade (see changelog)
* Fixed thumbnail recreation, Issue #134
* Merged external JS libraries into a central "plugins.js" of the 2k11
backend template, can be updated through
templates/2k11/admin/js/gruntipity.php helper script.
* Adapted database table structure change for statistics, shoutbox,
karma and spamblock plugin (for new field definition of "ip" field)
Thanks to rohdef!
* Added new option "enabledBackendPopups" that allow to specify
if inline modal dialogs or popups are used in the backend for
e.g. the category selectory and media library
* added experimental support for PHP/SMARTY IN MEMORY caching
Enabled by default, if classes found loaded.
Disable with
@ -29,17 +31,17 @@ Version 2.0-beta3 ()
autoincrement
* Remove Google Reader button from syndication plugin options
* Add subToMe-button to syndication plugin and change its defaults
* Use Browsercache to save cache and restore entries
* Improved installer to forbid using database table prefixes with
special characters
* Themes using Engines are now able to use the parent's
configuration
* Prevent "new" plugin api to install double instances of plugins
that are not stackable (issue #45)