Robert Baker
Robert Baker
### Description If a site has the `sameSiteCookieValue` Craft config value set to `Strict` (as opposed to `Lax` or `null`) this can create a problem with any payment gateway that...
### Description Getting the error `You have included the Google Maps JavaScript API multiple times on this page. This may cause unexpected errors.` when editing an entry with a map...
### Description Given a JSON feed with substantial number of rows (more than 300) like this: ```JSON [ ..., { "url": "https://www.example.com/?no=path&but=plenty&of=parameters", "filename": "filename.jpg", "folder": "folder/structure/4-levels/deep" }, ... ] ```...
It would be nice to reference forms by a handle instead of numeric id. this would allow forms to be less tied to the database row they are defined on...
### What happened? Starting versions: Craft: `Craft Pro 3.7.51` Commerce: `3.4.16` ### Description After the steps described in "Steps to reproduce", running this query directly on the database: ```sql --...
### What happened? Possibly related to: #12456. ### Description I have just seen this https://github.com/craftcms/cms/issues/12456#issuecomment-1378652643 SQL exception in our production environment with the `matrixblocks` table getting it's index corrupted. It...
### What happened? ### Description Have an `auth.json` file set-up according to [the docs](https://getcomposer.org/doc/articles/authentication-for-private-packages.md#authentication-in-auth-json-per-project). When using: `craft update all` composer tries to download from the private repository (as defined in...
It would be very helpful to log when an entry in a structure moves and alters all it's children entry URLs. Specifically in our case for watching when URLs change...
I would make it easier to find templates in a sizeable list. Options for different sorting options could be kept in the field settings or in config (but to be...
### Description After following docs for upgrade (in DEV env) the digital products screen looks like this:  When double clicking a row, it shows the `title` field never got...