| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-09-22 | #155 Adapt Smarty upper/lower functions to be codesafe (e.g. for Turkish ↵ | Alec Smecher | 1 | -0/+1 | |
| locale) (#586) * Implemented locale safe strotoupper, strolower and ucfirst functions for translating user string to filenames etc. Fixes #155 Co-Authored-By: Alexkurd <7689609+Alexkurd@users.noreply.github.com> | |||||
| 2022-09-22 | Fixed PHP8.1 deprecation errors in strip_tags (#803) | Simon Wisselink | 1 | -0/+1 | |
| 2022-09-22 | Updated changelog | Simon Wisselink | 1 | -0/+1 | |
| 2022-09-22 | Silence deprecation errors for strtime in PHP8.1 or higher | Simon Wisselink | 1 | -2/+3 | |
| Fixes #672 (#811) | |||||
| 2022-09-21 | Update changelog | Simon Wisselink | 1 | -0/+1 | |
| 2022-09-20 | Include docs en demo in the releases. | Simon Wisselink | 1 | -0/+3 | |
| Fixes #799 | |||||
| 2022-09-18 | Added changelog | Simon Wisselink | 1 | -0/+1 | |
| 2022-09-14 | clean output buffer for Throwable instead of just Exception (#797) | Simon Wisselink | 1 | -0/+3 | |
| Fixes #514 | |||||
| 2022-09-14 | version bump | Simon Wisselink | 1 | -0/+2 | |
| 2022-09-14 | Fixed unselected year/month/day not working in html_select_date | Simon Wisselink | 1 | -0/+1 | |
| Fixes #395 | |||||
| 2022-09-14 | Applied appropriate javascript and html escaping in mailto plugin to counter ↵ | Simon Wisselink | 1 | -0/+3 | |
| injection attacks Fixes #454 | |||||
| 2022-09-13 | Fixed PHP8.1 deprecation errors in capitalize modifier | Simon Wisselink | 1 | -0/+1 | |
| Fixes #789 | |||||
| 2022-09-12 | Fixed use of `rand()` without a parameter in math function (#795) | Simon Wisselink | 1 | -0/+1 | |
| * Fixed use of `rand()` without a parameter in math function Fixes #794 | |||||
| 2022-09-10 | Fixed PHP8.1 deprecation errors in upper modifier #788 | Simon Wisselink | 1 | -0/+3 | |
| 2022-08-01 | version bump | Simon Wisselink | 1 | -0/+2 | |
| 2022-08-01 | Fixed second param of unescape modifier (#778) | Simon Wisselink | 1 | -0/+1 | |
| Fixes #777 | |||||
| 2022-07-19 | Merge branch 'fix-issue-549-v3' of github.com:AnrDaemon/smarty into ↵ | Simon Wisselink | 1 | -0/+3 | |
| AnrDaemon-fix-issue-549-v3 (#771) | |||||
| 2022-07-17 | Changelog | Simon Wisselink | 1 | -0/+3 | |
| 2022-05-17 | Add CVE to changelog | Simon Wisselink | 1 | -1/+1 | |
| 2022-05-17 | version bump | Simon Wisselink | 1 | -0/+2 | |
| 2022-05-16 | Changelog | Simon Wisselink | 1 | -2/+3 | |
| 2022-04-26 | Changelog | Simon Wisselink | 1 | -0/+1 | |
| 2022-04-26 | Changelog | Simon Wisselink | 1 | -0/+1 | |
| 2022-04-26 | Add changelog | Simon Wisselink | 1 | -0/+3 | |
| 2022-02-07 | Added issue 721 to changelog | Simon Wisselink | 1 | -0/+1 | |
| 2022-02-06 | prevent float to int cast deprecation warning in truncate modifier | Simon Wisselink | 1 | -1/+2 | |
| Fixes #699 | |||||
| 2022-02-06 | Merge branch 'master' into bugfix/706 | Simon Wisselink | 1 | -0/+2 | |
| 2022-02-06 | fix PHP 8.1 deprecation notices in demo/plugins/cacheresource.pdo.php | Simon Wisselink | 1 | -0/+3 | |
| Fixes #706 | |||||
| 2022-02-06 | version bump | Simon Wisselink | 1 | -0/+2 | |
| 2022-01-21 | Updated changelog | Simon Wisselink | 1 | -0/+3 | |
| 2022-01-18 | version bump | Simon Wisselink | 1 | -0/+2 | |
| 2022-01-18 | Support multiple operators in math equations (#708) | Claas Augner | 1 | -0/+3 | |
| * fix(math): fix equation regexp Fixes #702. | |||||
| 2022-01-10 | version bump | Simon Wisselink | 1 | -0/+2 | |
| 2022-01-10 | Merge pull request from GHSA-4h9c-v5vg-5m6m | Simon Wisselink | 1 | -0/+3 | |
| * Prevent evasion of the static_classes security policy. * Updated deprecated exception expectations. | |||||
| 2022-01-10 | version bump | Simon Wisselink | 1 | -0/+2 | |
| 2022-01-10 | Merge pull request from GHSA-29gp-2c3m-3j6m | Simon Wisselink | 1 | -0/+3 | |
| * Temporary fix. Waiting for CVE * Add CVE | |||||
| 2022-01-09 | version bump | Simon Wisselink | 1 | -0/+2 | |
| 2022-01-09 | Rewrote the mailto function to not use `eval` when encoding with javascript | Simon Wisselink | 1 | -0/+3 | |
| 2021-11-25 | version bump | Simon Wisselink | 1 | -0/+2 | |
| 2021-10-13 | version bump | Simon Wisselink | 1 | -0/+2 | |
| 2021-10-13 | Feature/php8 support (#629) | Simon Wisselink | 1 | -0/+18 | |
| Adds support for PHP8.0, dropping support for PHP7.0 and below. Backwards incompatible changes: - Dropped support for php asp tags in templates (removed from php since php7.0) - Dropped deprecated API calls that where only accessible through SmartyBC - Dropped support for {php} and {include_php} tags and embedded PHP in templates. Embedded PHP will now be passed through as is. - Removed all PHP_VERSION_ID and compare_version checks and conditional code blocks that are now no longer required - Dropped deprecated SMARTY_RESOURCE_CHAR_SET and SMARTY_RESOURCE_DATE_FORMAT constants - Dropped deprecated Smarty::muteExpectedErrors and Smarty::unmuteExpectedErrors API methods - Dropped deprecated $smarty->getVariable() method. Use $smarty->getTemplateVars() instead. - $smarty->registerResource() no longer accepts an array of callback functions See the changelog for more details. Switched CI from Travis to Github CI. | |||||
| 2021-10-13 | version bump | Simon Wisselink | 1 | -0/+2 | |
| 2021-08-19 | Add changelog | Simon Wisselink | 1 | -0/+3 | |
| 2021-03-21 | Changelog | Simon Wisselink | 1 | -0/+3 | |
| 2021-02-21 | Update CHANGELOG.md | Simon Wisselink | 1 | -2/+2 | |
| Add CVE's | |||||
| 2021-02-17 | version bump | Simon Wisselink | 1 | -0/+2 | |
| 2021-02-17 | changelog | Simon Wisselink | 1 | -2/+2 | |
| 2021-02-17 | Merge branch 'bugfix/tplfunction_sandbox_escape' | Simon Wisselink | 1 | -0/+1 | |
| 2021-02-17 | updated changelog header to security | Simon Wisselink | 1 | -1/+1 | |
| 2021-01-24 | Fixed Code injection vulnerability by using illegal function names | Simon Wisselink | 1 | -0/+3 | |
