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

### Bug description I was adding a replicator field and changing the set name and then I noticed focus isn't trapped when the stack opens. Possibly in other spots of...

ui
blueprints & fieldsets

### Bug description I have an Event Listener that is called on the EntrySaved $event. I grab the freshly saved entry, go over it and populate all the used fields...

### Bug description If you try to replace an asset with a file with the exact same name and the `Delete Original Asset` is on, which is the default, the...

assets

### Bug description Tiny visual glitch I noticed while working on a blueprint: date and time inputs have different borders in dark mode than other text inputs. More like a...

ui
fieldtypes

### Bug description When trying to link to, eg, an Entry in Bard, the Popup closes, and I get a JS error in the console. ### How to reproduce Try...

bard

### Bug description https://github.com/user-attachments/assets/b909f3ae-6d28-4a25-a1d4-4db2c7fa8829 When you drag an image in the asset field stack selector the drop target are only the current folders and files, and not the whole thing....

ui
fieldtypes
assets

### Bug description When using a Bard field as a fieldtype config field, the Add Link window appears below the stack layers. ### How to reproduce 1. Add Bard config...

ui
bard

Right now, when you store nocache regions in the database, visiting pages with long URLs can result in errors because of the max length of the column in the database....

### Bug description When using laravel being a reverse proxy, for example hosted using docker with laravel & statamic under a docker service and nginx under another service, the `statamic:static:warn`...

caching

As stated in #13145, this PR fixes the StaticWarm command to work behind a reverse proxy by setting the Guzzle client to hit `config('app.url')` by default. This means that if...