Donatas Glodenis
Donatas Glodenis
Hi, I am using ionAuth in codeigniter filters and am wondering if calling in each filter (and then in the baseController) ` $ionAuth = new \IonAuth\Libraries\IonAuth();` is perhaps not optimal...
Remove trim function from the validation rules as "[CI4 validation never changes your data](https://codeigniter.com/user_guide/installation/upgrade_validations.html)".
I have updated Lithuanian translation: translated the missing strings and corrected the translation in places.
I am using FuelCMS 1.4.2. When I include property "required" in the field config, e.g. like this: `$fields['name'] = array('type' => '','required' => TRUE);` the Form Builder class does produce...
### PHP Version 8.1 ### CodeIgniter4 Version 4.4.4 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Linux ### Which server did...
(Codeigniter Model does not implement limit() metod
Would a PR with added "defer" attribute for js type assets be acceptable? Say, a third argument on asset_link() (bool; true would add 'defer', false would be default; or string;...
https://github.com/lonnieezell/Bonfire2/blob/4418346ee1b7fafc9491fd248021fabddc1ac089/src/Core/Traits/HasMeta.php#L192 I am not quite sure how to go about fixing this; most obvious seems to be repeating what is done in metaValidationRules() method - where the class name is...
For showing freely structured data on the admin Dashboard. Two examples are included: group list and most recent logins list. Please review if it is a proper implementation.
I was thinking about improving asset functionality, but would like to discuss the proper solution first. Currently only assets with a single dot in filename are processed correctly (which is...