Replies: 1 comment 1 reply
-
To remove a module from levels 2 and 3, we need to remove the files in these folders:
I probably miss other stuff. A script would be nice. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's not lose the ideas presented in this PR #2455.
We have 3 types of modules:
Grouping of mandatory modules in one file. The file name can be Mage_Require.xml. In this way, the non-functionality of the store is prevented due to an editing error. The file will contain an explanatory warning comment.
Explanatory warning comments in the level 2 modules to prevent non-functionality of the dependencies. Also, the list of modules dependent on it will be specified in each file in order to evaluate immediately what is the impact on functionality.
Establishing the moment when the Mage_All.xml file will be removed from the repository or if it will be kept permanently.
Analyzing if there is a better method to control the order in which the modules are loaded, if the current order is the optimal one.
Beta Was this translation helpful? Give feedback.
All reactions