CodeIgniter4
CodeIgniter4 copied to clipboard
Open Source PHP Framework (originally from EllisLab)
Custom Validation Rule Error: {field}, {param} , {value} Placeholders Not Replaced in Error Messages
### PHP Version 8.1, 8.2 ### CodeIgniter4 Version 4.5.5 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Windows, Linux ### Which...
**Description** Fixed #9219 **Checklist:** - [x] Securely signed commits - [x] Component(s) with PHPDoc blocks, only if necessary or adds value - [x] Unit testing, with >80% coverage - [x]...
**Description** See: #9215 **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing, with >80% coverage...
### PHP Version 8.3 ### CodeIgniter4 Version 4.5.5 ### CodeIgniter4 Installation Method Manual (zip or tar.gz) ### Which operating systems have you tested for this bug? Linux ### Which server...
**Description** This PR adds support for the `synchronous` setting in SQLite3. It's not persistent across connections, which means it resets to the default (usually `2`) with every new connection. We...
**Description** I think this needed for resolve only `ipv4` or `ipv6`. **Checklist:** - [x] Securely signed commits - [x] Component(s) with PHPDoc blocks, only if necessary or adds value -...
I recently posted a feature request on the CodeIgniter forum regarding the `is_unique` and `is_not_unique` validation rules. The current implementation lacks support for specifying a `dbGroup`, which can cause issues...
**Description** This PR fixes a bug where complex language strings in the validation class are not handled properly. The problem was that in the validation class, we were forming the...
**Description** This PR fixes a bug in the `populateGlobals()` method in the `FeatureTestTrait` class. If the body format is set to `json` or `xml`, we should not use `setGlobal()` for...
### PHP Version 8.2 ### CodeIgniter4 Version 4.5.5 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Linux ### Which server did...