CodeIgniter4 icon indicating copy to clipboard operation
CodeIgniter4 copied to clipboard

Open Source PHP Framework (originally from EllisLab)

Results 299 CodeIgniter4 issues
Sort by recently updated
recently updated
newest added

**Description** PostgreSQL has application_name support and its implemented. **Checklist:** - [ ] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [...

enhancement
database
waiting for info
tests needed
docs needed
wrong branch

deleteMatching wasn't working for Redis cache when a prefix was being used. adding prefix here fixed the issue. **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc...

bug
tests needed

### PHP Version 8.2 ### CodeIgniter4 Version 4.5.1 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Linux ### Which server did...

database

Since v4.4.6 we cannot update the official User Guide. See #8757 The following workflow does not work. https://github.com/codeigniter4/userguide/blob/master/.github/workflows/deploy.yml ``` Run entrypoint.sh Will download drone-ssh-1.7.4-linux-amd64 from https://github.com/appleboy/drone-ssh/releases/download/v1.7.4 % Total % Received...

dev

**Description** Supersedes #8470 Closes #4358 - add new Exception classes in `CodeIgniter\Exceptions` - `LogicException` - `RuntimeException` - `BadFunctionCallException` - `BadMethodCallException` - `InvalidArgumentException` - add domain-level `ExceptionInterface` to catch all Exceptions...

bug
enhancement
breaking change
4.6

**Description** Superesedes #8696 Fixes #6765 - add `TableName` class - fix `spark db:table` causes errors with table name including special chars ```console $ ./spark db:table CodeIgniter v4.5.1 Command Line Tool...

bug
enhancement
database
breaking change
4.6

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

documentation

**Description** Fix typos and add missing preferences in libraries/email.rst **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [...

documentation
needs rework

**Description** Fix typos in libraries/caching.rst **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing, with...

documentation

### PHP Version 8.3 ### CodeIgniter4 Version 4.5.1 ### CodeIgniter4 Installation Method Composer (as dependency to an existing project) ### Which operating systems have you tested for this bug? Linux...

bug
database