Native modules are identified by searching "PrestaShop" in the author of the module.
Any module containing it is considered native.
Refactorization of the existing filters to work as a single filter list.
Sort the modules by name after the filtering.
Reopened with the right branch management.
Comment :
Possible performance upgrade by using the native Module class functions instead of filters for inclusive option :
Module::getNonNativeModuleList()
Module::getNativeModuleList()
Module::getModulesInstalled()
The "Native" function might have a more relevant filter than the one I provided by searching in the Author.
P.R. to solve the issue #92
Allow to list :
Native modules are identified by searching "PrestaShop" in the author of the module. Any module containing it is considered native.
Refactorization of the existing filters to work as a single filter list. Sort the modules by name after the filtering.
Reopened with the right branch management.
Comment : Possible performance upgrade by using the native Module class functions instead of filters for inclusive option : Module::getNonNativeModuleList() Module::getNativeModuleList() Module::getModulesInstalled()
The "Native" function might have a more relevant filter than the one I provided by searching in the Author.