Uwe.Tews@googlemail.com
|
9307f0cfcb
|
- bugfix modifier wordwrap did output break string wrong if first word was exceeding lenght with cut = true (topic 25193)
|
2014-08-02 15:24:28 +00:00 |
|
monte.ohrt
|
4b3e1eb89d
|
fix url in comment
|
2014-07-01 19:33:25 +00:00 |
|
Uwe.Tews@googlemail.com
|
0e1f7fdcfc
|
- bugfix {html_image} security check did fail on files relative to basedir (Issue 191)
|
2014-06-08 19:03:39 +00:00 |
|
Uwe.Tews@googlemail.com
|
425091a19f
|
- fixed spelling, PHPDoc , minor errors, code cleanup
|
2014-06-06 02:40:04 +00:00 |
|
Uwe.Tews@googlemail.com
|
f242ce30fb
|
- bugfix shared.literal_compiler_param.php did throw an exception when literal did contain a '-' (smarty-developers group)
|
2014-02-05 19:39:21 +00:00 |
|
Uwe.Tews@googlemail.com
|
5dc4b61771
|
- bugfix correction of modifier capitalize fix from 3.10.2013 (issue 159)
|
2013-10-28 23:56:41 +00:00 |
|
Uwe.Tews@googlemail.com
|
655a2d9301
|
- bugfix loops using modifier capitalize did eat up memory (issue 159)
|
2013-10-03 09:16:27 +00:00 |
|
Uwe.Tews@googlemail.com
|
a0dcb5611b
|
- bugfix html_select_time defaulting error for the Meridian dropdown (forum topic 24549)
|
2013-09-13 20:48:40 +00:00 |
|
Uwe.Tews@googlemail.com
|
00ccae8857
|
- update for PHP 5.4 compatibility
- reformat source to PSR-2 standard
|
2013-07-14 22:15:45 +00:00 |
|
monte.ohrt
|
a0f26a96cc
|
fix order of replacements (mohrt)
|
2013-07-02 14:11:12 +00:00 |
|
Uwe.Tews@googlemail.com
|
0643bf9808
|
- bugfix removed PHP 5.5 deprecated preg_replace /e option in modifier capitalize (forum topic 24389)
|
2013-06-26 22:21:17 +00:00 |
|
Uwe.Tews@googlemail.com
|
6b5b06564f
|
- bugfix modifier strip_tags:true was compiled into wrong code (Forum Topic 24287)
- bugfix /n after ?> in Smarty.class.php did start output buffering (Issue 138)
|
2013-05-21 21:01:23 +00:00 |
|
Uwe.Tews@googlemail.com
|
8e2d249233
|
- bugfix escape and wordrap modifier could be compiled into wrong code when used in {nocache}{/nocache}
section but caching is disabled (Forum Topic 24260)
|
2013-04-25 15:20:13 +00:00 |
|
rodneyrehm
|
b8f0d3bacb
|
- adding attribute "strict" to html_options, html_checkboxes, html_radios to only print disabled/readonly attributes if their values are true or "disabled"/"readonly" (Issue #120)
|
2012-11-13 18:31:48 +00:00 |
|
rodneyrehm
|
b921a7657d
|
fixing typo in comments
|
2012-08-14 13:18:24 +00:00 |
|
rodneyrehm
|
79087f409f
|
<script><!-- … is bad practice and should not be encouraged.
|
2012-06-28 20:13:17 +00:00 |
|
rodneyrehm
|
fc8e4767ca
|
bugfix escape modifier support for PHP < 5.2.3 (Forum Topic 21176)
|
2012-06-24 18:15:58 +00:00 |
|
rodneyrehm
|
dd6d9b159e
|
bugfix treat "0000-00-00" as 0 in modifier.date_format (Issue 103)
|
2012-06-07 13:01:58 +00:00 |
|
rodneyrehm
|
b27fc84447
|
bugfix {html_options} did not properly escape values (Issue 98)
|
2012-05-12 10:59:49 +00:00 |
|
rodneyrehm
|
0f39bdfd59
|
added modifier unescape:"url", fix (Forum Topic 20980)
|
2012-02-06 20:33:07 +00:00 |
|
rodneyrehm
|
8f805ca871
|
todo
|
2012-02-06 20:17:49 +00:00 |
|
rodneyrehm
|
2c25a64dd3
|
- added Smarty_Security::isTrustedUri() and Smarty_Security::$trusted_uri to validate remote resource calls through {fetch} and {html_image} (Forum Topic 20627)
|
2011-12-18 22:21:49 +00:00 |
|
rodneyrehm
|
52754a1a47
|
- added Smarty::$_UTF8_MODIFIER for proper PCRE charset handling (Forum Topic 20452)
|
2011-12-18 18:48:07 +00:00 |
|
rodneyrehm
|
d645ad2ea1
|
- changed internals to use Smarty::$_MBSTRING ($_CHARSET, $_DATE_FORMAT) for better unit testing
|
2011-12-18 18:20:09 +00:00 |
|
rodneyrehm
|
75c271079d
|
stashing PCRE modifications
|
2011-12-18 17:21:44 +00:00 |
|
uwe.tews@googlemail.com
|
fe68b976e8
|
- bugfix {html_select_date} and {html_slecet_time} did not default to current time if "time" was not specified
since r4432 (issue 60)
|
2011-11-25 17:06:30 +00:00 |
|
rodneyrehm
|
3d03494a74
|
- added escape argument to html_checkboxes and html_radios (Forum Topic 20425)
|
2011-11-16 11:28:35 +00:00 |
|
monte.ohrt
|
55fc3b1bc7
|
fix typos paramter to parameter
|
2011-11-14 14:53:16 +00:00 |
|
rodneyrehm
|
1edb2220c7
|
- bugfix smarty_mb_from_unicode() would not decode unicode-points properly
|
2011-10-22 15:30:26 +00:00 |
|
rodneyrehm
|
922017c7fa
|
- bugfix {html_select_date} and {html_select_time} did not properly handle empty time arguments (Forum Topic 20190)
see http://www.smarty.net/forums/viewtopic.php?t=20190
|
2011-10-20 13:31:25 +00:00 |
|
rodneyrehm
|
1cfdafccdd
|
- bugfix variable name typo in {html_options} and {html_checkboxes} (Issue #54)
|
2011-10-10 08:53:43 +00:00 |
|
rodneyrehm
|
b7ef6f0597
|
- improvement removed some unnecessary count()s
|
2011-10-07 14:05:26 +00:00 |
|
rodneyrehm
|
1f35133079
|
- improvement html_checkboxes and html_radios to accept null- and object values, and label_ids attribute
|
2011-10-07 13:39:45 +00:00 |
|
rodneyrehm
|
1bf1b05846
|
- bugfix html_options plugin did not handle object values properly (Issue #49, Forum Topic 20049)
|
2011-10-07 12:11:33 +00:00 |
|
rodneyrehm
|
a3a4bf8f80
|
- improvement removed html comments from {mailto} (Forum Topic 20092)
|
2011-10-07 08:55:12 +00:00 |
|
rodneyrehm
|
7169e594c4
|
- bugfix start_year and end_year of {html_select_date} did not use current year as offset base (Issue #53)
|
2011-10-06 15:12:35 +00:00 |
|
rodneyrehm
|
3825ef336c
|
- bugfix html_options plugin did not handle null- and object values properly (Issue #49, Forum Topic 20049)
|
2011-10-05 18:51:10 +00:00 |
|
uwe.tews@googlemail.com
|
4cb1e143cc
|
- bugfix of problem introduced with r4342 on math plugin
|
2011-10-04 16:38:12 +00:00 |
|
rodneyrehm
|
c24e213ed9
|
typo
|
2011-10-01 19:35:54 +00:00 |
|
rodneyrehm
|
655cbc94bc
|
- improvement replaced some strlen($foo) > 3 calls by isset($foo[3])
|
2011-10-01 18:47:56 +00:00 |
|
rodneyrehm
|
aff7c6a0ab
|
- improvement replaced most in_array() calls by more efficient isset() on array_flip()ed haystacks
- added notes on possible performance optimization/problem with Smarty_Security
|
2011-10-01 18:10:48 +00:00 |
|
rodneyrehm
|
ae85a298d8
|
- bugfix smarty_make_timestamp() failed to process DateTime objects properly
|
2011-09-27 18:16:03 +00:00 |
|
rodneyrehm
|
0cd9821dcc
|
- added chaining to Smarty_Internal_Data so $smarty->assign('a',1)->assign('b',2); is possible now
|
2011-09-27 12:36:50 +00:00 |
|
monte.ohrt
|
8842e79107
|
commit 3.1 into the trunk
|
2011-09-16 14:19:56 +00:00 |
|
rodneyrehm
|
bc96213c44
|
fix smarty security_policy issue in plugins {html_image} and {fetch}
|
2011-06-09 07:52:58 +00:00 |
|
uwe.tews@googlemail.com
|
1757b274d6
|
- bugfix on error message in smarty_internal_compile_block.php
- bugfix mb handling in strip modifier
- bugfix for Smarty2 style registered compiler function on unnamed attribute passing like {tag $foo $bar}
|
2011-03-28 22:18:39 +00:00 |
|
uwe.tews@googlemail.com
|
fe26cf256e
|
- bugfix replace modifier did not work in 3.0.7 on systems without multibyte support
- bugfix {$smarty.template} could return in 3.0.7 parent template name instead of
child name when it needed to compile
|
2011-03-01 19:47:44 +00:00 |
|
monte.ohrt
|
af19a07bf3
|
flip test for ctype_digit, speed up
|
2011-01-19 15:13:27 +00:00 |
|
monte.ohrt
|
2d75fb0098
|
avoid preg for string match
|
2011-01-17 21:49:19 +00:00 |
|
monte.ohrt
|
eba1d212f2
|
remove overlib plugins - no longer supported
|
2011-01-04 16:15:04 +00:00 |
|