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
2017-08-06
fixed typo
Uwe Tews
1
-1
/
+1
2017-08-05
- bugfix wordwrap modifier could fail if used in nocache code.
Uwe Tews
4
-93
/
+84
2017-05-27
- performance store flag for already required shared plugin functions in stat...
uwetews
11
-44
/
+122
2017-04-08
spelling fixes
klemens
1
-1
/
+1
2016-09-11
- improvement {math} misleading E_USER_WARNING messages when parameter value ...
uwetews
1
-12
/
+17
2016-09-11
- improvement {math} misleading E_NOTICE messages when parameter value = null...
uwetews
1
-17
/
+12
2016-09-11
- improvement {math} misleading E_NOTICE messages when parameter value = null...
uwetews
1
-12
/
+17
2016-09-06
- performance require_once should be called only once for shared plugins http...
uwetews
1
-0
/
+6
2016-09-02
- performance require_once should be called only once for shared plugins http...
uwetews
11
-40
/
+46
2016-08-23
- bugfix remove constant DS as shortcut for DIRECTORY_SEPARATOR as the user m...
uwetews
1
-1
/
+1
2016-07-23
- improvement remove double funtion declaration in plugin shared.escape_speci...
uwetews
1
-38
/
+19
2016-07-19
- bugfix {match} shell injection vulnerability patch provided by Tim Weber
uwetews
1
-1
/
+15
2016-05-07
-bugfix Only variables should be assigned by reference https://github.com/sma...
uwetews
1
-1
/
+1
2016-02-11
- improvement added KnockoutJS comments to trimwhitespace outputfilter https:...
uwetews
1
-2
/
+2
2016-02-09
- reformat all code for unique style
uwetews
39
-411
/
+457
2016-01-26
- improvement observe Smarty::$_CHARSET in debugging console https://github.c...
uwetews
1
-13
/
+8
2015-12-13
fix link to documentation
uwetews
1
-1
/
+1
2015-08-09
replace property array by object properties
uwetews
2
-7
/
+7
2015-08-01
- update DateTime object can be instance of DateTimeImmutable since PHP5.5 ht...
Uwe Tews
1
-2
/
+2
2015-07-07
Added $limit parameter to regex_replace modifier
Maxime Mérian
1
-2
/
+3
2015-07-01
- bugfix debugging console did not display string values containing \n, \r or...
Uwe Tews
1
-3
/
+3
2015-05-20
- bugfix output filter trimwhitespace could run into the pcre.backtrack_limit...
Uwe Tews
1
-2
/
+2
2015-01-07
Use require_once
Uwe Tews
1
-1
/
+1
2014-11-03
Debug Console Update
Uwe Tews
1
-7
/
+19
2014-08-02
- bugfix modifier wordwrap did output break string wrong if first word was e...
Uwe.Tews@googlemail.com
1
-20
/
+10
2014-07-01
fix url in comment
monte.ohrt
1
-1
/
+1
2014-06-08
- bugfix {html_image} security check did fail on files relative to basedir (...
Uwe.Tews@googlemail.com
1
-1
/
+1
2014-06-06
- fixed spelling, PHPDoc , minor errors, code cleanup
Uwe.Tews@googlemail.com
47
-462
/
+514
2014-02-05
- bugfix shared.literal_compiler_param.php did throw an exception when liter...
Uwe.Tews@googlemail.com
1
-1
/
+1
2013-10-28
- bugfix correction of modifier capitalize fix from 3.10.2013 (issue 159)
Uwe.Tews@googlemail.com
1
-6
/
+6
2013-10-03
- bugfix loops using modifier capitalize did eat up memory (issue 159)
Uwe.Tews@googlemail.com
1
-11
/
+33
2013-09-13
- bugfix html_select_time defaulting error for the Meridian dropdown (forum ...
Uwe.Tews@googlemail.com
1
-1
/
+1
2013-07-14
- update for PHP 5.4 compatibility
Uwe.Tews@googlemail.com
47
-1010
/
+992
2013-07-02
fix order of replacements (mohrt)
monte.ohrt
1
-3
/
+1
2013-06-26
- bugfix removed PHP 5.5 deprecated preg_replace /e option in modifier capita...
Uwe.Tews@googlemail.com
1
-4
/
+4
2013-05-21
- bugfix modifier strip_tags:true was compiled into wrong code (Forum Topic 2...
Uwe.Tews@googlemail.com
1
-7
/
+2
2013-04-25
- bugfix escape and wordrap modifier could be compiled into wrong code when u...
Uwe.Tews@googlemail.com
2
-2
/
+2
2012-11-13
- adding attribute "strict" to html_options, html_checkboxes, html_radios to ...
rodneyrehm
3
-1
/
+52
2012-08-14
fixing typo in comments
rodneyrehm
2
-8
/
+8
2012-06-28
`<script><!-- …` is bad practice and should not be encouraged.
rodneyrehm
1
-0
/
+1
2012-06-24
bugfix escape modifier support for PHP < 5.2.3 (Forum Topic 21176)
rodneyrehm
2
-16
/
+96
2012-06-07
bugfix treat "0000-00-00" as 0 in modifier.date_format (Issue 103)
rodneyrehm
1
-1
/
+1
2012-05-12
bugfix {html_options} did not properly escape values (Issue 98)
rodneyrehm
1
-0
/
+2
2012-02-06
added modifier unescape:"url", fix (Forum Topic 20980)
rodneyrehm
1
-2
/
+5
2012-02-06
todo
rodneyrehm
1
-0
/
+1
2011-12-18
- added Smarty_Security::isTrustedUri() and Smarty_Security::$trusted_uri to ...
rodneyrehm
2
-172
/
+191
2011-12-18
- added Smarty::$_UTF8_MODIFIER for proper PCRE charset handling (Forum Topic...
rodneyrehm
12
-20
/
+20
2011-12-18
- changed internals to use Smarty::$_MBSTRING ($_CHARSET, $_DATE_FORMAT) for ...
rodneyrehm
19
-52
/
+55
2011-12-18
stashing PCRE modifications
rodneyrehm
12
-20
/
+20
2011-11-25
- bugfix {html_select_date} and {html_slecet_time} did not default to current...
uwe.tews@googlemail.com
2
-4
/
+10
[next]