fougerite / Fougerite

Fougerite Project is unofficial fork of Magma. Forked to develop it with community.
http://fougerite.com/
Other
4 stars 19 forks source link

GSP release candidate #53

Closed mikecrews closed 10 years ago

mikecrews commented 10 years ago

This PR adds features for deployment at GSP. Module Dll can be separated from the config files, which are moved to a public folder. Module Dll can be out of reach of the customer while allowing configuration of, and enabling/disabling modules by the customer.

You can also enable as many modules hosting plugins as you want, since they each have their own folder for plugins.

IniParser supports (and preserves) comments.

Plugin load() moved to the modules that host plugins.