cms icon indicating copy to clipboard operation
cms copied to clipboard

The core Laravel CMS Composer package

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

This pull request fixes an issue where `cmd + s` keybindings weren't being destroyed/unbound properly when moving between pages. This PR fixes it by destroying the bindings under `beforeUnmount`, instead...

This PR resolves: https://github.com/statamic/cms/issues/13270 When the bard field is less then 32 rem wide the content has reduced padding, resulting in the bard add set button overlapping with the content....

### Bug description After enabling the new parallel Stache warming (introduced in [v5.70.0](https://github.com/statamic/cms/pull/12894)), the generated Stache `_indexes` become inconsistent between runs and differ from the output produced in the versions...

stache

### Bug description **Content warning: flickering in video** Oh another fun one that is odd to replicate. When running `rpm run dev` on a site which has CP assets (i.e....

can't recreate

### Bug description Sometimes it does... but sometimes it doesn't. Especially if the window is in focus during the timeout, I've noticed that the session can "expire" but then it...

auth

Update of https://github.com/statamic/cms/pull/10361 for v6. https://github.com/user-attachments/assets/bf23b385-004c-4ff4-8abd-3848d54e72d1 ## Issues There are a couple of issues with this in v6 that I've not yet figured out (help appreciated): - Set preview data...

### Bug description The command palette styling in the header bar suggest you can type in it. So when I was tabbing through the interface with my keyboard I was...

ui
command palette

### Description Optimises Stache store item retrieval by using batch cache operations for Redis, Memcached, and DynamoDB users. - Adds `getItems()` method to `BasicStore` that fetches multiple items efficiently -...

### Description This PR optimises the `IteratorBuilder` to avoid loading all items when a `limit()` is applied without `orderBy()` or `inRandomOrder()`. This significantly improves search query performance, particularly for sites...

### Bug description When investigating why my `default.json` search index which is 1.6MB was taking 3-4 seconds to load even with a simple: ```php return \Statamic\Facades\Search::index($index) ->ensureExists() ->search($query) ->limit($limit) ->get();...

search
performance