Jason Varga
Jason Varga
Sorry for the delay. > It looks like commit https://github.com/statamic/cms/commit/a654e32e73d963104f00e880cfe791f0e91b0546 disabled the option for cross-site selection of entries in a navigation, because you made the cross-site selection opt-in. In the...
> Can we make it so that you can pick entries from a different site? Yup I don't see why we can't add another opt-in on the nav for that....
Awesome. Thank you.
Thank you. I made the tests run. The comment said `If you spam it_warms_the_static_cache, it'll eventually fail.` ... I spammed as hard I could and it passed every time. We'll...
I want to be sure that we make the difference between the queue connection and queue itself very obvious. i.e. When you do `please static:warm --queue=foo` should that put the...
I've updated this so that `--queue` remains a simple boolean on the command. There is no `--connection` argument. If you use `--queue`, it'll refer to your config to figure out...
I get why you added the dropdown to both buttons but it just seems like an odd pattern. @jackmcdade ? Especially when you choose an option on one button, the...
I think we should add the dropdown to the publish form (so it acts like the blue save & publish button when not using revisions) and just make the save...
Awesome 🎉
The initial reason this wasn't ever done was because of a potential performance hit. It's probably negligible, but it's not nothing. On every request, we're now looking for tags, scopes,...