index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-03
Remove incomplete test cases for usesCompiler across multiple test files
Simon Wisselink
5
-68
/
+37
2026-04-13
Re-activate unit tests for user literals.
Simon Wisselink
1
-5
/
+1
2026-04-13
Redirect test temp dirs to system temp directory
Simon Wisselink
351
-1121
/
+189
2026-02-15
Add support for Backed Enums (#1171)
Simon Wisselink
1
-0
/
+19
2026-02-15
Regex matches operator (#1169)
Simon Wisselink
1
-0
/
+118
2026-02-11
Support for Laravel Collections style object chaining (#1168)
Simon Wisselink
2
-0
/
+212
2026-01-08
Fix static analysis warnings for isDot() and remove deprecated APC support (#...
hirosan
4
-141
/
+2
2025-10-03
Add support for shorttags in functions (#1142)
pharixces
2
-0
/
+255
2025-05-03
Support trailing comma in array (#1128)
hirosan
1
-0
/
+2
2025-04-10
Fix syntax error occurring when registering a function plugin that ends with ...
Simon Wisselink
1
-0
/
+9
2025-02-13
Added unit tests to prevent regressions of issue #1100 that was fixed in v4
Simon Wisselink
2
-0
/
+69
2024-12-23
Restore special handling of isset and empty as it was in v4. Fixes #1063 (#1093)
Simon Wisselink
4
-26
/
+46
2024-11-20
Add PHP 8.4 support to Smarty (#1043)
Wim Wisselink
8
-8
/
+8
2024-10-06
Add unit tests for short hand template function definition and shorthand temp...
Simon Wisselink
4
-0
/
+30
2024-08-28
Modify NullCoalescingTest.php and TernaryTest.php to prevent test failure on ...
Atsushi Matsuo
2
-2
/
+2
2024-08-28
Fix unit tests to enable to run CacheResourceFileTest.php on Windows (#1055)
Atsushi Matsuo
1
-4
/
+13
2024-06-30
Improvement of auto-escaping (#1030)
Amaury Bouchard
1
-0
/
+64
2024-06-16
fixed error when using section with nocache.
Simon Wisselink
1
-0
/
+6
2024-05-30
Merge branch 'support/5'
Simon Wisselink
4
-4
/
+32
2024-05-29
implemented and documented prependTemplateDir. (#1025)
Simon Wisselink
1
-0
/
+9
2024-05-28
Merge pull request from GHSA-4rmg-292m-wg3w
Simon Wisselink
7
-3
/
+56
2024-04-13
Fix change in signature of getTemplateVars (#995)
Simon Wisselink
1
-98
/
+112
2024-04-06
Fixed unit tests to not rely on the existence of any domain or unavailability...
Simon Wisselink
3
-428
/
+415
2024-04-05
Fix Smarty::assign() not returning when called with an array as first parame...
Simon Wisselink
1
-0
/
+11
2024-03-29
Fix warning when calling hasVariable for an undefined variable (#978)
Simon Wisselink
4
-4
/
+32
2024-03-28
Fix Smarty::assign() not returning when called with an array as first parame...
Simon Wisselink
1
-0
/
+11
2024-03-25
Documented support for `is in`, added support for `is not in`. (#955)
Simon Wisselink
1
-0
/
+6
2024-03-25
Internal compiler classes always return a string (#918)
Simon Wisselink
7
-8
/
+10
2024-03-15
Fixed that scoped variables would overwrite parent scope. (#954)
Simon Wisselink
2
-6
/
+9
2024-03-15
Fix Too many shorthand attributes error when using a modifier as a function w...
Simon Wisselink
3
-22
/
+18
2024-02-26
Implemented support for substr, implode and json_encode as modifiers. (#940)
Simon Wisselink
8
-4
/
+280
2024-02-03
fixed ocumentation on {if is even by } syntax
Simon Wisselink
1
-1
/
+31
2024-01-01
Fixed failing {debug} tag. (#923)
Simon Wisselink
1
-0
/
+22
2023-11-06
Do not auto-html-escape custom function results. (#908)
v5.0.0-rc2
Simon Wisselink
1
-0
/
+31
2023-10-22
Added some extra unit test
Simon Wisselink
1
-5
/
+19
2023-10-22
add case sensitivity test
Simon Wisselink
1
-0
/
+12
2023-10-22
Fix case-sensitive tag names (#907) (#910)
Jack Dane
1
-0
/
+11
2023-09-14
Fix use of negative numbers in math equations. (#903)
Simon Wisselink
1
-0
/
+8
2023-08-08
Smarty5 (#852)
Simon Wisselink
263
-5133
/
+3148
2023-08-04
Fix strip_tags modifier for falsy input. (#893)
Simon Wisselink
1
-0
/
+46
2023-03-24
Implement fix and tests
Simon Wisselink
2
-0
/
+23
2023-02-23
Add missing dirs
Simon Wisselink
2
-0
/
+4
2023-02-23
CompileCheck test and extra note on how it works in docs
Simon Wisselink
1
-0
/
+123
2023-02-23
Some additional unit tests
Simon Wisselink
5
-1
/
+31
2023-01-13
Fix unit tests that broke because now is now in 2023
Simon Wisselink
1
-2
/
+2
2023-01-13
Added variable scope test for multi-level extends resource
Simon Wisselink
13
-42
/
+22
2022-11-24
Allow dereferencing of non-objects accross all supported PHP versions (#832)
Simon Wisselink
1
-0
/
+33
2022-11-24
Treat undefined vars and array access of a null or false variables equival...
Simon Wisselink
1
-3
/
+14
2022-11-22
PHP8.2 compatibility (#775)
Progi1984
8
-14
/
+52
2022-09-27
Use __DIR__ instead of dirname(__FILE__) (#817)
Raimondas Rimkevičius
146
-237
/
+237
[next]