Andrew Welch
Andrew Welch
It's pretty much done; just need to do a little QA and cleanup, and away we go.
Released for Craft 5 -> https://github.com/nystudio107/craft-transcoder/releases/tag/5.0.0
Yeah I think what would need to happen is to only do this if the status changes from `enabled` to `disabled` -- and do do that, it'd need to track...
I'm most likely going to port it to Craft 5, assuming there are no major roadblocks involved.
Can I get a look at the site in question @chadcrowell ? This doesn't make a whole lot of sense to me.
So in experimenting, I found that if I click on your "log out" link and then _quickly_ click on the Account link, I'm always logged out. So what I _think_...
Added https://github.com/craftcms/cms/issues/4855 to seek clarity on the logout process
@rungta I think really what should happen is they should all be switched over to use the `::executeShellCommand()` which does exactly that: ```php protected function executeShellCommand(string $command): string { //...
I take it back, it's not a simple swap-out because `exec()` returns an array, and the `shellCommand` returns a string.
You need to set the **Entry Redirects URL Match Type** to **Full URL** for it to work as expected with your setup. I generally agree with you that things should...