cms icon indicating copy to clipboard operation
cms copied to clipboard

Build bespoke content experiences with Craft.

Results 486 cms issues
Sort by recently updated
recently updated
newest added

### What happened? ### Description - Setting asyncCsrfInput true - Creates an extra network request to the network dependency tree on page load which negatively impacts the LCP Core Web...

bug

### What happened? The documentation for `EVENT_AFTER_SAVE_USER_PHOTO` is incorrect, on the Events Generator page. Not sure whether this is because the [constant's docblock](https://github.com/craftcms/cms/blob/0a86c21cccf84b4dbb2e7e93ab47025938a148e5/src/services/Users.php#L173) is also wrong. Ditto for `EVENT_BEFORE_SAVE_USER_PHOTO`. Here...

bug

### Description Added an event to change the meta fields ex: to add postDate and expiryDate to the entries with the handle `hero` and `text`. ```php use yii\base\Event; use craft\elements\Entry;...

### Description **Part 1:** Adjusts `Asset::getUrlsBySize()` (which is used by `Asset::getSrcset()`) to get the base size (from the transform or original image, if there’s no transform defined) and all the...

### Description Adds “Show the Post Date” and “Show the Expiry Date” toggles to entry types (on by default). Those settings apply to all types of entries (including nested and...

Updates [FabricJS](https://fabricjs.com/) from `^1.7` to `^6.0`. Leaving this as a draft because I'm sure https://github.com/craftcms/cms/pull/17880 will cause some conflicts. I'm also running into a bug where if you straighten an...

### What happened? ### Description We've fully migrated a craft 4 to 5 site. Redactor fields have all been converted to CKEditor. There are no redactor fields anywhere in the...

bug

### Description **Issue:** Field layout elements with non-existent fields are still being added to the layout, causing them to never get deleted from the project config. **Steps to reproduce:** -...

### What happened? ### Description I have encountered a bug with the generated fields, where the value of a generated field, that is based on an entry field in a...

bug

### What happened? ### Description We’re experiencing an issue with how the “Last Edited By” column display in our multi-country Craft CMS setup. - Our site uses a template duplicated...

bug