Release: promote dev -> main (via cascade; profile tabs, cookie consent, wiki cleanup, .mokogit) #168
Reference in New Issue
Block a user
Delete Branch "chore/cascade-main-to-dev"
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?
Promotes dev content to production. main cascaded in first to resolve version-stamp drift and honor the wiki removal. Brings: tabbed profile/registration, GDPR cookie-consent banner, pretty-name fix, tracked-wiki removal, canonical .mokogit.
Joomla's com_installer translates the extension display name via Text::_($item->name) where $item->name is the raw manifest <name> ("mokoonyx"), so it looks up the uppercased key MOKOONYX in the template's own sys.ini. The existing TPL_MOKOONYX key was never consulted for the name. Add MOKOONYX="Template - MokoOnyx" (en-US + en-GB) so the Type - Name standard shows correctly. The manifest <name> stays "mokoonyx" — for templates it IS the element/folder (TemplateAdapter derives both from it), so it must not change.