joomla-extensions / jedchecker

Joomla extension to check components, modules or plugins for possible problems for submission to the JED -> Translations: https://joomla.crowdin.com/joomla-official-extensions
38 stars 28 forks source link

Extra checks for package manifests #187

Closed dryabov closed 1 year ago

dryabov commented 1 year ago

Check of "group" (for plugins) and "client" (for modules and templates) attributes in package manifest files.

PS. Joomla is able to install a package that contains module without "client" attribute in the package manifest (assuming client="site"), but unable to uninstall it when the package is uninstalled. That's why this kind of issues is hard to detect.