Move all banners to GitHub. Adds library phpspreadsheet to JCB. Add import item example to demo component. Updates the Superpower class with the GetRemote class in the plugin. Ensures the super power autoloader triggers the correct repositories. Adds the Import Function to the Demo Component. Resolves the Database Updating issue in the compiler. #1212,#1209. Adds the Component Commands Plugin to the CLI for Import of spreadsheet data-sets. Add all needed Powers to the release package, to speed-up the build of the demo component. Refactored initialization flow to accommodate future scalability and integration with all designated areas. Refactor the Creator Builders class. Adds new JCB package engine. Fix issue with loading the Component Builder Wiki. Adds advanced version update notice to the Component Builder Dashboard. Completely refactors the class that builds the Component Dashboard. #1134. Adds Initialize, Reset, and Push functionality to the Repository entities. Completely refactors the SQL teaks and SQL dump classes. Changes J4 fields to allow NULL. Fix a bug in Dynamic Get JavaScript that causes table columns to not load. Refactor the FieldString and FieldXML classes.
121 lines
6.1 KiB
XML
121 lines
6.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<extension type="component" version="4.0" method="upgrade">
|
|
<name>COM_COMPONENTBUILDER</name>
|
|
<creationDate>2nd July, 2025</creationDate>
|
|
<author>Llewellyn van der Merwe</author>
|
|
<authorEmail>joomla@vdm.io</authorEmail>
|
|
<authorUrl>https://dev.vdm.io</authorUrl>
|
|
<copyright>Copyright (C) 2015 Vast Development Method. All rights reserved.</copyright>
|
|
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
|
|
<version>4.1.1-rc1</version>
|
|
<description>< is highly advanced tool that is truly able to build extremely complex components in a fraction of the time.
|
|
|
|
Whether you're a seasoned [Joomla](https://extensions.joomla.org/extension/component-builder/) developer, or have just started, Component Builder will save you lots of time and money. A real must have!</p>
|
|
<p>Created by <a href="https://dev.vdm.io" target="_blank">Llewellyn van der Merwe</a><br /><small>Development started 30th April, 2015</small></p>
|
|
]]></description>
|
|
<namespace path="src">VDM\Component\Componentbuilder</namespace>
|
|
|
|
<!-- Runs on install -->
|
|
<install>
|
|
<sql>
|
|
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
|
|
</sql>
|
|
</install>
|
|
|
|
<!-- Runs on uninstall -->
|
|
<uninstall>
|
|
<sql>
|
|
<file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
|
|
</sql>
|
|
</uninstall>
|
|
|
|
<!-- Runs on install/uninstall/update -->
|
|
<scriptfile>ComponentbuilderInstallerScript.php</scriptfile>
|
|
|
|
<media destination="com_componentbuilder" folder="media">
|
|
<filename>index.html</filename>
|
|
<folder>js</folder>
|
|
<folder>css</folder>
|
|
<folder>images</folder>
|
|
<folder>datatable</folder>
|
|
<folder>uikit-v3</folder>
|
|
<folder>datatable-bootstrap5</folder>
|
|
<folder>uikit-v2</folder>
|
|
<folder>footable-v3</folder>
|
|
</media>
|
|
|
|
<!-- Update Schema -->
|
|
<update>
|
|
<schemas>
|
|
<schemapath type="mysql">sql/updates/mysql/</schemapath>
|
|
</schemas>
|
|
</update>
|
|
|
|
|
|
|
|
|
|
|
|
<administration>
|
|
<menu>COM_COMPONENTBUILDER_MENU</menu>
|
|
<submenu>
|
|
<!-- Instead of link you can specify individual link attributes -->
|
|
<menu option="com_componentbuilder" view="componentbuilder">COM_COMPONENTBUILDER_MENU_DASHBOARD</menu>
|
|
<menu option="com_componentbuilder" view="compiler">COM_COMPONENTBUILDER_MENU_COMPILER</menu>
|
|
<menu option="com_componentbuilder" view="joomla_components">COM_COMPONENTBUILDER_MENU_JOOMLA_COMPONENTS</menu>
|
|
<menu option="com_componentbuilder" view="joomla_modules">COM_COMPONENTBUILDER_MENU_JOOMLA_MODULES</menu>
|
|
<menu option="com_componentbuilder" view="joomla_plugins">COM_COMPONENTBUILDER_MENU_JOOMLA_PLUGINS</menu>
|
|
<menu option="com_componentbuilder" view="joomla_powers">COM_COMPONENTBUILDER_MENU_JOOMLA_POWERS</menu>
|
|
<menu option="com_componentbuilder" view="powers">COM_COMPONENTBUILDER_MENU_POWERS</menu>
|
|
<menu option="com_componentbuilder" view="search">COM_COMPONENTBUILDER_MENU_SEARCH</menu>
|
|
<menu option="com_componentbuilder" view="admin_views">COM_COMPONENTBUILDER_MENU_ADMIN_VIEWS</menu>
|
|
<menu option="com_componentbuilder" view="custom_admin_views">COM_COMPONENTBUILDER_MENU_CUSTOM_ADMIN_VIEWS</menu>
|
|
<menu option="com_componentbuilder" view="site_views">COM_COMPONENTBUILDER_MENU_SITE_VIEWS</menu>
|
|
<menu option="com_componentbuilder" view="templates">COM_COMPONENTBUILDER_MENU_TEMPLATES</menu>
|
|
<menu option="com_componentbuilder" view="layouts">COM_COMPONENTBUILDER_MENU_LAYOUTS</menu>
|
|
<menu option="com_componentbuilder" view="dynamic_gets">COM_COMPONENTBUILDER_MENU_DYNAMIC_GETS</menu>
|
|
<menu option="com_componentbuilder" view="custom_codes">COM_COMPONENTBUILDER_MENU_CUSTOM_CODES</menu>
|
|
<menu option="com_componentbuilder" view="class_extendings">COM_COMPONENTBUILDER_MENU_CLASS_EXTENDINGS</menu>
|
|
<menu option="com_componentbuilder" view="class_properties">COM_COMPONENTBUILDER_MENU_CLASS_PROPERTIES</menu>
|
|
<menu option="com_componentbuilder" view="class_methods">COM_COMPONENTBUILDER_MENU_CLASS_METHODS</menu>
|
|
<menu option="com_componentbuilder" view="placeholders">COM_COMPONENTBUILDER_MENU_PLACEHOLDERS</menu>
|
|
<menu option="com_componentbuilder" view="libraries">COM_COMPONENTBUILDER_MENU_LIBRARIES</menu>
|
|
<menu option="com_componentbuilder" view="snippets">COM_COMPONENTBUILDER_MENU_SNIPPETS</menu>
|
|
<menu option="com_componentbuilder" view="validation_rules">COM_COMPONENTBUILDER_MENU_VALIDATION_RULES</menu>
|
|
<menu option="com_componentbuilder" view="fields">COM_COMPONENTBUILDER_MENU_FIELDS</menu>
|
|
<menu option="com_componentbuilder" view="fieldtypes">COM_COMPONENTBUILDER_MENU_FIELDTYPES</menu>
|
|
<menu option="com_componentbuilder" view="language_translations">COM_COMPONENTBUILDER_MENU_LANGUAGE_TRANSLATIONS</menu>
|
|
<menu option="com_componentbuilder" view="languages">COM_COMPONENTBUILDER_MENU_LANGUAGES</menu>
|
|
<menu option="com_componentbuilder" view="servers">COM_COMPONENTBUILDER_MENU_SERVERS</menu>
|
|
<menu option="com_componentbuilder" view="repositories">COM_COMPONENTBUILDER_MENU_REPOSITORIES</menu>
|
|
<menu option="com_componentbuilder" view="help_documents">COM_COMPONENTBUILDER_MENU_HELP_DOCUMENTS</menu>
|
|
</submenu>
|
|
<files folder="admin">
|
|
<filename>access.xml</filename>
|
|
<filename>config.xml</filename>
|
|
<filename>index.html</filename>
|
|
<filename>README.txt</filename>
|
|
<folder>assets</folder>
|
|
<folder>forms</folder>
|
|
<folder>layouts</folder>
|
|
<folder>presets</folder>
|
|
<folder>services</folder>
|
|
<folder>sql</folder>
|
|
<folder>src</folder>
|
|
<folder>tmpl</folder>
|
|
<folder>custom</folder>
|
|
<folder>compiler</folder>
|
|
</files>
|
|
|
|
<languages folder="admin">
|
|
<language tag="en-GB">language/en-GB/en-GB.com_componentbuilder.ini</language>
|
|
<language tag="en-GB">language/en-GB/en-GB.com_componentbuilder.sys.ini</language>
|
|
</languages>
|
|
|
|
</administration>
|
|
<updateservers>
|
|
<server type="extension" enabled="1" element="com_componentbuilder" name="Component Builder">https://raw.githubusercontent.com/joomengine/Joomla-Component-Builder/refs/heads/4.x/componentbuilder_update_server.xml</server>
|
|
</updateservers>
|
|
</extension> |