dbd6103acb
Generic: Project CI / Tests (pull_request) Blocked by required conditions
Generic: Repo Health / Scripts governance (pull_request) Blocked by required conditions
Generic: Repo Health / Repository health (pull_request) Blocked by required conditions
Generic: Repo Health / Report Issues (pull_request) Blocked by required conditions
Branch Policy Check / Verify merge target (pull_request) Failing after 2s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Generic: Repo Health / Access control (pull_request) Successful in 2s
Generic: Repo Health / Scripts governance (push) Blocked by required conditions
Generic: Repo Health / Repository health (push) Blocked by required conditions
Generic: Repo Health / Report Issues (push) Blocked by required conditions
Generic: Repo Health / Access control (push) Successful in 2s
Generic: Repo Health / Site Health (push) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Universal: Auto Version Bump / Version Bump (push) Successful in 8s
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Generic: Project CI / Lint & Validate (pull_request) Successful in 41s
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been skipped
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 46s
PR RC Release / Build RC Release (pull_request) Failing after 46s
AutoElementName() was using m.Name directly without lowercasing or
cleaning, producing elements like pkg_MokoSuiteBackup instead of
pkg_mokosuitebackup. Joomla's InstallerAdapter always lowercases
and runs InputFilter::clean('cmd') which strips non-alphanumeric
chars (except . _ -).
Added cleanJoomlaElement() to replicate Joomla's cmd filter.
Removed incorrect "plugin": "plg_" prefix — Joomla plugins use
bare element names without a prefix.
Fixes #635