kenjis

Results 142 issues of kenjis

**Description** Fixes #6224 Alternative #6247 - fix `ValidationInterface::run()` param - add missing - `ValidationInterface::loadRuleGroup()` - `ValidationInterface::hasError()` - `ValidationInterface::listErrors()` - `ValidationInterface::showError()` - fix `Validation::loadRuleGroup()` **Checklist:** - [x] Securely signed commits -...

bug
breaking change
docs needed
4.3

**Description** I propose to fix incorrect type declarations as a bug fix in 4.x. Related #4356 **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only...

bug
breaking change
docs needed
4.3

**Description** Fixes #6224 `BaseModel` uses the 3rd param of `$this->validation->run($data, null, $this->DBGroup)`. So it depends on `Validation`, not `ValidationInterface`. Ref: https://github.com/codeigniter4/CodeIgniter4/pull/5909#issuecomment-1179518692 **Checklist:** - [x] Securely signed commits - [ ]...

bug
breaking change
docs needed
4.3

### PHP Version 8.0 ### CodeIgniter4 Version `develop` (edb894f2fde3eac146094eb3e5e0491a62d47f96) ### CodeIgniter4 Installation Method Git ### Which operating systems have you tested for this bug? macOS ### Which server did you...

bug

```console $ vendor/bin/phpunit tests/system/Test/ PHPUnit 9.5.21 #StandWithUkraine Runtime: PHP 8.0.20 Configuration: /Users/kenji/work/codeigniter/CodeIgniter4/phpunit.xml ............................................................... 63 / 206 ( 30%) ............................................................... 126 / 206 ( 61%) .........................F..................................... 189 / 206 ( 91%)...

testing

- [ ] Add PHP 8.2 GitHub Actions - #6172 - [ ] [PHP: rfc:deprecate_dynamic_properties](https://wiki.php.net/rfc/deprecate_dynamic_properties) - #6162 - #6187 - #6198 - [ ] [PHP: rfc:deprecate_partially_supported_callables](https://wiki.php.net/rfc/deprecate_partially_supported_callables) - [ ] [PHP:...

dev

Registrars can add dynamic properties now. But the sample code in the user guide will cause the error on PHP 8.2. https://codeigniter4.github.io/CodeIgniter4/general/configuration.html#explicit-registrars ```console bash-3.2$ php public/index.php [ErrorException] Creation of dynamic...

dev

The current exception classes are not neatly categorized, and when creating a new exception class, it is difficult to determine which exceptions to inherit and implement. Also, when throwing exceptions,...

dev

**Description** Fixes #5762 **Checklist:** - [x] Securely signed commits - [] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing, with >80% coverage -...

breaking change
next major version?

See https://github.com/codeigniter4/CodeIgniter4/pull/6116#pullrequestreview-1005687856

dev
4.3