Ryan Mitchell

Results 90 issues of Ryan Mitchell

This PR provides a config option to reference assets by their model id, instead of their path, so in your entry data they would be stored as `container_handle::model_id` instead of...

See https://github.com/statamic/cms/pull/8491

We would love to be able to specify our own marker cluster to be able to use, so that we can modify colours and the thresholds. Is this something you...

When using saveQuietly() and the automatically propagate entries setting in on a collection, the new entries are currently save()-d (loudly). This PR ensures the save method used respects the one...

When using the eloquent driver with split configurations and running `stache:warm`, stache stores that aren't file driven are still registered and warmed. Most of the time this is not noticeable...

Replaces #11113 This PR updates our stache whereJsonContains (etc) implementation to match every item in the values, not any as it currently does. This brings it inline with the behaviour...

This PR updates the logic in Value::antlersValue to allow for antlers parsing on the raw value of the field, after which the field itself is augmented. This ensures that on...

This PR adds a param to the `rawurlencode` modified to _not_ ignore forward slashes. So: `{{ "please and thank you/Mommy" | rawurlencode }}` returns `please%20and%20thank%20you/Mommy` `{{ "please and thank you/Mommy"...

This PR extends the BuyXGetY discount conditions to support `Collection` as a condition: ![CleanShot 2025-06-16 at 12 01 00@2x](https://github.com/user-attachments/assets/d974778d-6816-4328-9cfa-424febc9748d) This allows you to choose collections that the discount applies to,...

in discussion