summaryrefslogtreecommitdiff
path: root/.gitattributes
AgeCommit message (Collapse)AuthorFilesLines
2022-09-20Include docs en demo in the releases.Simon Wisselink1-2/+0
Fixes #799
2022-09-12Exclude unit test files from git exportSimon Wisselink1-0/+1
2022-07-14add local testrunners for all supported PHP versions using docker. (#770)Simon Wisselink1-1/+1
2022-04-01Exclude demo from export and composerStephen Sigwart1-0/+1
2022-04-01Exclude docs from export and composerStephen Sigwart1-0/+1
2022-02-08Ignore `.github` folder for distribution♚ PH⑦ de Soria™♛1-1/+2
`.github` wasn't added here was it got created. However, we don't want `.github` for the distribution builds. Further info about this: https://www.pixelite.co.nz/article/using-git-attributes-exclude-files-your-release/
2021-10-13Feature/php8 support (#629)Simon Wisselink1-2/+0
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-01-08Removed unused error_reporting.ini file, updated version number in ↵Simon Wisselink1-1/+0
Smarty::SMARTY_VERSION, fixed inline phpdoc that caused an IDE error
2020-04-14Moved changelog to a keepachangelog.com format and added a release scriptSimon Wisselink1-0/+1
2020-04-13Fix repo layout for package maintainers (#571)Simon Wisselink1-6/+9
* Do not ignore lexer subfolder for export as this contains source files and add smarty-lexer as a composer dev-dependency. * Remove unit tests etc from archive export Please note that the generated lexer / parser classes are not exactly equivalent, as they have been editing to conform to coding standards afterwards. I did a quick review and there don't seem to be any differences in semantics though.
2019-03-02exclude error_reporting.ini from git exportElan Ruusamäe1-1/+1
2018-08-30Update .gitattributes to force eol=lfUwe Tews1-0/+5
2017-10-09set error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT for PHP versions >= 7.0Uwe Tews1-21/+1
2016-11-08add utility to build Smarty_Internal_Testinstalluwetews1-0/+1
2016-09-24exclude files from git exportElan Ruusamäe1-0/+8
add files to be excluded from git export visible when used via composer --prefer-dist
2014-10-18Upload version 3.1.20Uwe Tews1-0/+22