From d4ffc3addc82b1f217f97c0b5a38220f7c7adcb4 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Sat, 9 Jul 2022 22:37:56 +0200 Subject: [PATCH] Fixed the dashboard to allow offline work --- README.md | 6 +- admin/README.txt | 6 +- admin/compiler/joomla_3/default_vdm.php | 2 +- admin/controllers/ajax.json.php | 42 +++++++ .../en-GB/en-GB.com_componentbuilder.ini | 6 +- admin/models/ajax.php | 99 ++++++++++++++- admin/models/componentbuilder.php | 119 ++++++------------ admin/views/componentbuilder/tmpl/default.php | 36 +++--- .../componentbuilder/tmpl/default_vdm.php | 2 +- admin/views/componentbuilder/view.html.php | 2 +- componentbuilder.xml | 4 +- componentbuilder_update_server.xml | 4 +- script.php | 2 +- 13 files changed, 206 insertions(+), 124 deletions(-) diff --git a/README.md b/README.md index 0257c8379..8d145a9f3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The Component Builder for [Joomla](https://extensions.joomla.org/extension/compo 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! -You can install it quite easily and with no limitations. On [gitea](https://git.vdm.dev/joomla/Component-Builder/tags) is the latest release (3.1.3) with **ALL** its features and **ALL** concepts totally open-source and free! +You can install it quite easily and with no limitations. On [gitea](https://git.vdm.dev/joomla/Component-Builder/tags) is the latest release (3.1.4) with **ALL** its features and **ALL** concepts totally open-source and free! > Watch Quick Build of a Hello World component in [JCB on Youtube](https://www.youtube.com/watch?v=IQfsLYIeblk&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&index=45) @@ -141,10 +141,10 @@ TODO + *Name*: [Component Builder](https://git.vdm.dev/joomla/Component-Builder) + *First Build*: 30th April, 2015 + *Last Build*: 9th July, 2022 -+ *Version*: 3.1.3 ++ *Version*: 3.1.4 + *Copyright*: Copyright (C) 2015 Vast Development Method. All rights reserved. + *License*: GNU General Public License version 2 or later; see LICENSE.txt -+ *Line count*: **311259** ++ *Line count*: **311349** + *Field count*: **2002** + *File count*: **2050** + *Folder count*: **349** diff --git a/admin/README.txt b/admin/README.txt index 0257c8379..8d145a9f3 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -9,7 +9,7 @@ The Component Builder for [Joomla](https://extensions.joomla.org/extension/compo 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! -You can install it quite easily and with no limitations. On [gitea](https://git.vdm.dev/joomla/Component-Builder/tags) is the latest release (3.1.3) with **ALL** its features and **ALL** concepts totally open-source and free! +You can install it quite easily and with no limitations. On [gitea](https://git.vdm.dev/joomla/Component-Builder/tags) is the latest release (3.1.4) with **ALL** its features and **ALL** concepts totally open-source and free! > Watch Quick Build of a Hello World component in [JCB on Youtube](https://www.youtube.com/watch?v=IQfsLYIeblk&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&index=45) @@ -141,10 +141,10 @@ TODO + *Name*: [Component Builder](https://git.vdm.dev/joomla/Component-Builder) + *First Build*: 30th April, 2015 + *Last Build*: 9th July, 2022 -+ *Version*: 3.1.3 ++ *Version*: 3.1.4 + *Copyright*: Copyright (C) 2015 Vast Development Method. All rights reserved. + *License*: GNU General Public License version 2 or later; see LICENSE.txt -+ *Line count*: **311259** ++ *Line count*: **311349** + *Field count*: **2002** + *File count*: **2050** + *Folder count*: **349** diff --git a/admin/compiler/joomla_3/default_vdm.php b/admin/compiler/joomla_3/default_vdm.php index 65062d5ea..ec4349bd6 100644 --- a/admin/compiler/joomla_3/default_vdm.php +++ b/admin/compiler/joomla_3/default_vdm.php @@ -20,7 +20,7 @@ defined('_JEXEC') or die('Restricted access'); ?> <?php echo JText::_('COM_###COMPONENT###'); ?>