PressCrew / infinity-cbox

A fork of the Infinity theme for developing the official CBOX theme
GNU General Public License v2.0
1 stars 1 forks source link

Documentation for .ini migration #6

Open boonebgorges opened 9 years ago

boonebgorges commented 9 years ago

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?

MrMaz commented 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.

boonebgorges commented 9 years ago

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.

MrMaz commented 9 years ago

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

boonebgorges commented 9 years ago

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.

MrMaz commented 9 years ago

I just added another section on overriding existing options. It's not necessary to change the config files inherited from Infinity core.