cakephp icon indicating copy to clipboard operation
cakephp copied to clipboard

CakePHP: The Rapid Development Framework for PHP - Official Repository

Results 199 cakephp issues
Sort by recently updated
recently updated
newest added
trafficstars

### Description of Changes Currently, in the `Database\Connection::createDrivers()` method, if a configuration array is provided for the `read` or `write` roles, it does not correctly inherit the values from the...

defect
database

### Description Plugins are defined in plugins.php now. It is expected for them to be loaded now throughout the app and as such also throughout the app testing harness. So...

defect

### Description At the present time there is a method `public function getMockForModel(string $alias, array $methods = [], array $options = [])` Too much boilerplate code, the method name is...

enhancement

### Description This is a bit of a strange problem. I'll try to describe it and maybe wait for some instructions to provide more feedback (I realize that this is...

defect

added to the validator context, information about parent data for nested validator this pull request is related to issue #17705

### Description When saving new entity with id=null, saving fails with following error: Expression `***.id` is missing operator (IS, IS NOT) with `null` value. It works in 5.2.3 (entity is...

defect

- Make requireFieldPresence only affect property access. - Introduce getExistingOrFail() if we want strict checks unconditionally. Issue: https://github.com/cakephp/cakephp/issues/18211

Is this a valid test case for the scenario in https://github.com/cakephp/cakephp/issues/18241 ? It does not show any error messages that we can display the user in the form or give...

help needed

### Description Currently migrations uses objects for concepts like `Column`, `Index` and `ForeignKey` (referred to as 'schema components' in the rest of this issue) while cakephp/database uses arrays. If we...

enhancement
database

### Description We have various methods where argument overloading is used for ease of use. For e.g. for `RouteBuilder::scope()` if the 2nd argument is a callback it's used as the...

enhancement