Rename MokoSuite → MokoSuiteClient (full element rename)
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Generic: Project CI / Lint & Validate (push) Successful in 36s
Platform: moko-platform CI / Gate 1: Code Quality (push) Failing after 40s
Generic: Project CI / Tests (push) Has been cancelled
Platform: moko-platform CI / Gate 2: Unit Tests (8.1) (push) Has been cancelled
Platform: moko-platform CI / Gate 2: Unit Tests (8.2) (push) Has been cancelled
Platform: moko-platform CI / Gate 2: Unit Tests (8.3) (push) Has been cancelled
Platform: moko-platform CI / Gate 3: Self-Health Check (push) Has been cancelled
Platform: moko-platform CI / Gate 4: Governance (push) Has been cancelled
Platform: moko-platform CI / Gate 5: Template Integrity (push) Has been cancelled
Platform: moko-platform CI / CI Summary (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled

All Joomla element names, PHP classes, language files, folder structure,
and manifest references renamed from mokosuite to mokosuiteclient.
This repo is now the client-facing tracker for the MokoSuite platform.
This commit is contained in:
Jonathan Miller
2026-06-15 05:19:13 -05:00
parent 6cd16d9845
commit 4b9a675d0f
270 changed files with 2942 additions and 2939 deletions
+8 -8
View File
@@ -8,19 +8,19 @@
# FILE INFORMATION
DEFGROUP: Joomla.Plugin
INGROUP: MokoSuite
REPO: https://github.com/mokoconsulting-tech/mokosuite
INGROUP: MokoSuiteClient
REPO: https://github.com/mokoconsulting-tech/mokosuiteclient
PATH: /docs/plugin-basic.md
VERSION: 02.34.50
BRIEF: Baseline documentation for the MokoSuite system plugin
BRIEF: Baseline documentation for the MokoSuiteClient system plugin
NOTE: Foundational reference for internal and external stakeholders
-->
# MokoSuite Plugin Overview (VERSION: 02.34.50)
# MokoSuiteClient Plugin Overview (VERSION: 02.34.50)
## Introduction
The MokoSuite plugin is a foundational system component used across Suite-managed Joomla environments. It ensures consistent application of platform identity, terminology, and user experience standards. By centralizing key branding functions, the plugin supports multitenant Suite operations and reduces administrative fragmentation.
The MokoSuiteClient plugin is a foundational system component used across Suite-managed Joomla environments. It ensures consistent application of platform identity, terminology, and user experience standards. By centralizing key branding functions, the plugin supports multitenant Suite operations and reduces administrative fragmentation.
## Role in the Suite Platform
@@ -71,8 +71,8 @@ The plugin is implemented as a Joomla 5.x system plugin with the following archi
### Core Components
* **mokosuite.php** - Main plugin class (`PlgSystemMokoSuite`) that extends `CMSPlugin`
* **mokosuite.xml** - Plugin manifest defining metadata, file structure, and configuration parameters
* **mokosuiteclient.php** - Main plugin class (`PlgSystemMokoSuiteClient`) that extends `CMSPlugin`
* **mokosuiteclient.xml** - Plugin manifest defining metadata, file structure, and configuration parameters
* **services/provider.php** - Dependency injection service provider for Joomla 5.x container registration
### Event Handlers
@@ -99,7 +99,7 @@ The plugin exposes the following configuration parameters:
### Namespace and Autoloading
Uses Joomla 5.x namespace: `Moko\Plugin\System\MokoSuite` with PSR-4 autoloading through the service provider.
Uses Joomla 5.x namespace: `Moko\Plugin\System\MokoSuiteClient` with PSR-4 autoloading through the service provider.
## Operational Expectations