objecttothis

Results 355 comments of objecttothis

> Is this all going into 1 request or application? I suppose I will need to build it with composer As for building, I'm going to get it to the...

The thought dawned on me that this will go faster if more than one person is working on this. One of the changes that will take a good amount of...

We are also going to need to rework documentation for initial configuration of OSPOS and for the upgrade to 3.5.0 from a previous version. One of the changes that they...

This might be a conversation for another day, but it appears that CodeIgniter has moved away from underscored_variable_names to camelCase. I think the change is meant to bring CI inline...

@daN4cat @jekkos If the upgrade requires any changes to the CI/CD scripts, then I'll likely need your help with that part. There are several folder name changes in the project,...

application/config is now app/Config. Also several config files are split out into different files within that folder, so if travis refers to any particular contents of a config file, those...

@jekkos good point about translations. Yeah the config file that governs where to download the files to has to change. Instead of application/language the base folder is now app/Language. I...

I take that back. The formatting of the language files is different. https://codeigniter4.github.io/userguide/outgoing/localization.html That could be a conversion that someone can take if they want. If not, that's OK too....

At least the changes to the way localization works makes it easier to call translations from various different files when occasionally needed.

> > > It seems we have also consumed all of the build credits on Travis > > ``` > Builds have been temporarily disabled for public repositories due to...