Graham Watson

Results 6 issues of Graham Watson

[These lines](https://github.com/lorenzo/cakephp-email-queue/blob/master/src/Shell/SenderShell.php#L66-L68) appear to have the effect of "if the specified layout is `default`, then the specified `configName`, `template`, and `layout` will be ignored when the email is being sent...

Is this project abandoned? There haven't been any commits for a year and a half, 14 open pull requests going back five years are being ignored, there are 155 open...

It's my understanding that the `exceptionRenderer => false` configuration setting was meant to prevent the plugin from having any effect on exception rendering, but it actually switches your app from...

CakePHP is currently throwing a warning about deprecated code in this plugin: ``` Deprecated Error: Response::header() is deprecated. Use `withHeader()`, `getHeaderLine()` and `getHeaders()` instead. - ...\vendor\ozee31\cakephp-cors\src\Controller\ErrorController.php, line: 27 ```

Currently, this package's version constraint for PHPUnit (4.*) allows for CakePHP 3.4.1 but not any newer versions, as CakePHP 3.4.2 requires PHPUnit >=5.7.

# To reproduce 1. Search for a column name in a database 2. Go down the list of results, double-clicking or hitting Enter to open the object # Expected result...