[7.x] Reintroduce mixed pipe shorthand modifier error - #15075
Draft
marcorieser wants to merge 483 commits into
Draft
[7.x] Reintroduce mixed pipe shorthand modifier error#15075marcorieser wants to merge 483 commits into
marcorieser wants to merge 483 commits into
Conversation
…c#14678) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* docs(it): update it/messages.php for 6.x * docs(it): update it.json for 6.x
…-actions group (statamic#14682) Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Jason Varga <jason@pixelfear.com>
…ation (statamic#14685) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Jason Varga <jason@pixelfear.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: Jason Varga <jason@pixelfear.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit intentionally avoids trying to resolve frontend changes from PR statamic#14718 - they are cosmetic and will come in a future commit. # Conflicts: # resources/css/components/assets.css # resources/css/components/items.css # resources/js/components/fieldtypes/assets/Asset.js # resources/js/components/fieldtypes/assets/AssetRow.vue # resources/js/components/fieldtypes/assets/AssetTile.vue # resources/js/components/inputs/relationship/Item.vue # resources/lang/de/messages.php # resources/lang/de_CH/messages.php # src/Fieldtypes/Entries.php # src/Fieldtypes/Terms.php
…-actions group (statamic#14722) Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jason Varga <jason@pixelfear.com>
Co-authored-by: Jason Varga <jason@pixelfear.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
…tatamic#14714) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Jason Varga <jason@pixelfear.com> Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
Co-authored-by: Jason Varga <jason@pixelfear.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…amic#15043) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…erences (statamic#15040) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
statamic#15042) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
… set (statamic#15049) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Reproduces the case reported in statamic#14892 (comment) — a standalone (non-paired) tag mixing pipe and shorthand modifier syntax used to render fine, but now throws a parser error.
…ier syntax (statamic#14892)" This reverts commit 6a81472.
…ax (statamic#14892) Co-authored-by: Jason Varga <jason@pixelfear.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
3 tasks
Contributor
Author
|
Duncan told me to target |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR brings back #14892 for the next major release.
References: #15074