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? ![Image](https://github.com/user-attachments/assets/6edad937-3e5d-4760-afdc-fa6ed04b24b2) ### Description When editing an entry that contains a field with multiple tabs, switching to a different tab and saving the entry causes the editor to...

bug

### What happened? ### Description 5.7.10 When you add a Title or Entry field chip to a card displayed in an Entry field, clicking the Title or Entry Field chip...

bug

### Description Adds visually hidden buttons to the Image Editor that allow screen reader and keyboard users to resize and move the cropping rectangle. Still outstanding (but planned for a...

accessibility :bust_in_silhouette:

### Description Adds icons that were reported as missing: - grill-hot - burger-soda - people-simple - mobile-retro - temperature-three-quarters ### Related issues #17440

### What happened? ### Description After doing the Craft CMS migration from 4 to 5, we're experiencing a lot of instances where trying to save an entry results in errors....

bug

### What happened? ### Description I've inherited an in progress migration to Craft, and we're hitting some slow "large amount of entries" related issues. Most notably is our search page,...

bug

### Description Proof-of-concept for distance queries for addresses, as suggested in https://github.com/craftcms/cms/discussions/17227 The PR adds a `AddressQuery::distanceTo()` method to calculate the distance of an address to a given place, limit...

### Description Allows element index creation in a controller without the need for a template. Example: ```php public function actionIndex(): Response { return $this ->renderTemplate('_layouts/elementindex', [ 'elementType' => Organisation::class, 'title'...

Ensures the `fetch` call will only happen once per page load

### Description This PR adds a mechanism for detecting whether the selected icon is from the “brands” package. When displaying icons from the Icon field, you need to specify the...