index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
sysplugins
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-18
fix compilation for caching templates (#801)
Storyxx
1
-2
/
+2
2022-09-14
clean output buffer for Throwable instead of just Exception (#797)
Simon Wisselink
1
-1
/
+1
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-16
Replace '*/' in user supplied input in C-style comments with '* /'.
Simon Wisselink
6
-15
/
+24
2022-03-10
Fix PHP 8.1 deprecated warning when calling rtrim
Jorge Sá Pereira
1
-1
/
+1
2022-01-18
Cherry-picked from da76d927ed77fb6b3cb8345b83776712d0778e55
Thomas A. Hirsch
1
-2
/
+2
2022-01-18
Cherry-picked from da76d927ed77fb6b3cb8345b83776712d0778e55
Thomas A. Hirsch
5
-9
/
+9
2022-01-10
Merge pull request from GHSA-4h9c-v5vg-5m6m
Simon Wisselink
1
-0
/
+3
2021-10-13
Update README.md. Fix references to Smarty3. Get rid of old changelog-like fi...
Simon Wisselink
1
-1
/
+1
2021-10-13
Feature/php8 support (#629)
Simon Wisselink
46
-3949
/
+2705
2021-02-17
Merge branch 'bugfix/tplfunction_sandbox_escape'
Simon Wisselink
1
-0
/
+5
2021-01-24
Fixed Code injection vulnerability by using illegal function names
Simon Wisselink
1
-0
/
+5
2021-01-24
Prevent access to .template_object when in security mode to prevent PHP code ...
Simon Wisselink
1
-0
/
+4
2021-01-08
Removed unused error_reporting.ini file, updated version number in Smarty::SM...
Simon Wisselink
1
-2
/
+2
2021-01-05
const fix for usage with comparison operators (#618)
Libor M
1
-2
/
+2
2020-09-12
Fixes for php8.0.0beta3 (#608)
Simon Wisselink
2
-3
/
+3
2020-05-05
PHP 5.3 compatibility fixes
AnrDaemon
1
-8
/
+8
2020-04-13
Strip now removes whitespaces after comment (#582)
Simon Wisselink
4
-104
/
+162
2020-04-13
Throw SmartyException when setting caching attributes for cacheable plugin as...
Simon Wisselink
1
-0
/
+2
2020-04-13
Switched to a more advanced regex to test wheter parameter is a variable (#567)
Simon Wisselink
1
-13
/
+21
2020-02-07
fix minor typo
Vadim Kuragkovskiy
1
-1
/
+1
2020-01-27
Fixed broken nesting and null handling.
Simon Wisselink
1
-5
/
+2
2020-01-27
Fix foreachelse on arrayiterators
Simon Wisselink
1
-3
/
+4
2020-01-13
Merge pull request #540 from Hunman/master
mohrt
1
-1
/
+1
2020-01-13
Merge pull request #551 from bits4breakfast/master
mohrt
1
-2
/
+2
2019-12-20
Typo in exception message
JercSi
1
-6
/
+6
2019-08-14
Replace callback typehint with callable
Matteo Galli
1
-2
/
+2
2019-05-13
Fix missing parenthesises in smarty_internal_compile_assign
Sanyi
1
-1
/
+1
2018-10-30
- bugfix a nested subblock in an inheritance child template was not replace by
uwetews
1
-1
/
+1
2018-10-29
- bugfix Smarty::$php_handling == PHP_PASSTHRU (default) did eat the "\n" (ne...
uwetews
1
-2
/
+2
2018-10-11
- bugfix {insert} not works when caching is enabled and included template is ...
uwetews
1
-0
/
+1
2018-10-09
09.10.2018
uwetews
1
-16
/
+21
2018-10-09
09.10.2018
uwetews
1
-1168
/
+1247
2018-09-18
- bugfix large plain text template sections without a Smarty tag > 700kB could
uwetews
1
-30
/
+60
2018-09-03
- bugfix {foreach} using new style property access like {$item@property} on
uwetews
2
-37
/
+36
2018-08-31
- bugfix some custom left and right delimiters like '{^' '^}' did not work
uwetews
1
-3
/
+3
2018-08-31
- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...
uwetews
118
-1053
/
+1356
2018-08-31
- PSR-2 code style fixes for config and template file Lexer/Parser generated ...
uwetews
4
-591
/
+620
2018-08-26
- bugfix/enhancement {capture} allow variable as capture block name in Smarty...
uwetews
1
-6
/
+1
2018-08-19
- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/...
uwetews
27
-2162
/
+1741
2018-06-12
Update PSR-2
Sławomir Kaleta
142
-2068
/
+2648
2018-05-17
- bugfix strip-block produces different output in Smarty v3.1.32 https://gith...
Uwe Tews
1
-14
/
+12
2018-05-17
- bugfix Smarty::compileAllTemplates ignores `$extension` parameter https://g...
Uwe Tews
1
-1
/
+1
2018-05-17
Fix annotation https://github.com/smarty-php/smarty/issues/441
Uwe Tews
1
-1
/
+1
2018-05-17
- improvement do not compute total property in {foreach} if not needed https:...
Uwe Tews
1
-2
/
+5
2018-05-17
- bugfix plugins may not be loaded when setMergeCompiledIncludes is true htt...
Uwe Tews
2
-4
/
+3
2018-04-26
- bugfix regarding Security Vulnerability did not solve the problem under Linux
Uwe Tews
1
-2
/
+6
2018-04-26
- bugfix regarding Security Vulnerability did not solve the problem under Linux
Uwe Tews
1
-1
/
+1
2018-04-26
- bugfix regarding Security Vulnerability did not solve the problem under Linux
Uwe Tews
1
-22
/
+12
[next]