Compare commits

..

4 Commits
5.x ... 4.x

Author SHA1 Message Date
Robot 27ec4c3db9
Release of v4.0.0-beta2
First release of Sermon Distributor towards Joomla 4. Add PHP check to install/update class. Add Database check and fix to install/update class.
2024-05-03 07:40:58 +02:00
Robot 287a068ed8
Update on v4.0.0-beta1 (beta for next version)
Here's an update on the current version, which includes changes towards the next release still in beta.
2024-03-07 20:32:14 +02:00
Robot dd67d888d6
Release of v4.0.0-beta1 2024-03-07 19:27:37 +02:00
Llewellyn van der Merwe 07e702bf36
Update octojpack config for J4. 2024-03-07 18:50:35 +02:00
333 changed files with 350 additions and 375 deletions

View File

@ -9,8 +9,8 @@
"name": "PKG_SERMONDISTRIBUTOR",
"code_name": "sermondistributor",
"package_name": "pkg_sermondistributor",
"min_joomla_version": "5.0",
"max_joomla_version": "5.1",
"min_joomla_version": "4.0",
"max_joomla_version": "4.4",
"copyright": "Copyright (C) 2015 Llewellyn van der Merwe. All rights reserved.",
"copyright_year": "2015",
"license": "GNU General Public License version 2; see LICENSE",
@ -20,12 +20,12 @@
"author_url": "https://io.vdm.dev/",
"description": "The Sermon Distributor.",
"version_id": "com_sermondistributor",
"update_servers": "https://git.vdm.dev/christian/Joomla-Sermon-Distributor/raw/branch/5.x/sermondistributor_update_server.xml"
"update_servers": "https://git.vdm.dev/christian/Joomla-Sermon-Distributor/raw/branch/4.x/sermondistributor_update_server.xml"
},
"repository": {
"owner": "christian",
"repo": "pkg-sermondistributor",
"branch": "5.x"
"branch": "4.x"
},
"files": [
{
@ -33,7 +33,7 @@
"repo": "Joomla-Sermon-Distributor",
"id": "com_sermondistributor",
"type": "component",
"mode": "5.x"
"mode": "4.x"
},
{
"owner": "getBible",

View File

@ -1,9 +1,3 @@
# v5.0.0-beta2
- 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-beta2
- First release of Sermon Distributor towards Joomla 4

View File

@ -1,4 +1,4 @@
# Sermon Distributor (5.0.x)
# Sermon Distributor (4.0.x)
![Sermon Distributor image](https://git.vdm.dev/christian/Joomla-Sermon-Distributor/raw/branch/master/admin/assets/images/vdm-component.jpg "The Sermon Distributor")
@ -25,27 +25,27 @@ The best way to see all your options is to install this component on you Joomla
+ *Name*: [Sermon Distributor](https://www.vdm.io/)
+ *First Build*: 22nd October, 2015
+ *Last Build*: 3rd May, 2024
+ *Version*: 5.0.x
+ *Version*: 4.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:
**263 Hours** or **33 Eight Hour Days** (actual time the author saved -
**262 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*: **94142**
+ *File count*: **602**
+ *Line count*: **94117**
+ *File count*: **601**
+ *Folder count*: **124**
**173 Hours** or **22 Eight Hour Days** (the actual time the author spent)
**174 Hours** or **22 Eight Hour Days** (the actual time the author spent)
> (with the following break down:
> **debugging @66hours** = codingtime / 4;
> **planning @38hours** = codingtime / 7;
> **planning @37hours** = codingtime / 7;
> **mapping @26hours** = codingtime / 10;
> **office @44hours** = codingtime / 6;)

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage SermondistributorInstallerScript.php
@ -761,7 +761,7 @@ class Com_SermondistributorInstallerScript implements InstallerScriptInterface
echo '<div style="background-color: #fff;" class="alert alert-info"><a target="_blank" href="https://www.vdm.io/" title="Sermon Distributor">
<img src="components/com_sermondistributor/assets/images/vdm-component.jpg"/>
</a>
<h3>Upgrade to Version 5.0.0-beta2 Was Successful! Let us know if anything is not working as expected.</h3></div>';
<h3>Upgrade to Version 4.0.0-beta2 Was Successful! Let us know if anything is not working as expected.</h3></div>';
// Add/Update component in the action logs extensions table.
$this->setActionLogsExtensions();

View File

@ -1,4 +1,4 @@
# Sermon Distributor (5.0.x)
# Sermon Distributor (4.0.x)
![Sermon Distributor image](https://git.vdm.dev/christian/Joomla-Sermon-Distributor/raw/branch/master/admin/assets/images/vdm-component.jpg "The Sermon Distributor")
@ -25,27 +25,27 @@ The best way to see all your options is to install this component on you Joomla
+ *Name*: [Sermon Distributor](https://www.vdm.io/)
+ *First Build*: 22nd October, 2015
+ *Last Build*: 3rd May, 2024
+ *Version*: 5.0.x
+ *Version*: 4.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:
**263 Hours** or **33 Eight Hour Days** (actual time the author saved -
**262 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*: **94142**
+ *File count*: **602**
+ *Line count*: **94117**
+ *File count*: **601**
+ *Folder count*: **124**
**173 Hours** or **22 Eight Hour Days** (the actual time the author spent)
**174 Hours** or **22 Eight Hour Days** (the actual time the author spent)
> (with the following break down:
> **debugging @66hours** = codingtime / 4;
> **planning @38hours** = codingtime / 7;
> **planning @37hours** = codingtime / 7;
> **mapping @26hours** = codingtime / 10;
> **office @44hours** = codingtime / 6;)

View File

@ -9,7 +9,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage admin.css

View File

@ -9,7 +9,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage dashboard.css

View File

@ -9,7 +9,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage external_source.css

View File

@ -9,7 +9,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage external_sources.css

View File

@ -9,7 +9,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage help_document.css

View File

@ -9,7 +9,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage help_documents.css

View File

@ -9,7 +9,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage local_listing.css

View File

@ -9,7 +9,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage local_listings.css

View File

@ -9,7 +9,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage manual_updater.css

View File

@ -9,7 +9,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage preacher.css

View File

@ -9,7 +9,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage preachers.css

View File

@ -9,7 +9,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage series.css

View File

@ -9,7 +9,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage series_list.css

View File

@ -9,7 +9,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage sermon.css

View File

@ -9,7 +9,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage sermons.css

View File

@ -9,7 +9,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage statistic.css

View File

@ -9,7 +9,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage statistics.css

View File

@ -9,7 +9,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage admin.js

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage build_option_fullwidth.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_above.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_fullwidth.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_left.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_right.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_under.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage publishing.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage publlshing.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_above.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_fullwidth.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_left.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_right.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_under.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage metadata.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage publishing.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_above.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_fullwidth.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_left.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_right.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage publishing.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage publlshing.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_above.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_fullwidth.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_left.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_right.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage metadata.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage publishing.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage sermons_fullwidth.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_above.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_fullwidth.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_left.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_right.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage metadata.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage publishing.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage sermons_fullwidth.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_above.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_fullwidth.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_left.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_right.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_under.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage files_fullwidth.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage metadata.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage publishing.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage stastics_fullwidth.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_above.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_left.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage details_right.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage metadata.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage publishing.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage trashhelper.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage provider.php

View File

@ -1 +0,0 @@

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage AjaxController.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage DisplayController.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage External_sourceController.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage External_sourcesController.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage HelpController.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage Help_documentController.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage Help_documentsController.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage ImportController.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage Local_listingController.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage Local_listingsController.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage Manual_updaterController.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage PreacherController.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage PreachersController.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage SeriesController.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage Series_listController.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage SermonController.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage SermondistributorController.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage SermonsController.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage StatisticController.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage StatisticsController.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage SermondistributorComponent.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage AdminviewfolderlistField.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage ArticlesField.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage ExternalsourceField.php

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage ExternalsourcefilesField.php

Some files were not shown because too many files have changed in this diff Show More