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
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
2022-08-01
version bump
Simon Wisselink
2
-1
/
+3
2022-08-01
Fixed second param of unescape modifier (#778)
Simon Wisselink
3
-9
/
+23
2022-07-19
Merge branch 'fix-issue-549-v3' of github.com:AnrDaemon/smarty into AnrDaemon...
Simon Wisselink
6
-0
/
+119
2022-07-17
git push origin masterMerge branch 'JonisoftGermany-master'
Simon Wisselink
2
-19
/
+37
2022-07-17
Changelog
Simon Wisselink
1
-0
/
+3
2022-07-17
Merge branch 'master' of github.com:JonisoftGermany/smarty into JonisoftGerma...
Simon Wisselink
1
-19
/
+34
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-07-14
add local testrunners for all supported PHP versions using docker. (#770)
Simon Wisselink
11
-2
/
+119
2022-06-15
Replaced outdated references to SMARTY_RESOURCE_CHAR_SET in docs with Smarty:...
Simon Wisselink
2
-6
/
+7
2022-05-17
Add CVE to changelog
Simon Wisselink
1
-1
/
+1
2022-05-17
Merge branch 'release/4.1.1'
v4.1.1
Simon Wisselink
2
-1
/
+3
2022-05-17
version bump
Simon Wisselink
2
-1
/
+3
2022-05-17
Merge branch 'security/blockfunctioninjection'
Simon Wisselink
7
-17
/
+27
2022-05-16
Changelog
Simon Wisselink
1
-2
/
+3
2022-05-16
Replace '*/' in user supplied input in C-style comments with '* /'.
Simon Wisselink
6
-15
/
+24
2022-04-26
Changelog
Simon Wisselink
1
-0
/
+1
2022-04-26
Merge pull request #727 from liborm85/escape-modifier-fix
Simon Wisselink
2
-10
/
+13
2022-04-26
Changelog
Simon Wisselink
1
-0
/
+1
2022-04-26
Merge pull request #743 from xorti/fix-php81-rtrim-calls
Simon Wisselink
3
-5
/
+5
[next]