generated from MokoConsulting/Template-Joomla
refactor: rename mokosuitesight → mokosuiteinsight for plugins, package, and DB tables (sibling to component rename #13) #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to the component element rename in PR #16 (which resolved #13 by renaming
com_mokosuitesight→com_mokosuiteinsight).PR #16 deliberately scoped out the sibling extensions to keep the component rename safe and self-contained. This issue tracks unifying the remaining
mokosuitesightstem:plg_system_mokosuitesight→plg_system_mokosuiteinsight(element/folder/namespace)plg_webservices_mokosuitesight→plg_webservices_mokosuiteinsight(element/folder/namespace; also the publicv1/mokosuitesight/...API URL prefix — the API contract)pkg_mokosuitesightpackage element +<packagename>+ pkg manifest filename#__mokosuitesight_*→#__mokosuiteinsight_*— these are created and queried byplg_system_mokosuitesight, NOT the component, which is why PR #16 left them alone. Rename must move with the plugin, with a matching guarded/idempotent migration (mirror the component'sPkg_MokoSuiteInsightInstallerScriptmigration pattern and the ERP repo's approach in its PR #82).PLG_*_MOKOSUITESIGHTlanguage key prefixesThis mirrors how the ERP repo split its work: component element rename separately from the plugin/package rename (tracked there as #79).
Reference: component rename PR #16; ERP precedent MokoConsulting/MokoSuiteERP#82 and #79.