cms
cms copied to clipboard
The core Laravel CMS Composer package
### Bug description Request to Pages collection takes long time and thousands of events generated I initially noticed this issue after upgrading my install to Statamic 3.3.3 and Laravel 9....
### Bug description The parse() and parseLoop functions in `vendor/statamic/cms/src/Tags/Tags.php` return an array when `$this->parser` is false. Resulting in array to string conversions while using blade. ### How to reproduce...
This PR updates the state store paths for user groups to use `->` rather than `/` which resolves the errors in #6124 and follows up on the comments in #2498....
### Bug description When extending the CP's navigation, and adding nav items that have an external url, they are marked as "current". The example below will always have the "current"...
This PR implements the new query scopes approach as discussed in PR https://github.com/statamic/cms/pull/5869. Each scope in the `App\Scopes` namespace is now also available to the query builders. ## Example Let's...
### Bug description Field types description shows translations keys instead of the default English translation.  ### How to reproduce Set statamic language to Dutch....
### Bug description The customer has a queue worker running that will send emails with entry data when new entries are saved. When creating a new entry with a newly...
### Bug description I am facing big issue, i created new group and new permission then i created new user and assigned the new group and permission to him. After...
## Bug Description Setting a custom layout or template in your taxonomy yaml config doesn't register. It appears to always be looking for the default locations. In our case we...
### Bug description I switch users over to the DB, then when you try to access the CP (I think) you get this error: https://github.com/statamic/cms/issues/719#issuecomment-943075400. Removing the users (and no...