2021-03-05 03:08:47 +00:00
<?xml version="1.0" encoding="utf-8"?>
2024-03-09 19:52:51 +00:00
<extension type= "component" version= "5.0" method= "upgrade" >
2021-03-05 03:08:47 +00:00
<name > COM_COMPONENTBUILDER</name>
2024-07-08 20:55:12 +00:00
<creationDate > 8th July, 2024</creationDate>
2021-03-05 03:08:47 +00:00
<author > Llewellyn van der Merwe</author>
2022-07-09 15:45:08 +00:00
<authorEmail > joomla@vdm.io</authorEmail>
<authorUrl > https://dev.vdm.io</authorUrl>
2021-03-05 03:08:47 +00:00
<copyright > Copyright (C) 2015 Vast Development Method. All rights reserved.</copyright>
<license > GNU General Public License version 2 or later; see LICENSE.txt</license>
2024-07-08 20:55:12 +00:00
<version > 5.0.1-alpha7</version>
2021-03-05 03:08:47 +00:00
<description > < ![CDATA[
2024-07-08 20:55:12 +00:00
<h1 > Component Builder (v.5.0.1-alpha7)</h1>
2021-03-05 03:08:47 +00:00
<div style= "clear: both;" > </div>
2023-02-06 11:28:45 +00:00
<p > The Component Builder for [Joomla](https://extensions.joomla.org/extension/component-builder/) is highly advanced tool that is truly able to build extremely complex components in a fraction of the time.
2021-03-05 03:08:47 +00:00
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>
2022-07-09 15:45:08 +00:00
<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>
2021-03-05 03:08:47 +00:00
]]></description>
2024-03-09 19:52:51 +00:00
<namespace path= "src" > VDM\Component\Componentbuilder</namespace>
2021-03-05 03:08:47 +00:00
2024-03-09 19:52:51 +00:00
<!-- Runs on install -->
2021-03-05 03:08:47 +00:00
<install >
<sql >
<file driver= "mysql" charset= "utf8" > sql/install.mysql.utf8.sql</file>
</sql>
</install>
2024-03-09 19:52:51 +00:00
<!-- Runs on uninstall -->
2021-03-05 03:08:47 +00:00
<uninstall >
<sql >
<file driver= "mysql" charset= "utf8" > sql/uninstall.mysql.utf8.sql</file>
</sql>
</uninstall>
2024-03-09 19:52:51 +00:00
<!-- Runs on install/uninstall/update -->
<scriptfile > ComponentbuilderInstallerScript.php</scriptfile>
2021-03-05 03:08:47 +00:00
<media destination= "com_componentbuilder" folder= "media" >
<filename > index.html</filename>
<folder > js</folder>
<folder > css</folder>
2019-08-12 21:30:31 +00:00
<folder > images</folder>
2022-10-30 22:34:54 +00:00
<folder > datatable</folder>
2019-08-12 21:30:31 +00:00
<folder > uikit-v2</folder>
2021-03-05 03:08:47 +00:00
<folder > footable-v3</folder>
</media>
2024-03-09 19:52:51 +00:00
<!-- Update Schema -->
2021-03-05 03:08:47 +00:00
<update >
<schemas >
<schemapath type= "mysql" > sql/updates/mysql/</schemapath>
</schemas>
</update>
2024-03-09 19:52:51 +00:00
2021-03-05 03:08:47 +00:00
2024-03-09 19:52:51 +00:00
2021-03-05 03:08:47 +00:00
<administration >
<menu > COM_COMPONENTBUILDER_MENU</menu>
<submenu >
2016-01-30 20:28:43 +00:00
<!-- Instead of link you can specify individual link attributes -->
2024-03-09 19:52:51 +00:00
<menu option= "com_componentbuilder" view= "componentbuilder" > COM_COMPONENTBUILDER_MENU_DASHBOARD</menu>
2024-04-07 10:01:31 +00:00
<menu option= "com_componentbuilder" view= "compiler" > COM_COMPONENTBUILDER_MENU_COMPILER</menu>
2017-02-16 14:02:23 +00:00
<menu option= "com_componentbuilder" view= "joomla_components" > COM_COMPONENTBUILDER_MENU_JOOMLA_COMPONENTS</menu>
2019-12-03 02:17:35 +00:00
<menu option= "com_componentbuilder" view= "joomla_modules" > COM_COMPONENTBUILDER_MENU_JOOMLA_MODULES</menu>
2019-07-15 20:00:46 +00:00
<menu option= "com_componentbuilder" view= "joomla_plugins" > COM_COMPONENTBUILDER_MENU_JOOMLA_PLUGINS</menu>
2024-04-16 18:26:48 +00:00
<menu option= "com_componentbuilder" view= "joomla_powers" > COM_COMPONENTBUILDER_MENU_JOOMLA_POWERS</menu>
2022-07-09 15:16:21 +00:00
<menu option= "com_componentbuilder" view= "powers" > COM_COMPONENTBUILDER_MENU_POWERS</menu>
2022-11-13 17:25:52 +00:00
<menu option= "com_componentbuilder" view= "search" > COM_COMPONENTBUILDER_MENU_SEARCH</menu>
2016-01-30 20:28:43 +00:00
<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>
2017-02-01 13:17:04 +00:00
<menu option= "com_componentbuilder" view= "custom_codes" > COM_COMPONENTBUILDER_MENU_CUSTOM_CODES</menu>
2019-02-15 22:03:21 +00:00
<menu option= "com_componentbuilder" view= "placeholders" > COM_COMPONENTBUILDER_MENU_PLACEHOLDERS</menu>
2017-11-26 00:29:08 +00:00
<menu option= "com_componentbuilder" view= "libraries" > COM_COMPONENTBUILDER_MENU_LIBRARIES</menu>
2016-01-30 20:28:43 +00:00
<menu option= "com_componentbuilder" view= "snippets" > COM_COMPONENTBUILDER_MENU_SNIPPETS</menu>
2018-03-27 09:57:16 +00:00
<menu option= "com_componentbuilder" view= "validation_rules" > COM_COMPONENTBUILDER_MENU_VALIDATION_RULES</menu>
2016-01-30 20:28:43 +00:00
<menu option= "com_componentbuilder" view= "fields" > COM_COMPONENTBUILDER_MENU_FIELDS</menu>
<menu option= "com_componentbuilder" view= "fieldtypes" > COM_COMPONENTBUILDER_MENU_FIELDTYPES</menu>
2017-04-05 13:21:10 +00:00
<menu option= "com_componentbuilder" view= "language_translations" > COM_COMPONENTBUILDER_MENU_LANGUAGE_TRANSLATIONS</menu>
2024-04-27 14:00:36 +00:00
<menu option= "com_componentbuilder" view= "languages" > COM_COMPONENTBUILDER_MENU_LANGUAGES</menu>
<menu option= "com_componentbuilder" view= "servers" > COM_COMPONENTBUILDER_MENU_SERVERS</menu>
2024-06-21 01:25:28 +00:00
<menu option= "com_componentbuilder" view= "repositories" > COM_COMPONENTBUILDER_MENU_REPOSITORIES</menu>
2021-03-05 03:08:47 +00:00
<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>
2024-03-09 19:52:51 +00:00
<folder > forms</folder>
2019-08-12 21:30:31 +00:00
<folder > layouts</folder>
2024-03-09 19:52:51 +00:00
<folder > presets</folder>
<folder > services</folder>
<folder > sql</folder>
<folder > src</folder>
<folder > tmpl</folder>
2019-08-12 21:30:31 +00:00
<folder > custom</folder>
2021-03-05 03:08:47 +00:00
<folder > compiler</folder>
</files>
<languages folder= "admin" >
2017-04-05 13:21:10 +00:00
<language tag= "en-GB" > language/en-GB/en-GB.com_componentbuilder.ini</language>
2021-03-05 03:08:47 +00:00
<language tag= "en-GB" > language/en-GB/en-GB.com_componentbuilder.sys.ini</language>
</languages>
2018-02-17 23:11:05 +00:00
</administration>
<updateservers >
2024-03-09 19:52:51 +00:00
<server type= "extension" enabled= "1" element= "com_componentbuilder" name= "Component Builder" > https://git.vdm.dev/joomla/Component-Builder/raw/branch/5.x/componentbuilder_update_server.xml</server>
2021-03-05 03:08:47 +00:00
</updateservers>
2023-02-06 11:28:45 +00:00
</extension>