Uwe.Tews
|
152cedb75c
|
- added stream resources ($smarty->display('mystream://mytemplate'))
- added stream variables {$mystream:myvar}
|
2009-04-18 14:46:29 +00:00 |
|
Uwe.Tews
|
04fc33b99a
|
- fixed append/prepend attributes in {block} tag
- added {if 'expression' is in 'array'} syntax
- use crc32 as hash for compiled config files.
|
2009-04-14 09:04:15 +00:00 |
|
Uwe.Tews
|
139b3d4570
|
- fixed scope problem with parent variables when appending variables within templates.
- fixed code for {block} without childs (possible sources for notice errors removed)
|
2009-04-12 22:26:02 +00:00 |
|
Uwe.Tews
|
eace27e2b6
|
- added global variable scope SMARTY_GLOBAL_SCOPE
- enable 'variable' filter by default
|
2009-04-10 12:33:51 +00:00 |
|
Uwe.Tews
|
066467ca82
|
- implementation of a 'variable' filter as replacement for default modifier
- update of unregister_....filter methods
|
2009-04-10 01:15:53 +00:00 |
|
Uwe.Tews
|
9b41308bf6
|
- changed variable scopes to SMARTY_LOCAL_SCOPE, SMARTY_PARENT_SCOPE, SMARTY_ROOT_SCOPE to avoid possible conflicts with user constants
- Smarty variable global attribute replaced with scope attribute
|
2009-04-07 16:22:31 +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
|
45e2a5f0d6
|
- make output of template default handlers cachable
|
2009-04-04 19:07:42 +00:00 |
|
Uwe.Tews
|
3c5f0d56d3
|
- added registerDefaultTemplateHandler methode and functionallity
- added registerDefaultPluginHandler methode and functionallity
- added {append} tag to extend Smarty array variabled
|
2009-04-03 15:59:40 +00:00 |
|
Uwe.Tews
|
25e4ef7fb9
|
- bugfix smarty.class and internal.security_handler
- added compile_check configuration
- added all setter/getter methodes
|
2009-03-31 14:20:10 +00:00 |
|
Uwe.Tews
|
c9bbd7e834
|
- added all major setter/getter methodes
|
2009-03-30 17:05:37 +00:00 |
|
Uwe.Tews
|
590029c092
|
- code optimization at crc32 hash computation
|
2009-03-29 13:13:33 +00:00 |
|
Uwe.Tews
|
8a8766b0bd
|
- added extend resource
|
2009-03-27 15:31:47 +00:00 |
|
monte.ohrt
|
dcaa96a9f8
|
rearrange things into distribution and development directories
|
2009-03-22 16:09:05 +00:00 |
|