This pull request fixes Ignition Solutions after they stopped working when the namespace changed from Facade\...
to Spatie\...
.
This pull request excludes taxonomy index pages from being returned by the {{ nav:breadcrumbs }}
tag when the index view is missing.
An attempt was made in #4147 to fix this but it implemented a new view_exists
variable, instead of filtering the page out of the breadcrumbs like this PR doe...
This pull request attempts to fix an issue where the "Save" button on a term's inline publish form would be disabled if you had created another term inside that publish form...
If that description doesn't make any sense, watch the video in #8308 which will describe it nice and clear 😆
Whe...
This pull request fixes an issue where the "configure asset containers" permission doesn't override other asset permissions (like the ability to upload assets or create folders).
Fixes #7382.
This pull request fixes an issue when selecting an entry to mount a collection onto. It would only happen when a site has 2 collections (eg. Pages & News) and the user is viewing the new "Tree View".
No site was being passed down the chain to the PageTree
so the tree that was returned from t...
Note: This should only be merged after statamic/cms#5927 has been merged & tagged.
This pull request documents the ability to apply query scopes when using Statamic's query builder.
Related: statamic/cms#5927
Note: This PR should be held until v4.39.0 has been merged.
This pull request documents the new select
parameter that's been added to the {{ nocache }}
tag recently.
Related: statamic/cms#9124
This pull request runs Laravel Pint after a linting change in the latest version of Pint (v1.13.7) caused 50 file changes. 😅
Documents the changes in statamic/cms#7165
This pull request fixes an issue where changes to the "Hide Display" setting in the blueprint builder weren't being persisted back to the blueprint's YAML file when editing a "reference field".
This was caused by hide_display
being updated on the publish container without the updateField
m...
This pull request fixes an issue where Runway wasn't passing the Eloquent model as the "parent" into the fields when on publish form pages.
The parent
can be helpful when developing custom fieldtype as it provides some context about the "thing" thats being edited.
Mirrors #381 but for v6.
This pull request fixes an issue where Runway wasn't passing the Eloquent model as the "parent" into the fields when on publish form pages.
The parent
can be helpful when developing custom fieldtype as it provides some context about the "thing" thats being edited.
Fixes #379.
This pull request follows on from #9093, by fixing an issue with the Date fieldtype's replicator preview. When the time value was left empty, null
would be returned in the replicator preview.
Related: https://github.com/statamic/cms/issues/9088#issuecomment-1835678901
![Clean...
This pull request fixes #7166 by only setting slugs on duplicated entries if the collection has the 'Requires Slugs' toggle enabled.
Previously, it would generate filenames like 1.md
when you duplicate entries on a collection where the setting wasn't enabled.
This was happening because o...
This pull request makes it possible to translate the order emails that are sent automatically by Simple Commerce.
All of the 'strings' in the order emails are wrapped in Laravel's __()
helper - allowing for the individual strings to be overridden in a lang/{locale}.json
file like this:
...
This pull request closes #6908 by ordering the list of collections/taxonomies alphabetically by name.
This pull request makes some very minor changes - like adding type hints to methods & adding comments for some of the more complicated bits of the Runway codebase.
It also removes one of the old upgrade scripts left over from the v1 -> v2 upgrade.
This pull request resolves an issue where saving a record via a publish form inside a stack would fail when the resource inside the stack includes a BelongsTo field.
This pull request fixes #7160.
Previously, there was a configuration option in the API config file for pagination size. However, it wasn't actually being used as the default when making API requests.
Now, it is being used 😄
<!-- What does this PR change? Has it added anything new? What has it fixed? -- Maybe provide a few screenshots, a Loom (https://loom.com) or a code snippet? -->
This pull request resolves an issue where custom option fields wouldn't behave as expected prior to them ...
<!-- What does this PR change? Has it added anything new? What has it fixed? -- Maybe provide a few screenshots, a Loom (https://loom.com) or a code snippet? -->
This pull request fixes an issue where stock counts would not be updated after customers checkout with an...
<!-- What does this PR change? Has it added anything new? What has it fixed? -- Maybe provide a few screenshots, a Loom (https://loom.com) or a code snippet? -->
This pull request introduces a change focused towards multi-site users.
Right now, if two sites are s...
<!-- What does this PR change? Has it added anything new? What has it fixed? -- Maybe provide a few screenshots, a Loom (https://loom.com) or a code snippet? -->
This pull request introduces a change which simplifies the way gateway data is stored. Previously, it wou...
This pull request fixes #4939.
The asset container 'tabs' shown on the Assets page are now ordered alphabetically and I've also fixed it so when you press the 'Assets' parent nav button, it'll go to the first container in alphabetical order.