From e9693965d3ee280b2140edd2c5704d4f65a40727 Mon Sep 17 00:00:00 2001 From: aB0t Date: Thu, 10 Aug 2023 09:04:11 +0200 Subject: [PATCH] Stable release of v2.0.18 Adds bottom module position on tag, search, ai and app pages. Fixed JavaScript Database Manager some more. --- CHANGELOG.md | 7 +- README.md | 20 +- admin/README.txt | 20 +- admin/config.xml | 362 +++++++++++++++++- admin/language/en-GB/en-GB.com_getbible.ini | 14 +- admin/sql/updates/mysql/2.0.17.sql | 1 + getbible.xml | 6 +- script.php | 4 +- site/assets/js/app.js | 108 +++--- site/language/en-GB/en-GB.com_getbible.ini | 2 +- site/views/app/tmpl/default.xml | 33 ++ .../tmpl/default_getbibleappactivesession.php | 2 +- .../app/tmpl/default_getbibleappbody.php | 9 +- .../app/tmpl/default_getbiblemodules.php | 61 +++ site/views/app/view.html.php | 5 +- .../openai/tmpl/default_getbibleaibody.php | 9 +- .../openai/tmpl/default_getbiblemodules.php | 61 +++ site/views/openai/view.html.php | 3 +- .../search/tmpl/default_getbiblemodules.php | 61 +++ .../search/tmpl/default_getbiblesearch.php | 9 +- site/views/search/view.html.php | 62 ++- .../tag/tmpl/default_getbiblemodules.php | 61 +++ .../tag/tmpl/default_getbibletagbody.php | 9 +- site/views/tag/view.html.php | 5 +- update_server.xml | 18 + 25 files changed, 854 insertions(+), 98 deletions(-) create mode 100644 admin/sql/updates/mysql/2.0.17.sql create mode 100644 site/views/app/tmpl/default_getbiblemodules.php create mode 100644 site/views/openai/tmpl/default_getbiblemodules.php create mode 100644 site/views/search/tmpl/default_getbiblemodules.php create mode 100644 site/views/tag/tmpl/default_getbiblemodules.php diff --git a/CHANGELOG.md b/CHANGELOG.md index a8dc9bf..8dd3549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -87,4 +87,9 @@ # v2.0.17 -- Adds brut-force protection \ No newline at end of file +- Adds brut-force protection + +# v2.0.18 + +- Adds bottom module position on tag, search, ai and app pages. +- Fixed JavaScript Database Manager some more. \ No newline at end of file diff --git a/README.md b/README.md index 95b7b5d..babdf71 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Get Bible (2.0.17) +# Get Bible (2.0.18) ![Get Bible image](https://git.vdm.dev/getBible/joomla-component/raw/branch/master/admin/assets/images/vdm-component.jpg "GetBible") @@ -18,38 +18,38 @@ In essence, The Bible for Joomla is designed to transform how the Word of God is + *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io) + *Name*: [Get Bible](https://getbible.net) + *First Build*: 3rd December, 2015 -+ *Last Build*: 7th August, 2023 -+ *Version*: 2.0.17 ++ *Last Build*: 10th August, 2023 ++ *Version*: 2.0.18 + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html ## Build Time -**550 Hours** or **69 Eight Hour Days** (actual time the author saved - +**552 Hours** or **69 Eight Hour Days** (actual time the author saved - due to [Automated Component Builder](https://www.joomlacomponentbuilder.com)) > (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**, > never making one mistake or taking any coffee break.) -+ *Line count*: **196949** -+ *File count*: **1712** ++ *Line count*: **197705** ++ *File count*: **1717** + *Folder count*: **163** -**362 Hours** or **45 Eight Hour Days** (the actual time the author spent) +**364 Hours** or **46 Eight Hour Days** (the actual time the author spent) > (with the following break down: -> **debugging @137hours** = codingtime / 4; +> **debugging @138hours** = codingtime / 4; > **planning @79hours** = codingtime / 7; > **mapping @55hours** = codingtime / 10; > **office @92hours** = codingtime / 6;) -**912 Hours** or **114 Eight Hour Days** +**916 Hours** or **115 Eight Hour Days** (a total of the realistic time frame for this project) > (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**, > with the normal everyday realities at the office, that includes the component planning, mapping & debugging.) -Project duration: **22.8 weeks** or **4.8 months** +Project duration: **23 weeks** or **4.8 months** > This **component** was build with a Joomla [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 95b7b5d..babdf71 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -1,4 +1,4 @@ -# Get Bible (2.0.17) +# Get Bible (2.0.18) ![Get Bible image](https://git.vdm.dev/getBible/joomla-component/raw/branch/master/admin/assets/images/vdm-component.jpg "GetBible") @@ -18,38 +18,38 @@ In essence, The Bible for Joomla is designed to transform how the Word of God is + *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io) + *Name*: [Get Bible](https://getbible.net) + *First Build*: 3rd December, 2015 -+ *Last Build*: 7th August, 2023 -+ *Version*: 2.0.17 ++ *Last Build*: 10th August, 2023 ++ *Version*: 2.0.18 + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html ## Build Time -**550 Hours** or **69 Eight Hour Days** (actual time the author saved - +**552 Hours** or **69 Eight Hour Days** (actual time the author saved - due to [Automated Component Builder](https://www.joomlacomponentbuilder.com)) > (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**, > never making one mistake or taking any coffee break.) -+ *Line count*: **196949** -+ *File count*: **1712** ++ *Line count*: **197705** ++ *File count*: **1717** + *Folder count*: **163** -**362 Hours** or **45 Eight Hour Days** (the actual time the author spent) +**364 Hours** or **46 Eight Hour Days** (the actual time the author spent) > (with the following break down: -> **debugging @137hours** = codingtime / 4; +> **debugging @138hours** = codingtime / 4; > **planning @79hours** = codingtime / 7; > **mapping @55hours** = codingtime / 10; > **office @92hours** = codingtime / 6;) -**912 Hours** or **114 Eight Hour Days** +**916 Hours** or **115 Eight Hour Days** (a total of the realistic time frame for this project) > (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**, > with the normal everyday realities at the office, that includes the component planning, mapping & debugging.) -Project duration: **22.8 weeks** or **4.8 months** +Project duration: **23 weeks** or **4.8 months** > This **component** was build with a Joomla [Automated Component Builder](https://www.joomlacomponentbuilder.com). > Developed by [Llewellyn van der Merwe](mailto:joomla@vdm.io) diff --git a/admin/config.xml b/admin/config.xml index 8b4fc3a..43af93c 100644 --- a/admin/config.xml +++ b/admin/config.xml @@ -304,6 +304,96 @@ + + +