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
2022-11-22
PHP8.2 compatibility (#775)
Progi1984
3
-112
/
+14
2022-09-23
Using PHP functions as modifiers now triggers a deprecation notice (#814)
Simon Wisselink
5
-0
/
+128
2022-09-22
Fixed PHP8.1 deprecation errors in strip_tags (#803)
Simon Wisselink
1
-2
/
+2
2022-09-22
Silence deprecation errors for strtime in PHP8.1 or higher
Simon Wisselink
2
-3
/
+4
2022-09-18
Fix wrong indentation in libs/plugins/modifier.capitalize.php (#802)
Hypolite Petovan
1
-1
/
+1
2022-09-14
Fixed unselected year/month/day not working in html_select_date
Simon Wisselink
1
-31
/
+38
2022-09-14
Applied appropriate javascript and html escaping in mailto plugin to counter ...
Simon Wisselink
1
-10
/
+18
2022-09-13
Fixed PHP8.1 deprecation errors in capitalize modifier
Simon Wisselink
1
-0
/
+2
2022-09-12
Fixed use of `rand()` without a parameter in math function (#795)
Simon Wisselink
1
-1
/
+1
2022-09-10
Fixed PHP8.1 deprecation errors in upper modifier #788
Simon Wisselink
1
-2
/
+2
2022-09-09
address PHP 8.1 'explode', 'number_format', and 'replace' deprecations (#755)
Mark Fettig
3
-1
/
+52
2022-08-01
Fixed second param of unescape modifier (#778)
Simon Wisselink
1
-7
/
+15
2022-07-19
Merge branch 'fix-issue-549-v3' of github.com:AnrDaemon/smarty into AnrDaemon...
Simon Wisselink
1
-0
/
+34
2022-02-08
PHP 8.1: fix deprecation in escape modifier
Libor M
2
-10
/
+13
2022-02-06
prevent float to int cast deprecation warning in truncate modifier
Simon Wisselink
1
-3
/
+3
2022-02-04
math equation return warning: math: illegal character for : {math equation="m...
Pavel Kochman
1
-1
/
+1
2022-01-18
Support multiple operators in math equations (#708)
Claas Augner
1
-1
/
+1
2022-01-10
Merge pull request from GHSA-29gp-2c3m-3j6m
Simon Wisselink
1
-1
/
+31
2022-01-09
Rewrote the mailto function to not use `eval` when encoding with javascript
Simon Wisselink
1
-7
/
+4
2021-12-03
Fix for php 8.0 (#687)
Darek Krzysztofiak
1
-1
/
+1
2021-10-13
Feature/php8 support (#629)
Simon Wisselink
36
-51
/
+39
2021-08-19
Merge branch 'escape' of https://github.com/m-haritonov/smarty into m-hariton...
Simon Wisselink
2
-2
/
+7
2021-03-21
Update modifier.escape.php (#649)
David Goodwin
1
-0
/
+1
2021-02-28
plugins: escape: javascript escaping secure fix
Mihail Haritonov
2
-2
/
+7
2018-10-11
- bugfix in date-format modifier; NULL at date string or default_date did not...
uwetews
1
-2
/
+2
2018-08-31
- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...
uwetews
43
-276
/
+304
2018-08-19
- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/...
uwetews
16
-1136
/
+934
2018-06-12
Update PSR-2
Sławomir Kaleta
34
-904
/
+1022
2018-03-28
- bugfix plugins may not be loaded if {function} or {block} tags are executed...
Uwe Tews
9
-74
/
+55
2017-11-20
bugfix rework of newline spacing between tag code and template text.
Uwe Tews
1
-3
/
+3
2017-11-11
remove html tags from PHPDoc blocks
Uwe Tews
42
-134
/
+134
2017-11-06
code cleanup and optimizations 3.1.32-dev-34
Uwe Tews
23
-121
/
+121
2017-10-26
- correction of PHPDoc blocks
Uwe Tews
8
-22
/
+84
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
[next]