index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
Smarty.class.php
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-07
- bugfix registerFilter() or registerPlugin() on template objects did registe...
uwe.tews@googlemail.com
1
-2
/
+2
2011-04-22
- workaround for PHP 5.2.13 bug in method_exists()
uwe.tews@googlemail.com
1
-181
/
+181
2011-02-19
- bugfix force default debug.tpl to be loaded by the file resource when defau...
uwe.tews@googlemail.com
1
-1
/
+1
2011-02-11
fix typos, rewording
monte.ohrt
1
-2
/
+2
2010-12-31
- bugfix dynamic configuration of $debugging_crtl did not work
uwe.tews@googlemail.com
1
-26
/
+27
2010-12-22
do not clone Smarty object on internal createTemplate() calls
uwe.tews@googlemail.com
1
-5
/
+10
2010-12-05
- bugfix missing declaration of $smarty in Smarty class
uwe.tews@googlemail.com
1
-0
/
+2
2010-11-27
-change run output filter before cache file is written (as in Smarty2)
uwe.tews@googlemail.com
1
-1
/
+1
2010-11-15
- bugfix captured content could not be accessed globally
uwe.tews@googlemail.com
1
-1
/
+1
2010-11-15
- bugfix when using {$smarty.session} as object
uwe.tews@googlemail.com
1
-1
/
+1
2010-11-14
- small performace patch in Smarty class
uwe.tews@googlemail.com
1
-4
/
+4
2010-11-13
- bugfix overloading problem when $smarty->fetch()/display() have been used ...
uwe.tews@googlemail.com
1
-4
/
+6
2010-11-13
- code cleanup
uwe.tews@googlemail.com
1
-7
/
+3
2010-11-13
- reverted location of loadPlugin() to Smarty class
uwe.tews@googlemail.com
1
-0
/
+48
2010-11-12
- reactivated $error_reporting property handling
uwe.tews@googlemail.com
1
-0
/
+6
2010-11-11
- major update including some API changes
uwe.tews@googlemail.com
1
-226
/
+197
2010-10-19
- change Smarty does no longer mask out E_NOTICE by default during template p...
uwe.tews@googlemail.com
1
-3
/
+6
2010-09-17
- bugfix {$smarty.template} and {$smarty.current_dir} did not compile correct...
uwe.tews@googlemail.com
1
-0
/
+2
2010-09-08
- allow multiple template inheritance branches starting in subtemplates
Uwe.Tews
1
-7
/
+0
2010-08-17
fix formatting
monte.ohrt
1
-1
/
+9
2010-08-13
- remove exception_handler property from Smarty class
Uwe.Tews
1
-16
/
+15
2010-07-22
- bugfix in templateExists() method
Uwe.Tews
1
-1
/
+5
2010-07-07
- bugfix support of script files relative to trusted_dir
Uwe.Tews
1
-0
/
+1
2010-06-24
- added $smarty->register->templateClass() and $smarty->unregister->templateC...
Uwe.Tews
1
-0
/
+2
2010-06-20
- replace internal get_time() calls with standard PHP5 microtime(true) calls
Uwe.Tews
1
-1
/
+1
2010-04-28
- change default of $debugging_ctrl to 'NONE'
Uwe.Tews
1
-1
/
+1
2010-03-31
- compile locking by touching old compiled files to avoid concurrent compilat...
Uwe.Tews
1
-0
/
+2
2010-03-29
- bugfix allow array definitions as modifier parameter
Uwe.Tews
1
-1
/
+1
2010-03-23
- bugfix on template inheritance when calling multiple child/parent relations
Uwe.Tews
1
-4
/
+9
2010-03-09
- bugfix on uninitialized properties in smarty_internal_template
Uwe.Tews
1
-2
/
+2
2010-03-08
remove comment
monte.ohrt
1
-15
/
+0
2010-02-26
- cache modified check implemented
Uwe.Tews
1
-245
/
+284
2010-02-20
remove debug code
monte.ohrt
1
-1
/
+0
2010-02-20
fix __get() return value, and set properties before returning
monte.ohrt
1
-4
/
+10
2010-02-14
- added missing _plugins property in smarty.class.php
Uwe.Tews
1
-1
/
+3
2010-02-09
- added $smarty->_tag_stack for tracing block tag hierarchy
Uwe.Tews
1
-0
/
+2
2010-02-07
- bugfix on changes of 05/02/2010
Uwe.Tews
1
-84
/
+78
2010-02-06
major API update
monte.ohrt
1
-56
/
+187
2010-01-25
- added test that $_SERVER['SCRIPT_NAME'] does exist in Smarty.class.php
Uwe.Tews
1
-11
/
+14
2010-01-22
- new method $smarty->createData([$parent]) for creating a data object (requi...
Uwe.Tews
1
-1
/
+60
2009-12-29
- use sha1() for filepath encoding
Uwe.Tews
1
-1
/
+1
2009-12-28
set default cache lifetime to 3600, BC with Smarty 2
monte.ohrt
1
-1
/
+1
2009-12-27
--- this is a major update with a couple of internal changes ---
Uwe.Tews
1
-77
/
+54
2009-11-30
- map 'true' to SMARTY_CACHING_LIFETIME_CURRENT for the $smarty->caching para...
Uwe.Tews
1
-1
/
+1
2009-11-27
- added cache resource MYSQL plugin
Uwe.Tews
1
-5
/
+33
2009-11-18
- observe umask settings when setting file permissions
Uwe.Tews
1
-1
/
+1
2009-11-17
- sanitize compile_id and cache_id (replace illegal chars with _)
Uwe.Tews
1
-1
/
+4
2009-11-15
- lexer/parser optimizations on quoted strings
Uwe.Tews
1
-4
/
+0
2009-11-14
- fixed locaion where outputfilters are running
Uwe.Tews
1
-4
/
+8
2009-11-11
- changed debugging handling
Uwe.Tews
1
-11
/
+3
[next]