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.
|
concept" implementation, and maintains documentation & code base.
|
||||||
|
|
||||||
Andrei Zmievski <andrei@php.net>:
|
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.
|
code base.
|
||||||
|
|
||||||
Anne Holz <anne@ispi.net>:
|
Anne Holz <anne@ispi.net>:
|
||||||
|
@@ -2,11 +2,11 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
This release is a huge milestone for Smarty. Most notable new things are a
|
This release is a huge milestone for Smarty. Most notable new things are a
|
||||||
plugin architecture, PEAR dependancies removed and optimizations that
|
plugin architecture, removal of PEAR dependency, and optimizations that
|
||||||
drastically improved the performance of Smarty in most cases.
|
drastically improve the performance of Smarty in most cases.
|
||||||
|
|
||||||
The plugin architecture allows modifiers, custom functions, compiler functions,
|
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
|
simply dropping a file into the plugins directory. Once dropped in, they are
|
||||||
automatically registered by the template engine. This makes user-contributed
|
automatically registered by the template engine. This makes user-contributed
|
||||||
plugins easy to manage, as well as the internal workings of Smarty easy to
|
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
|
Modified" header will be sent instead of resending the same page. This is
|
||||||
disabled by default, change the setting of $cache_modified_check.
|
disabled by default, change the setting of $cache_modified_check.
|
||||||
|
|
||||||
|
|
||||||
1.5.2
|
1.5.2
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
1
TODO
1
TODO
@@ -8,5 +8,4 @@
|
|||||||
* ability to concatenate values/strings together
|
* ability to concatenate values/strings together
|
||||||
* fix all E_NOTICE warnings
|
* fix all E_NOTICE warnings
|
||||||
* make simple math easier
|
* make simple math easier
|
||||||
* 'eval' modifier
|
|
||||||
* caching all but parts of the template
|
* caching all but parts of the template
|
||||||
|
Reference in New Issue
Block a user