othercorey

Results 24 issues of othercorey

### Description ``` 1) Cake\Test\TestCase\Http\Client\Auth\OauthTest::testRsaSigningString RuntimeException: openssl error: error:0A000126:SSL routines::unexpected eof while readingerror:0A000197:SSL routines::shutdown while in init /home/runner/work/cakephp/cakephp/src/Http/Client/Auth/Oauth.php:388 /home/runner/work/cakephp/cakephp/src/Http/Client/Auth/Oauth.php:223 /home/runner/work/cakephp/cakephp/src/Http/Client/Auth/Oauth.php:72 /home/runner/work/cakephp/cakephp/tests/TestCase/Http/Client/Auth/OauthTest.php:378 phpvfscomposer:///home/runner/work/cakephp/cakephp/vendor/phpunit/phpunit/phpunit:97 ``` ### CakePHP Version 4.4 ### PHP Version...

defect

Should we keep checking mysql 5.7 with cakephp 5?

### Description CakePHP is missing native support for a very common convention: separate read and write database connections. There are some externals solutions such as the cakephp-master-replica plugin: https://github.com/Connehito/cakephp-master-replica This...

RFC
enhancement
database
pinned

Whenever there is a type that can't be serialized, `ToolbarService` throws a confusing out of memory fatal error. Most users don't know what `ToolbarService` is trying to do which makes...

defect
toolbar
pinned

https://book.cakephp.org/4/en/core-libraries/logging.html#namespace-Cake\Log The formatting is inconsistent and the font size is very large. ![image](https://user-images.githubusercontent.com/24221186/130576310-c6077d2d-e97b-4da3-a34f-1227bb2e1f12.png)

pinned

The table of contents sits inside the content panel instead of as a separate panel to the right. This causes the content to be squished especially if the TOC is...

Added Functionality
pinned

The documentation shows them being essentially the same: ``` * - webroot - The webroot directory. * - wwwRoot - The file path to webroot. 'webroot' => 'webroot', 'wwwRoot' =>...

pinned

### Description If you have a table such as `day_events` which has `day_id` and `created_at` as the primary key, these columns are excluded from the generated $_accessible array in the...

defect
pinned

When baking a model for a table with a column that "looks" like a foreign key such as `external_id` but has no target table, no validation is generated for the...

pinned

`Association::getTarget()` constructs the Table object using default connection instead of through `ModelCommand::getTableObject()` which uses the custom connection from `-c` option. This table has a composite key so some of the...