Raimondas Rimkevičius
Raimondas Rimkevičius
I don't know if that happens with other language but for PHP this means that when this happens I always need to kill NetBeans App and start again.
There was some little syntax js issues in indonesian translation. This should fix them.
3rd exception parameter $throwable can be used to get original exception. I think it could be useful when debugging exceptions.
Info can be found here for few ways how to do that -> https://marketplace.digitalocean.com/vendors
Currently we have semi implemented events management class. Some classes in our core use own events handlers (f.e. [ipf handler](https://github.com/ImpressCMS/impresscms/blob/1481f769efc9b3580a86b8bc3b5adf0aabf48a97/htdocs/libraries/icms/ipf/Handler.php#L1449)). So, there are some extra code and pain how to...
apix/simple-cache doesn't work on PHP 8+, so I think replacing with symfony/cache that also uses PSR-16 would be a good idea
It seems SpamProtector now uses API keys and we don't have such functionality. I think we need to use composer lib to always stay update with such functionality.
If a module rewrites or extends some core functionality, it sadly doesn't work. If module tries to redefine a service it hangs up. It seems league/container doesn't supports such possibilities....
This would be a more correct place to store such data.
We need some CLA script to make sure that all contributors agrees with ImpressCMS switching to MIT licensing in the future. I think this GitHub action is a good choice...