mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
*** empty log message ***
This commit is contained in:
2
CREDITS
2
CREDITS
@@ -3,7 +3,7 @@ Monte Ohrt <monte@ispi.net>:
|
||||
concept" implementation, and maintains documentation & code base.
|
||||
|
||||
Andrei Zmievski <andrei@php.net>:
|
||||
Rewrote parser from scratch, developed plugin architecture, and maintains
|
||||
Rewrote parser from scratch, developed plugin architecture, and maintains
|
||||
code base.
|
||||
|
||||
Anne Holz <anne@ispi.net>:
|
||||
|
@@ -2,11 +2,11 @@
|
||||
---
|
||||
|
||||
This release is a huge milestone for Smarty. Most notable new things are a
|
||||
plugin architecture, PEAR dependancies removed and optimizations that
|
||||
drastically improved the performance of Smarty in most cases.
|
||||
plugin architecture, removal of PEAR dependency, and optimizations that
|
||||
drastically improve the performance of Smarty in most cases.
|
||||
|
||||
The plugin architecture allows modifiers, custom functions, compiler functions,
|
||||
prefilters, postfilters, resources an insert functions all to be added by
|
||||
prefilters, postfilters, resources, and insert functions to be added by
|
||||
simply dropping a file into the plugins directory. Once dropped in, they are
|
||||
automatically registered by the template engine. This makes user-contributed
|
||||
plugins easy to manage, as well as the internal workings of Smarty easy to
|
||||
@@ -30,6 +30,7 @@ cached template page has not changed since the last request, a "304 Not
|
||||
Modified" header will be sent instead of resending the same page. This is
|
||||
disabled by default, change the setting of $cache_modified_check.
|
||||
|
||||
|
||||
1.5.2
|
||||
-----
|
||||
|
||||
|
Reference in New Issue
Block a user