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 tried to copy the password reset link for a user from my iPhone and got only an alert box with a cut-off link I could not...

ui

### Bug description When live previewing an already saved entry in a collection, empty the value in ex. the Title field. The live preview updates but it still shows the...

live preview

The idea is to create a "Save always" configuration field that when it is `true` saves the field's value regardless of visibility settings. This setting could be used in fields...

### Bug description As reported by @aerni here https://github.com/statamic/cms/pull/6348#issuecomment-1196036660, we found that revealer handling could be improved when multiple conditions are being evaluated. ### How to reproduce 1. Setup a...

bug

This PR adds a trait for isDirty() / isClean() support on Entries through the use of a trait. I set it up this way to allow it to be extended...

### Bug description When changing the search.php settings for a collection, this only affects the search functionality within the main collection listing (for the cp). Searching within the stack selector...

search

## Bug Description When using the {{ entries }} tag on a taxonomy page as well as inside the {{ taxonomy }} tag it is outputting entries that are in...

This PR allows you to run all actions from the entry, term and user publish forms and the asset editor. Some implementation details: * Because the word "actions" is already...

## Bug Description The date is not localized in the entry listing. It displays `18. May 2021 13:17`. It should be `18. Mai 2021 13:17` instead. The date is localized...

i18n
fieldtypes
dates

This fixes #5866, #6130 and other related to `to_json` bugs. (also tested in Duncan's demo of this bug) Since 3.3 we have a lot of trouble with the `to_json`modifer or...