Hardcode manifest names/descriptions and enforce Type - Name convention #201

Merged
jmiller merged 1 commits from chore/manifest-naming-convention into main 2026-07-04 20:24:47 +00:00
Owner

Summary

Applies the package-XML convention across every manifest: no language strings for titles/descriptions, and <name> follows Type - Name.

  • Component <name>: MokoSuiteBackupComponent - MokoSuiteBackup
  • Module <name>: mod_mokosuitebackup_cpanelModule - MokoSuiteBackup - cPanel
  • Every <description> (pkg, com, mod, all 7 plugins) is now hardcoded with the literal text previously held in the *_DESCRIPTION constants.
  • Component admin submenu titles hardcoded: Dashboard, Backup Records, Content Snapshots, Backup Profiles.

Plugin <name> values already used the Group - Name format (System / Task / Console / Content / Action Log / Quick Icon / Web Services) and are unchanged. Package <name> was already Package - MokoSuiteBackup.

All 10 manifests validated as well-formed XML.

Stacking note

This branch is stacked on chore/short-name-branding (PR #200), so this PR currently also shows that branding commit. Once #200 merges, this PR narrows to just the manifest commit 3391bef. Merge #200 first.

Test plan

  • Install/update the package; verify extension names appear as Type - Name in Extensions manager.
  • Descriptions render as plain text (no raw *_DESCRIPTION constants).
  • Admin submenu labels unchanged in the UI.
## Summary Applies the package-XML convention across every manifest: **no language strings for titles/descriptions**, and `<name>` follows **Type - Name**. - Component `<name>`: `MokoSuiteBackup` → `Component - MokoSuiteBackup` - Module `<name>`: `mod_mokosuitebackup_cpanel` → `Module - MokoSuiteBackup - cPanel` - Every `<description>` (pkg, com, mod, all 7 plugins) is now hardcoded with the literal text previously held in the `*_DESCRIPTION` constants. - Component admin submenu titles hardcoded: Dashboard, Backup Records, Content Snapshots, Backup Profiles. Plugin `<name>` values already used the `Group - Name` format (System / Task / Console / Content / Action Log / Quick Icon / Web Services) and are unchanged. Package `<name>` was already `Package - MokoSuiteBackup`. All 10 manifests validated as well-formed XML. ## Stacking note This branch is **stacked on `chore/short-name-branding` (PR #200)**, so this PR currently also shows that branding commit. Once #200 merges, this PR narrows to just the manifest commit `3391bef`. Merge #200 first. ## Test plan - [ ] Install/update the package; verify extension names appear as `Type - Name` in Extensions manager. - [ ] Descriptions render as plain text (no raw `*_DESCRIPTION` constants). - [ ] Admin submenu labels unchanged in the UI.
jmiller added 1 commit 2026-07-04 20:24:33 +00:00
chore(manifests): hardcode names/descriptions and enforce Type - Name convention
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 6s
Generic: Project CI / Lint & Validate (pull_request) Successful in 11s
Universal: PR Check / Validate PR (pull_request) Failing after 6s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 8s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Universal: PR Check / Secret Scan (pull_request) Successful in 8s
Generic: Repo Health / Access control (pull_request) Successful in 2s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Successful in 2s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 28s
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Successful in 45s
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 31s
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Successful in 4m23s
Generic: Project CI / Tests (pull_request) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Has been cancelled
Joomla: Extension CI / PHPStan Analysis (pull_request) Has been cancelled
Joomla: Extension CI / Build RC Pre-Release (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
Generic: Repo Health / Report: Scripts Governance (pull_request) Has been cancelled
Generic: Repo Health / Report: Repository Health (pull_request) Has been cancelled
d155958be3
Per the package-XML convention, manifests must not use language strings for
titles/descriptions, and <name> must follow "Type - Name".

- Component <name> "MokoSuiteBackup" → "Component - MokoSuiteBackup"
- Module <name> "mod_mokosuitebackup_cpanel" → "Module - MokoSuiteBackup - cPanel"
- Hardcode every <description> (pkg, com, mod, all 7 plugins) with the literal
  text previously stored in the *_DESCRIPTION language constants
- Hardcode the component admin submenu titles (Dashboard, Backup Records,
  Content Snapshots, Backup Profiles)

Plugin <name> values already followed the Group - Name format and are
unchanged. All manifests validated as well-formed XML.
jmiller force-pushed chore/manifest-naming-convention from 924eaadb37 to d155958be3 2026-07-04 20:24:33 +00:00 Compare
jmiller merged commit bdbbe74021 into main 2026-07-04 20:24:47 +00:00
jmiller deleted branch chore/manifest-naming-convention 2026-07-04 20:24:49 +00:00
Sign in to join this conversation.