Brady Wetherington
Brady Wetherington
Also, I think for the 're-sending' EULA notifications, I think we need some kind of modal or interstitial to let you say "re-send unaccepted EULA's" versus "re-send outdated *or* unaccepted...
Weren't you also saying that it *used* to be like that? Or we would at least return an empty array? Just making sure if this is a 'feature request' or...
This seems to _mostly_ work, but I'm having a little trouble when I try to restore _without_ doing the cleaning, but _with_ doing the db:wipe. The results are weird -...
I blanked a database and created a fake table, then did a restore via CLI with the `--do-not-wipe` option, and the fake table remained. So the CLI-part is working.
So is the only change that you had to make was changing the version from 3.0.0 to 3.1.0 in our file? What happens if you back that out and then...
Or maybe we can just use `$argv[0]` - whatever you invoked the upgrade script with. Though I don't remember whether or not PHP mangles the `$argv` array on your behalf....
It's *not* in the `$argv` array. But it is in a particular constant. In messing around with things, it looks like it should be: `escapeshellarg(PHP_BINARY)` Which puts single-quotes around the...
> This is a great start, Brady. I do worry about potential erroneous order number duplicates, perhaps we should be tying this to suppliers? Example: Order 123456 from Staples and...
Ah - the reason the tests are failing is that I didn't do accessories (or any of the other First Class Objects) yet. I could've fixed those pretty easily but...
What a lot of our hosted customers ask for is to run the scheduled task less often - instead of daily, run it weekly. That's definitely something you could do...