index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
plugins
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-09
fix smarty security_policy issue in plugins {html_image} and {fetch}
rodneyrehm
2
-4
/
+4
2011-03-28
- bugfix on error message in smarty_internal_compile_block.php
uwe.tews@googlemail.com
1
-2
/
+2
2011-03-01
- bugfix replace modifier did not work in 3.0.7 on systems without multibyte ...
uwe.tews@googlemail.com
1
-3
/
+5
2011-01-19
flip test for ctype_digit, speed up
monte.ohrt
1
-1
/
+1
2011-01-17
avoid preg for string match
monte.ohrt
1
-2
/
+2
2011-01-04
remove overlib plugins - no longer supported
monte.ohrt
2
-157
/
+0
2011-01-03
fix mb_str_replace to work with utf8
monte.ohrt
3
-49
/
+42
2010-12-21
update html_options to support class and id attrs
monte.ohrt
1
-10
/
+24
2010-11-17
-bugfix in function.fetch.php, reference to undefined $smarty
uwe.tews@googlemail.com
1
-1
/
+1
2010-11-14
- bugfix isset() did not allow multiple parameter
uwe.tews@googlemail.com
1
-1
/
+1
2010-11-13
- reverted location of loadPlugin() to Smarty class
uwe.tews@googlemail.com
15
-34
/
+10
2010-11-12
- reactivated $error_reporting property handling
uwe.tews@googlemail.com
16
-22
/
+22
2010-11-11
- major update including some API changes
uwe.tews@googlemail.com
2
-2
/
+2
2010-09-25
- bugfix on some compiling modifiers
uwe.tews@googlemail.com
4
-5
/
+5
2010-09-22
- bugfix on default modifier
uwe.tews@googlemail.com
1
-1
/
+1
2010-09-07
- bugfix {counter} and {cycle} plugin assigned result to smarty variable not ...
Uwe.Tews
2
-5
/
+7
2010-08-23
- fixed E_STRICT errors for uninitialized variables
Uwe.Tews
2
-1
/
+2
2010-08-17
fix formatting
monte.ohrt
41
-437
/
+452
2010-08-13
- remove exception_handler property from Smarty class
Uwe.Tews
2
-5
/
+5
2010-08-06
- bugfix when cascading some modifier like |strip|strip_tags modifier
Uwe.Tews
2
-3
/
+3
2010-08-05
- added plugin type modifiercompiler to produce compiled modifier code
Uwe.Tews
26
-443
/
+480
2010-07-14
- make the date_format modifier work also on objects of the DateTime class
Uwe.Tews
1
-2
/
+2
2010-07-13
add DateTime support, clean up some logic
monte.ohrt
1
-9
/
+7
2010-07-08
- bugfix on assigning multidimensional arrays within templates
Uwe.Tews
1
-1
/
+1
2010-07-07
- bugfix support of script files relative to trusted_dir
Uwe.Tews
1
-1
/
+1
2010-07-07
- bugfix the truncate modifier needs to check if the string is utf-8 encoded ...
Uwe.Tews
1
-45
/
+48
2010-07-06
- create exception on recursive {extends} calls
Uwe.Tews
2
-58
/
+66
2010-07-01
- removed call_user_func_array calls for optimization of compiled code when u...
Uwe.Tews
3
-4
/
+4
2010-06-01
- removed /* vim: set expandtab: */ comments
Uwe.Tews
5
-18
/
+3
2010-05-27
- make scope of {counter} and {cycle} tags again global as in Smarty2
Uwe.Tews
2
-46
/
+53
2010-04-17
- security fix in {math} plugin
Uwe.Tews
1
-2
/
+2
2010-04-16
revert lables on optgroup tags
monte.ohrt
1
-2
/
+2
2010-04-12
remove label from option tag (unnecessary):wq
monte.ohrt
1
-3
/
+3
2010-03-01
move replacement func
monte.ohrt
1
-15
/
+15
2010-03-01
fix mb check
monte.ohrt
1
-1
/
+1
2010-02-18
remove unnecessary param for preg
monte.ohrt
1
-1
/
+1
2010-02-16
- bugfix on <?xml ... ?> tags for all php_handling modes
Uwe.Tews
1
-2
/
+2
2010-02-16
change ereg to preg
monte.ohrt
1
-1
/
+1
2010-01-01
- bugfix for {php} tag (trow an exception if allow_php_tag = false)
Uwe.Tews
1
-15
/
+3
2009-12-27
--- this is a major update with a couple of internal changes ---
Uwe.Tews
1
-61
/
+59
2009-12-05
add automagic formatting for date() and strftime()
monte.ohrt
1
-14
/
+18
2009-12-01
- replaced most hard errors (exceptions) by softerrors(trigger_error) in plugins
Uwe.Tews
13
-34
/
+34
2009-12-01
- removed cache resource plugin for mysql from the distribution
Uwe.Tews
1
-200
/
+0
2009-11-30
- update of comment
Uwe.Tews
1
-3
/
+3
2009-11-27
- added comment with MYSQL create table command
Uwe.Tews
1
-0
/
+9
2009-11-27
- added cache resource MYSQL plugin
Uwe.Tews
1
-0
/
+191
2009-11-17
- bugfix cycle plugin
Uwe.Tews
1
-1
/
+1
2009-11-17
- sanitize compile_id and cache_id (replace illegal chars with _)
Uwe.Tews
1
-1
/
+1
2009-11-17
fix delimiter setting
monte.ohrt
1
-1
/
+5
2009-11-06
change linefeed style to native on all files
monte.ohrt
10
-574
/
+574
[next]