Commit Graph

39 Commits

Author SHA1 Message Date
Dan Shepherd
d45652afe2 Update README with correct plugin method signature
The existing README states that 3 params are passed for plugins (params, smarty, template) but the smarty object was actually removed long ago. This update correct this.
2015-10-08 13:50:46 +01:00
Uwe.Tews@googlemail.com
b0b2c0e86d 17.06.2013
- fixed spelling in sources and documentation (from smarty-developers forum Veres Lajos)
2013-06-17 12:34:10 +00:00
monte.ohrt
12a8953246 commit 3.1 files to trunk 2011-09-16 15:16:22 +00:00
monte.ohrt
abf779f91b update README for 3.0.5wq 2010-11-21 02:58:39 +00:00
monte.ohrt
86afd1b42a update version in README 2010-11-12 15:02:15 +00:00
monte.ohrt
0d1cebad79 update README
2010-11-11 21:54:26 +00:00
monte.ohrt
6cd1b88fbe update README 2010-11-11 21:49:04 +00:00
uwe.tews@googlemail.com
f044178bad - major update including some API changes 2010-11-11 21:34:36 +00:00
Uwe.Tews
ccc0e1b6c8 - added $smarty->register->templateClass() and $smarty->unregister->templateClass() methods for supporting static classes with namespace 2010-06-24 20:30:19 +00:00
Uwe.Tews
ecf66837b5 - fix to make calling of template functions unambiguously by madatory usage of the {call} tag 2010-04-30 21:06:07 +00:00
Uwe.Tews
4b6590728e - README update regarding plugins 2010-03-08 18:06:54 +00:00
monte.ohrt
7c9aed9299 remove debug code 2010-02-20 23:22:55 +00:00
Uwe.Tews
78c2e92f19 - bugfix on nested {block} tags
- changed Smarty special variable $smarty.parent to $smarty.block.parent
2010-02-12 15:56:17 +00:00
monte.ohrt
c2ff808db6 update README 2010-02-08 17:49:26 +00:00
monte.ohrt
0c2b18c727 move getTemplateVars() into data object 2010-02-08 17:31:15 +00:00
monte.ohrt
5be6130f0c update API list 2010-02-08 17:08:09 +00:00
monte.ohrt
9af377d7d3 major API update 2010-02-06 22:11:10 +00:00
Uwe.Tews
e89c15d65d - new method $smarty->createData([$parent]) for creating a data object (required for bugfixes below)
- bugfix config_load() method now works also on a data object
- bugfix get_config_vars() method now works also on a data and template objects
- bugfix clear_config() method now works also on a data and template objects
2010-01-22 16:39:30 +00:00
Uwe.Tews
44dd7830dd --- this is a major update with a couple of internal changes ---
- new config file lexer/parser (thanks to Thue Jnaus Kristensen)
- template lexer/parser fixes for PHP and {literal} handing (thanks to Thue Jnaus Kristensen)
- fix on registered plugins with different type but same name
- rewrite of plugin handling (optimized execution speed)
- closed a security hole regarding PHP code injection into cache files
- fixed bug in clear cache handling
- Renamed a couple of internal classes
- code cleanup for merging compiled templates
- couple of runtime optimizations (still not all done)
2009-12-27 15:06:49 +00:00
Uwe.Tews
bec015821a - fixed documentation of extends resource 2009-12-06 12:25:19 +00:00
Uwe.Tews
9ee61377fa - README 2009-12-03 22:50:05 +00:00
Uwe.Tews
1470251f18 - renamed extend tag and resource to extens: {extends file='foo.tol'} , $smarty->display('extends:foo.tpl|bar.tpl); 2009-11-17 19:03:06 +00:00
Uwe.Tews
da8e893358 2009-11-12 22:13:21 +00:00
Uwe.Tews
e47a58fb6a - added description of template inheritance 2009-11-12 21:56:54 +00:00
Uwe.Tews
5c2b897534 - config_load method can now be called on data and template objects 2009-11-05 18:22:40 +00:00
monte.ohrt
23c4e77f14 fix typo 2009-11-03 15:46:22 +00:00
monte.ohrt
182e40d4e9 remove tabs 2009-11-02 21:20:36 +00:00
monte.ohrt
469975c237 remove tabs 2009-11-02 21:19:57 +00:00
monte.ohrt
6eb95b0b30 update README 2009-11-02 21:14:10 +00:00
Uwe.Tews
9cc1533ac0 - update of README 2009-10-02 20:48:46 +00:00
Uwe.Tews
3c4b99ca34 -update of README 2009-10-02 15:30:32 +00:00
monte.ohrt
c4b46fe7c8 update for beta 2009-10-02 14:43:55 +00:00
Uwe.Tews
b85d0ca2db - Update of README 2009-09-30 22:06:46 +00:00
Uwe.Tews
5fce224f8d - fixed problems whitespace in conjunction with custom delimiters
- Smarty tags can now be used as value anywhere
2009-08-21 14:50:34 +00:00
Uwe.Tews
581620d8cd - fix on \n and spaces inside smarty tags
- removed request_use_auto_globals propert as it is no longer needed because Smarty 3 will always run under PHP 5
2009-06-22 14:23:21 +00:00
Uwe.Tews
453d8a23da - change of new style syntax for forach. Now: {foreach $array as $var} like in PHP 2009-04-21 18:02:34 +00:00
Uwe.Tews
0ab30877db - variable scopes LOCAL_SCOPE, PARENT_SCOPE, ROOT_SCOPE
- more getter/setter methodes
2009-04-06 02:53:09 +00:00
Uwe.Tews
65f1871c98 - update of README file 2009-04-05 18:07:17 +00:00
Uwe.Tews
e06ebee879 - files moved in SVN 2009-03-22 16:59:03 +00:00