Open boonebgorges opened 9 years ago
Originally I had hoped to do this in a fancy phpdoc kind of way, but I think for now I should probably create a wiki page that covers the basics, and then it can be expanded upon as questions come up.
Spoiler alert: It's incredibly simple to convert the syntax.
A wiki page sounds more than sufficient to me - don't need anything fancy at all. If you can make the first draft, maybe we can get someone on our team to have a second look.
On 06/09/2015 11:27 AM, Marshall Sorenson wrote:
Originally I had hoped to do this in a fancy phpdoc kind of way, but I think for now I should probably create a wiki page that covers the basics, and then it can be expanded upon as questions come up.
Spoiler alert: It's incredibly simple to convert the syntax.
— Reply to this email directly or view it on GitHub https://github.com/PressCrew/infinity-cbox/issues/6#issuecomment-110402227.
Please check out my first draft and let me know if you have any questions.
https://github.com/PressCrew/infinity/wiki/Migrating%20configurations%20from%20INI%20files
Awesome!! Thanks, @mrmaz!
On 06/09/15 15:42, Marshall Sorenson wrote:
Please check out my first draft and let me know if you have any questions.
https://github.com/PressCrew/infinity/wiki/Migrating%20configurations%20from%20INI%20files
— Reply to this email directly or view it on GitHub https://github.com/PressCrew/infinity-cbox/issues/6#issuecomment-110482332.
I just added another section on overriding existing options. It's not necessary to change the config files inherited from Infinity core.
The new theme drops support for .ini configuration files. @MrMaz IIRC you migrated these settings so that they can be defined with a PHP array. Is this right? Can you direct me to the part of the codebase where this is parsed?
Have you written any documentation about how to migrate configuration settings?