-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First release of Sermon Distributor towards Joomla 5. Add PHP check to install/update class. Add Database check and fix to install/update class.
- Loading branch information
Showing
144 changed files
with
3,576 additions
and
475 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
# v5.0.0-beta1 | ||
# v5.0.0-beta2 | ||
|
||
- First release of Sermon Distributor towards Joomla 5 | ||
- First release of Sermon Distributor towards Joomla 5 | ||
- Add PHP check to install/update class | ||
- Add Database check and fix to install/update class | ||
|
||
# v4.0.0-beta1 | ||
# v4.0.0-beta2 | ||
|
||
- First release of Sermon Distributor towards Joomla 4 | ||
- First release of Sermon Distributor towards Joomla 4 | ||
- Add PHP check to install/update class | ||
- Add Database check and fix to install/update class | ||
|
||
# v3.0.4 | ||
# v3.0.5 | ||
|
||
- Add the getDocument method call to view | ||
- Add recall tab memory to view tabs | ||
- Add root class calls like \JRoute | ||
- Add PHP check to install/update class | ||
- Add Database check and fix to install/update class |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,38 +24,38 @@ The best way to see all your options is to install this component on you Joomla | |
+ *Author*: [Llewellyn van der Merwe](mailto:[email protected]) | ||
+ *Name*: [Sermon Distributor](https://www.vdm.io/) | ||
+ *First Build*: 22nd October, 2015 | ||
+ *Last Build*: 7th March, 2024 | ||
+ *Last Build*: 3rd May, 2024 | ||
+ *Version*: 5.0.x | ||
+ *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 :hourglass: | ||
|
||
**245 Hours** or **31 Eight Hour Days** (actual time the author saved - | ||
**263 Hours** or **33 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*: **87680** | ||
+ *File count*: **574** | ||
+ *Folder count*: **120** | ||
+ *Line count*: **94142** | ||
+ *File count*: **602** | ||
+ *Folder count*: **124** | ||
|
||
**161 Hours** or **20 Eight Hour Days** (the actual time the author spent) | ||
**173 Hours** or **22 Eight Hour Days** (the actual time the author spent) | ||
|
||
> (with the following break down: | ||
> **debugging @61hours** = codingtime / 4; | ||
> **planning @35hours** = codingtime / 7; | ||
> **mapping @24hours** = codingtime / 10; | ||
> **office @41hours** = codingtime / 6;) | ||
> **debugging @66hours** = codingtime / 4; | ||
> **planning @38hours** = codingtime / 7; | ||
> **mapping @26hours** = codingtime / 10; | ||
> **office @44hours** = codingtime / 6;) | ||
**406 Hours** or **51 Eight Hour Days** | ||
**436 Hours** or **55 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: **10.2 weeks** or **2.1 months** | ||
Project duration: **11 weeks** or **2.3 months** | ||
|
||
> This **component** was build with a Joomla [Automated Component Builder](https://www.joomlacomponentbuilder.com). | ||
> Developed by [Llewellyn van der Merwe](mailto:[email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,38 +24,38 @@ The best way to see all your options is to install this component on you Joomla | |
+ *Author*: [Llewellyn van der Merwe](mailto:[email protected]) | ||
+ *Name*: [Sermon Distributor](https://www.vdm.io/) | ||
+ *First Build*: 22nd October, 2015 | ||
+ *Last Build*: 7th March, 2024 | ||
+ *Last Build*: 3rd May, 2024 | ||
+ *Version*: 5.0.x | ||
+ *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 :hourglass: | ||
|
||
**245 Hours** or **31 Eight Hour Days** (actual time the author saved - | ||
**263 Hours** or **33 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*: **87680** | ||
+ *File count*: **574** | ||
+ *Folder count*: **120** | ||
+ *Line count*: **94142** | ||
+ *File count*: **602** | ||
+ *Folder count*: **124** | ||
|
||
**161 Hours** or **20 Eight Hour Days** (the actual time the author spent) | ||
**173 Hours** or **22 Eight Hour Days** (the actual time the author spent) | ||
|
||
> (with the following break down: | ||
> **debugging @61hours** = codingtime / 4; | ||
> **planning @35hours** = codingtime / 7; | ||
> **mapping @24hours** = codingtime / 10; | ||
> **office @41hours** = codingtime / 6;) | ||
> **debugging @66hours** = codingtime / 4; | ||
> **planning @38hours** = codingtime / 7; | ||
> **mapping @26hours** = codingtime / 10; | ||
> **office @44hours** = codingtime / 6;) | ||
|
||
**406 Hours** or **51 Eight Hour Days** | ||
**436 Hours** or **55 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: **10.2 weeks** or **2.1 months** | ||
Project duration: **11 weeks** or **2.3 months** | ||
|
||
> This **component** was build with a Joomla [Automated Component Builder](https://www.joomlacomponentbuilder.com). | ||
> Developed by [Llewellyn van der Merwe](mailto:[email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.