Actions
Feature proposal #9411
openReplace CMS with Platform and implement database storage
Description
CMS is too specific. This should be a general package builder. Renaming to Platform makes it technology agonistic. Implementing database storage will allow for infinite platform support and access controls.
id | platform | title | access | order
Implement some hardcoded platforms to cover existing usage. Example as follows.
1 | j50 | Joomla 5.x | 1 | 1
Updated by krileon about 1 month ago
Separate versions from the platform.
id | platform | title | versions | access | order
1 | joomla | Joomla | ["3.0", "4.0", "5.0"] | 1 | 1
Updated by krileon about 1 month ago
Replace all "cms" usages internally with "platform" and "platform_version".
Actions