Ian
Ian
No, I don't think so. It (the `.item img { max-width: 100% ...)` would just expand to the full image width, surrounded and influenced by its parent container(s); In my...
see PR https://github.com/smarty-php/smarty/pull/781
It is total valid to silence deprecation notices up to at least PHP 9, since a valid solution to dateTime does require the intl/icu extension, which isn't the standard nowadays.
another (smaller) PR for PHP 8.2 (which replaces the https://github.com/smarty-php/smarty/pull/775 by Progi1984) will follow when merged (since building on).
@wisskid Yes thats the point. Phpunit does not know that I disabled/silenced strftime deprecation "errors" by `@` until PHP 9 will arrive in future days and that I did this...
Sorry, I have no further insight in github actions and phpunit tests... But it says: _This branch has not conflicts... and Only those with write access to this repository can...
Maybe that needs something equal for unit test as in PR #775 ? (_Please remember, I have a better (extended) one in line for this_) I personally never play with...
@wisskid Yes, thanks. Fixed. Its a strange issue, since the normal ternary does not require a defined $smarty property in the Smarty class for magic __get, while usage with Null...
The here mentioned 3 conflicts with 4.2.1 do only have one related issue with this PR in the libs/plugins/function.html_select_date.php file where I changed the ternary too. Shall I add the...
@wisskid So I did. Please run / restart the CI.