Skip to content

Commit

Permalink
Upgraded to JCB v2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Llewellynvdm committed May 30, 2020
1 parent 8275919 commit 57dc233
Show file tree
Hide file tree
Showing 735 changed files with 113,546 additions and 110,745 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,32 @@ 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*: 5th January, 2020
+ *Last Build*: 30th May, 2020
+ *Version*: 2.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:

**192 Hours** or **24 Eight Hour Days** (actual time the author saved -
**193 Hours** or **24 Eight Hour Days** (actual time the author saved -
due to [Automated Component Builder](https://www.vdm.io/joomla-component-builder))

> (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*: **68757**
+ *File count*: **445**
+ *Line count*: **69273**
+ *File count*: **443**
+ *Folder count*: **93**

**126 Hours** or **16 Eight Hour Days** (the actual time the author spent)
**128 Hours** or **16 Eight Hour Days** (the actual time the author spent)

> (with the following break down:
> **debugging @48hours** = codingtime / 4;
> **planning @27hours** = codingtime / 7;
> **planning @28hours** = codingtime / 7;
> **mapping @19hours** = codingtime / 10;
> **office @32hours** = codingtime / 6;)
**318 Hours** or **40 Eight Hour Days**
**321 Hours** or **40 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**,
Expand Down
14 changes: 7 additions & 7 deletions admin/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,32 @@ 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*: 5th January, 2020
+ *Last Build*: 30th May, 2020
+ *Version*: 2.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:

**192 Hours** or **24 Eight Hour Days** (actual time the author saved -
**193 Hours** or **24 Eight Hour Days** (actual time the author saved -
due to [Automated Component Builder](https://www.vdm.io/joomla-component-builder))

> (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*: **68757**
+ *File count*: **445**
+ *Line count*: **69273**
+ *File count*: **443**
+ *Folder count*: **93**

**126 Hours** or **16 Eight Hour Days** (the actual time the author spent)
**128 Hours** or **16 Eight Hour Days** (the actual time the author spent)

> (with the following break down:
> **debugging @48hours** = codingtime / 4;
> **planning @27hours** = codingtime / 7;
> **planning @28hours** = codingtime / 7;
> **mapping @19hours** = codingtime / 10;
> **office @32hours** = codingtime / 6;)

**318 Hours** or **40 Eight Hour Days**
**321 Hours** or **40 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**,
Expand Down
2 changes: 2 additions & 0 deletions admin/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');

use Joomla\Utilities\ArrayHelper;

/**
* General Controller of Sermondistributor component
*/
Expand Down
2 changes: 2 additions & 0 deletions admin/controllers/ajax.json.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');

use Joomla\Utilities\ArrayHelper;

/**
* Sermondistributor Ajax Controller
*/
Expand Down
2 changes: 2 additions & 0 deletions admin/controllers/external_source.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');

use Joomla\Utilities\ArrayHelper;

/**
* External_source Controller
*/
Expand Down
4 changes: 3 additions & 1 deletion admin/controllers/external_sources.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');

use Joomla\Utilities\ArrayHelper;

/**
* External_sources Controller
*/
Expand Down Expand Up @@ -66,7 +68,7 @@ public function exportData()
$input = JFactory::getApplication()->input;
$pks = $input->post->get('cid', array(), 'array');
// Sanitize the input
JArrayHelper::toInteger($pks);
ArrayHelper::toInteger($pks);
// Get the model
$model = $this->getModel('External_sources');
// get the data to export
Expand Down
2 changes: 2 additions & 0 deletions admin/controllers/help.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');

use Joomla\Utilities\ArrayHelper;

/**
* Sermondistributor Help Controller
*/
Expand Down
2 changes: 2 additions & 0 deletions admin/controllers/help_document.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');

use Joomla\Utilities\ArrayHelper;

/**
* Help_document Controller
*/
Expand Down
4 changes: 3 additions & 1 deletion admin/controllers/help_documents.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');

use Joomla\Utilities\ArrayHelper;

/**
* Help_documents Controller
*/
Expand Down Expand Up @@ -66,7 +68,7 @@ public function exportData()
$input = JFactory::getApplication()->input;
$pks = $input->post->get('cid', array(), 'array');
// Sanitize the input
JArrayHelper::toInteger($pks);
ArrayHelper::toInteger($pks);
// Get the model
$model = $this->getModel('Help_documents');
// get the data to export
Expand Down
2 changes: 2 additions & 0 deletions admin/controllers/import.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');

use Joomla\Utilities\ArrayHelper;

/**
* Sermondistributor Import Controller
*/
Expand Down
2 changes: 2 additions & 0 deletions admin/controllers/local_listing.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');

use Joomla\Utilities\ArrayHelper;

/**
* Local_listing Controller
*/
Expand Down
4 changes: 3 additions & 1 deletion admin/controllers/local_listings.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');

use Joomla\Utilities\ArrayHelper;

/**
* Local_listings Controller
*/
Expand Down Expand Up @@ -66,7 +68,7 @@ public function exportData()
$input = JFactory::getApplication()->input;
$pks = $input->post->get('cid', array(), 'array');
// Sanitize the input
JArrayHelper::toInteger($pks);
ArrayHelper::toInteger($pks);
// Get the model
$model = $this->getModel('Local_listings');
// get the data to export
Expand Down
2 changes: 2 additions & 0 deletions admin/controllers/manual_updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');

use Joomla\Utilities\ArrayHelper;

/**
* Manual_updater Controller
*/
Expand Down
2 changes: 2 additions & 0 deletions admin/controllers/preacher.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');

use Joomla\Utilities\ArrayHelper;

/**
* Preacher Controller
*/
Expand Down
4 changes: 3 additions & 1 deletion admin/controllers/preachers.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');

use Joomla\Utilities\ArrayHelper;

/**
* Preachers Controller
*/
Expand Down Expand Up @@ -66,7 +68,7 @@ public function exportData()
$input = JFactory::getApplication()->input;
$pks = $input->post->get('cid', array(), 'array');
// Sanitize the input
JArrayHelper::toInteger($pks);
ArrayHelper::toInteger($pks);
// Get the model
$model = $this->getModel('Preachers');
// get the data to export
Expand Down
2 changes: 2 additions & 0 deletions admin/controllers/series.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');

use Joomla\Utilities\ArrayHelper;

/**
* Series Controller
*/
Expand Down
4 changes: 3 additions & 1 deletion admin/controllers/series_list.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');

use Joomla\Utilities\ArrayHelper;

/**
* Series_list Controller
*/
Expand Down Expand Up @@ -66,7 +68,7 @@ public function exportData()
$input = JFactory::getApplication()->input;
$pks = $input->post->get('cid', array(), 'array');
// Sanitize the input
JArrayHelper::toInteger($pks);
ArrayHelper::toInteger($pks);
// Get the model
$model = $this->getModel('Series_list');
// get the data to export
Expand Down
2 changes: 2 additions & 0 deletions admin/controllers/sermon.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');

use Joomla\Utilities\ArrayHelper;

/**
* Sermon Controller
*/
Expand Down
4 changes: 3 additions & 1 deletion admin/controllers/sermons.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');

use Joomla\Utilities\ArrayHelper;

/**
* Sermons Controller
*/
Expand Down Expand Up @@ -66,7 +68,7 @@ public function exportData()
$input = JFactory::getApplication()->input;
$pks = $input->post->get('cid', array(), 'array');
// Sanitize the input
JArrayHelper::toInteger($pks);
ArrayHelper::toInteger($pks);
// Get the model
$model = $this->getModel('Sermons');
// get the data to export
Expand Down
2 changes: 2 additions & 0 deletions admin/controllers/statistic.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');

use Joomla\Utilities\ArrayHelper;

/**
* Statistic Controller
*/
Expand Down
4 changes: 3 additions & 1 deletion admin/controllers/statistics.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');

use Joomla\Utilities\ArrayHelper;

/**
* Statistics Controller
*/
Expand Down Expand Up @@ -66,7 +68,7 @@ public function exportData()
$input = JFactory::getApplication()->input;
$pks = $input->post->get('cid', array(), 'array');
// Sanitize the input
JArrayHelper::toInteger($pks);
ArrayHelper::toInteger($pks);
// Get the model
$model = $this->getModel('Statistics');
// get the data to export
Expand Down
Loading

0 comments on commit 57dc233

Please sign in to comment.