Rename Joomla events from onMokoJoomCross* to onMokoSuiteCross* #138
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?
Summary
The codebase dispatches and subscribes to Joomla events using the old naming convention. These event names are part of the public API that third-party plugins can hook into, so they need to be updated to match the new product name.
Events to rename
onMokoJoomCrossBeforePostonMokoSuiteCrossBeforePostonMokoJoomCrossAfterPostonMokoSuiteCrossAfterPostonMokoJoomCrossPostFailedonMokoSuiteCrossPostFailedonMokoJoomCrossGetServicesonMokoSuiteCrossGetServicesonMokoJoomCrossSendPostonMokoSuiteCrossSendPostonMokoJoomCrossDeletePostonMokoSuiteCrossDeletePostonMokoJoomCrossValidateCredentialsonMokoSuiteCrossValidateCredentialsonMokoJoomCrossGetStatsonMokoSuiteCrossGetStatsFiles to update
getSubscribedEvents()methodsCrossPostDispatcher.php— event dispatch callsQueueProcessor.php— event dispatch callsplg_system_mokosuitecross— event dispatchplg_system_mokosuitecross_events— event dispatchplg_system_mokosuitecross_gallery— event dispatchAcceptance Criteria
MokoSuiteCrossprefixgrep -ri "MokoJoomCross" source/returns zero results (after combined with #128)