Ryan Mitchell

Results 59 issues of Ryan Mitchell

### Bug description We have a default template that calls partials as follows: ``` {{ cache key="sitekey:entry_{id}" }} {{ panels }} {{ partial src="_panels/{type}" }} {{ /panels }} {{ /cache...

caching

This PR fixes issue #75 by importing entries with no origin before importing items that do have an origin. Fixes: #75

This goes some of the way to resolving issue #43 in that it preserves the order, however if we're using incrementing IDs then ordering will fail once IDs hit double...

Noticed this was missing while working on #57

Unless I'm missing something obvious, it feels overly difficult to add items to a structured collection at a given place in the tree, especially when doing it in bulk. You...

This PR adds support for [Laravel Precognition ](https://laravel.com/docs/10.x/precognition) to user forms (login, register, profile and password). Again I've moved the validation logic out of the UserController and into separate [FormRequests](https://laravel.com/docs/10.x/validation#form-request-validation)....

This PR enables background re-caching of the static cache through a new `static_caching.background_recache` variable (or STATAMIC_BACKGROUND_RECACHE .env value). When set to true the static cache will re-cache the page without...

Following on from https://github.com/statamic/cms/pull/9405 I've noticed that `php artisan cache:clear` clears the no cache store which goes hand in hand with the static cache URLS. This means you get missing...