MGatner

Results 34 issues of MGatner

**Concept** Defines a third namespace sector for downstream application modification, `Local`. **Description** This is something I am starting to incorporate into my open-source applications. The problem this solves is something...

stale

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

bug

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

bug
database

We have a lot of places where values can be interpolated into a (project) URI. There are also some places that it would be good to add support for such...

dev

The `Forge` class currently may only add indexes during table creation. We need a way to allow Forge (and thus migrations) to add/alter/drop indexes.

database
missing feature

# Introduction I want to begin a "big picture" discussion about something that has caused numerous issues in the past: framework interfaces. Let me also point out up front that...

dev

At some point we should make sure we are implementing these compliance definitions: * https://www.php-fig.org/psr/psr-7/ * https://www.php-fig.org/psr/psr-17/

enhancement

A constant headache, particularly with testing, is running a migration that modifies a table from another migration but that table isn't created yet because the other migration did not run....

enhancement

Add a new function to `Time` that displays only the necessary parts of a date & time needed to understand the reference. > a "smart" Date display that isn't relative;...

enhancement
new feature

I would like a way to define a layer that was available for dependency checks to other layers but otherwise exempt from validation. See also the conversation at: https://github.com/qossmic/deptrac/issues/506 This...

help wanted