Michal Kleiner
Michal Kleiner
This seems to add the config, but I don't see it used in any way. Does this need further work?
Found it at https://github.com/bringyourownideas/silverstripe-composer-update-checker/pull/56/, all good. Might need revisiting together though being over a year old now.
> Is there a way to truncate only the objects created using the module? No. There's no record or a way of knowing which objects were created by this module...
Do you know what value is passed in that triggers the error?
Maybe we need to add some `preg_quote` but that's just a quess.
As per https://github.com/matomo-org/matomo/pull/21884#issuecomment-1927536084 for now the config files are not configured automatically: config/config.ini.php (click to open) ```bash ; DO NOT REMOVE THIS LINE ; file automatically generated or modified by...
Ok, I think this is now in a testable state with some documentation needed. Would someone be keen to check out this branch and test if these steps work? 1....
We also need to force use of Node 16 so perhaps in the main init (or the tests init) we need `ddev nvm install 16`. Probably in the main init...
@sgiehl @AltamashShaikh I'd vote for using `v-tooltips` component in all the places consistently and avoid exceptions to that if possible.
The addition on its own makes sense, but do we _need_ two ways of writing such update queries? Can we live with the simple approach only where each column, each...