| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-21 | Merge pull request #713 from vemaeg/php81 | Simon Wisselink | 12 | -17/+19 | |
| PHP 8.1 compatibility (without IntlDateFormatter) | |||||
| 2022-01-18 | Add PHP 8.1 tests | Thomas BACCELLI | 1 | -0/+1 | |
| 2022-01-18 | Fix phpunit warning | Thomas BACCELLI | 2 | -2/+2 | |
| 2022-01-18 | Cherry-picked from da76d927ed77fb6b3cb8345b83776712d0778e55 | Thomas A. Hirsch | 1 | -2/+2 | |
| Co-Authored-By: Thomas BACCELLI <tbaccelli@gmail.com> | |||||
| 2022-01-18 | Cherry-picked from da76d927ed77fb6b3cb8345b83776712d0778e55 | Thomas A. Hirsch | 9 | -13/+14 | |
| Co-Authored-By: Thomas BACCELLI <tbaccelli@gmail.com> | |||||
| 2022-01-18 | Merge branch 'release/4.0.4'v4.0.4 | Simon Wisselink | 2 | -1/+3 | |
| 2022-01-18 | version bump | Simon Wisselink | 2 | -1/+3 | |
| 2022-01-18 | Support multiple operators in math equations (#708) | Claas Augner | 3 | -1/+12 | |
| * fix(math): fix equation regexp Fixes #702. | |||||
| 2022-01-10 | Merge branch 'release/4.0.3'v4.0.3 | Simon Wisselink | 2 | -1/+3 | |
| 2022-01-10 | version bump | Simon Wisselink | 2 | -1/+3 | |
| 2022-01-10 | Merge pull request from GHSA-4h9c-v5vg-5m6m | Simon Wisselink | 4 | -7/+38 | |
| * Prevent evasion of the static_classes security policy. * Updated deprecated exception expectations. | |||||
| 2022-01-10 | Fixed PHPUnit expected Exceptions. (#701) | Simon Wisselink | 1 | -9/+3 | |
| 2022-01-10 | Merge branch 'release/4.0.2'v4.0.2 | Simon Wisselink | 2 | -1/+3 | |
| 2022-01-10 | version bump | Simon Wisselink | 2 | -1/+3 | |
| 2022-01-10 | Merge pull request from GHSA-29gp-2c3m-3j6m | Simon Wisselink | 3 | -1/+65 | |
| * Temporary fix. Waiting for CVE * Add CVE | |||||
| 2022-01-09 | Fixed unit tests | Simon Wisselink | 1 | -4/+4 | |
| 2022-01-09 | Merge branch 'release/4.0.1'v4.0.1 | Simon Wisselink | 2 | -1/+3 | |
| 2022-01-09 | version bump | Simon Wisselink | 2 | -1/+3 | |
| 2022-01-09 | Merge remote-tracking branch 'origin/master' | Simon Wisselink | 1 | -1/+1 | |
| 2022-01-09 | Rewrote the mailto function to not use `eval` when encoding with javascript | Simon Wisselink | 2 | -7/+7 | |
| 2021-12-22 | Fix a typo in docs (#690) | Marc Laporte | 1 | -1/+1 | |
| 2021-12-03 | Fix for php 8.0 (#687) | Darek Krzysztofiak | 1 | -1/+1 | |
| * Fix PHP 8.0 $parts must be an array, because the argument for count() must be countable, mb_split() returns an array or a boolean. | |||||
| 2021-12-03 | Improve the documentation, bringing it up to date with PHP7/8 and Smarty 4 ↵ | Simon Wisselink | 9 | -622/+400 | |
| and providing a more logical introduction and getting started experience. | |||||
| 2021-12-03 | added links to appndixes, removed unuseful old appendixes | Simon Wisselink | 3 | -21/+5 | |
| 2021-12-03 | Merge branch 'master' of github.com:smarty-php/smarty | Simon Wisselink | 226 | -1/+13978 | |
| 2021-12-03 | changed homepage links in composer.json | Simon Wisselink | 1 | -2/+2 | |
| 2021-12-03 | Feature/add docs (#689) | Simon Wisselink | 226 | -1/+13978 | |
| * Add converted docs repo * Set theme jekyll-theme-minimal * Removed BC docs, added TOC * Added TOCs, rewrote most important links in documentation. Linked README to new Github Pages site * some link fixes | |||||
| 2021-11-25 | Merge branch 'release/4.0.0'v4.0.0 | Simon Wisselink | 2 | -1/+3 | |
| 2021-11-25 | version bump | Simon Wisselink | 2 | -1/+3 | |
| 2021-10-22 | Make make-release.sh safer by checking for version number. | Simon Wisselink | 1 | -1/+6 | |
| 2021-10-13 | Update README.md. Fix references to Smarty3. Get rid of old changelog-like ↵ | Simon Wisselink | 10 | -1494/+18 | |
| files. | |||||
| 2021-10-13 | Merge branch 'release/4.0.0-rc.0'v4.0.0-rc.0 | Simon Wisselink | 2 | -1/+3 | |
| 2021-10-13 | version bump | Simon Wisselink | 2 | -1/+3 | |
| 2021-10-13 | Feature/php8 support (#629) | Simon Wisselink | 276 | -6651/+3605 | |
| 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 | Merge branch 'release/3.1.40'v3.1.40 | Simon Wisselink | 2 | -1/+3 | |
| 2021-10-13 | version bump | Simon Wisselink | 2 | -1/+3 | |
| 2021-08-19 | Merge branch 'm-haritonov-escape' | Simon Wisselink | 3 | -2/+10 | |
| 2021-08-19 | Add changelog | Simon Wisselink | 1 | -0/+3 | |
| 2021-08-19 | Merge branch 'escape' of https://github.com/m-haritonov/smarty into ↵ | Simon Wisselink | 2 | -2/+7 | |
| m-haritonov-escape | |||||
| 2021-08-18 | Update README.md (#668) | Ikko Ashimine | 1 | -1/+1 | |
| github -> GitHub | |||||
| 2021-05-25 | Delete uninted file expectException (#664) | Michael Voříšek | 1 | -0/+0 | |
| 2021-03-21 | Changelog | Simon Wisselink | 1 | -0/+3 | |
| 2021-03-21 | Update modifier.escape.php (#649) | David Goodwin | 1 | -0/+1 | |
| trigger a notice if an incorrect modifier was used (E.g.|escape:quotes vs |escape:quote). | |||||
| 2021-02-28 | plugins: escape: javascript escaping secure fix | Mihail Haritonov | 2 | -2/+7 | |
| 2021-02-21 | Update CHANGELOG.md | Simon Wisselink | 1 | -2/+2 | |
| Add CVE's | |||||
| 2021-02-21 | Create SECURITY.md | Simon Wisselink | 1 | -0/+19 | |
| 2021-02-17 | Merge branch 'release/3.1.39'v3.1.39 | Simon Wisselink | 2 | -1/+3 | |
| 2021-02-17 | version bump | Simon Wisselink | 2 | -1/+3 | |
| 2021-02-17 | changelog | Simon Wisselink | 1 | -2/+2 | |
| 2021-02-17 | Merge branch 'bugfix/tplfunction_sandbox_escape' | Simon Wisselink | 3 | -1/+16 | |
