index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-14
Fix use of negative numbers in math equations. (#903)
Simon Wisselink
3
-1
/
+10
2023-09-13
Fixed invalid classname in example in docs.
Simon Wisselink
1
-1
/
+1
2023-09-11
Fixed running of output filters.
Simon Wisselink
4
-9
/
+7
2023-08-09
fixed some broken links and markdown in the docs
Simon Wisselink
29
-83
/
+66
2023-08-08
Merge branch 'release/5.0.0-rc1'
v5.0.0-rc1
Simon Wisselink
2
-1
/
+3
2023-08-08
version bump
Simon Wisselink
2
-1
/
+3
2023-08-08
Fix release script for new location of Smarty class
Simon Wisselink
1
-2
/
+2
2023-08-08
Removed debug
Simon Wisselink
1
-3
/
+0
2023-08-08
fixed version numbers syntaxes
Simon Wisselink
2
-2
/
+5
2023-08-08
Prepare meta files for pre-release of v5
Simon Wisselink
2
-5
/
+5
2023-08-08
Smarty5 (#852)
Simon Wisselink
771
-36050
/
+27084
2023-08-04
Fix strip_tags modifier for falsy input. (#893)
Simon Wisselink
3
-1
/
+50
2023-07-19
Merge branch 'release/4.3.2'
v4.3.2
Simon Wisselink
2
-1
/
+3
2023-07-19
version bump
Simon Wisselink
2
-1
/
+3
2023-07-19
muteUndefinedOrNullWarnings() now also mutes PHP8 warnings for undefined prop...
Simon Wisselink
2
-0
/
+16
2023-04-30
Remove `md5` modifier from debug.tpl (#871)
Jon
2
-6
/
+7
2023-03-28
Merge branch 'release/4.3.1'
v4.3.1
Simon Wisselink
2
-1
/
+3
2023-03-28
version bump
Simon Wisselink
2
-1
/
+3
2023-03-28
Merge branch 'js_escape_security_fix'
Simon Wisselink
5
-2
/
+32
2023-03-28
Add changelog
Simon Wisselink
1
-1
/
+1
2023-03-25
Upgrade actions/checkout and actions/cache (#870)
takaram
1
-2
/
+2
2023-03-24
Changelog
Simon Wisselink
1
-0
/
+3
2023-03-24
Implement fix and tests
Simon Wisselink
4
-2
/
+29
2023-02-23
Update SECURITY.md with correct version info.
Simon Wisselink
1
-4
/
+5
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
2
-0
/
+126
2023-02-23
Some additional unit tests
Simon Wisselink
5
-1
/
+31
2023-02-06
Finished improving designers docs
Simon Wisselink
55
-1807
/
+1837
2023-02-06
Improved another chunk of the designers docs
Simon Wisselink
24
-1336
/
+1250
2023-02-05
WIP improving the docs
Simon Wisselink
25
-765
/
+705
2023-02-03
fixes to docs
Simon Wisselink
38
-53
/
+53
2023-02-03
multiversion mkdocs config
Simon Wisselink
2
-0
/
+23
2023-01-31
Fix error in docs on prepend/append. Fixes #818.
Simon Wisselink
1
-2
/
+2
2023-01-17
PHP 8.1 deprecation warnings on null strings in modifiers (#834)
Adrien Poupa
9
-13
/
+14
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
3
-2
/
+48
2022-11-24
Simplify test running to support all phpunit cmdline options
Simon Wisselink
3
-52
/
+17
2022-11-24
Treat undefined vars and array access of a null or false variables equival...
Simon Wisselink
3
-6
/
+23
2022-11-23
Also mute php7 notices for undefined array indexes when muteUndefinedOrNullWa...
Simon Wisselink
3
-4
/
+6
2022-11-22
Merge branch 'release/4.3.0'
v4.3.0
Simon Wisselink
2
-1
/
+3
2022-11-22
version bump
Simon Wisselink
2
-1
/
+3
2022-11-22
Change file permissions for directories and respect umask for written files. ...
Simon Wisselink
2
-5
/
+5
2022-11-22
Make SmartyCompilerException play nicer with error handler libraries (#782)
Hunman
2
-2
/
+34
2022-11-22
PHP8.2 compatibility (#775)
Progi1984
22
-129
/
+95
2022-10-22
Fixed several typos and grammar errors (#821)
Andrew Dawes
31
-43
/
+43
2022-09-27
Update changelog
Simon Wisselink
1
-0
/
+1
2022-09-27
Dropped remaining references to removed PHP-support in Smarty 4 from docs, le...
Simon Wisselink
13
-226
/
+8
2022-09-27
Use __DIR__ instead of dirname(__FILE__) (#817)
Raimondas Rimkevičius
152
-250
/
+250
2022-09-23
Using PHP functions as modifiers now triggers a deprecation notice (#814)
Simon Wisselink
20
-44
/
+299
[next]