diff --git a/CHANGELOG.md b/CHANGELOG.md index 47d658998..c33b83af7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ -# v3.2.2-alpha4 +# v3.2.2-alpha5 -- Update the Schema class to also update null mismatching if needed +- Add repositories for better integration with gitea +- Refactored the Data classes +- Add new Data classes # v3.2.2-alpha - Fix auto build from SQL in Joomla 4 and 5. - Fix permission issue for admin views. -- Add extending options to interfaces. +- Add extending options to interfaces. +- Update the Schema class to also update null mismatching if needed # v3.2.1 diff --git a/README.md b/README.md index b8c6bfd2d..983eed31a 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.2.2-alpha4) 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.2.2-alpha5) 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) @@ -144,14 +144,14 @@ TODO + *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io) + *Name*: [Component Builder](https://git.vdm.dev/joomla/Component-Builder) + *First Build*: 30th April, 2015 -+ *Last Build*: 7th June, 2024 -+ *Version*: 3.2.2-alpha4 ++ *Last Build*: 20th June, 2024 ++ *Version*: 3.2.2-alpha5 + *Copyright*: Copyright (C) 2015 Vast Development Method. All rights reserved. + *License*: GNU General Public License version 2 or later; see LICENSE.txt -+ *Line count*: **765384** -+ *Field count*: **2100** -+ *File count*: **5304** -+ *Folder count*: **471** ++ *Line count*: **773763** ++ *Field count*: **2104** ++ *File count*: **5362** ++ *Folder count*: **474** > This **component** was build with a [Joomla](https://extensions.joomla.org/extension/component-builder/) [Automated Component Builder](https://www.joomlacomponentbuilder.com). > Developed by [Llewellyn van der Merwe](mailto:joomla@vdm.io) diff --git a/admin/README.txt b/admin/README.txt index b8c6bfd2d..983eed31a 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.2.2-alpha4) 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.2.2-alpha5) 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) @@ -144,14 +144,14 @@ TODO + *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io) + *Name*: [Component Builder](https://git.vdm.dev/joomla/Component-Builder) + *First Build*: 30th April, 2015 -+ *Last Build*: 7th June, 2024 -+ *Version*: 3.2.2-alpha4 ++ *Last Build*: 20th June, 2024 ++ *Version*: 3.2.2-alpha5 + *Copyright*: Copyright (C) 2015 Vast Development Method. All rights reserved. + *License*: GNU General Public License version 2 or later; see LICENSE.txt -+ *Line count*: **765384** -+ *Field count*: **2100** -+ *File count*: **5304** -+ *Folder count*: **471** ++ *Line count*: **773763** ++ *Field count*: **2104** ++ *File count*: **5362** ++ *Folder count*: **474** > This **component** was build with a [Joomla](https://extensions.joomla.org/extension/component-builder/) [Automated Component Builder](https://www.joomlacomponentbuilder.com). > Developed by [Llewellyn van der Merwe](mailto:joomla@vdm.io) diff --git a/admin/access.xml b/admin/access.xml index 8bc3e282b..eb7688b8b 100644 --- a/admin/access.xml +++ b/admin/access.xml @@ -521,6 +521,18 @@ + + + + + + + + + + + + @@ -814,6 +826,17 @@ +
+ + + + + + + + + +
diff --git a/admin/assets/css/repositories.css b/admin/assets/css/repositories.css new file mode 100644 index 000000000..2731fc5aa --- /dev/null +++ b/admin/assets/css/repositories.css @@ -0,0 +1,13 @@ +/** + * @package Joomla.Component.Builder + * + * @created 30th April, 2015 + * @author Llewellyn van der Merwe + * @git Joomla Component Builder + * @copyright Copyright (C) 2015 Vast Development Method. All rights reserved. + * @license GNU General Public License version 2 or later; see LICENSE.txt + */ + +/* CSS Document */ + + diff --git a/admin/assets/css/repository.css b/admin/assets/css/repository.css new file mode 100644 index 000000000..2731fc5aa --- /dev/null +++ b/admin/assets/css/repository.css @@ -0,0 +1,13 @@ +/** + * @package Joomla.Component.Builder + * + * @created 30th April, 2015 + * @author Llewellyn van der Merwe + * @git Joomla Component Builder + * @copyright Copyright (C) 2015 Vast Development Method. All rights reserved. + * @license GNU General Public License version 2 or later; see LICENSE.txt + */ + +/* CSS Document */ + + diff --git a/admin/assets/images/icons/repositories.png b/admin/assets/images/icons/repositories.png new file mode 100644 index 000000000..32d7a0559 Binary files /dev/null and b/admin/assets/images/icons/repositories.png differ diff --git a/admin/config.xml b/admin/config.xml index 3dd14bcb1..823b41840 100644 --- a/admin/config.xml +++ b/admin/config.xml @@ -756,62 +756,7 @@ COM_COMPONENTBUILDER_CONFIG_NO - - - -