cms icon indicating copy to clipboard operation
cms copied to clipboard

Build bespoke content experiences with Craft.

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

### What happened? ### Description When searching for assets, there is a `Search in subfolders` checkbox that lets you find files in all subfolders. However, we could not figure out...

bug
assets :file_folder:
craft4

### What happened? ### Description When creating a new field, the browser hangs and finally returns an Internal Server Error. This is not a Craft error but a (MAMP) server...

bug
craft4

### What happened? ### Description We have found an issue where s3 source images are being deleted, despite no request to do so. The assets still exist in the DB,...

bug
craft4

### What happened? This code will throw error (note the "tag" Twig tag placed inside "nav"). ``` {% set entries = craft.entries().section('pages').all() %} {% nav entry in entries %} {%...

bug
craft4

### What happened? ### Description When I set-up a Matrix field with one block with functionality as per #12679 , it works as expected: one relation-field filters the second. When...

bug
craft4

### Description I'm trying to query an asset with grapqhl srcset but craft times out or stops responding to any requests (also in the admin section). It's definitely the srcset...

bug

### Description Adds a `expires` tag for easier Twig access to `\Craft::$app->getResponse()->setCacheHeaders`. ```twig // Cache-Control: public, max-age=1814400 {% expires in 3 weeks %} // Cache-Control: public, max-age=30 {% expires on...

### Description Moves the action button/menu into the page header, as opposed to the current page’s breadcrumb. ![Screenshot 2024-05-24 at 19-00-25 test - Happy Lager](https://github.com/craftcms/cms/assets/47792/dee1c579-af62-45ea-9d79-cd45894947be) ### Related issues - #14913

### What happened? ### Description I'm in the process of upgrading Craft CMS and Craft Commerce from 4 to 5 and am getting to the migration portion of the upgrade...

bug

### What happened? ### Description Something changed in 5.1.5 that causes extreme (well, at least _very noticeable_) slowness in the element indexes. Source with just 68 entries: (Just for kicks,...

bug