cms
cms copied to clipboard
The core Laravel CMS Composer package
### Bug description Saving an entry after updating one of its asset's file name, causes the following error: ``` Call to a member function path() on null ``` Both the...
As [documented here](https://statamic.dev/conditional-fields#data-flow), field conditions have the following data flow behaviour: > Only visible fields are submitted with your form data. This allows you to control data flow, and [conditionally...
### Bug description I used to be able to commit changes from the CP or automatically commit them if STATAMIC_GIT_AUTOMATIC was set to true. This has stopped working after an...
If you have a date field with time disabled in a narrow container extra margin appears below the field. This is visible when the field appears in a grid or...
### Bug description In bigger assets collection with nice high resolution images browsing in the asset browser causes high cpu usage on the server. Sometimes the CPU usage and IO...
### Bug description A client's just reported an issue where a taxonomy is duplicated whenever you change its slug. You end up with a version with the old slug &...
### Bug description I have a blog collection and entries are localised. I'm noticing that my Static Cache Invalidation rules work for my default site, but not for my subsites....
Edit: I have renamed this pull request and added functionality to allow loading and saving fieldsets from multiple locations and a fix for an issue regarding saving fieldsets in subdirectories....
### Bug description I've got a multi-site with a taxonomy. The taxonomy index page is reachable for all sites, no matter if the site was configured in the taxonomy's config....
This PR adds the ability to pass a closure to the PHP bard extension add/replace methods, so that they can pass config options from the bard instance into the TipTap...