index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-20
Suppress E_DEPRECATED warnings for PHP 8.x compatibility
HEAD
master
Lester Caine
1
-2
/
+2
2024-05-24
Scottchiefbaker/master (#1019)
Simon Wisselink
1
-0
/
+42
2023-08-08
Smarty5 (#852)
Simon Wisselink
209
-31623
/
+0
2023-08-04
Fix strip_tags modifier for falsy input. (#893)
Simon Wisselink
1
-1
/
+1
2023-07-19
version bump
Simon Wisselink
1
-1
/
+1
2023-07-19
muteUndefinedOrNullWarnings() now also mutes PHP8 warnings for undefined prop...
Simon Wisselink
1
-0
/
+13
2023-04-30
Remove `md5` modifier from debug.tpl (#871)
Jon
2
-6
/
+7
2023-03-28
version bump
Simon Wisselink
1
-1
/
+1
2023-03-24
Implement fix and tests
Simon Wisselink
2
-2
/
+6
2023-01-17
PHP 8.1 deprecation warnings on null strings in modifiers (#834)
Adrien Poupa
8
-11
/
+11
2022-11-24
Allow dereferencing of non-objects accross all supported PHP versions (#832)
Simon Wisselink
1
-1
/
+14
2022-11-24
Treat undefined vars and array access of a null or false variables equival...
Simon Wisselink
1
-2
/
+6
2022-11-23
Also mute php7 notices for undefined array indexes when muteUndefinedOrNullWa...
Simon Wisselink
2
-4
/
+3
2022-11-22
version bump
Simon Wisselink
1
-1
/
+1
2022-11-22
Change file permissions for directories and respect umask for written files. ...
Simon Wisselink
1
-4
/
+2
2022-11-22
Make SmartyCompilerException play nicer with error handler libraries (#782)
Hunman
2
-2
/
+34
2022-11-22
PHP8.2 compatibility (#775)
Progi1984
8
-113
/
+19
2022-09-27
Dropped remaining references to removed PHP-support in Smarty 4 from docs, le...
Simon Wisselink
1
-29
/
+0
2022-09-27
Use __DIR__ instead of dirname(__FILE__) (#817)
Raimondas Rimkevičius
5
-9
/
+9
2022-09-23
Using PHP functions as modifiers now triggers a deprecation notice (#814)
Simon Wisselink
7
-2
/
+133
2022-09-22
Bug fix for underscore in template name (#581)
Scott Newton
1
-2
/
+13
2022-09-22
#155 Adapt Smarty upper/lower functions to be codesafe (e.g. for Turkish loca...
Alec Smecher
10
-29
/
+93
2022-09-22
Fixed PHP8.1 deprecation errors in strip_tags (#803)
Simon Wisselink
1
-2
/
+2
2022-09-22
Fixed PHP8.1 deprecation errors passing null to parameter in trim (#807)
Mathias
1
-2
/
+2
2022-09-22
Silence deprecation errors for strtime in PHP8.1 or higher
Simon Wisselink
2
-3
/
+4
2022-09-21
Fix Variable Usage (#808)
Jonathan Stoll
1
-1
/
+1
2022-09-18
fix compilation for caching templates (#801)
Storyxx
1
-2
/
+2
2022-09-18
Fix wrong indentation in libs/plugins/modifier.capitalize.php (#802)
Hypolite Petovan
1
-1
/
+1
2022-09-14
clean output buffer for Throwable instead of just Exception (#797)
Simon Wisselink
1
-1
/
+1
2022-09-14
version bump
Simon Wisselink
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
version bump
Simon Wisselink
1
-1
/
+1
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-07-17
Merge branch 'master' of github.com:JonisoftGermany/smarty into JonisoftGerma...
Simon Wisselink
1
-19
/
+34
2022-07-17
Do not use obsolete smarty properties '_dir_perms', '_file_perms', 'plugin_se...
Simon Wisselink
2
-15
/
+5
2022-07-14
Fix PHP 8.1 htmlspecialchars deprecation (#766)
Gunnar Kreitz
1
-1
/
+1
2022-05-17
version bump
Simon Wisselink
1
-1
/
+1
2022-05-16
Replace '*/' in user supplied input in C-style comments with '* /'.
Simon Wisselink
6
-15
/
+24
2022-04-26
Merge pull request #727 from liborm85/escape-modifier-fix
Simon Wisselink
2
-10
/
+13
2022-03-10
Fix PHP 8.1 deprecated warning when calling rtrim
Jorge Sá Pereira
2
-4
/
+4
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-06
Merge pull request #722 from kochichi/bugfix/721
Simon Wisselink
1
-1
/
+1
2022-02-06
version bump
Simon Wisselink
1
-1
/
+1
[next]