Compare commits

...

3 Commits
5.x ... 4.x

Author SHA1 Message Date
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
dd67d888d6
Release of v4.0.0-beta1 2024-03-07 19:27:37 +02:00
07e702bf36
Update octojpack config for J4. 2024-03-07 18:50:35 +02:00
332 changed files with 367 additions and 389 deletions

View File

@ -9,8 +9,8 @@
"name": "PKG_SERMONDISTRIBUTOR",
"code_name": "sermondistributor",
"package_name": "pkg_sermondistributor",
"min_joomla_version": "4.3",
"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.0/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.0"
"branch": "4.x"
},
"files": [
{
@ -33,7 +33,7 @@
"repo": "Joomla-Sermon-Distributor",
"id": "com_sermondistributor",
"type": "component",
"mode": "5.0"
"mode": "4.x"
},
{
"owner": "getBible",

View File

@ -1,11 +1,9 @@
# v5.0.0-beta1
# v4.0.0-beta1
- First release of [[[Component]]] towards Joomla 5
- First release of Sermon Distributor towards Joomla 4
# v3.0.3
# v3.0.4
- Removed the not_required field from the sermon model. #36
# v3.0.2
- Add the HTML class to the site default layout.
- Add the getDocument method call to view
- Add recall tab memory to view tabs
- Add root class calls like \JRoute

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")
@ -24,24 +24,24 @@ The best way to see all your options is to install this component on you Joomla
+ *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io)
+ *Name*: [Sermon Distributor](https://www.vdm.io/)
+ *First Build*: 22nd October, 2015
+ *Last Build*: 2nd March, 2024
+ *Version*: 5.0.x
+ *Last Build*: 7th March, 2024
+ *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:
**245 Hours** or **31 Eight Hour Days** (actual time the author saved -
**244 Hours** or **31 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*: **87679**
+ *File count*: **575**
+ *Line count*: **87657**
+ *File count*: **573**
+ *Folder count*: **120**
**161 Hours** or **20 Eight Hour Days** (the actual time the author spent)
**162 Hours** or **20 Eight Hour Days** (the actual time the author spent)
> (with the following break down:
> **debugging @61hours** = codingtime / 4;

View File

@ -10,7 +10,7 @@
/------------------------------------------------------------------------------------------------------------------------------------/
@version 5.0.x
@version 4.0.x
@created 22nd October, 2015
@package Sermon Distributor
@subpackage SermondistributorInstallerScript.php
@ -746,7 +746,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-beta1 Was Successful! Let us know if anything is not working as expected.</h3></div>';
<h3>Upgrade to Version 4.0.0-beta1 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")
@ -24,24 +24,24 @@ The best way to see all your options is to install this component on you Joomla
+ *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io)
+ *Name*: [Sermon Distributor](https://www.vdm.io/)
+ *First Build*: 22nd October, 2015
+ *Last Build*: 2nd March, 2024
+ *Version*: 5.0.x
+ *Last Build*: 7th March, 2024
+ *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:
**245 Hours** or **31 Eight Hour Days** (actual time the author saved -
**244 Hours** or **31 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*: **87679**
+ *File count*: **575**
+ *Line count*: **87657**
+ *File count*: **573**
+ *Folder count*: **120**
**161 Hours** or **20 Eight Hour Days** (the actual time the author spent)
**162 Hours** or **20 Eight Hour Days** (the actual time the author spent)
> (with the following break down:
> **debugging @61hours** = codingtime / 4;

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

@ -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

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