Michael Aerni
Michael Aerni
### 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....
### Bug description Fields that have `visibility: hidden` don't show up in the form submission view. I'm expecting all fields to show and be `read_only` in the form submission view,...
## 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...
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...
I'm using RFS v9.0.3 with PostCSS. The `rfs()` function doesn't work when wrapped in a `calc()` function. **Input:** ```css margin-right: calc(rfs(2rem) * 2); ``` **Output:** ```css margin-right: rfs(2rem) * 2;...
I love the idea of fluid design for typograhpy, containers etc. However, I've found myself limited by only having one min and max value. I've been playing around with the...
When unpublishing a collection entry, Spock adds, commits and pushes the unpublished file with the underscore e.g. ```_entry.md``` as expected. But it doesn't track the deleted file ```entry.md```. I had...
**Describe the bug** The password reset form doesn't actually set a `url_invalid` variable when the request doesn't contain the `user` and `code` parameters. The docs say it should: > Visiting...
**Describe the bug** When `image_manipulation_cached: true` the output Glide URL includes `/./`. This is leading to potential errors, e.g. with meta tags like `og:image`. Facebook doesn't like the `/./` in...
Is there a way to use computed properties with Antlers? https://laravel-livewire.com/docs/2.x/properties#computed-properties