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-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
2022-09-22
Bug fix for underscore in template name (#581)
Scott Newton
2
-2
/
+14
2022-09-22
#155 Adapt Smarty upper/lower functions to be codesafe (e.g. for Turkish loca...
Alec Smecher
11
-29
/
+94
2022-09-22
Fixed PHP8.1 deprecation errors in strip_tags (#803)
Simon Wisselink
2
-2
/
+3
2022-09-22
Removed now superfluous phpunit.sh
Simon Wisselink
1
-2
/
+0
2022-09-22
Re-organize all testrunners to use the same script(s). (#812)
Simon Wisselink
6
-15
/
+59
2022-09-22
Updated changelog
Simon Wisselink
1
-0
/
+1
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
3
-5
/
+7
2022-09-21
Update changelog
Simon Wisselink
1
-0
/
+1
2022-09-21
Fix Variable Usage (#808)
Jonathan Stoll
1
-1
/
+1
2022-09-20
Include docs en demo in the releases.
Simon Wisselink
2
-2
/
+3
2022-09-18
Added changelog
Simon Wisselink
1
-0
/
+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
2
-1
/
+4
2022-09-14
Merge branch 'release/4.2.1'
v4.2.1
Simon Wisselink
2
-1
/
+3
2022-09-14
version bump
Simon Wisselink
2
-1
/
+3
2022-09-14
Fixed unselected year/month/day not working in html_select_date
Simon Wisselink
3
-32
/
+68
2022-09-14
Applied appropriate javascript and html escaping in mailto plugin to counter ...
Simon Wisselink
3
-12
/
+40
2022-09-13
Fixed PHP8.1 deprecation errors in capitalize modifier
Simon Wisselink
2
-0
/
+3
2022-09-12
prevent double CI workflows in PRs
Simon Wisselink
1
-2
/
+4
2022-09-12
Exclude unit test files from git export
Simon Wisselink
1
-0
/
+1
2022-09-12
Utility script for running unit tests on all PHP versions locally
Simon Wisselink
2
-0
/
+8
2022-09-12
Fixed use of `rand()` without a parameter in math function (#795)
Simon Wisselink
3
-1
/
+10
2022-09-10
Fixed PHP8.1 deprecation errors in upper modifier #788
Simon Wisselink
2
-2
/
+5
2022-09-09
address PHP 8.1 'explode', 'number_format', and 'replace' deprecations (#755)
Mark Fettig
6
-1
/
+220
2022-08-16
Update SECURITY.md
Simon Wisselink
1
-1
/
+1
2022-08-01
Merge branch 'release/4.2.0'
v4.2.0
Simon Wisselink
2
-1
/
+3
[next]