index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
Smarty.class.php
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
1
-1405
/
+0
2023-07-19
version bump
Simon Wisselink
1
-1
/
+1
2023-03-28
version bump
Simon Wisselink
1
-1
/
+1
2022-11-23
Also mute php7 notices for undefined array indexes when muteUndefinedOrNullWa...
Simon Wisselink
1
-3
/
+2
2022-11-22
version bump
Simon Wisselink
1
-1
/
+1
2022-09-27
Use __DIR__ instead of dirname(__FILE__) (#817)
Raimondas Rimkevičius
1
-3
/
+3
2022-09-22
#155 Adapt Smarty upper/lower functions to be codesafe (e.g. for Turkish loca...
Alec Smecher
1
-0
/
+9
2022-09-14
version bump
Simon Wisselink
1
-1
/
+1
2022-08-01
version bump
Simon Wisselink
1
-1
/
+1
2022-05-17
version bump
Simon Wisselink
1
-1
/
+1
2022-03-10
Fix PHP 8.1 deprecated warning when calling rtrim
Jorge Sá Pereira
1
-3
/
+3
2022-02-06
version bump
Simon Wisselink
1
-1
/
+1
2022-01-18
version bump
Simon Wisselink
1
-1
/
+1
2022-01-10
version bump
Simon Wisselink
1
-1
/
+1
2022-01-10
version bump
Simon Wisselink
1
-1
/
+1
2022-01-09
version bump
Simon Wisselink
1
-1
/
+1
2021-11-25
version bump
Simon Wisselink
1
-1
/
+1
2021-10-13
version bump
Simon Wisselink
1
-1
/
+1
2021-10-13
Feature/php8 support (#629)
Simon Wisselink
1
-56
/
+29
2021-10-13
version bump
Simon Wisselink
1
-1
/
+1
2021-02-17
version bump
Simon Wisselink
1
-1
/
+1
2021-01-08
version bump
Simon Wisselink
1
-1
/
+1
2021-01-08
Removed unused error_reporting.ini file, updated version number in Smarty::SM...
Simon Wisselink
1
-2
/
+1
2021-01-05
Clarify correct LGPL version.
Simon Wisselink
1
-1
/
+1
2020-09-11
Bumped phpdoc @version tag to 3.1.36 (#598)
♚ PH⑦ de Soria™♛
1
-1
/
+1
2020-04-14
Fix comment - Method can return string (#583)
Sławomir Kaleta
1
-1
/
+1
2020-04-14
version bump
Simon Wisselink
1
-1
/
+1
2020-04-14
fixed version of Smarty::SMARTY_VERSION and updates make-release script to do...
Simon Wisselink
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
-1
/
+1
2018-10-14
- bugfix autoloader exit shortcut https://github.com/smarty-php/smarty/issues...
uwetews
1
-1
/
+1
2018-10-11
- bugfix in date-format modifier; NULL at date string or default_date did not...
uwetews
1
-1
/
+1
2018-10-11
- bugfix {insert} not works when caching is enabled and included template is ...
uwetews
1
-1
/
+1
2018-10-09
09.10.2018
uwetews
1
-1
/
+1
2018-09-18
- bugfix large plain text template sections without a Smarty tag > 700kB could
uwetews
1
-2
/
+2
2018-09-12
Prepare 3.1.33 release
v3.1.33
uwetews
1
-2
/
+2
2018-09-03
- bugfix {foreach} using new style property access like {$item@property} on
uwetews
1
-1
/
+1
2018-08-31
- bugfix some custom left and right delimiters like '{^' '^}' did not work
uwetews
1
-1
/
+1
2018-08-31
- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...
uwetews
1
-16
/
+20
2018-08-31
- bugfix on Windows absolute filepathes did fail if the drive letter was foll...
uwetews
1
-2
/
+3
2018-08-31
- PSR-2 code style fixes for config and template file Lexer/Parser generated ...
uwetews
1
-1
/
+1
2018-08-26
- bugfix/enhancement {capture} allow variable as capture block name in Smarty...
uwetews
1
-1
/
+1
2018-08-19
- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/...
uwetews
1
-35
/
+102
2018-06-12
Update PSR-2
Sławomir Kaleta
1
-42
/
+48
2018-05-17
- bugfix strip-block produces different output in Smarty v3.1.32 https://gith...
Uwe Tews
1
-1
/
+1
2018-05-17
- bugfix Smarty::compileAllTemplates ignores `$extension` parameter https://g...
Uwe Tews
1
-1
/
+1
2018-05-17
- improvement do not compute total property in {foreach} if not needed https:...
Uwe Tews
1
-1
/
+1
2018-05-17
- bugfix plugins may not be loaded when setMergeCompiledIncludes is true htt...
Uwe Tews
1
-3
/
+3
[next]