diff --git a/.gitignore b/.gitignore index a48763ddfb..f584497ba3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,53 +1,130 @@ -/tests/test.css -# System files # -.gitignore -.idea -.c9revisions -.DS_Store -.joomla-dev -.buildpath -.project -.settings -.vagrant - -# Misc -composer.lock -*.log - -# Test Related Files # -/tests/system/servers/configdef.php -/phpunit.xml +# Created by .ignore support plugin (hsz.mobi) +### Example user template template +### Example user template +# IntelliJ project files +.idea +out +gen +bin/ +build/reports/pmd.html com_biblestudy/admin/biblestudy.script.php - com_biblestudy/admin/biblestudy.xml - -com_biblestudy/admin/views/test/tmpl/default.php - -com_biblestudy/admin/views/test/view.html.php - -com_biblestudy/admin/views/test/index.html - -com_biblestudy/admin/views/test/tmpl/index.html - -tests/unit/.joomla-cms/ - -/vendor -/composer.phar - -tests/.joomla-cms - -tests/test.php - -com_biblestudy/admin/help/ com_biblestudy/media/css/site/ -com_biblestudy/media/google/ -docs/namespaces/ -docs/packages/ -*.html -/bin/ -com_biblestudy/media/css/biblestudy.css.map -com_biblestudy/media/css/general.css.map -node_modules/yui-compressor/ -package-lock.json -/node_modules/ +composer.lock +composer.phar +joomla/.gitignore +joomla/.travis.yml +joomla/CONTRIBUTING.md +joomla/LICENSE.txt +joomla/README.md +joomla/README.txt +joomla/administrator/components/ +joomla/administrator/help/ +joomla/administrator/includes/ +joomla/administrator/index.php +joomla/administrator/language/ +joomla/administrator/manifests/ +joomla/administrator/modules/ +joomla/administrator/templates/ +joomla/bin/ +joomla/build.xml +joomla/build/ +joomla/cli/ +joomla/components/ +joomla/htaccess.txt +joomla/images/ +joomla/includes/ +joomla/index.php +joomla/installation/ +joomla/language/ +joomla/layouts/ +joomla/libraries/ +joomla/media/ +joomla/modules/ +joomla/phpunit.xml.dist +joomla/plugins/ +joomla/robots.txt.dist +joomla/templates/ +joomla/tests/ +joomla/travisci-phpunit.xml +joomla/web.config.txt +vendor/autoload.php +vendor/cilex/ +vendor/composer/ +vendor/container-interop/ +vendor/doctrine/ +vendor/erusev/ +vendor/friendsofphp/ +vendor/herrera-io/ +vendor/ircmaxell/ +vendor/jms/ +vendor/justinrainbow/ +vendor/kherge/ +vendor/leafo/ +vendor/monolog/ +vendor/nikic/ +vendor/paragonie/ +vendor/pdepend/ +Would skip repository vendor/pear/versioncontrol_git +Would skip repository vendor/pear/pear_exception +vendor/pear/cache_lite +vendor/pear/console_getopt +vendor/pear/pear-core-minimal +vendor/phing/ +vendor/phpcollection/ +vendor/phpdocumentor/ +vendor/phpmailer/ +vendor/phpmd/ +vendor/phpoption/ +vendor/phpspec/ +vendor/phpunit/dbunit/.gitattributes +vendor/phpunit/dbunit/.gitignore +vendor/phpunit/dbunit/.travis.yml +vendor/phpunit/dbunit/ChangeLog.markdown +vendor/phpunit/dbunit/LICENSE +vendor/phpunit/dbunit/PHPUnit/ +vendor/phpunit/dbunit/Samples/ +vendor/phpunit/dbunit/Tests/ +vendor/phpunit/dbunit/Vagrantfile +vendor/phpunit/dbunit/build.xml +vendor/phpunit/dbunit/build/ +vendor/phpunit/dbunit/composer.json +vendor/phpunit/dbunit/dbunit.bat +vendor/phpunit/dbunit/dbunit.php +vendor/phpunit/dbunit/package.xml +vendor/phpunit/dbunit/phpunit.xml.dist +vendor/phpunit/php-code-coverage/ +vendor/phpunit/php-file-iterator/ +vendor/phpunit/php-text-template/ +vendor/phpunit/php-timer/ +vendor/phpunit/php-token-stream/ +vendor/phpunit/phpunit-mock-objects/ +vendor/phpunit/phpunit/ +vendor/pimple/ +vendor/psr/ +vendor/sebastian/ +vendor/seld/ +vendor/simplepie/simplepie/.gitignore +vendor/simplepie/simplepie/.travis.yml +vendor/simplepie/simplepie/LICENSE.txt +vendor/simplepie/simplepie/README.markdown +vendor/simplepie/simplepie/autoloader.php +vendor/simplepie/simplepie/build/ +vendor/simplepie/simplepie/compatibility_test/ +vendor/simplepie/simplepie/composer.json +vendor/simplepie/simplepie/db.sql +vendor/simplepi +e/simplepie/demo/cli_test.php +vendor/simplepie/simplepie/demo/for_the_demo/ +vendor/simplepie/simplepie/demo/index.php +vendor/simplepie/simplepie/demo/test.php +vendor/simplepie/simplepie/idn/ +vendor/simplepie/simplepie/library/ +vendor/simplepie/simplepie/phpunit.xml.dist +vendor/simplepie/simplepie/tests/ +vendor/squizlabs/ +vendor/symfony/ +vendor/twig/ +vendor/zendframework/ +vendor/zetacomponents/ diff --git a/.travis.yml b/.travis.yml index 65d3b04993..c3a27d80f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,17 +5,25 @@ language: php env: global: + - RUN_UNIT_TESTS="yes" + - INSTALL_MEMCACHE="yes" + - INSTALL_MEMCACHED="yes" + - INSTALL_REDIS="yes" - RUN_PHPCS="yes" - RUN_UNIT_TESTS="no" matrix: fast_finish: true include: - - php: 5.4 -# - php: 5.4 -# - php: 5.5 -# - php: 5.6 -# - php: 7.0 + - php: 7.2 + env: INSTALL_APCU="yes" INSTALL_MEMCACHE="no" + - php: 7.3 + env: INSTALL_APCU="yes" INSTALL_MEMCACHE="no" INSTALL_MEMCACHED="no" + - php: nightly + env: INSTALL_APCU="no" INSTALL_MEMCACHE="no" INSTALL_MEMCACHED="no" + allow_failures: + - php: 7.3 + - php: nightly services: diff --git a/README.md b/README.md index ecfa198748..21c4b7f545 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Proclaim +CWM Proclaim ================== Status @@ -14,15 +14,15 @@ Status Development - 9.1.8 + 9.3.0 TBD 3.8+ Master - 9.1.7 - Nov 14, 2018 + 9.2.0 + Feb 27, 2019 3.8+ diff --git a/build/packages/component/com_proclaim.zip b/build/packages/component/com_proclaim.zip index de7cbb14bf..199b0609a0 100644 Binary files a/build/packages/component/com_proclaim.zip and b/build/packages/component/com_proclaim.zip differ diff --git a/build/packages/modules/mod_proclaim.zip b/build/packages/modules/mod_proclaim.zip index b323de4976..774da4a8ed 100644 Binary files a/build/packages/modules/mod_proclaim.zip and b/build/packages/modules/mod_proclaim.zip differ diff --git a/build/packages/modules/mod_proclaim_podcast.zip b/build/packages/modules/mod_proclaim_podcast.zip index 05cf21b336..47fff3c7e9 100644 Binary files a/build/packages/modules/mod_proclaim_podcast.zip and b/build/packages/modules/mod_proclaim_podcast.zip differ diff --git a/build/packages/pkg_proclaim.zip b/build/packages/pkg_proclaim.zip index 9ba966dbde..e576977959 100644 Binary files a/build/packages/pkg_proclaim.zip and b/build/packages/pkg_proclaim.zip differ diff --git a/build/packages/plugins/plg_proclaim_backup.zip b/build/packages/plugins/plg_proclaim_backup.zip index b4feac4328..eb25e979d3 100644 Binary files a/build/packages/plugins/plg_proclaim_backup.zip and b/build/packages/plugins/plg_proclaim_backup.zip differ diff --git a/build/packages/plugins/plg_proclaim_finder.zip b/build/packages/plugins/plg_proclaim_finder.zip index 5dacb051cb..bfe8619a40 100644 Binary files a/build/packages/plugins/plg_proclaim_finder.zip and b/build/packages/plugins/plg_proclaim_finder.zip differ diff --git a/build/packages/plugins/plg_proclaim_podcast.zip b/build/packages/plugins/plg_proclaim_podcast.zip index 8c2b44090d..bfe0f725c7 100644 Binary files a/build/packages/plugins/plg_proclaim_podcast.zip and b/build/packages/plugins/plg_proclaim_podcast.zip differ diff --git a/build/packages/plugins/plg_proclaim_search.zip b/build/packages/plugins/plg_proclaim_search.zip index 335864411c..b54b8f6f6f 100644 Binary files a/build/packages/plugins/plg_proclaim_search.zip and b/build/packages/plugins/plg_proclaim_search.zip differ diff --git a/build/pkg_proclaim_package.xml b/build/pkg_proclaim_package.xml index 2e883ac8c4..cfb724c7e3 100644 --- a/build/pkg_proclaim_package.xml +++ b/build/pkg_proclaim_package.xml @@ -7,9 +7,9 @@ CWM Team info@joomlabiblestudy.org https://www.christianwebministries.org - (C) 2007 - 2018 Proclaim All rights reserved. - 9.1.7 - Nov 14, 2018 + (C) 2007 - 2019 Proclaim All rights reserved. + 9.2.0 + Feb 27, 2019 http://www.gnu.org/licenses/gpl.html CWM Team https://www.christianwebministries.org diff --git a/build/reports/pmd.html b/build/reports/pmd.html deleted file mode 100644 index cb4e7e615b..0000000000 --- a/build/reports/pmd.html +++ /dev/null @@ -1,3244 +0,0 @@ -PHPMD -

PHPMD report

Problems found

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#FileLineProblem
1/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/controller.php43Avoid unused parameters such as '$cachable'.
2/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/controller.php43Avoid unused parameters such as '$urlparams'.
3/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/controller.php55Avoid unused local variables such as '$id'.
4/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/controller.php100Avoid unused local variables such as '$model'.
5/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/controller.php152Avoid unused local variables such as '$login_result'.
6/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/controller.php411Avoid unused local variables such as '$mediafileid'.
7/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/controller.php519Avoid unused local variables such as '$size'.
8/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/controllers/comment.php45Avoid unused parameters such as '$data'.
9/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/controllers/comment.php65Avoid unused local variables such as '$userId'.
10/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/controllers/comments.php36Avoid unused parameters such as '$config'.
11/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/controllers/mediafilet.php47Avoid unused local variables such as '$head'.
12/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/controllers/mediafilet.php68Avoid unused local variables such as '$path'.
13/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/controllers/mediafilet.php70Avoid unused local variables such as '$errno'.
14/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/controllers/mediafilet.php70Avoid unused local variables such as '$errstr'.
15/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/controllers/message.php103Avoid unused parameters such as '$key'.
16/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/controllers/message.php103Avoid unused parameters such as '$urlVar'.
17/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/controllers/serie.php45Avoid unused parameters such as '$data'.
18/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/controllers/serie.php47Avoid unused local variables such as '$user'.
19/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/controllers/serie.php75Avoid unused local variables such as '$userId'.
20/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/controllers/templatecode.php45Avoid unused parameters such as '$config'.
21/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/helpers/alias.php43Avoid unused local variables such as '$table'.
22/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/helpers/alias.php43Avoid unused local variables such as '$title'.
23/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/helpers/dbhelper.php207Avoid unused parameters such as '$description'.
24/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/helpers/helper.php39Avoid unused parameters such as '$rowid'.
25/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/helpers/helper.php62Avoid unused local variables such as '$test'.
26/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/helpers/html/biblestudy.php67Avoid unused parameters such as '$attribs'.
27/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/helpers/html/bsmedia.php37Avoid unused parameters such as '$noConflict'.
28/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/helpers/html/bsmedia.php83Avoid unused local variables such as '$options'.
29/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/helpers/html/bsmedia.php86Avoid unused local variables such as '$debug'.
30/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/helpers/imagelib.php66Avoid unused local variables such as '$im'.
31/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/helpers/tags.php36Avoid unused parameters such as '$study_id'.
32/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/helpers/tags.php36Avoid unused parameters such as '$topic_id'.
33/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/install/updates/710update.php386Avoid unused local variables such as '$css'.
34/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/lib/backup.php55Avoid unused local variables such as '$tables'.
35/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/lib/backup.php73Avoid unused local variables such as '$mime_type'.
36/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/lib/backup.php315Avoid unused local variables such as '$a'.
37/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/lib/piconvert.php623Avoid unused local variables such as '$audio'.
38/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/lib/piconvert.php634Avoid unused local variables such as '$video'.
39/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/lib/piconvert.php645Avoid unused local variables such as '$slides'.
40/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/lib/piconvert.php656Avoid unused local variables such as '$notes'.
41/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/lib/piconvert.php701Avoid unused local variables such as '$study_id'.
42/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/lib/piconvert.php705Avoid unused local variables such as '$size'.
43/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/lib/piconvert.php874Avoid unused local variables such as '$hits'.
44/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/lib/piconvert.php875Avoid unused local variables such as '$downloads'.
45/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/lib/piconvert.php879Avoid unused local variables such as '$popup'.
46/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/lib/piconvert.php880Avoid unused local variables such as '$access'.
47/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/lib/restore.php177Avoid unused local variables such as '$exists'.
48/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/lib/stats.php395Avoid unused local variables such as '$key'.
49/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/liveupdate/classes/controller.php61Avoid unused parameters such as '$config'.
50/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/liveupdate/classes/controller.php120Avoid unused local variables such as '$ftp'.
51/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/liveupdate/classes/controller.php154Avoid unused local variables such as '$ftp'.
52/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/liveupdate/classes/controller.php216Avoid unused local variables such as '$ftp'.
53/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/liveupdate/classes/controller.php245Avoid unused local variables such as '$ftp'.
54/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/liveupdate/classes/controller.php250Avoid unused local variables such as '$dummy'.
55/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/liveupdate/classes/controller.php263Avoid unused parameters such as '$cachable'.
56/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/liveupdate/classes/controller.php263Avoid unused parameters such as '$urlparams'.
57/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/liveupdate/classes/download.php268Avoid unused private methods such as 'getFOPEN'.
58/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/liveupdate/classes/download.php275Avoid unused local variables such as '$track_errors'.
59/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/liveupdate/classes/model.php71Avoid unused local variables such as '$auth'.
60/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/liveupdate/classes/storage/storage.php155Avoid unused parameters such as '$config'.
61/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/liveupdate/classes/updatefetch.php257Avoid unused private methods such as 'fetchCURL'.
62/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/liveupdate/classes/updatefetch.php290Avoid unused private methods such as 'fetchFOPEN'.
63/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/liveupdate/classes/view.php82Avoid unused local variables such as '$model'.
64/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/admin.php51Avoid unused parameters such as '$ordering'.
65/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/admin.php51Avoid unused parameters such as '$direction'.
66/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/admin.php104Avoid unused parameters such as '$data'.
67/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/admin.php145Avoid unused local variables such as '$app'.
68/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/admin.php180Avoid unused parameters such as '$group'.
69/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/admin.php180Avoid unused parameters such as '$client_id'.
70/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/comment.php29Avoid unused private fields such as '$_admin'.
71/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/comment.php48Avoid unused parameters such as '$value'.
72/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/comment.php48Avoid unused parameters such as '$contexts'.
73/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/comment.php206Avoid unused parameters such as '$table'.
74/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/comment.php248Avoid unused parameters such as '$data'.
75/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/comment.php337Avoid unused parameters such as '$group'.
76/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/comment.php337Avoid unused parameters such as '$client_id'.
77/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/comments.php58Avoid unused parameters such as '$ordering'.
78/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/comments.php58Avoid unused parameters such as '$direction'.
79/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/comments.php114Avoid unused local variables such as '$user'.
80/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/comments.php115Avoid unused local variables such as '$app'.
81/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/folder.php41Avoid unused parameters such as '$value'.
82/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/folder.php41Avoid unused parameters such as '$contexts'.
83/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/folder.php186Avoid unused parameters such as '$data'.
84/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/folder.php242Avoid unused parameters such as '$group'.
85/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/folder.php242Avoid unused parameters such as '$client_id'.
86/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/folders.php60Avoid unused parameters such as '$ordering'.
87/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/folders.php60Avoid unused parameters such as '$direction'.
88/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/location.php73Avoid unused parameters such as '$data'.
89/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/location.php129Avoid unused parameters such as '$group'.
90/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/location.php129Avoid unused parameters such as '$client_id'.
91/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/locations.php29Avoid unused private fields such as '$_data'.
92/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/locations.php36Avoid unused private fields such as '$_pagination'.
93/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/locations.php43Avoid unused private fields such as '$_total'.
94/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/locations.php50Avoid unused private fields such as '$_allow_deletes'.
95/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/locations.php114Avoid unused parameters such as '$ordering'.
96/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/locations.php114Avoid unused parameters such as '$direction'.
97/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/mediafile.php30Avoid unused private fields such as '$_admin'.
98/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/mediafile.php144Avoid unused parameters such as '$table'.
99/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/mediafile.php172Avoid unused parameters such as '$data'.
100/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/mediafile.php582Avoid unused parameters such as '$group'.
101/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/mediafile.php582Avoid unused parameters such as '$client_id'.
102/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/mediafiles.php90Avoid unused parameters such as '$ordering'.
103/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/mediafiles.php90Avoid unused parameters such as '$direction'.
104/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/mediafiles.php94Avoid unused local variables such as '$app'.
105/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/mediafiles.php95Avoid unused local variables such as '$session'.
106/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/mediaimage.php50Avoid unused parameters such as '$data'.
107/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/mediaimage.php92Avoid unused parameters such as '$group'.
108/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/mediaimage.php92Avoid unused parameters such as '$client_id'.
109/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/mediaimages.php60Avoid unused parameters such as '$ordering'.
110/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/mediaimages.php60Avoid unused parameters such as '$direction'.
111/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/message.php29Avoid unused private fields such as '$_admin'.
112/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/message.php388Avoid unused parameters such as '$data'.
113/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/message.php486Avoid unused local variables such as '$date'.
114/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/message.php487Avoid unused local variables such as '$user'.
115/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/message.php536Avoid unused parameters such as '$group'.
116/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/message.php536Avoid unused parameters such as '$client_id'.
117/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/message.php563Avoid unused local variables such as '$groupings'.
118/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/messages.php168Avoid unused parameters such as '$ordering'.
119/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/messages.php168Avoid unused parameters such as '$direction'.
120/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/messages.php400Avoid unused local variables such as '$translate'.
121/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/messagetype.php73Avoid unused parameters such as '$data'.
122/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/messagetype.php117Avoid unused local variables such as '$date'.
123/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/messagetype.php118Avoid unused local variables such as '$user'.
124/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/messagetype.php174Avoid unused parameters such as '$group'.
125/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/messagetype.php174Avoid unused parameters such as '$client_id'.
126/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/messagetypes.php29Avoid unused private fields such as '$_data'.
127/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/messagetypes.php36Avoid unused private fields such as '$_allow_deletes'.
128/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/messagetypes.php100Avoid unused parameters such as '$ordering'.
129/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/messagetypes.php100Avoid unused parameters such as '$direction'.
130/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/mimetype.php72Avoid unused parameters such as '$data'.
131/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/mimetype.php128Avoid unused parameters such as '$group'.
132/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/mimetype.php128Avoid unused parameters such as '$client_id'.
133/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/mimetypes.php64Avoid unused parameters such as '$ordering'.
134/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/mimetypes.php64Avoid unused parameters such as '$direction'.
135/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/podcast.php42Avoid unused parameters such as '$data'.
136/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/podcast.php135Avoid unused parameters such as '$group'.
137/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/podcast.php135Avoid unused parameters such as '$client_id'.
138/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/podcasts.php83Avoid unused parameters such as '$ordering'.
139/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/podcasts.php83Avoid unused parameters such as '$direction'.
140/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/serie.php41Avoid unused parameters such as '$value'.
141/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/serie.php41Avoid unused parameters such as '$contexts'.
142/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/serie.php182Avoid unused local variables such as '$date'.
143/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/serie.php183Avoid unused local variables such as '$user'.
144/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/serie.php257Avoid unused parameters such as '$data'.
145/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/serie.php379Avoid unused parameters such as '$table'.
146/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/serie.php424Avoid unused parameters such as '$group'.
147/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/serie.php424Avoid unused parameters such as '$client_id'.
148/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/series.php71Avoid unused parameters such as '$ordering'.
149/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/series.php71Avoid unused parameters such as '$direction'.
150/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/server.php118Avoid unused parameters such as '$data'.
151/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/server.php174Avoid unused parameters such as '$group'.
152/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/server.php174Avoid unused parameters such as '$client_id'.
153/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/servers.php40Avoid unused parameters such as '$ordering'.
154/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/servers.php40Avoid unused parameters such as '$direction'.
155/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/share.php110Avoid unused parameters such as '$data'.
156/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/share.php166Avoid unused parameters such as '$group'.
157/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/share.php166Avoid unused parameters such as '$client_id'.
158/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/shares.php60Avoid unused parameters such as '$ordering'.
159/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/shares.php60Avoid unused parameters such as '$direction'.
160/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/style.php90Avoid unused parameters such as '$data'.
161/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/style.php168Avoid unused parameters such as '$group'.
162/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/style.php168Avoid unused parameters such as '$client_id'.
163/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/styles.php54Avoid unused parameters such as '$ordering'.
164/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/styles.php54Avoid unused parameters such as '$direction'.
165/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/teacher.php141Avoid unused local variables such as '$date'.
166/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/teacher.php142Avoid unused local variables such as '$user'.
167/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/teacher.php193Avoid unused parameters such as '$group'.
168/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/teacher.php193Avoid unused parameters such as '$client_id'.
169/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/teachers.php68Avoid unused parameters such as '$ordering'.
170/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/teachers.php68Avoid unused parameters such as '$direction'.
171/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/template.php62Avoid unused parameters such as '$data'.
172/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/template.php146Avoid unused parameters such as '$group'.
173/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/template.php146Avoid unused parameters such as '$client_id'.
174/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/templatecode.php90Avoid unused parameters such as '$data'.
175/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/templatecodes.php54Avoid unused parameters such as '$ordering'.
176/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/templatecodes.php54Avoid unused parameters such as '$direction'.
177/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/templates.php79Avoid unused parameters such as '$ordering'.
178/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/templates.php79Avoid unused parameters such as '$direction'.
179/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/topic.php117Avoid unused parameters such as '$group'.
180/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/topic.php117Avoid unused parameters such as '$client_id'.
181/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/topics.php54Avoid unused parameters such as '$ordering'.
182/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/models/topics.php54Avoid unused parameters such as '$direction'.
183/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/admin.php208Avoid unused parameters such as '$table'.
184/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/admin.php208Avoid unused parameters such as '$id'.
185/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/comment.php138Avoid unused parameters such as '$table'.
186/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/comment.php138Avoid unused parameters such as '$id'.
187/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/folder.php135Avoid unused parameters such as '$table'.
188/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/folder.php135Avoid unused parameters such as '$id'.
189/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/location.php128Avoid unused parameters such as '$table'.
190/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/location.php128Avoid unused parameters such as '$id'.
191/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/mediafile.php276Avoid unused parameters such as '$table'.
192/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/mediafile.php276Avoid unused parameters such as '$id'.
193/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/mediaimage.php163Avoid unused parameters such as '$table'.
194/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/mediaimage.php163Avoid unused parameters such as '$id'.
195/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/message.php366Avoid unused parameters such as '$table'.
196/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/message.php366Avoid unused parameters such as '$id'.
197/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/messagetype.php128Avoid unused parameters such as '$table'.
198/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/messagetype.php128Avoid unused parameters such as '$id'.
199/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/mimetype.php135Avoid unused parameters such as '$table'.
200/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/mimetype.php135Avoid unused parameters such as '$id'.
201/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/podcast.php268Avoid unused parameters such as '$table'.
202/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/podcast.php268Avoid unused parameters such as '$id'.
203/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/serie.php117Avoid unused parameters such as '$table'.
204/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/serie.php117Avoid unused parameters such as '$id'.
205/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/server.php167Avoid unused parameters such as '$table'.
206/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/server.php167Avoid unused parameters such as '$id'.
207/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/share.php125Avoid unused parameters such as '$table'.
208/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/share.php125Avoid unused parameters such as '$id'.
209/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/studytopics.php100Avoid unused parameters such as '$table'.
210/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/studytopics.php100Avoid unused parameters such as '$id'.
211/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/style.php114Avoid unused parameters such as '$table'.
212/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/style.php114Avoid unused parameters such as '$id'.
213/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/style.php133Avoid unused local variables such as '$table'.
214/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/style.php139Avoid unused local variables such as '$ftp'.
215/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/style.php169Avoid unused local variables such as '$ftp'.
216/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/teacher.php113Avoid unused parameters such as '$table'.
217/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/teacher.php113Avoid unused parameters such as '$id'.
218/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/template.php163Avoid unused parameters such as '$table'.
219/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/template.php163Avoid unused parameters such as '$id'.
220/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/templatecode.php121Avoid unused parameters such as '$table'.
221/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/templatecode.php121Avoid unused parameters such as '$id'.
222/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/templatecode.php140Avoid unused local variables such as '$table'.
223/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/templatecode.php188Avoid unused local variables such as '$ftp'.
224/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/templatecode.php200Avoid unused local variables such as '$return'.
225/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/templatecode.php225Avoid unused local variables such as '$ftp'.
226/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/topic.php139Avoid unused parameters such as '$table'.
227/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/tables/topic.php139Avoid unused parameters such as '$id'.
228/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/views/install/view.html.php166Avoid unused local variables such as '$modulePreferences'.
229/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/views/install/view.html.php189Avoid unused local variables such as '$published'.
230/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/views/message/view.html.php98Avoid unused local variables such as '$type'.
231/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/views/message/view.html.php98Avoid unused local variables such as '$Itemid'.
232/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/views/shares/view.html.php132Avoid unused local variables such as '$user'.
233/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/views/templatecode/view.html.php92Avoid unused local variables such as '$ftp'.
234/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/admin/views/templatecodes/view.html.php108Avoid unused local variables such as '$modelView'.
235/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/biblestudy.script.php135Avoid unused parameters such as '$parent'.
236/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/biblestudy.script.php175Avoid unused parameters such as '$parent'.
237/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/biblestudy.script.php256Avoid unused parameters such as '$parent'.
238/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/media/captcha/recaptchalib.php92Avoid unused local variables such as '$errno'.
239/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/media/captcha/recaptchalib.php92Avoid unused local variables such as '$errstr'.
240/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controller.php76Avoid unused parameters such as '$urlparams'.
241/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controller.php150Avoid unused local variables such as '$option'.
242/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controller.php234Avoid unused local variables such as '$menuparams'.
243/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controller.php238Avoid unused local variables such as '$comment_email'.
244/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controller.php239Avoid unused local variables such as '$comment_text'.
245/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controller.php244Avoid unused local variables such as '$comment_abspath'.
246/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controller.php258Avoid unused local variables such as '$FromName'.
247/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controller.php409Avoid unused local variables such as '$mediafileid'.
248/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/commentform.php77Avoid unused parameters such as '$data'.
249/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/commentform.php93Avoid unused parameters such as '$data'.
250/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/commentform.php93Avoid unused parameters such as '$key'.
251/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/mediafileform.php90Avoid unused parameters such as '$data'.
252/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/mediafileform.php106Avoid unused parameters such as '$data'.
253/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/mediafileform.php106Avoid unused parameters such as '$key'.
254/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/mediafileform.php182Avoid unused local variables such as '$layout'.
255/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/sermon.php66Avoid unused parameters such as '$data'.
256/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/sermon.php68Avoid unused local variables such as '$user'.
257/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/sermon.php92Avoid unused parameters such as '$data'.
258/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/sermon.php92Avoid unused parameters such as '$key'.
259/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/sermon.php165Avoid unused local variables such as '$layout'.
260/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/sermon.php261Avoid unused local variables such as '$option'.
261/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/sermon.php264Avoid unused local variables such as '$item'.
262/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/sermon.php323Avoid unused local variables such as '$EmailResult'.
263/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/sermon.php344Avoid unused local variables such as '$input'.
264/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/sermon.php345Avoid unused local variables such as '$return'.
265/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/sermon.php356Avoid unused local variables such as '$slparams'.
266/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/sermon.php358Avoid unused local variables such as '$dispatcher'.
267/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/sermon.php404Avoid unused local variables such as '$menuparams'.
268/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/sermon.php408Avoid unused local variables such as '$comment_email'.
269/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/sermon.php409Avoid unused local variables such as '$comment_text'.
270/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/sermon.php414Avoid unused local variables such as '$comment_abspath'.
271/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/controllers/sermon.php429Avoid unused local variables such as '$FromName'.
272/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/editlink.php20Avoid unused parameters such as '$params'.
273/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/editlisting.php20Avoid unused parameters such as '$admin_params'.
274/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/editlisting.php22Avoid unused local variables such as '$mainframe'.
275/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/editlisting.php23Avoid unused local variables such as '$option'.
276/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/editlisting.php24Avoid unused local variables such as '$database'.
277/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/editlisting.php27Avoid unused local variables such as '$user'.
278/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/elements.php794Avoid unused parameters such as '$textorpdf'.
279/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/filepath.php22Avoid unused local variables such as '$mainframe'.
280/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/header.php434Avoid unused parameters such as '$nh'.
281/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/helper.php78Avoid unused parameters such as '$rowid'.
282/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/helper.php102Avoid unused local variables such as '$test'.
283/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/icon.php139Avoid unused parameters such as '$attribs'.
284/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/icon.php142Avoid unused local variables such as '$userId'.
285/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/icon.php188Avoid unused parameters such as '$article'.
286/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/icon.php188Avoid unused parameters such as '$attribs'.
287/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php30Avoid unused parameters such as '$id'.
288/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php30Avoid unused parameters such as '$admin_params'.
289/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php36Avoid unused local variables such as '$option'.
290/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php37Avoid unused local variables such as '$JViewLegacy'.
291/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php39Avoid unused local variables such as '$teacherid'.
292/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php252Avoid unused parameters such as '$id'.
293/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php252Avoid unused parameters such as '$admin_params'.
294/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php254Avoid unused local variables such as '$input'.
295/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php261Avoid unused local variables such as '$teacherid'.
296/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php495Avoid unused parameters such as '$id'.
297/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php495Avoid unused parameters such as '$admin_params'.
298/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php500Avoid unused local variables such as '$input'.
299/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php502Avoid unused local variables such as '$seriesid'.
300/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php733Avoid unused parameters such as '$id'.
301/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php733Avoid unused parameters such as '$admin_params'.
302/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php739Avoid unused local variables such as '$option'.
303/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php741Avoid unused local variables such as '$teacherid'.
304/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php891Avoid unused parameters such as '$id'.
305/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php891Avoid unused parameters such as '$admin_params'.
306/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php897Avoid unused local variables such as '$option'.
307/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php899Avoid unused local variables such as '$teacherid'.
308/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php1049Avoid unused parameters such as '$id'.
309/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php1049Avoid unused parameters such as '$admin_params'.
310/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php1055Avoid unused local variables such as '$option'.
311/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php1057Avoid unused local variables such as '$addItemid'.
312/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php1059Avoid unused local variables such as '$teacherid'.
313/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/landing.php1269Avoid unused local variables such as '$JViewLegacy'.
314/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/listing.php41Avoid unused parameters such as '$rowspan'.
315/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/listing.php41Avoid unused parameters such as '$entry_access'.
316/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/listing.php41Avoid unused parameters such as '$allow_entry'.
317/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/listing.php107Avoid unused parameters such as '$smenu'.
318/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/listing.php112Avoid unused local variables such as '$itemlink'.
319/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/location.php20Avoid unused parameters such as '$id'.
320/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/location.php20Avoid unused parameters such as '$admin_params'.
321/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/location.php24Avoid unused local variables such as '$option'.
322/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/location.php29Avoid unused local variables such as '$teacherid'.
323/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/media.php394Avoid unused parameters such as '$params'.
324/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/media.php466Avoid unused parameters such as '$itemparams'.
325/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/mediatable.php29Avoid unused local variables such as '$mainframe'.
326/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/mediatable.php30Avoid unused local variables such as '$option'.
327/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/mediatable.php42Avoid unused local variables such as '$d_image'.
328/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/mediatable.php96Avoid unused local variables such as '$idfield'.
329/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/mediatable.php103Avoid unused local variables such as '$ispath'.
330/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/mediatable.php104Avoid unused local variables such as '$mime'.
331/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/messagetype.php20Avoid unused parameters such as '$id'.
332/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/messagetype.php20Avoid unused parameters such as '$admin_params'.
333/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/messagetype.php24Avoid unused local variables such as '$option'.
334/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/messagetype.php28Avoid unused local variables such as '$addItemid'.
335/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/messagetype.php30Avoid unused local variables such as '$teacherid'.
336/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/relatedstudies.php34Avoid unused parameters such as '$params'.
337/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/relatedstudies.php51Avoid unused local variables such as '$introkeys'.
338/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/relatedstudies.php211Avoid unused local variables such as '$sorted'.
339/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/relatedstudies.php217Avoid unused local variables such as '$value'.
340/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/relatedstudies.php266Avoid unused local variables such as '$key'.
341/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/scripture.php22Avoid unused local variables such as '$mainframe'.
342/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/scripture.php23Avoid unused local variables such as '$option'.
343/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/scripture.php78Avoid unused local variables such as '$b3a'.
344/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/serieslist.php35Avoid unused parameters such as '$template'.
345/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/serieslist.php139Avoid unused parameters such as '$admin_params'.
346/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/serieslist.php167Avoid unused parameters such as '$islink'.
347/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/serieslist.php167Avoid unused parameters such as '$admin_params'.
348/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/serieslist.php189Avoid unused parameters such as '$custom'.
349/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/serieslist.php322Avoid unused local variables such as '$view'.
350/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/serieslist.php554Avoid unused parameters such as '$admin_params'.
351/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/serieslist.php556Avoid unused local variables such as '$t'.
352/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/serieslist.php581Avoid unused parameters such as '$admin_params'.
353/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/serieslist.php581Avoid unused parameters such as '$template'.
354/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/serieslist.php607Avoid unused parameters such as '$admin_params'.
355/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/serieslist.php607Avoid unused parameters such as '$template'.
356/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/serieslist.php624Avoid unused local variables such as '$numrows'.
357/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/serieslist.php662Avoid unused local variables such as '$oddeven'.
358/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/share.php69Avoid unused local variables such as '$totalchars'.
359/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/showscripture.php85Avoid unused parameters such as '$row'.
360/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/showscripture.php85Avoid unused parameters such as '$reference'.
361/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/showscripture.php107Avoid unused parameters such as '$row'.
362/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/showscripture.php107Avoid unused parameters such as '$reference'.
363/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/showscripture.php124Avoid unused parameters such as '$row'.
364/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/showscripture.php124Avoid unused parameters such as '$reference'.
365/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/store.php21Avoid unused local variables such as '$mainframe'.
366/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/teacher.php27Avoid unused local variables such as '$option'.
367/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/teacher.php29Avoid unused local variables such as '$teacherid'.
368/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/teacher.php63Avoid unused local variables such as '$pk'.
369/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/teacher.php88Avoid unused parameters such as '$admin_params'.
370/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/teacher.php94Avoid unused local variables such as '$teacherid'.
371/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/teacher.php125Avoid unused local variables such as '$i_path'.
372/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/teacher.php175Avoid unused parameters such as '$oddeven'.
373/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/teacher.php175Avoid unused parameters such as '$admin_params'.
374/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/teacher.php208Avoid unused parameters such as '$template'.
375/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/teacher.php208Avoid unused parameters such as '$admin_params'.
376/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/teacher.php248Avoid unused parameters such as '$template'.
377/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/textlink.php23Avoid unused parameters such as '$textorpdf'.
378/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/textlink.php30Avoid unused local variables such as '$scripture1'.
379/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/textlink.php30Avoid unused local variables such as '$esv'.
380/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/textlink.php31Avoid unused local variables such as '$intro'.
381/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/toolbar.php29Avoid unused local variables such as '$directory'.
382/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/topics.php20Avoid unused parameters such as '$id'.
383/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/topics.php20Avoid unused parameters such as '$admin_params'.
384/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/topics.php24Avoid unused local variables such as '$option'.
385/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/topics.php29Avoid unused local variables such as '$teacherid'.
386/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/upload.php422Avoid unused local variables such as '$upload'.
387/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/upload.php424Avoid unused local variables such as '$stop'.
388/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/upload.php468Avoid unused parameters such as '$type'.
389/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/upload.php468Avoid unused parameters such as '$path'.
390/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/upload.php639Avoid unused local variables such as '$errno'.
391/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/upload.php639Avoid unused local variables such as '$errstr'.
392/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/year.php20Avoid unused parameters such as '$id'.
393/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/year.php20Avoid unused parameters such as '$admin_params'.
394/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/year.php24Avoid unused local variables such as '$option'.
395/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/helpers/year.php29Avoid unused local variables such as '$teacherid'.
396/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/biblestudy.admin.class.php87Avoid unused local variables such as '$groupids'.
397/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/biblestudy.admin.class.php93Avoid unused local variables such as '$sum2'.
398/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/biblestudy.admin.class.php145Avoid unused local variables such as '$groupids'.
399/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/biblestudy.admin.class.php150Avoid unused local variables such as '$sum2'.
400/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/biblestudy.admin.class.php205Avoid unused local variables such as '$groupids'.
401/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/biblestudy.admin.class.php210Avoid unused local variables such as '$sum2'.
402/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/biblestudy.media.class.php228Avoid unused parameters such as '$admin_params'.
403/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/biblestudy.media.class.php258Avoid unused local variables such as '$params_mediaplayer'.
404/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/biblestudy.media.class.php382Avoid unused parameters such as '$params'.
405/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/biblestudy.media.class.php454Avoid unused parameters such as '$itemparams'.
406/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/biblestudy.media.class.php474Avoid unused local variables such as '$mimetype'.
407/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/download.php128Avoid unused local variables such as '$a'.
408/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/download.php224Avoid unused local variables such as '$errno'.
409/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/download.php224Avoid unused local variables such as '$errstr'.
410/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/images.php89Avoid unused local variables such as '$image'.
411/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/listing.php434Avoid unused local variables such as '$key'.
412/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/listing.php603Avoid unused local variables such as '$smenu'.
413/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/listing.php604Avoid unused local variables such as '$tmenu'.
414/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/listing.php2126Avoid unused parameters such as '$smenu'.
415/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/listing.php2133Avoid unused local variables such as '$itemlink'.
416/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/listing.php2281Avoid unused parameters such as '$template'.
417/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/listing.php2490Avoid unused local variables such as '$totalchars'.
418/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/listing.php2872Avoid unused private methods such as 'getCustomhead'.
419/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/pagebuilder.php324Avoid unused parameters such as '$params'.
420/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/pagebuilder.php324Avoid unused parameters such as '$admin_params'.
421/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/lib/podcast.php462Avoid unused local variables such as '$files'.
422/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/commentsedit.php149Avoid unused parameters such as '$data'.
423/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/commentslist.php38Avoid unused parameters such as '$ordering'.
424/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/commentslist.php38Avoid unused parameters such as '$direction'.
425/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/landingpage.php63Avoid unused parameters such as '$ordering'.
426/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/landingpage.php63Avoid unused parameters such as '$direction'.
427/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/mediafile.php43Avoid unused local variables such as '$app'.
428/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/mediafile.php97Avoid unused parameters such as '$pks'.
429/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/mediafile.php150Avoid unused parameters such as '$pks'.
430/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/mediafile.php522Avoid unused parameters such as '$data'.
431/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/mediafiles.php58Avoid unused local variables such as '$option'.
432/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/mediafiles.php203Avoid unused parameters such as '$ordering'.
433/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/mediafiles.php203Avoid unused parameters such as '$direction'.
434/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/message.php40Avoid unused local variables such as '$app'.
435/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/message.php95Avoid unused parameters such as '$pks'.
436/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/message.php318Avoid unused parameters such as '$data'.
437/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/message.php365Avoid unused local variables such as '$date'.
438/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/message.php366Avoid unused local variables such as '$user'.
439/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/seriesdisplays.php40Avoid unused parameters such as '$ordering'.
440/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/seriesdisplays.php40Avoid unused parameters such as '$direction'.
441/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/sermons.php80Avoid unused parameters such as '$ordering'.
442/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/sermons.php80Avoid unused parameters such as '$direction'.
443/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/sermons.php681Avoid unused local variables such as '$i'.
444/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/teachers.php69Avoid unused parameters such as '$ordering'.
445/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/models/teachers.php69Avoid unused parameters such as '$direction'.
446/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/tables/commentsedit.php114Avoid unused parameters such as '$table'.
447/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/tables/commentsedit.php114Avoid unused parameters such as '$id'.
448/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/tables/mediafile.php241Avoid unused parameters such as '$table'.
449/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/tables/mediafile.php241Avoid unused parameters such as '$id'.
450/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/tables/message.php319Avoid unused parameters such as '$table'.
451/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/tables/message.php319Avoid unused parameters such as '$id'.
452/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/tables/studydetails.php241Avoid unused parameters such as '$table'.
453/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/tables/studydetails.php241Avoid unused parameters such as '$id'.
454/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/commentform/view.html.php71Avoid unused local variables such as '$app'.
455/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/commentform/view.html.php72Avoid unused local variables such as '$user'.
456/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/commentform/view.html.php81Avoid unused local variables such as '$document'.
457/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/commentsedit/view.html.php62Avoid unused local variables such as '$issite'.
458/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/commentslist/view.html.php63Avoid unused local variables such as '$issite'.
459/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/latest/view.html.php29Avoid unused parameters such as '$tpl'.
460/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/mediafileform/view.html.php153Avoid unused local variables such as '$folders'.
461/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/messageform/view.html.php90Avoid unused local variables such as '$app'.
462/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/messageform/view.html.php108Avoid unused local variables such as '$isSite'.
463/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/popup/view.html.php141Avoid unused local variables such as '$esv'.
464/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/popup/view.html.php141Avoid unused local variables such as '$scripturerow'.
465/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/seriesdisplay/view.html.php94Avoid unused local variables such as '$option'.
466/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/seriesdisplay/view.html.php101Avoid unused local variables such as '$pathway'.
467/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/seriesdisplay/view.html.php102Avoid unused local variables such as '$contentConfig'.
468/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/seriesdisplay/view.html.php127Avoid unused local variables such as '$image2'.
469/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/seriesdisplay/view.html.php259Avoid unused local variables such as '$version'.
470/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/seriesdisplay/view.html.php261Avoid unused local variables such as '$windowopen'.
471/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/seriesdisplays/view.html.php153Avoid unused local variables such as '$image2'.
472/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/seriesdisplays/view.html.php186Avoid unused local variables such as '$total'.
473/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/sermon/view.html.php74Avoid unused local variables such as '$userId'.
474/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/sermon/view.html.php313Avoid unused local variables such as '$version'.
475/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/sermon/view.html.php314Avoid unused local variables such as '$windowopen'.
476/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/sermons/view.html.php512Avoid unused local variables such as '$key'.
477/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/teacher/view.html.php62Avoid unused local variables such as '$app'.
478/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/teacher/view.html.php140Avoid unused local variables such as '$pk'.
479/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/terms/view.html.php50Avoid unused parameters such as '$tpl'.
480/Users/Tom/Documents/JBS/Joomla-Bible-Study/com_biblestudy/site/views/terms/view.html.php53Avoid unused local variables such as '$t'.
481/Users/Tom/Documents/JBS/Joomla-Bible-Study/jbsmigration/admin/backup.php40Avoid unused local variables such as '$downloadfile'.
482/Users/Tom/Documents/JBS/Joomla-Bible-Study/jbsmigration/admin/backup.php40Avoid unused local variables such as '$mime_type'.
483/Users/Tom/Documents/JBS/Joomla-Bible-Study/jbsmigration/admin/backup.php244Avoid unused local variables such as '$a'.
484/Users/Tom/Documents/JBS/Joomla-Bible-Study/jbsmigration/script.php46Avoid unused parameters such as '$type'.
485/Users/Tom/Documents/JBS/Joomla-Bible-Study/jbsmigration/script.php50Avoid unused local variables such as '$jversion'.
486/Users/Tom/Documents/JBS/Joomla-Bible-Study/jbsmigration/script.php74Avoid unused parameters such as '$parent'.
487/Users/Tom/Documents/JBS/Joomla-Bible-Study/jbsmigration/script.php89Avoid unused parameters such as '$parent'.
488/Users/Tom/Documents/JBS/Joomla-Bible-Study/jbsmigration/script.php104Avoid unused parameters such as '$type'.
489/Users/Tom/Documents/JBS/Joomla-Bible-Study/jbsmigration/script.php104Avoid unused parameters such as '$parent'.
490/Users/Tom/Documents/JBS/Joomla-Bible-Study/jbsmigration/script.php118Avoid unused parameters such as '$type'.
491/Users/Tom/Documents/JBS/Joomla-Bible-Study/jbsmigration/script.php118Avoid unused parameters such as '$parent'.
492/Users/Tom/Documents/JBS/Joomla-Bible-Study/joomSEF_extension/com_biblestudy.php72Avoid unused local variables such as '$option'.
493/Users/Tom/Documents/JBS/Joomla-Bible-Study/joomSEF_extension/com_biblestudy.php72Avoid unused local variables such as '$Itemid'.
494/Users/Tom/Documents/JBS/Joomla-Bible-Study/joomSEF_extension/com_biblestudy.php159Avoid unused local variables such as '$lang'.
495/Users/Tom/Documents/JBS/Joomla-Bible-Study/mod_biblestudy/elements/book.php38Avoid unused parameters such as '$node'.
496/Users/Tom/Documents/JBS/Joomla-Bible-Study/mod_biblestudy/elements/detailsitemid.php38Avoid unused parameters such as '$node'.
497/Users/Tom/Documents/JBS/Joomla-Bible-Study/mod_biblestudy/elements/locations.php38Avoid unused parameters such as '$node'.
498/Users/Tom/Documents/JBS/Joomla-Bible-Study/mod_biblestudy/elements/messagetype.php38Avoid unused parameters such as '$node'.
499/Users/Tom/Documents/JBS/Joomla-Bible-Study/mod_biblestudy/elements/series.php38Avoid unused parameters such as '$node'.
500/Users/Tom/Documents/JBS/Joomla-Bible-Study/mod_biblestudy/elements/studieslistitemid.php38Avoid unused parameters such as '$node'.
501/Users/Tom/Documents/JBS/Joomla-Bible-Study/mod_biblestudy/elements/teacher.php38Avoid unused parameters such as '$node'.
502/Users/Tom/Documents/JBS/Joomla-Bible-Study/mod_biblestudy/elements/teacheritemid.php38Avoid unused parameters such as '$node'.
503/Users/Tom/Documents/JBS/Joomla-Bible-Study/mod_biblestudy/elements/topic.php38Avoid unused parameters such as '$node'.
504/Users/Tom/Documents/JBS/Joomla-Bible-Study/mod_biblestudy/helper.php33Avoid unused local variables such as '$items'.
505/Users/Tom/Documents/JBS/Joomla-Bible-Study/mod_biblestudy/helper.php372Avoid unused parameters such as '$params'.
506/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_backup/jbsbackup.php71Avoid unused local variables such as '$updatetime'.
507/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_backup/jbsbackup.php252Avoid unused local variables such as '$run'.
508/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_backup/jbsbackup.php297Avoid unused local variables such as '$input'.
509/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_backup/script.php32Avoid unused parameters such as '$parent'.
510/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_backup/script.php44Avoid unused parameters such as '$parent'.
511/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_backup/script.php56Avoid unused parameters such as '$parent'.
512/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_backup/script.php100Avoid unused parameters such as '$type'.
513/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_backup/script.php100Avoid unused parameters such as '$parent'.
514/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_backup/script.php112Avoid unused parameters such as '$type'.
515/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_backup/script.php112Avoid unused parameters such as '$parent'.
516/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_finder/biblestudy.php101Avoid unused parameters such as '$pks'.
517/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_finder/biblestudy.php101Avoid unused parameters such as '$value'.
518/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_finder/biblestudy.php240Avoid unused parameters such as '$format'.
519/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_podcast/jbspodcast.php49Avoid unused local variables such as '$plugin'.
520/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_podcast/jbspodcast.php277Avoid unused local variables such as '$mailfrom'.
521/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_podcast/jbspodcast.php284Avoid unused local variables such as '$year'.
522/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_podcast/jbspodcast.php292Avoid unused local variables such as '$FromName'.
523/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_podcast/script.php30Avoid unused parameters such as '$parent'.
524/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_podcast/script.php42Avoid unused parameters such as '$parent'.
525/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_podcast/script.php55Avoid unused parameters such as '$parent'.
526/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_podcast/script.php101Avoid unused parameters such as '$type'.
527/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_podcast/script.php101Avoid unused parameters such as '$parent'.
528/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_podcast/script.php113Avoid unused parameters such as '$type'.
529/Users/Tom/Documents/JBS/Joomla-Bible-Study/plg_biblestudy_podcast/script.php113Avoid unused parameters such as '$parent'.
530/Users/Tom/Documents/JBS/Joomla-Bible-Study/xmap_JBS/com_biblestudy.php37Avoid unused parameters such as '$xmap'.
531/Users/Tom/Documents/JBS/Joomla-Bible-Study/xmap_JBS/com_biblestudy.php55Avoid unused parameters such as '$params'.
532/Users/Tom/Documents/JBS/Joomla-Bible-Study/xmap_JBS/com_biblestudy.php57Avoid unused local variables such as '$db'.
533/Users/Tom/Documents/JBS/Joomla-Bible-Study/xmap_JBS/com_biblestudy.php66Avoid unused local variables such as '$view'.
534/Users/Tom/Documents/JBS/Joomla-Bible-Study/xmap_JBS/com_biblestudy.php67Avoid unused local variables such as '$layout'.
535/Users/Tom/Documents/JBS/Joomla-Bible-Study/xmap_JBS/com_biblestudy.php68Avoid unused local variables such as '$id'.
536/Users/Tom/Documents/JBS/Joomla-Bible-Study/xmap_JBS/com_biblestudy.php84Avoid unused local variables such as '$app'.
537/Users/Tom/Documents/JBS/Joomla-Bible-Study/xmap_JBS/com_biblestudy.php100Avoid unused local variables such as '$view'.
538/Users/Tom/Documents/JBS/Joomla-Bible-Study/xmap_JBS/com_biblestudy.php101Avoid unused local variables such as '$id'.
539/Users/Tom/Documents/JBS/Joomla-Bible-Study/xmap_JBS/com_biblestudy.php122Avoid unused local variables such as '$showmedia'.
540/Users/Tom/Documents/JBS/Joomla-Bible-Study/xmap_JBS/com_biblestudy.php393Avoid unused parameters such as '$result'.
\ No newline at end of file diff --git a/build/router.php b/build/router.php index 016033684e..2d14e91f06 100644 --- a/build/router.php +++ b/build/router.php @@ -3,7 +3,7 @@ * Router for Remote website that have treble with downloader. * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link http://www.christianwebministries.org * */ diff --git a/build/script.php b/build/script.php index 1bcd25a1f0..62a184c850 100644 --- a/build/script.php +++ b/build/script.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -81,6 +81,7 @@ public function preflight($type, $parent) * @return void * * @since 9.0.2 + * @throws Exception */ public function postflight($type, $parent) { diff --git a/com_biblestudy/admin/addons/addon.php b/com_biblestudy/admin/addons/addon.php index 0941adedc3..668db90269 100644 --- a/com_biblestudy/admin/addons/addon.php +++ b/com_biblestudy/admin/addons/addon.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -92,7 +92,7 @@ public function getType() if (!preg_match('/JBSMAddon(.*)/i', get_class($this), $r)) { // @TODO Changed to a localized exception - throw new Exception(JText::sprintf('CANT ADDON CLASS NAME'), 500); + throw new Exception(JText::sprintf('JBS_CMN_CANT_ADDON_CLASS_NAME', $this->type), 500); } $this->type = strtolower($r[1]); @@ -119,8 +119,7 @@ public function getXml() } else { - // @TODO Need to properly translate this string - throw new Exception(JText::sprintf('COULD NOT LOAD ADDON CONFIGURATION'), 404); + throw new Exception(JText::_('JBS_CMN_COULD_NOT_LOAD_ADDON_CONFIGURATION'), 404); } return $xml; @@ -152,8 +151,7 @@ public static function getInstance($type, $config = array()) if (!class_exists($addonClass)) { - // @TODO Need to properly translate this string - JLog::add(JText::sprintf('COULD NOT LOAD ADDON CLASS', $addonClass), JLog::WARNING, 'jerror'); + JLog::add(JText::sprintf('JBS_CMN_CANT_ADDON_LOAD_CLASS_NAME', $addonClass), JLog::WARNING, 'jerror'); return false; } @@ -167,6 +165,30 @@ public static function getInstance($type, $config = array()) return new $addonClass($config); } + /** + * Render Fields for general view. + * + * @param object $media_form Media files form + * @param bool $new If media is new + * + * @return string + * + * @since 9.1.3 + */ + abstract protected function renderGeneral($media_form, $new); + + /** + * Render Layout and fields + * + * @param object $media_form Media files form + * @param bool $new If media is new + * + * @return string + * + * @since 9.1.3 + */ + abstract protected function render($media_form, $new); + /** * Upload * diff --git a/com_biblestudy/admin/addons/servers/legacy/fields/docman.php b/com_biblestudy/admin/addons/servers/legacy/fields/docman.php index b51ab4dfc8..707b417ae1 100644 --- a/com_biblestudy/admin/addons/servers/legacy/fields/docman.php +++ b/com_biblestudy/admin/addons/servers/legacy/fields/docman.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/addons/servers/legacy/fields/plupload.php b/com_biblestudy/admin/addons/servers/legacy/fields/plupload.php index b1affc509e..0433d5d3d5 100644 --- a/com_biblestudy/admin/addons/servers/legacy/fields/plupload.php +++ b/com_biblestudy/admin/addons/servers/legacy/fields/plupload.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/addons/servers/legacy/fields/virtuemart.php b/com_biblestudy/admin/addons/servers/legacy/fields/virtuemart.php index 6fb80b9478..e6187c77d2 100644 --- a/com_biblestudy/admin/addons/servers/legacy/fields/virtuemart.php +++ b/com_biblestudy/admin/addons/servers/legacy/fields/virtuemart.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/addons/servers/legacy/language/en-GB/en-GB.jbs_addon_legacy.ini b/com_biblestudy/admin/addons/servers/legacy/language/en-GB/en-GB.jbs_addon_legacy.ini index 64760df969..3bfc69d128 100644 --- a/com_biblestudy/admin/addons/servers/legacy/language/en-GB/en-GB.jbs_addon_legacy.ini +++ b/com_biblestudy/admin/addons/servers/legacy/language/en-GB/en-GB.jbs_addon_legacy.ini @@ -1,9 +1,25 @@ JBS_ADDON_LEGACY_DETAILS="Details" JBD_ADDON_LEGACY_FILE_LINKER="File Linker" JBS_ADDON_LEGACY_FILE_SETTINGS="File Settings" -JBS_ADDON_LEGACY_MEDIA_FILES="Media Files" +JBS_ADDON_LEGACY_MEDIA="Media" JBS_ADDON_LEGACY_UPLOAD="Upload" -JBS_ADDON_LEGACY_MEDIA_TYPE="Media Type" -JBS_ADDON_LEGACY_PARAMETERS="Parameters" +JBS_ADDON_LEGACY_MEDIA_TYPE="Media Parameters" JBS_ADDON_LEGACY_PROTOCOL="Protocl" JBS_ADDON_LEGACY_PROTOCOL_DESC="Protocal of the server that needs to be used. http:// or https://, Default is (http://)" +JBS_ADDON_LEGACY_MEDIA_TYPE_DEF="Default Media Settings" +JBS_ADDON_LEGACY_BUTTON_COLOR="Custon button color" +JBS_ADDON_LEGACY_BUTTON_COLOR_DESC="Pick a color for the background of the button" +JBS_ADDON_LEGACY_MEDIA_USE_BUTTON="Use button/icon" +JBS_ADDON_LEGACY_MEDIA_USE_BUTTON_DESC="Choose whether to use a button or an icon instead of an image. This will override an image chosen" +JBS_ADDON_LEGACY_BUTTON_TYPE="Button color" +JBS_ADDON_LEGACY_BUTTON_TYPE_DESC="Choose from the available colors that come from Bootstrap. Blue is Primary, No color is Link, Green is Success, Light blue is Info, Orange is Warning, and Red is Danger" +JBS_ADDON_LEGACY_ICON_TYPE="Icon Type" +JBS_ADDON_LEGACY_ICON_TYPE_DESC="Choose an icon type from a selected number of icons available in Joomla" +JBS_ADDON_LEGACY_FONT_SIZE="Font Size (only numbers)" +JBS_ADDON_LEGACY_FONT_SIZE_DESC="Type in a font size in whole numbers only. This will affect the size of the icon" +JBS_ADDON_LEGACY_CUSTOM_ICON="Custom Icon" +JBS_ADDON_LEGACY_CUSTOM_ICON_DESC="Use any of the FontAwesome icons with this format fa fa-facebook. See http://fontawesome.io/icons/" +JBS_ADDON_LEGACY_BUTTON_TEXT="Button Text" +JBS_ADDON_LEGACY_BUTTON_TEXT_DESC="If you choose only a button, enter text for that button" +JBS_ADDON_LEGACY_DOWNLOAD_USE_BUTTON="Default Download Icon" +JBS_ADDON_LEGACY_DOWNLOAD_USE_BUTTON_DESC="Choose whether to use a button/icon or image for the default download icon. Button/icon overrides image choice" diff --git a/com_biblestudy/admin/addons/servers/legacy/legacy.php b/com_biblestudy/admin/addons/servers/legacy/legacy.php index ddee625353..6e2c68fec3 100644 --- a/com_biblestudy/admin/addons/servers/legacy/legacy.php +++ b/com_biblestudy/admin/addons/servers/legacy/legacy.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -33,4 +33,101 @@ public function upload($data) return $upload->upload($data); } + + /** + * Render Fields for general view. + * + * @param object $media_form Midea files form + * @param bool $new If media is new + * + * @return string + * + * @since 9.1.3 + */ + public function renderGeneral($media_form, $new) + { + $html = ''; + + foreach ($media_form->getFieldset('general') as $field): + $html .= '
'; + $html .= '
'; + $html .= $field->label; + $html .= '
'; + $html .= '
'; + + // Way to set defaults on new media + if ($new) + { + $s_name = $field->fieldname; + + if (isset($media_form->s_params[$s_name])) + { + $field->setValue($media_form->s_params[$s_name]); + } + } + + $html .= $field->input; + $html .= '
'; + $html .= '
'; + endforeach; + + return $html; + } + + /** + * Render Layout and fields + * + * @param object $media_form Midea files form + * @param bool $new If media is new + * + * @return string + * + * @since 9.1.3 + */ + public function render($media_form, $new) + { + $html = ''; + + $html .= JHtml::_('bootstrap.addTab', 'myTab', 'options', JText::_('Options')); + + $html .= '
'; + + foreach ($media_form->getFieldsets('params') as $name => $fieldset) + { + if ($name !== 'general') + { + $html .= '
'; + + foreach ($media_form->getFieldset($name) as $field): + $html .= '
'; + $html .= '
'; + $html .= $field->label; + $html .= '
'; + $html .= '
'; + + // Way to set defaults on new media + if ($new) + { + $s_name = $field->fieldname; + + if (isset($media_form->s_params[$s_name])) + { + $field->setValue($media_form->s_params[$s_name]); + } + } + + $html .= $field->input; + $html .= '
'; + $html .= '
'; + endforeach; + + $html .= '
'; + } + } + + $html .= '
'; + $html .= JHtml::_('bootstrap.endTab'); + + return $html; + } } diff --git a/com_biblestudy/admin/addons/servers/legacy/legacy.xml b/com_biblestudy/admin/addons/servers/legacy/legacy.xml index 4157f68213..c63f30daaa 100644 --- a/com_biblestudy/admin/addons/servers/legacy/legacy.xml +++ b/com_biblestudy/admin/addons/servers/legacy/legacy.xml @@ -18,7 +18,7 @@ -
+
@@ -73,15 +73,8 @@ - - - - - - - - diff --git a/com_biblestudy/admin/addons/servers/legacy/media.xml b/com_biblestudy/admin/addons/servers/legacy/media.xml index f5ce1de309..949eeb6db7 100644 --- a/com_biblestudy/admin/addons/servers/legacy/media.xml +++ b/com_biblestudy/admin/addons/servers/legacy/media.xml @@ -1,28 +1,27 @@ -
- - - - - - -
-
- + - - - + + + + + + + + -
-
@@ -40,44 +39,46 @@ - + + + + + +
-
- + - - - - - - - + + +
-
+
+ description="JBS_ADDON_LEGACY_MEDIA_USE_BUTTON_DESC" class="inputbox" type="list" size="15" + default=""> - - + + @@ -85,25 +86,21 @@ - - - - - - - - - + + - - + + -
-
element['size'] ? ' size="' . (int) $this->element['size'] . '"' : ''; - $maxLength = $this->element['maxlength'] ? ' maxlength="' . (int) $this->element['maxlength'] . '"' : ''; - $class = $this->element['class'] ? ' class="' . (string) $this->element['class'] . '"' : ''; - $readonly = ((string) $this->element['readonly'] == 'true') ? ' readonly="readonly"' : ''; - $disabled = ((string) $this->element['disabled'] == 'true') ? ' disabled="disabled"' : ''; - - // Initialize JavaScript field attributes. - $onchange = $this->element['onchange'] ? ' onchange="' . (string) $this->element['onchange'] . '"' : ''; - - return '' . $this->sizeConverter(); - } - - /** - * Returns converted size - * - * @return string - * - * @since 9.0.0 - */ - private function sizeConverter() - { - JHtml::script(JUri::root() . '/media/com_biblestudy/js/filesize.js'); - - return '' . JText::_('JBS_MED_FILESIZE_CONVERTER') . ''; - } -} diff --git a/com_biblestudy/admin/addons/servers/local/fields/plupload.php b/com_biblestudy/admin/addons/servers/local/fields/plupload.php index a0358e09a1..bb84f8f690 100644 --- a/com_biblestudy/admin/addons/servers/local/fields/plupload.php +++ b/com_biblestudy/admin/addons/servers/local/fields/plupload.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/addons/servers/local/language/en-GB/en-GB.jbs_addon_local.ini b/com_biblestudy/admin/addons/servers/local/language/en-GB/en-GB.jbs_addon_local.ini index 9469c9eb31..5f4b68b937 100644 --- a/com_biblestudy/admin/addons/servers/local/language/en-GB/en-GB.jbs_addon_local.ini +++ b/com_biblestudy/admin/addons/servers/local/language/en-GB/en-GB.jbs_addon_local.ini @@ -1,5 +1,28 @@ JBS_ADDON_LOCAL_BASE="Base URL" -JBS_ADDON_LOCAL_PARAMETERS="Parameters" JBS_ADDON_LOCAL_DETAILS="Details" +JBS_ADDON_LOCAL_PARAMETERS="Parameters" +JBS_ADDON_LOCAL_MEDIA_PARAMETERS="Media Parameters" JBS_ADDON_LOCAL_UPLOAD="Upload" JBS_ADDON_LOCAL_UPLOAD_DESC="Upload here" +JBD_ADDON_LOCAL_FILE_LINKER="File Linker" +JBS_ADDON_LOCAL_FILE_SETTINGS="File Settings" +JBS_ADDON_LOCAL_MEDIA="Media" +JBS_ADDON_LOCAL_PROTOCOL="Protocl" +JBS_ADDON_LOCAL_PROTOCOL_DESC="Protocal of the server that needs to be used. http:// or https://, Default is (http://)" +JBS_ADDON_LOCAL_MEDIA_TYPE_DEF="Default Media Settings" +JBS_ADDON_LOCAL_BUTTON_COLOR="Custon button color" +JBS_ADDON_LOCAL_BUTTON_COLOR_DESC="Pick a color for the background of the button" +JBS_ADDON_LOCAL_MEDIA_USE_BUTTON="Use button/icon" +JBS_ADDON_LOCAL_MEDIA_USE_BUTTON_DESC="Choose whether to use a button or an icon instead of an image. This will override an image chosen" +JBS_ADDON_LOCAL_BUTTON_TYPE="Button color" +JBS_ADDON_LOCAL_BUTTON_TYPE_DESC="Choose from the available colors that come from Bootstrap. Blue is Primary, No color is Link, Green is Success, Light blue is Info, Orange is Warning, and Red is Danger" +JBS_ADDON_LOCAL_ICON_TYPE="Icon Type" +JBS_ADDON_LOCAL_ICON_TYPE_DESC="Choose an icon type from a selected number of icons available in Joomla" +JBS_ADDON_LOCAL_FONT_SIZE="Font Size (only numbers)" +JBS_ADDON_LOCAL_FONT_SIZE_DESC="Type in a font size in whole numbers only. This will affect the size of the icon" +JBS_ADDON_LOCAL_CUSTOM_ICON="Custom Icon" +JBS_ADDON_LOCAL_CUSTOM_ICON_DESC="Use any of the FontAwesome icons with this format fa fa-facebook. See http://fontawesome.io/icons/" +JBS_ADDON_LOCAL_BUTTON_TEXT="Button Text" +JBS_ADDON_LOCAL_BUTTON_TEXT_DESC="If you choose only a button, enter text for that button" +JBS_ADDON_LOCAL_DOWNLOAD_USE_BUTTON="Default Download Icon" +JBS_ADDON_LOCAL_DOWNLOAD_USE_BUTTON_DESC="Choose whether to use a button/icon or image for the default download icon. Button/icon overrides image choice" diff --git a/com_biblestudy/admin/addons/servers/local/local.php b/com_biblestudy/admin/addons/servers/local/local.php index 963f7d2e33..4f810ca79e 100644 --- a/com_biblestudy/admin/addons/servers/local/local.php +++ b/com_biblestudy/admin/addons/servers/local/local.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -33,4 +33,105 @@ public function upload($data) return $upload->upload($data); } + + /** + * Render Fields for general view. + * + * @param object $media_form Midea files form + * @param bool $new If media is new + * + * @return string + * + * @since 9.1.3 + */ + public function renderGeneral($media_form, $new) + { + $html = ''; + $fields = $media_form->getFieldset('general'); + + if ($fields) + { + foreach ($media_form->getFieldset('general') as $field): + $html .= '
'; + $html .= '
'; + $html .= $field->label; + $html .= '
'; + $html .= '
'; + + // Way to set defaults on new media + if ($new) + { + $s_name = $field->fieldname; + + if (isset($media_form->s_params[$s_name])) + { + $field->setValue($media_form->s_params[$s_name]); + } + } + + $html .= $field->input; + $html .= '
'; + $html .= '
'; + endforeach; + } + + return $html; + } + + /** + * Render Layout and fields + * + * @param object $media_form Midea files form + * @param bool $new If media is new + * + * @return string + * + * @since 9.1.3 + */ + public function render($media_form, $new) + { + $html = ''; + + $html .= JHtml::_('bootstrap.addTab', 'myTab', 'options', JText::_('Options')); + + $html .= '
'; + + foreach ($media_form->getFieldsets('params') as $name => $fieldset) + { + if ($name !== 'general') + { + $html .= '
'; + + foreach ($media_form->getFieldset($name) as $field): + $html .= '
'; + $html .= '
'; + $html .= $field->label; + $html .= '
'; + $html .= '
'; + + // Way to set defaults on new media + if ($new) + { + $s_name = $field->fieldname; + + if (isset($media_form->s_params[$s_name])) + { + $field->setValue($media_form->s_params[$s_name]); + } + } + + $html .= $field->input; + $html .= '
'; + $html .= '
'; + endforeach; + + $html .= '
'; + } + } + + $html .= '
'; + $html .= JHtml::_('bootstrap.endTab'); + + return $html; + } } diff --git a/com_biblestudy/admin/addons/servers/local/local.xml b/com_biblestudy/admin/addons/servers/local/local.xml index c2b5b6d7db..aa77272315 100644 --- a/com_biblestudy/admin/addons/servers/local/local.xml +++ b/com_biblestudy/admin/addons/servers/local/local.xml @@ -6,7 +6,7 @@ filename -
+
@@ -18,7 +18,7 @@
-
+
@@ -37,22 +37,22 @@
-
+
- + - - + + @@ -60,22 +60,15 @@ - - - - - - - - - + + - - + + @@ -84,7 +77,7 @@ label="JBS_MED_CHOOSE_MIMETYPE" description="JBS_MED_CHOOSE_MIMETYPE_DESC" class="inputbox"/>
-
+
diff --git a/com_biblestudy/admin/addons/servers/local/media.xml b/com_biblestudy/admin/addons/servers/local/media.xml index 2108f71271..0621bcfe59 100644 --- a/com_biblestudy/admin/addons/servers/local/media.xml +++ b/com_biblestudy/admin/addons/servers/local/media.xml @@ -1,7 +1,26 @@ -
+
+ + +
+
+ + + + + + + @@ -10,8 +29,6 @@ -
-
@@ -30,41 +47,24 @@
-
- - - - - - - - - -
-
+
- + - - + + @@ -72,25 +72,20 @@ - - - - - - - - - + + - - + + -
-
-
- - - -
-
- - - - +
+ @@ -23,21 +16,14 @@
-
- -
-
- @@ -45,11 +31,11 @@ - + + label="JBS_ADDON_YOUTUBE_BUTTON_TYPE" + description="JBS_ADDON_YOUTUBE_BUTTON_TYPE_DESC"> @@ -58,20 +44,28 @@ - - - - + + + + + + + + + + + - -
-
+
getFieldset('general'); + + if ($fields) + { + foreach ($fields as $field): + $html .= '
'; + $html .= '
'; + $html .= $field->label; + $html .= '
'; + $html .= '
'; + + // Way to set defaults on new media + if ($new) + { + $s_name = $field->fieldname; + + if (isset($media_form->s_params[$s_name])) + { + $field->setValue($media_form->s_params[$s_name]); + } + } + + $html .= $field->input; + $html .= '
'; + $html .= '
'; + endforeach; + } + + return $html; + } + + /** + * Render Layout and fields + * + * @param object $media_form Midea files form + * @param bool $new If media is new + * + * @return string + * + * @since 9.1.3 + */ + public function render($media_form, $new) + { + $html = ''; + $html .= JHtml::_('bootstrap.addTab', 'myTab', 'options', JText::_('Options')); + + $html .= '
'; + + foreach ($media_form->getFieldsets('params') as $name => $fieldset) + { + if ($name !== 'general') + { + $html .= '
'; + + foreach ($media_form->getFieldset($name) as $field): + $html .= '
'; + $html .= '
'; + $html .= $field->label; + $html .= '
'; + $html .= '
'; + + // Way to set defaults on new media + if ($new) + { + $s_name = $field->fieldname; + + if (isset($media_form->s_params[$s_name])) + { + $field->setValue($media_form->s_params[$s_name]); + } + } + + $html .= $field->input; + $html .= '
'; + $html .= '
'; + endforeach; + + $html .= '
'; + } + } + + $html .= '
'; + $html .= JHtml::_('bootstrap.endTab'); + + return $html; + } } diff --git a/com_biblestudy/admin/addons/servers/youtube/youtube.xml b/com_biblestudy/admin/addons/servers/youtube/youtube.xml index 62c7071963..2870a1aa00 100644 --- a/com_biblestudy/admin/addons/servers/youtube/youtube.xml +++ b/com_biblestudy/admin/addons/servers/youtube/youtube.xml @@ -8,7 +8,7 @@ -
+
@@ -22,21 +22,22 @@
-
+
- + - - + + @@ -44,28 +45,15 @@ - - - - - - - - - + + - - - - - + +
-
+
diff --git a/com_biblestudy/admin/api.php b/com_biblestudy/admin/api.php index 1bcb765b47..5881cb7363 100644 --- a/com_biblestudy/admin/api.php +++ b/com_biblestudy/admin/api.php @@ -3,7 +3,7 @@ * Core Admin BibleStudy file * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/biblestudy.php b/com_biblestudy/admin/biblestudy.php index 0949d456c6..a6295f9787 100644 --- a/com_biblestudy/admin/biblestudy.php +++ b/com_biblestudy/admin/biblestudy.php @@ -3,7 +3,7 @@ * Core Admin BibleStudy file * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controller.php b/com_biblestudy/admin/controller.php index 35e078719b..c31dee2620 100644 --- a/com_biblestudy/admin/controller.php +++ b/com_biblestudy/admin/controller.php @@ -3,7 +3,7 @@ * Admin Controller * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/admin.php b/com_biblestudy/admin/controllers/admin.php index 0523f49b9a..d8203154bb 100644 --- a/com_biblestudy/admin/controllers/admin.php +++ b/com_biblestudy/admin/controllers/admin.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -568,6 +568,7 @@ public function convertPreachIt() * @return void * * @since 7.1.0 + * @throws \Exception */ public function fix() { diff --git a/com_biblestudy/admin/controllers/assets.php b/com_biblestudy/admin/controllers/assets.php index 2ce9e1bd6d..4d570564c1 100644 --- a/com_biblestudy/admin/controllers/assets.php +++ b/com_biblestudy/admin/controllers/assets.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/comment.php b/com_biblestudy/admin/controllers/comment.php index cab8fae7c6..0fe75132f5 100644 --- a/com_biblestudy/admin/controllers/comment.php +++ b/com_biblestudy/admin/controllers/comment.php @@ -3,7 +3,7 @@ * Controller for a Comment * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/comments.php b/com_biblestudy/admin/controllers/comments.php index 868b53cf2c..c35026ff4d 100644 --- a/com_biblestudy/admin/controllers/comments.php +++ b/com_biblestudy/admin/controllers/comments.php @@ -3,7 +3,7 @@ * Controller for Comments * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/cpanel.php b/com_biblestudy/admin/controllers/cpanel.php index 84347a948c..8b1307785c 100644 --- a/com_biblestudy/admin/controllers/cpanel.php +++ b/com_biblestudy/admin/controllers/cpanel.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/install.php b/com_biblestudy/admin/controllers/install.php index d1ab6d7eca..0fefbf3626 100644 --- a/com_biblestudy/admin/controllers/install.php +++ b/com_biblestudy/admin/controllers/install.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/location.php b/com_biblestudy/admin/controllers/location.php index a0f1493aeb..63ecf80c7b 100644 --- a/com_biblestudy/admin/controllers/location.php +++ b/com_biblestudy/admin/controllers/location.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/locations.php b/com_biblestudy/admin/controllers/locations.php index b36f0e9625..f55e8bd348 100644 --- a/com_biblestudy/admin/controllers/locations.php +++ b/com_biblestudy/admin/controllers/locations.php @@ -3,7 +3,7 @@ * Controller for Locations * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/mediafile.php b/com_biblestudy/admin/controllers/mediafile.php index 0c673e5e44..4621eb78b8 100644 --- a/com_biblestudy/admin/controllers/mediafile.php +++ b/com_biblestudy/admin/controllers/mediafile.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/mediafiles.php b/com_biblestudy/admin/controllers/mediafiles.php index 39382e1393..cf3dc9b864 100644 --- a/com_biblestudy/admin/controllers/mediafiles.php +++ b/com_biblestudy/admin/controllers/mediafiles.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/message.php b/com_biblestudy/admin/controllers/message.php index 1ab94d37a2..4ad1acfd68 100644 --- a/com_biblestudy/admin/controllers/message.php +++ b/com_biblestudy/admin/controllers/message.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/messages.php b/com_biblestudy/admin/controllers/messages.php index 819146b954..1bb292543a 100644 --- a/com_biblestudy/admin/controllers/messages.php +++ b/com_biblestudy/admin/controllers/messages.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/messagetype.php b/com_biblestudy/admin/controllers/messagetype.php index 9283091bcc..c50320c48e 100644 --- a/com_biblestudy/admin/controllers/messagetype.php +++ b/com_biblestudy/admin/controllers/messagetype.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/messagetypes.php b/com_biblestudy/admin/controllers/messagetypes.php index d229c21bba..c96b3ddc0a 100644 --- a/com_biblestudy/admin/controllers/messagetypes.php +++ b/com_biblestudy/admin/controllers/messagetypes.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/podcast.php b/com_biblestudy/admin/controllers/podcast.php index a9dab1f429..8cccee316f 100644 --- a/com_biblestudy/admin/controllers/podcast.php +++ b/com_biblestudy/admin/controllers/podcast.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/podcasts.php b/com_biblestudy/admin/controllers/podcasts.php index e33d527846..8d1ebf4e87 100644 --- a/com_biblestudy/admin/controllers/podcasts.php +++ b/com_biblestudy/admin/controllers/podcasts.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/serie.php b/com_biblestudy/admin/controllers/serie.php index 016e5db455..340f41f40e 100644 --- a/com_biblestudy/admin/controllers/serie.php +++ b/com_biblestudy/admin/controllers/serie.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/series.php b/com_biblestudy/admin/controllers/series.php index 64ddaec523..c96dec3be7 100644 --- a/com_biblestudy/admin/controllers/series.php +++ b/com_biblestudy/admin/controllers/series.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/server.php b/com_biblestudy/admin/controllers/server.php index acda9c119f..5ff917a613 100644 --- a/com_biblestudy/admin/controllers/server.php +++ b/com_biblestudy/admin/controllers/server.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/servers.php b/com_biblestudy/admin/controllers/servers.php index f306fb2cee..b79c5f122d 100644 --- a/com_biblestudy/admin/controllers/servers.php +++ b/com_biblestudy/admin/controllers/servers.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/teacher.php b/com_biblestudy/admin/controllers/teacher.php index 92d064b52c..9cbd2dde0d 100644 --- a/com_biblestudy/admin/controllers/teacher.php +++ b/com_biblestudy/admin/controllers/teacher.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/teachers.php b/com_biblestudy/admin/controllers/teachers.php index c1ab5fd4f3..f7da57487b 100644 --- a/com_biblestudy/admin/controllers/teachers.php +++ b/com_biblestudy/admin/controllers/teachers.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/template.php b/com_biblestudy/admin/controllers/template.php index 158e3f03b0..02dc4af897 100644 --- a/com_biblestudy/admin/controllers/template.php +++ b/com_biblestudy/admin/controllers/template.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/templatecode.php b/com_biblestudy/admin/controllers/templatecode.php index 13319b6a58..6f1348b2aa 100644 --- a/com_biblestudy/admin/controllers/templatecode.php +++ b/com_biblestudy/admin/controllers/templatecode.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/templatecodes.php b/com_biblestudy/admin/controllers/templatecodes.php index d0c736b65c..c7246194b1 100644 --- a/com_biblestudy/admin/controllers/templatecodes.php +++ b/com_biblestudy/admin/controllers/templatecodes.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/templates.php b/com_biblestudy/admin/controllers/templates.php index 30841d9702..838d6b974e 100644 --- a/com_biblestudy/admin/controllers/templates.php +++ b/com_biblestudy/admin/controllers/templates.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/topic.php b/com_biblestudy/admin/controllers/topic.php index b4c569b344..85747e3fa3 100644 --- a/com_biblestudy/admin/controllers/topic.php +++ b/com_biblestudy/admin/controllers/topic.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/topics.php b/com_biblestudy/admin/controllers/topics.php index 000d88e02c..91d9fa634d 100644 --- a/com_biblestudy/admin/controllers/topics.php +++ b/com_biblestudy/admin/controllers/topics.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/controllers/upload.php b/com_biblestudy/admin/controllers/upload.php index 6cbfe7a064..73cc565639 100644 --- a/com_biblestudy/admin/controllers/upload.php +++ b/com_biblestudy/admin/controllers/upload.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/convert1.htm b/com_biblestudy/admin/convert1.htm deleted file mode 100644 index 355b791581..0000000000 --- a/com_biblestudy/admin/convert1.htm +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - File Size Converter - - - - - - -

File Size Converter

-
- Enter the - size of your file and click "Convert" to easily convert your file to - bytes. -
-
-
- -
- - diff --git a/com_biblestudy/admin/help/en-GB/biblestudy.html b/com_biblestudy/admin/help/en-GB/biblestudy.html deleted file mode 100644 index fa88e7ee0d..0000000000 --- a/com_biblestudy/admin/help/en-GB/biblestudy.html +++ /dev/null @@ -1,8 +0,0 @@ -
Proclaim Help Screen
-

All help has been moved to our documentation site: -

- Find - answers here
Also - visit our forum -

diff --git a/com_biblestudy/admin/help/en-GB/templatecodehelp.html b/com_biblestudy/admin/help/en-GB/templatecodehelp.html deleted file mode 100644 index 9e2dc13220..0000000000 --- a/com_biblestudy/admin/help/en-GB/templatecodehelp.html +++ /dev/null @@ -1,508 +0,0 @@ - - - - - Template Code Helper - - - - - -

Template Code Helper (click field to select)

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Studies Codes (for all views)
To get the list, see each view
Title
Study Number
Description
Date
Id
Scripture 1
Scripture 2
Title
Media
Duration
Topics
Study Thumbnail
Series Thumbnail
Secondary Reference
Link to Details View
Topics
Teacher Name
Teacher Title
Teacher Image
Topics
Hits
Submitted By
Slug
Total Plays
Total Downloads
Location
-
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Sermon List Codes
List Introduction
Popular Study Drop Down
Go Button
Teachers Dropdown
Series Dropdown
Message Types Dropdown
Years Dropdown
Locations Dropdown
Topics Dropdown
Books Dropdown
Languages Dropdown
Order (Asc, Desc) Dropdown
Pagination links;
Pagination Limit Box
Pagination array
Sample Code
-
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Sermon Display Codes (Plus any studies code)
Print Button
Social Media Box
Study Text
Main Reference Passage
Related Studies Drop Down
Sample Code
-
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Series List Codes (plus Series Display Codes below)
To get each series -
Link to each series
Series Image
Series Drop down box
Main Series Page Image
Footer Pagination Links
Series Title
Series Teacher Image
Series Description
Series Teacher Name
Series Teacher Title
Series Teacher Image
Sample Code
-
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Series Display Codes
Series Title
Series Thumbnail
Series Studies -
Series Description
Series Teacher Name
Series Teacher Title
Series Teacher Image
Sample Code
-
-
- -
- - - - - - - - - - - - - - - - - - -
Teacher List Codes (plus Teacher Display Codes below)
Each Teacher's Information -
Link to each teacher
Teacher Image
Sample Code
-
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Teacher Display Codes
Teacher Thumbnail
Large Teacher Image
Teacher's Studies
Teacher Title
Teacher Phone
Teacher Email
Teacher Website
Teacher Introduction
Teacher Long Information
Teacher Address
Teacher Facebook URL
Teacher Twitter URL
Teacher Blog URL
Teacher Web Link1 URL
Teacher Web Link1 Label
Teacher Web Link2 URL
Teacher Web Link2 Label
Teacher Web Link3 URL
Teacher Web Link3 Label
-
-
- - - - - - - - - - - -
Module Codes (Plus any Studies Code from above)
Link to more studies
Sample Code
-
-
- - diff --git a/com_biblestudy/admin/helpers/alias.php b/com_biblestudy/admin/helpers/alias.php index edcdf378f2..d9b091fd2a 100644 --- a/com_biblestudy/admin/helpers/alias.php +++ b/com_biblestudy/admin/helpers/alias.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/helpers/biblestudyhelper.php b/com_biblestudy/admin/helpers/biblestudyhelper.php index 10cfe3a9c5..fb5272856d 100644 --- a/com_biblestudy/admin/helpers/biblestudyhelper.php +++ b/com_biblestudy/admin/helpers/biblestudyhelper.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -145,9 +145,12 @@ public static function getActions($Itemid = 0, $type = '') * @return void * * @since 1.6 + * @throws Exception */ public static function addSubmenu($vName) { + $simple_view = JBSMHelper::getSimpleView(); + self::rendermenu( JText::_('JBS_CMN_CONTROL_PANEL'), 'index.php?option=com_biblestudy&view=cpanel', $vName == 'cpanel' ); @@ -166,18 +169,23 @@ public static function addSubmenu($vName) self::rendermenu( JText::_('JBS_CMN_SERIES'), 'index.php?option=com_biblestudy&view=series', $vName == 'series' ); - self::rendermenu( - JText::_('JBS_CMN_MESSAGETYPES'), 'index.php?option=com_biblestudy&view=messagetypes', $vName == 'messagetypes' - ); - self::rendermenu( - JText::_('JBS_CMN_LOCATIONS'), 'index.php?option=com_biblestudy&view=locations', $vName == 'locations' - ); - self::rendermenu( - JText::_('JBS_CMN_TOPICS'), 'index.php?option=com_biblestudy&view=topics', $vName == 'topics' - ); - self::rendermenu( - JText::_('JBS_CMN_COMMENTS'), 'index.php?option=com_biblestudy&view=comments', $vName == 'comments' - ); + + if (!$simple_view) + { + self::rendermenu( + JText::_('JBS_CMN_MESSAGETYPES'), 'index.php?option=com_biblestudy&view=messagetypes', $vName == 'messagetypes' + ); + self::rendermenu( + JText::_('JBS_CMN_LOCATIONS'), 'index.php?option=com_biblestudy&view=locations', $vName == 'locations' + ); + self::rendermenu( + JText::_('JBS_CMN_TOPICS'), 'index.php?option=com_biblestudy&view=topics', $vName == 'topics' + ); + self::rendermenu( + JText::_('JBS_CMN_COMMENTS'), 'index.php?option=com_biblestudy&view=comments', $vName == 'comments' + ); + } + self::rendermenu( JText::_('JBS_CMN_SERVERS'), 'index.php?option=com_biblestudy&view=servers', $vName == 'servers' ); @@ -185,12 +193,15 @@ public static function addSubmenu($vName) JText::_('JBS_CMN_PODCASTS'), 'index.php?option=com_biblestudy&view=podcasts', $vName == 'podcasts' ); - self::rendermenu( - JText::_('JBS_CMN_TEMPLATES'), 'index.php?option=com_biblestudy&view=templates', $vName == 'templates' - ); - self::rendermenu( - JText::_('JBS_CMN_TEMPLATECODE'), 'index.php?option=com_biblestudy&view=templatecodes', $vName == 'templatecodes' - ); + if (!$simple_view) + { + self::rendermenu( + JText::_('JBS_CMN_TEMPLATES'), 'index.php?option=com_biblestudy&view=templates', $vName == 'templates' + ); + self::rendermenu( + JText::_('JBS_CMN_TEMPLATECODE'), 'index.php?option=com_biblestudy&view=templatecodes', $vName == 'templatecodes' + ); + } } /** @@ -369,6 +380,7 @@ public static function filterText($text) * @return int '1' is on '0' is off * * @since 7.1.0 + * @throws Exception */ public static function debug() { @@ -409,6 +421,7 @@ public static function getMediaTypes() * @return array Returns list of years of media files based on createdate * * @since 8.0.0 + * @throws Exception */ public static function getMediaYears() { @@ -442,6 +455,7 @@ public static function getMediaYears() * @return array Returns list of message types * * @since 8.0.0 + * @throws Exception */ public static function getMessageTypes() { @@ -477,6 +491,7 @@ public static function getMessageTypes() * @return array Returns list of years of studies based on studydate * * @since 8.0.0 + * @throws Exception */ public static function getStudyYears() { @@ -510,6 +525,7 @@ public static function getStudyYears() * @return array Returns list of Teachers * * @since 8.0.0 + * @throws Exception */ public static function getTeachers() { @@ -545,6 +561,7 @@ public static function getTeachers() * @return array Returns list of books * * @since 8.0.0 + * @throws Exception */ public static function getStudyBooks() { @@ -585,6 +602,7 @@ public static function getStudyBooks() * @return array Returns list of books * * @since 8.0.0 + * @throws Exception */ public static function getStudyMediaTypes() { @@ -620,6 +638,7 @@ public static function getStudyMediaTypes() * @return array Returns list of books * * @since 8.0.0 + * @throws Exception */ public static function getStudyLocations() { @@ -719,4 +738,60 @@ public static function endsWith($haystack, $needle) // Search forward starting from end minus needle length characters return $needle === "" || (($temp = strlen($haystack) - strlen($needle)) >= 0 && strpos($haystack, $needle, $temp) !== false); } + + /** + * Get user ids in an object + * + * @return array + * + * @since 9.1.4 + * @throws Exception + */ + public static function getUsers() + { + $options = array(); + + $db = JFactory::getDbo(); + $query = $db->getQuery(true); + + $query->select('id AS value, username AS text'); + $query->from('#__users'); + $query->order('id'); + + // Get the options. + $db->setQuery($query); + + try + { + $options = $db->loadObjectList(); + } + catch (RuntimeException $e) + { + JFactory::getApplication()->enqueueMessage($e->getMessage(), 'worning'); + + return $options; + } + + return $options; + } + + /** + * Get haf of array count + * + * @param array|object $array Array or Object to count + * + * @return object + * + * @since 9.1.7 + */ + public static function halfarray($array) + { + $count = count($array); + + $return = new stdClass; + $return->half = floor($count / 2); + $return->count = $count; + + return $return; + } } diff --git a/com_biblestudy/admin/helpers/dbhelper.php b/com_biblestudy/admin/helpers/dbhelper.php index ba93c4e213..8d00fbd752 100644 --- a/com_biblestudy/admin/helpers/dbhelper.php +++ b/com_biblestudy/admin/helpers/dbhelper.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/helpers/defaulttemplatecode.php b/com_biblestudy/admin/helpers/defaulttemplatecode.php index 51cba83f11..4e118e9131 100644 --- a/com_biblestudy/admin/helpers/defaulttemplatecode.php +++ b/com_biblestudy/admin/helpers/defaulttemplatecode.php @@ -4,7 +4,7 @@ * Helper for Template Code * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/helpers/helper.php b/com_biblestudy/admin/helpers/helper.php index 02d9e71e80..4ecd90dccf 100644 --- a/com_biblestudy/admin/helpers/helper.php +++ b/com_biblestudy/admin/helpers/helper.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -39,6 +39,7 @@ class JBSMHelper * @return string * * @since 9.0.0 + * @throws Exception */ public static function getTooltip($row, $params, $template) { @@ -136,7 +137,7 @@ public static function getRemoteFileSize($url) try { - $headers = get_headers($url, true); + $headers = @get_headers($url, true); } catch (Exception $e) { @@ -334,4 +335,32 @@ public static function remove_http($url) return $url; } + + /** + * Get Simple View Sate + * + * @param Registry $params AdminTable + parametors + * @param string $simple Not Used right now + * + * @return int + * + * @since 9.1.6 + * @throws Exception + */ + public static function getSimpleView($params = null, $simple = null) + { + if (is_null($params)) + { + $params = JBSMParams::getAdmin(); + } + + $simple = $params->params->get('simple_mode'); + + if ($simple) + { + return 1; + } + + return 0; + } } diff --git a/com_biblestudy/admin/helpers/html/biblestudy.php b/com_biblestudy/admin/helpers/html/biblestudy.php index ddc5d70d4e..63093c442e 100644 --- a/com_biblestudy/admin/helpers/html/biblestudy.php +++ b/com_biblestudy/admin/helpers/html/biblestudy.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -34,7 +34,7 @@ abstract class JHtmlBiblestudy * @return void * * @since 9.0.0 - * @throws Exception + * @throws \Exception */ public static function framework($debug = null, $extra = null) { @@ -105,11 +105,14 @@ public static function loadCss($params, $url = null, $extra = null) if ($extra == 'font-awesome') { - JHtml::script('https://use.fontawesome.com/releases/v5.5.0/js/all.js', + JHtml::script('https://use.fontawesome.com/releases/v5.3.1/js/all.js', + [], + ['integrity' => 'sha384-kW+oWsYx3YpxvjtZjFXqazFpA7UP/MbiY4jvs+RWZo2+N94PFZ36T6TFkc9O3qoB', 'crossorigin' => 'anonymous', 'defer' => 'defer'] + ); + JHtml::script('https://use.fontawesome.com/releases/v5.4.2/js/v4-shims.js', [], - ['integrity' => 'sha384-GqVMZRt5Gn7tB9D9q7ONtcp4gtHIUEW/yG7h98J7IpE3kpi+srfFyyB/04OV6pG0', 'crossorigin' => 'anonymous', 'defer' => 'defer'] + ['integrity' => 'sha384-kW+oWsYx3YpxvjtZjFXqazFpA7UP/MbiY4jvs+RWZo2+N94PFZ36T6TFkc9O3qoB', 'crossorigin' => 'anonymous', 'defer' => 'defer'] ); - JHtml::script('https://use.fontawesome.com/releases/v5.5.0/js/v4-shims.js'); } } diff --git a/com_biblestudy/admin/helpers/html/bsmedia.php b/com_biblestudy/admin/helpers/html/bsmedia.php index c1c44f0851..6767af9abc 100644 --- a/com_biblestudy/admin/helpers/html/bsmedia.php +++ b/com_biblestudy/admin/helpers/html/bsmedia.php @@ -1,7 +1,7 @@ where($db->qn('id') . ' = ' . (int) 1); $db->setQuery($query); $admin = $db->loadObject(); - $registry = new Registry; - $registry->loadString($admin->params); - $admin->params = $registry; - // Add the current user id - $user = JFactory::getUser(); - $admin->user_id = $user->id; + if (isset($admin->params)) + { + $registry = new Registry; + + // Used to Catch Jason Error's + try + { + $registry->loadString($admin->params); + } + catch (Exception $e) + { + $msg = $e->getMessage(); + JFactory::getApplication()->enqueueMessage('Can\'t load Admin Params - ' . $msg, 'error'); + } + $admin->params = $registry; + + // Add the current user id + $user = JFactory::getUser(); + $admin->user_id = $user->id; + } self::$admin = $admin; } diff --git a/com_biblestudy/admin/helpers/searchfilters.php b/com_biblestudy/admin/helpers/searchfilters.php index a48d6c2b49..739ee540ff 100644 --- a/com_biblestudy/admin/helpers/searchfilters.php +++ b/com_biblestudy/admin/helpers/searchfilters.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/helpers/tagDefinitions.helper.php b/com_biblestudy/admin/helpers/tagDefinitions.helper.php index 769726f852..d62e04921e 100644 --- a/com_biblestudy/admin/helpers/tagDefinitions.helper.php +++ b/com_biblestudy/admin/helpers/tagDefinitions.helper.php @@ -3,7 +3,7 @@ * Set Definition for tags * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/helpers/tags.php b/com_biblestudy/admin/helpers/tags.php index c76ad24489..2d71ba8b1c 100644 --- a/com_biblestudy/admin/helpers/tags.php +++ b/com_biblestudy/admin/helpers/tags.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/helpers/template.php b/com_biblestudy/admin/helpers/template.php index 54ea131b65..80f16b48a1 100644 --- a/com_biblestudy/admin/helpers/template.php +++ b/com_biblestudy/admin/helpers/template.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -86,7 +86,6 @@ public function __construct() '[studyComments]' => array('fieldName' => 'comments'), '[studyHits]' => array('fieldName' => 'hits'), '[studyUserAdded]' => array('fieldName' => 'user_id'), '[studyLocation]' => array('fieldName' => 'location_id'), - '[studyMediaDuration]' => array('fieldName' => array('media_hours', 'media_minutes', 'media_seconds')), '[studyMessageType]' => array('fieldName' => 'messagetype'), '[studySeries]' => array('fieldName' => 'series_id'), '[studyTopic]' => array('fieldName' => 'topic_id'), '[studyText]' => array('fieldName' => 'studytext'), '[studyMedia]' diff --git a/com_biblestudy/admin/helpers/thumbnail.php b/com_biblestudy/admin/helpers/thumbnail.php index a7c47b0cc3..8ba1800c6d 100644 --- a/com_biblestudy/admin/helpers/thumbnail.php +++ b/com_biblestudy/admin/helpers/thumbnail.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org */ diff --git a/com_biblestudy/admin/helpers/translated.php b/com_biblestudy/admin/helpers/translated.php index 4d84877817..db12655528 100644 --- a/com_biblestudy/admin/helpers/translated.php +++ b/com_biblestudy/admin/helpers/translated.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/helpers/uploadscript.php b/com_biblestudy/admin/helpers/uploadscript.php index 237da8dc1d..d527db2d52 100644 --- a/com_biblestudy/admin/helpers/uploadscript.php +++ b/com_biblestudy/admin/helpers/uploadscript.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/install/sql/install-defaults.sql b/com_biblestudy/admin/install/sql/install-defaults.sql index ca05f75456..cbc70c9bb2 100644 --- a/com_biblestudy/admin/install/sql/install-defaults.sql +++ b/com_biblestudy/admin/install/sql/install-defaults.sql @@ -4,7 +4,7 @@ INSERT INTO `#__bsms_admin` (`id`, `drop_tables`, `params`, `asset_id`, `access`, `installstate`, `debug`) VALUES (1, 0, - '{\"metakey\":\"\",\"metadesc\":\"\",\"compat_mode\":\"0\",\"studylistlimit\":\"10\",\"show_location_media\":\"0\",\"popular_limit\":\"\",\"character_filter\":\"1\",\"format_popular\":\"0\",\"default_main_image\":\"\",\"default_series_image\":\"\",\"default_teacher_image\":\"\",\"default_download_image\":\"\",\"default_showHide_image\":\"\",\"thumbnail_teacher_size\":\"150\",\"thumbnail_series_size\":\"150\",\"thumbnail_study_size\":\"150\",\"location_id\":\"-1\",\"teacher_id\":\"1\",\"series_id\":\"-1\",\"booknumber\":\"-1\",\"messagetype\":\"-1\",\"default_study_image\":\"\",\"download\":\"1\",\"target\":\" \",\"server\":\"1\",\"podcast\":[\"-1\"],\"from\":\"x\",\"to\":\"x\",\"pFrom\":\"x\",\"pTo\":\"x\",\"controls\":\"1\",\"jwplayer_pro\":\"0\",\"jwplayer_key\":\"\",\"jwplayer_cdn\":\"\",\"jwplayer_skin\":\"\",\"jwplayer_autostart\":\"false\",\"jwplayer_fallback\":\"true\",\"jwplayer_mute\":\"false\",\"jwplayer_stagevideo\":\"false\",\"jwplayer_primary\":\"html5\",\"playlist\":\"false\",\"jwplayer_listbar\":\"false\",\"jwplayer_logo\":\"\",\"sharing\":\"false\",\"jwplayer_related\":\"false\",\"jwplayer_advertising\":\"\",\"rtmp\":\"Comming Soon\",\"ga\":\"Comming Soon\",\"jwplayer_sitecatalyst\":\"Comming Soon\",\"captions\":\"false\"}', + '{\"simple_mode\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"compat_mode\":\"0\",\"studylistlimit\":\"10\",\"show_location_media\":\"0\",\"popular_limit\":\"\",\"character_filter\":\"1\",\"format_popular\":\"0\",\"default_main_image\":\"\",\"default_series_image\":\"\",\"default_teacher_image\":\"\",\"default_download_image\":\"\",\"default_showHide_image\":\"\",\"thumbnail_teacher_size\":\"150\",\"thumbnail_series_size\":\"150\",\"thumbnail_study_size\":\"150\",\"location_id\":\"-1\",\"teacher_id\":\"1\",\"series_id\":\"-1\",\"booknumber\":\"-1\",\"messagetype\":\"-1\",\"default_study_image\":\"\",\"download\":\"1\",\"target\":\" \",\"server\":\"1\",\"podcast\":[\"-1\"],\"from\":\"x\",\"to\":\"x\",\"pFrom\":\"x\",\"pTo\":\"x\",\"controls\":\"1\",\"jwplayer_pro\":\"0\",\"jwplayer_key\":\"\",\"jwplayer_cdn\":\"\",\"jwplayer_skin\":\"\",\"jwplayer_autostart\":\"false\",\"jwplayer_fallback\":\"true\",\"jwplayer_mute\":\"false\",\"jwplayer_stagevideo\":\"false\",\"jwplayer_primary\":\"html5\",\"playlist\":\"false\",\"jwplayer_listbar\":\"false\",\"jwplayer_logo\":\"\",\"sharing\":\"false\",\"jwplayer_related\":\"false\",\"jwplayer_advertising\":\"\",\"rtmp\":\"Comming Soon\",\"ga\":\"Comming Soon\",\"jwplayer_sitecatalyst\":\"Comming Soon\",\"captions\":\"false\"}', 7587, 1, NULL, 0); @@ -152,13 +152,13 @@ VALUES -- Dump of table #__bsms_studies -- ------------------------------------------------------------ -INSERT INTO `#__bsms_studies` (`id`, `studydate`, `teacher_id`, `studynumber`, `booknumber`, `chapter_begin`, `verse_begin`, `chapter_end`, `verse_end`, `secondary_reference`, `booknumber2`, `chapter_begin2`, `verse_begin2`, `chapter_end2`, `verse_end2`, `prod_dvd`, `prod_cd`, `server_cd`, `server_dvd`, `image_cd`, `image_dvd`, `studytext2`, `comments`, `hits`, `user_id`, `user_name`, `show_level`, `location_id`, `studytitle`, `alias`, `studyintro`, `media_hours`, `media_minutes`, `media_seconds`, `messagetype`, `series_id`, `studytext`, `thumbnailm`, `thumbhm`, `thumbwm`, `params`, `checked_out`, `checked_out_time`, `published`, `publish_up`, `publish_down`, `modified`, `modified_by`, `asset_id`, `access`, `ordering`, `language`, `download_id`) +INSERT INTO `#__bsms_studies` (`id`, `studydate`, `teacher_id`, `studynumber`, `booknumber`, `chapter_begin`, `verse_begin`, `chapter_end`, `verse_end`, `secondary_reference`, `booknumber2`, `chapter_begin2`, `verse_begin2`, `chapter_end2`, `verse_end2`, `prod_dvd`, `prod_cd`, `server_cd`, `server_dvd`, `image_cd`, `image_dvd`, `studytext2`, `comments`, `hits`, `user_id`, `user_name`, `show_level`, `location_id`, `studytitle`, `alias`, `studyintro`, `messagetype`, `series_id`, `studytext`, `thumbnailm`, `thumbhm`, `thumbwm`, `params`, `checked_out`, `checked_out_time`, `published`, `publish_up`, `publish_down`, `modified`, `modified_by`, `asset_id`, `access`, `ordering`, `language`, `download_id`) VALUES (1, '2010-03-13 00:10:00', 1, '2015-01', 151, 3, 5, 3, 11, '', '-1', '', '', '', '', NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 0, 0, '', '0', 1, 'Four Steps to Defeating the Flesh', X'666F75722D73746570732D746F2D646566656174696E672D7468652D666C657368', 'If you’ve lived around Oregon very long you know what Oregon mud is like. The soils in the Willamette Valley contain a fair amount of clay. I remember trying to put in a sprinkler system when we first built our house. Foolishly, I thought I could beat the winter rains and get the system put in. Such was not the case. Towards the end I remember slogging around the yard—with each step I took it got harder and harder to walk as more and more mud clung to my shoes.', - '00', '50', '06', '1', 1, + '1', 1, 'If you’ve lived around Oregon very long you know what Oregon mud is like. The soils in the Willamette Valley contain a fair amount of clay. I remember trying to put in a sprinkler system when we first built our house. Foolishly, I thought I could beat the winter rains and get the system put in. Such was not the case. Towards the end I remember slogging around the yard—with each step I took it got harder and harder to walk as more and more mud clung to my shoes. I use that analogy because the goal of becoming a Christian is to become like God in our character. We realize the old ways of sin just aren’t working for us and we come to Christ who forgives us and gives us eternal life. As Paul says: “old things have passed away, and look new things have come” (2 Cor 5:17). So far so good. The trouble starts when we begin walking around in this life. Instead of feeling light and free and pure—we feel the “old man” or “the flesh” sticking to our character like clay sticking to our shoes. The old ways of thinking, speaking, and acting are still with us—ready to take over at the slightest provocation or temptation. It makes it hard to walk with Christ effectively and smoothly. Paul says it well in: Romans 7:18 “For I know that nothing good lives in me, that is, in my flesh. For the desire to do what is good is with me, but there is no ability to do it. 19 For I do not do the good that I want to do, but I practice the evil that I do not want to do. 20 Now if I do what I do not want, I am no longer the one doing it, but it is the sin that lives in me.” So what’s a Christian to do? The goal is to be like Christ but the flesh seems to be so successful in holding us back. That’s what Colossians 3 and much of Chapter 4 is about. Paul outlines for us what the old character looks like, and what the new nature looks like by contrast. He describes the process of change as something as simple as changing your clothes. It’s simple in theory, difficult in practice, but totally worth the effort. He describes this change away from the old character with four actions: “put to death” (verse 5), “put away” (verse 8) and “put off” (verse 9), then we are to “put on” the new character of Christ (verse 10). The character traits that we are to kill, put away, and put off are: improper or unchecked desire, anger, and lying. From these three spring most of the things we associate with “the flesh”. 5 Paul starts off with “therefore”. In light of the fact that we are risen people, we need to start thinking like citizens of heaven (the new age), not like residents of earth (this age). Paul says for us to “put to death what belongs to your earthly nature.” The word “put to death” means: “to make dead.” How does that happen? Paul gives us a clue in Romans 8:13: “But if by the Spirit you put to death the deeds of the body, you will live.” So there is this cooperation that takes place between God’s Spirit and us. In reality, you will not be free from the presence and temptation to act in the old ways until you are given you new body. But as James 1:14 says: “But each person is tempted when he is drawn away and enticed by his own evil desires. 15 Then after desire has conceived, it gives birth to sin, and when sin is fully grown, it gives birth to death.   Evil thoughts will occur; it is what we do with them that matters. When they come we can, by the power of the Spirit, tell them they are dead and have no place in us anymore. Do it strongly; do it often. Picture those thoughts on a paper, and then nail that paper to the cross. Jesus died to rid you of acting on those thought patterns. The word “put to death” can mean: “to deprive of power.” Cut the supply lines to the old nature and it will become weak nd starve. So here is the big question: what in your life is still feeding the flesh? It’s different for everyone, mind you. Starve the flesh and it will go a long way to killing it. This is part 1: “kill the old ways, one thought at a time.” Next, Paul lists five manifestations of the flesh that we need to watch out for. Make no mistake—these are powerful forces in the human mind and are not easily dissuaded or killed. Sexual immorality. It means any sexual intimacy outside of the marriage between a man and a woman. Impurity means the character infected by immoral behavior. Lust refers to any unbridled passion but here likely refers to sexual desire that is out of bounds and out of control. Evil desire is probably better translated as lust—but could refer to the thoughts that precede lust. Remember again, it isn’t the temptation but what we do with it that matters. We sin when we focus on and even encourage impure thoughts that lead to impure actions. Greed, which is idolatry. Greed here is a general term for unchecked physical pleasure. Paul calls it greed because the worship of pleasure – the worship of anything for that matter – takes first place in front of God, and that is idolatry. In Paul’s day, literal idol worship was rampant, as was sexual immorality with temple prostitutes as part of that idolatry. And because sex is such a powerful thing, these actions led to impure thoughts, desires, and lusts. 6 God’s wrath is the natural outpouring against anyone who is not pure. Doing something that is sinful is disobeying God because He said “Be holy, even as I am holy” (Lev. 11:45). Some people say that a loving God cannot be a wrathful God. But you cannot have love without wrath against evil. Love means protecting the innocent against evil. It means coming against evil and destroying it. Just ask any parent who has lost a child to horrible violence—and you begin to understand the love and wrath of God. Before we get too smug in the opinion that we aren’t like those disobedient sinners—look at the next verse. 7 Before we knew Jesus we all disobeyed and were guilty as charged. “All have sinned and fall short of the glory of God” (Romans 3:23). We acted out these things (“walked”) because we were steeped in them. We could translate this verse as: “when your life consisted of such wretched things as these.” As fallen people we couldn’t help but act in these ways, but not anymore. Now we are steeped in the Messiah’s forgiving and cleansing love. We don’t have to act out the deeds of the flesh any more. And Paul goes onto to step 2 of how to do that next. 8 Step One is to “Kill kill, kill them all” – all the thoughts that come from the flesh and urge us to think and do things that are not like God. We should nail those thoughts to the cross. Step Two is to “put off” or “put away” the deeds of the flesh. The flesh should feel like a foreign intruder. We don’t just ignore it; we actively push it away. The Greek here is the picture of taking off your clothes. The flesh is like an old set of worn out clothes that, through the Spirit, we can literally take off. Paul helps us understand this by being very specific in another major area of the old nature: anger. He brings in five ways anger destroys us. Anger and wrath are related. Anger is Greek word for a plant that is bursting with juice. What a great picture of when we get red-hot with anger and our face literally flushes red with blood. Wrath means: “to rush in” and is what we do when we are angry. How often do we get angry and let our anger vent with hurtful words that later we wish we could take back. Malice is when we mean to hurt someone—often the result of anger. Slander is what we say about them to hurt them. It’s the Greek word: blasphema. In this case it is hurtful words about another, rather than God. Finally “filthy language” refers to the words used—words which hurt both the speaker and the hearer. Why do we get angry? There are many answers to that question—but I want to bring in four main ones: Frustration – when a goal is thwarted; like getting to work on time thwarted by heavy traffic. Hurt – when the words or actions of another wounds us. Loss – when something that we hold dear is taken away, like a job or a spouse. Victim thinking – when I don’t get what I think I deserve. Put it to death by declaring the sin nature dead on the cross. Romans 6:6 “For we know that our old self was crucified with Him in order that sin’s dominion over the body may be abolished, so that we may no longer be enslaved to sin”. Put it away by separating yourself from that old character, like you’d change out of an old set of clothes. Put it off, remove its power, by thinking of the flesh as something foreign to you, like a limb that is no longer a part of your body—gangrenous and in need of amputation. Then put on the character of Christ like putting on a costume in a play. The more you wear it the more comfortable you will be in it and the more you will own that new character Each one of us struggles with different parts of our old nature. You can be a Christian for many years and still struggle with areas of the flesh. I think that often what happens is a trigger occurs—perhaps a word or phrase that reminds our unconscious mind of an abuse from childhood. We don’t think about but that trigger dis-regulates us, our pre-frontal cortex goes offline and our fleshly nature takes over. The trick is to begin to notice it—even physically in our body—and then work with the Holy Spirit to put you back into your new-self state of mind. 9 – 10 In verse 9, Paul moves to the third major category of the flesh—our interactions with others in relation to the truth. Lying is a default human behavior that we learn at a very young age. We bend facts and manipulate the truth in order to get a result we feel we can’t get by telling the truth. We do it in big ways and in small ways all the time. But lying is not a character trait of heaven—and lying is one of the sins specifically mentioned in Revelation 21:15 as being excluded from heaven. It’s part of the old set of clothes that we need to “put off”. It means: “to wholly strip off of oneself” or “to disarm”. Does it mean we must then be completely transparently honest with everything we think at all times? Of course not. Ephesians 4:15 says: “Speaking the truth in love let us grow in every way into Him.” Be honest always, and always speak those truths in a way that will build up and encourage another’s relationship with Christ. One way we disarm lying is to think: what can I say that will benefit this person, truly. Sometimes that is saying a difficult thing, but not in a hurtful way, but a helpful one. We move now from “putting off” the old character to “putting on” a new one—which is the character of Christ. The words literally mean to put on a change of clothes. Paul uses the same Greek word in Rom. 13:14: “But put on the Lord Jesus Christ, and make no plans to satisfy the fleshly desires.” The word can also mean: “to sink into”. Believe it or not, you have the power to put on or sink into the character of Jesus—forcing out the old flesh, which is always making plans to satisfy itself. At first it might feel very foreign, like wearing a costume while playing a part in a play. But you know, that’s okay. Play the part of a person who thinks, acts, and speaks like Jesus in love, joy, peace, patience, kindness, gentleness and the like. It might feel a little hypocritical at first but the more you practice the part the more comfortable you get with it and the more it becomes part of you. All you are doing really is cooperating with the force of the Holy Spirit in you that already wants to make these changes. It is part of that “renewal” process Paul talks about here. The more we know about Jesus and His character, and the more we work towards mirroring that character, the more into His “image” we become. You’ll find in the end that this new character is the “real” new you that God has been making all along. 11 Verse 11 brings up what is often the source of the fleshly desires that run counter to the character of Christ—divisions along racial, economic, social, and religious differences. After Alexander the Great conquered much of the known world, he spread the Greek culture far and wide. So the Greeks felt very self-important culturally. The Jews also felt very superior religiously as they had the Torah and a covenant with Yahweh. This division was never so strident when it came to who was in the covenant and who was out—via circumcision. Barbarians were any non-Greek or non-Jews and Scythians were a little known race of people from the far-northern part of the Middle East who were thought to be no better than animals. Slavery was well known in that culture and separated people along socio-economic lines. Often times it is these things that cause the flesh to flare up. But Paul says Christ is in all peoples (how that could be rendered). Jesus is the great equalizer of religious, racial, cultural and socio-economic status. Also, as Paul says in Galatians 3:28, the great equalizer of gender inequalities. In Christ we should never let those things separate us. That’s the old way, not the new. So we’re talked about three ways to help rid ourselves of the old nature and one way to help nurture the new character. Try it on with something you are struggling with, like anger. Picture what it would be like if something or someone makes you angry. How would you normally react and how can these new steps intervene? What are the qualities in the new character that replace unchecked desire, anger, and dishonesty? Fidelity (commitment in your relationships with others and with God) Security (trusting that God will supply your needs) Love (self-sacrificing, other-centered affection that looks out for the good of others always) We’ll talk more about these as they relate to everyday life in the coming verses.', '', NULL, NULL, '{\"metakey\":\"Rain, Flesh, \\\"Sexual immorality\\\", Impurity, Lust, \\\"Evil desire\\\", Greed, Frustration, Hurt, Loss, \\\"Victim thinking\\\", \\\"Put it to death\\\", \\\"Put it away\\\",\\\"Put it off\\\"\",\"metadesc\":\"\"}', @@ -186,6 +186,11 @@ VALUES '141', 'Billy Sunday: 1862-1935', 0, 1, 1, 1, 7489, 1, '*', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, ''); +-- Dump of table #__bsms_templatatecode + +INSERT INTO `#__bsms_templatecode` (`id`, `published`, `type`, `filename`, `asset_id`, `templatecode`) VALUES +(1, 1, 1, 'easy', 188, 'get(\'id\');\r\n$listOrder = $this->escape($this->state->get(\'list.ordering\'));\r\n$listDirn = $this->escape($this->state->get(\'list.direction\'));\r\n$archived = $this->state->get(\'filter.published\') == 2 ? true : false;\r\n$trashed = $this->state->get(\'filter.published\') == -2 ? true : false;\r\n$saveOrder = $listOrder == \'study.ordering\';\r\n$columns = 12;\r\n\r\n\r\n\r\n?>\r\n\r\n\r\n\r\n
\r\n

\r\n Teachings\r\n

\r\n
\r\n\r\n\r\n\r\n
\r\n\r\n page->books;\r\n echo $this->page->teachers;\r\n echo $this->page->series;\r\n $oddeven = \'\';\r\n $class1 = \'#d3d3d3\';\r\n $class2 = \'\';?>\r\n
\r\nitems as $study)\r\n{\r\n\r\n $oddeven = ($oddeven == $class1) ? $class2 : $class1;\r\n ?>\r\n
\r\n
\r\n study_thumbnail) {echo \'\'.$study->study_thumbnail .\'\'; echo \'
\';} ?>\r\n studytitle;?>
\r\n scripture1;?> | studydate;?>
\r\n
teachername;?>

\r\n media; ?>\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n pagination->getPageslinks();?>\r\n
\r\n'); + -- Dump of table #__bsms_templates -- ------------------------------------------------------------ diff --git a/com_biblestudy/admin/install/sql/install.sql b/com_biblestudy/admin/install/sql/install.sql index 01842b4589..a76a13d109 100644 --- a/com_biblestudy/admin/install/sql/install.sql +++ b/com_biblestudy/admin/install/sql/install.sql @@ -307,9 +307,6 @@ CREATE TABLE `#__bsms_studies` ( `studytitle` TEXT, `alias` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', `studyintro` TEXT, - `media_hours` VARCHAR(2) DEFAULT NULL, - `media_minutes` VARCHAR(2) DEFAULT NULL, - `media_seconds` VARCHAR(2) DEFAULT NULL, `messagetype` VARCHAR(100) DEFAULT '1', `series_id` INT(3) DEFAULT '0', `studytext` TEXT, diff --git a/com_biblestudy/admin/install/sql/updates/mysql/9.1.3.sql b/com_biblestudy/admin/install/sql/updates/mysql/9.1.3.sql new file mode 100644 index 0000000000..2b8fed2d06 --- /dev/null +++ b/com_biblestudy/admin/install/sql/updates/mysql/9.1.3.sql @@ -0,0 +1,8 @@ +CREATE TABLE IF NOT EXISTS `#__bsms_update` ( + id INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, + version VARCHAR(255) DEFAULT NULL, + PRIMARY KEY (id) +) DEFAULT CHARSET=utf8; + +INSERT INTO `#__bsms_update` (id, version) VALUES ('32', '9.1.3') +ON DUPLICATE KEY UPDATE version = '9.1.3'; \ No newline at end of file diff --git a/com_biblestudy/admin/install/updates/6.1.1.php b/com_biblestudy/admin/install/updates/6.1.1.php index 0f45f37a3b..cce07143a7 100644 --- a/com_biblestudy/admin/install/updates/6.1.1.php +++ b/com_biblestudy/admin/install/updates/6.1.1.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/install/updates/6.1.2.php b/com_biblestudy/admin/install/updates/6.1.2.php index b014e772da..f75e0e3050 100644 --- a/com_biblestudy/admin/install/updates/6.1.2.php +++ b/com_biblestudy/admin/install/updates/6.1.2.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/install/updates/6.1.3.php b/com_biblestudy/admin/install/updates/6.1.3.php index 2e9f9acd0b..1ecb11c24b 100644 --- a/com_biblestudy/admin/install/updates/6.1.3.php +++ b/com_biblestudy/admin/install/updates/6.1.3.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/install/updates/6.1.4.php b/com_biblestudy/admin/install/updates/6.1.4.php index 5053947651..6e9f584739 100644 --- a/com_biblestudy/admin/install/updates/6.1.4.php +++ b/com_biblestudy/admin/install/updates/6.1.4.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/install/updates/6.2.2.php b/com_biblestudy/admin/install/updates/6.2.2.php index 234290a785..8f806f80b8 100644 --- a/com_biblestudy/admin/install/updates/6.2.2.php +++ b/com_biblestudy/admin/install/updates/6.2.2.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/install/updates/6.2.3.php b/com_biblestudy/admin/install/updates/6.2.3.php index 4723fa3743..f99c8d4989 100644 --- a/com_biblestudy/admin/install/updates/6.2.3.php +++ b/com_biblestudy/admin/install/updates/6.2.3.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/install/updates/7.0.0.php b/com_biblestudy/admin/install/updates/7.0.0.php index b0789e1c20..bf4c44d1ab 100644 --- a/com_biblestudy/admin/install/updates/7.0.0.php +++ b/com_biblestudy/admin/install/updates/7.0.0.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/install/updates/7.0.1.php b/com_biblestudy/admin/install/updates/7.0.1.php index 245c038a5b..77adb8de7d 100644 --- a/com_biblestudy/admin/install/updates/7.0.1.php +++ b/com_biblestudy/admin/install/updates/7.0.1.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/install/updates/7.0.2.php b/com_biblestudy/admin/install/updates/7.0.2.php index 20660c8e01..2d34d8ab98 100644 --- a/com_biblestudy/admin/install/updates/7.0.2.php +++ b/com_biblestudy/admin/install/updates/7.0.2.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/install/updates/7.1.0.php b/com_biblestudy/admin/install/updates/7.1.0.php index 9a773fe3ad..a563e9bca9 100644 --- a/com_biblestudy/admin/install/updates/7.1.0.php +++ b/com_biblestudy/admin/install/updates/7.1.0.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org */ diff --git a/com_biblestudy/admin/install/updates/8.0.0.php b/com_biblestudy/admin/install/updates/8.0.0.php index ee368ce440..b80d96dcc1 100644 --- a/com_biblestudy/admin/install/updates/8.0.0.php +++ b/com_biblestudy/admin/install/updates/8.0.0.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/install/updates/9.0.0.php b/com_biblestudy/admin/install/updates/9.0.0.php index 88948fdb74..54526062eb 100644 --- a/com_biblestudy/admin/install/updates/9.0.0.php +++ b/com_biblestudy/admin/install/updates/9.0.0.php @@ -1,7 +1,7 @@ deleteUnexistingFiles(); + + $this->updateFA(); + + $message = new stdClass; + $message->title_key = 'JBS_POSTINSTALL_TITLE_FONTAWESOME'; + $message->description_key = 'JBS_POSTINSTALL_BODY_FONTAWESOME'; + $message->action_key = ''; + $message->language_extension = 'com_biblestudy'; + $message->language_client_id = 1; + $message->type = 'message'; + $message->action_file = ''; + $message->action = ''; + $message->condition_file = ''; + $message->condition_method = ''; + $message->version_introduced = '9.1.3'; + $message->enabled = 1; + + $script = new BibleStudyModelInstall; + $script->postinstall_messages($message); + + return true; + } + + /** + * Remove Old Files and Folders + * + * @since 9.0.1 + * + * @return void + */ + protected function deleteUnexistingFiles() + { + // Import filesystem libraries. Perhaps not necessary, but does not hurt + jimport('joomla.filesystem.file'); + + $path = array( + BIBLESTUDY_PATH_ADMIN . '/addons/servers/legacy/fields/filesize.php', + BIBLESTUDY_PATH_ADMIN . '/addons/servers/local/fields/filesize.php', + BIBLESTUDY_PATH_ADMIN . '/models/upload.php', + BIBLESTUDY_PATH_ADMIN . '/convert1.htm', + BIBLESTUDY_PATH . '/convert1.htm', + ); + + foreach ($path as $file) + { + if (JFile::exists($file)) + { + JFile::delete($file); + } + } + } + + /** + * Convert v4 to v5 of Font Awesome + * + * @since 9.1.3 + * + * @return void + * + * @todo Need to do this for Admin and Media; + */ + protected function updateFA() + { + // Convert Font Awesome deceleration in the DB to new version. + + return; + } +} diff --git a/com_biblestudy/admin/install/updates/9.1.5.php b/com_biblestudy/admin/install/updates/9.1.5.php index c69f68efa9..1f15fd79bf 100644 --- a/com_biblestudy/admin/install/updates/9.1.5.php +++ b/com_biblestudy/admin/install/updates/9.1.5.php @@ -1,7 +1,7 @@ load('com_biblestudy', JPATH_COMPONENT_ADMINISTRATOR, 'en-GB', true); // default english phrases ; $language->load('com_biblestudy', JPATH_COMPONENT_ADMINISTRATOR, null, true); // target language +; Identify the component as extension COM_BIBLESTUDY="Proclaim" ;; Permission entry and Joomla common handling @@ -38,6 +39,9 @@ JGRID_CHECKBOX_ROW_N="Checkbox for row %d" ;; CMN Common phrases used in several sections ;JBS_COM_EDIT_ITEM="Edit Item" ;JBS_SELECT_LANGUAGE="Select Language" ; replaced by JOPTION_SELECT_LANGUAGE +JBS_USERS="Users for Simple View" +JBS_USERS_DESC="Choose one or more users for the simple view on the administrative side" +JBS_CMN_SELECT_USER="Select user(s)" JBS_SHOW_DOWNLOAD_BUTTON="Global Show Download" JBS_SHOW_DOWNLOAD_BUTTON_DESC="Set to yes if you want the download icon to show by default in media files. Individual media file record will override this setting" PLG_SEARCH_BIBLESTUDYSEARCH_BIBLESTUDYSEARCH="Bible Studies" @@ -269,6 +273,9 @@ JBS_CMN_PODCASTS_LIST="Podcast List" JBS_CMN_NO_PODCASTS="No Podcasts" JBS_CMN_MEDIA_RESPONSIVE="Responsive" JBS_CMN_LISTEN="Listen" +JBS_CMN_CANT_ADDON_CLASS_NAME="Cannont find addon class neme %s" +JBS_CMN_CANT_ADDON_LOAD_CLASS_NAME="Cannot load addon class name %s" +JBS_CMN_COULD_NOT_LOAD_ADDON_CONFIGURATION="Could not load addon configuration" ;; Grid Sort filter JBSM_GRID_SORT_BY="Sort By" @@ -311,12 +318,10 @@ JBS_ADM_DEFAULT_TEACHER_IMAGE="Default Teacher Image" JBS_ADM_DEFAULT_TEACHER_IMAGE_DESC="Default for teacher thumbnail" JBS_ADM_DOWNLOAD_IMAGE="Choose Download Image" JBS_ADM_DOWNLOAD_IMAGE_DESC="Image for download icon." -JBS_ADDON_LEGACY_DOWNLOAD_USE_BUTTON="Default Download Icon" JBS_DOWNLOAD_1="Download Icon 1" JBS_DOWNLOAD_2="Download Icon 2" JBS_DOWNLOAD_3="Download Icon 3" JBS_DOWNLOAD_4="Download Icon 4" -JBS_ADDON_LEGACY_DOWNLOAD_USE_BUTTON_DESC="Choose whether to use a button/icon or image for the default download icon. Button/icon overrides image choice" JBS_ADM_DROP_TABLES="Drop Tables on Uninstall" JBS_ADM_DROP_TABLES_DESC="Drop com_biblestudy database tables on uninstall? Default does NOT drop tables." JBS_ADM_ERROR_OCCURED="The following error occured" @@ -417,6 +422,8 @@ JBS_ADM_SHARETYPE="Type of Social Media" JBS_ADM_SHARETYPE_DESC="Choose whether to use internal Share or addthis.com social media sharing. If using addthis, no configuration needed." JBS_ADM_SHOW_LOCATION_MEDIA="Show Location with Study on Media drop down" JBS_ADM_SHOW_LOCATION_MEDIA_DESC="Choose Show if you want the location information to show up with the study and date on the drop down in the mediafile edit view on the backend" +JBS_ADM_SIMPLE_MODE="Simple Mode" +JBS_ADM_SIMPLE_MODE_DESC="This option turns off and on the Proclaim Simple Mode. Simple mode has fewer options and dedicated site views. This is a good choice for sites where simplicity of administering Proclaim is key" JBS_ADM_SOCIALNETWORKING="Use Social Media Links" JBS_ADM_SOCIALNETWORKING_DESC="Show or Hide links for users to post studydetails link on social media sites (configure on Social Media tab)" JBS_ADM_STUDYLISTLIMIT="Study Limit in MediaFile" @@ -707,10 +714,12 @@ JBS_INS_VISIT_FORUM="Visit our forum with your questions" JBS_POSTINSTALL_TITLE_TEMPLATE="Template Upgrade" JBS_POSTINSTALL_BODY_TEMPLATE="Version 9.x of Proclaim uses the native Bootstrap system to create responsive views. You MUST reconfigure your views for this version. In order to implement this on your website, go to Templates and open the default record. Choose what items you want to display, the html styling (9.x uses your site template css), and spans in the items to display according to how wide you want them. Span1 is 1/12 of the width of the screen; Span12 is the entire width." JBS_POSTINSTALL_ACTION_TEMPLATE="Update Template Settings" +JBS_POSTINSTALL_TITLE_FONTAWESOME="Font Awesome update to v5" +JBS_POSTINSTALL_BODY_FONTAWESOME="We have updated Font Awesome to v5. We have place v4 backwords compadibility script to acomidate." ; Uninstall strings (used when the extension is uninstalled) ; duplicate? see IBM JBS_INS_NO_DATABASE_REMOVED="Uninstall Results: Database tables have not been removed. To complete remove Proclaim Management System, remove all database tables that start with #__bsms (or jos_bsms in most cases)." -JBS_INS_UNINSTALLED="Proclaim Plugins, and Models have uninstalled" +JBS_INS_UNINSTALLED="Proclaim Plugins, and Modules have uninstalled" ;Migration ; duplicate? see IBM JBS_MIG_FINISHED="Finished" @@ -752,48 +761,29 @@ JBS_MDL_USE_LIST_HEADER="Use List Header" JBS_MDL_USE_LIST_HEADER_DESC="Use the header from the default listing" ;; MED Media File Info and selections -JBD_ADDON_LEGACY_FILE_LINKER="Link to File/Item" -JBS_ADDON_LEGACY_MEDIA_FILES="Media File" -JBS_ADDON_LEGACY_DETAILS="Server Details" -JBS_ADDON_LEGACY_FILE_SETTINGS="File Settings" -JBS_ADDON_LEGACY_MEDIA_TYPE="Default Media Settings" -JBS_ADDON_LEGACY_PARAMETERS="Server Parameters" -JBS_ADDON_LEGACY_BUTTON_COLOR="Custon button color" -JBS_ADDON_LEGACY_BUTTON_COLOR_DESC="Pick a color for the background of the button" -JBS_ADDON_LEGACY_MEDIA_USE_BUTTON="Use button/icon" -JBS_ADDON_LEGACY_MEDIA_USE_BUTTON_DESC="Choose whether to use a button or an icon instead of an image. This will override an image chosen" JBS_MED_NONE="Use image" JBS_MED_SERVER_OPTIONS="Use Server Settings" JBS_MED_BUTTON_ONLY="Button Only" JBS_MED_BUTTON_AND_ICON="Button and Icon" JBS_MED_ICON_ONLY="Icon Only" -JBS_ADDON_LEGACY_BUTTON_TYPE="Button color" JBS_MED_RECORDS="Records:" -JBS_ADDON_LEGACY_BUTTON_TYPE_DESC="Choose from the available colors that come from Bootstrap. Blue is Primary, No color is Link, Green is Success, Light blue is Info, Orange is Warning, and Red is Danger" JBS_MED_NO_COLOR="No Color" JBS_MED_PRIMARY="Blue" JBS_MED_SUCCESS="Green" JBS_MED_INFO="Light Blue" JBS_MED_WARNING="Orange" JBS_MED_DANGER="Red" -JBS_ADDON_LEGACY_ICON_TYPE="Icon Type" -JBS_ADDON_LEGACY_ICON_TYPE_DESC="Choose an icon type from a selected number of icons available in Joomla" -JBS_ADDON_LEGACY_FONT_SIZE="Font Size (only numbers)" -JBS_ADDON_LEGACY_FONT_SIZE_DESC="Type in a font size in whole numbers only. This will affect the size of the icon" JBS_MED_PLAY="MP3/Audio" JBS_MED_YOUTUBE="YouTube" JBS_MED_VIDEO="Video" JBS_MED_BROADCAST="Broadcast/Podcast" -JBS_MED_FILE="PDF/File" +JBS_MED_FILE="File" +JBS_MED_FILE_PDF="PDF" JBS_MED_VIMEO="Vimeo" JBS_MED_BUTTON="Button" JBS_MED_TEXT="Text" JBS_MED_ICON="Icon" JBS_MED_IMAGE="Image" -JBS_ADDON_LEGACY_CUSTOM_ICON="Custom Icon" -JBS_ADDON_LEGACY_CUSTOM_ICON_DESC="Use any of the FontAwesome icons with this format fa fa-facebook. See http://fontawesome.io/icons/" -JBS_ADDON_LEGACY_BUTTON_TEXT="Button Text" -JBS_ADDON_LEGACY_BUTTON_TEXT_DESC="If you choose only a button, enter text for that button" JBS_MED_CUSTOM="Custom Icon" JBS_MED_ACCESS="Access" JBS_MED_ADD_THIRD_PARTY_URL="Add your Third Party URL" @@ -850,7 +840,7 @@ JBS_MED_MEDIA_POPUPMARGIN="Height Margin for Popup" JBS_MED_MEDIA_POPUPMARGIN_DESC="Set space above and below popup for header and footer. Affects only this file" JBS_MED_MEDIA_POPUPTITLE="Popup Title Elements" JBS_MED_MEDIA_POPUPTITLE_FOOTER_DESC="Overrides global settings. Use any html. Display Codes: {{teacherimage}}, {{title}}, {{studydate}}, {{teacher}}, {{filename}}, {{description}}, {{length}}, {{series}} {{series_thumbnail}}" -JBS_MED_MEDIA_TYPE="Media Image and Type" +JBS_MED_MEDIA_TYPE="Media Type" JBS_MED_NO_DOWNLOAD_ICON="No Download icon" JBS_MED_PATH="Server URL Path" JBS_MED_PATH_DESC="The Server URL Path to the url not including the http or https" @@ -910,7 +900,7 @@ JBS_PDC_ALTERNATE_WORDS_DESC="" JBS_PDC_BOOK_CHAPTER="Book + Chapter" JBS_PDC_EDITORS_EMAIL="Editor's Email Address" JBS_PDC_EDITORS_NAME="Editor's Name" -JBS_PDC_EPISODES_CUSTOM_DESC="Use Codes and text.

CODES

{scripture1} - Scripture Reference
{duration} - Duration
{studytitle} - Study Title
{teachername} - Teachers Name
{date} - Date" +JBS_PDC_EPISODES_CUSTOM_DESC="Use Codes and text.

CODES

{scripture1} - Scripture Reference
{scripture2} - Secondary Scripture Reference
{secondary} - Secondary Scripture Reference
{duration} - Duration
{studytitle} - Study Title
{teacher} - Teachers Name
{date} - Date
{studyintro} - Study Description
{location_text} - Location
{message_type} - Message Type
" JBS_PDC_EPISODE_DATE_SCRIPTURE_TITLE="Date + Scripture + Title" JBS_PDC_EPISODE_SCRIPTURE_ONLY="Scripture Only" JBS_PDC_EPISODE_SCRIPTURE_TITLE="Scripture + Title" @@ -1072,7 +1062,7 @@ JBS_STY_COMMENT_PUBLISHED="This comment has been published." JBS_STY_COMMENT_SUBMITTED="Comment Added" JBS_STY_COMMENT_UNPUBLISHED="Comment Submitted for Review" JBS_STY_CREATE_DATE_DESC="Date of the service or sermon" -JBS_STY_DETAILS="Bible Study Details" +JBS_STY_DETAILS="Study Details" JBS_STY_DOWNLOAD_LINK="Media File for Download Link" JBS_STY_DOWNLOAD_LINK_DESC="If you choose to link an item from the studies list you can use this file as that link-only to the download of that file" JBS_STY_ERROR_SUBMITTING_COMMENT="Error Submitting Comment" @@ -1649,7 +1639,9 @@ JBS_TPL_SERIESDISPLAY_USE_HEADER="Display a header for the series" JBS_TPL_SERIESDISPLAY_USE_HEADER_DESC="Choose whether or not to show a header above the series information" JBS_TPL_SERIESIMAGE="Series Image" JBS_TPL_SERIESLIST="Series List" +JBS_TPL_SERIESDETAILSDISPLAY="Series List Display" JBS_TPL_SERIESTITLE="Series Title" +JBS_TPL_SERIESDETAILSDISPLAY="Series Title Display" JBS_TPL_SERIES_BRACE="Series {series_text}" JBS_TPL_SERIES_DESCRIPTION_BRACE="Series Description {series_description}" JBS_TPL_SERIES_LIST_TEMPLATE="Series List Template File" @@ -1714,6 +1706,8 @@ JBS_TPL_TABLE="TABLE" JBS_TPL_TABLE_OR_DIV="Wrap Code in TABLE or DIV tags?" JBS_TPL_TEACHERAIMGE="Teacher Image" JBS_TPL_TEACHERDETAIL_TEMPLATECODE="Teacher Detail Display Code" +JBS_TPL_TEACHERDETAILS="Teacher Details" +JBS_TPL_TEACHERDISPLAY="Teacher Details Display" JBS_TPL_TEACHERLIST_TEMPLATECODE="Teacher List Display Code" JBS_TPL_TEACHER_BRACE="Teacher {teachername}" JBS_TPL_TEACHER_DETAILS="Teacher Details" @@ -1823,3 +1817,24 @@ JBS_UPLOADER_START_UPLOADING_QUEUE="Start Uploading Queue" JBS_UPLOADER_STATUS="Status" JBS_UPLOADER_STOP_CURRENT_UPLOAD="Stop Current Upload" JBS_UPLOADER_STOP_UPLOAD="Stop Upload" + +;; Addon Languages test +JBS_ADDON_PROTOCOL="Protocol" +JBS_ADDON_PROTOCOL_DESC="Protocol of the server that needs to be used. http:// or https://, Default is (http://)" +JBS_ADDON_MEDIA_TYPE_DEF="Default Media Settings" +JBS_ADDON_BUTTON_COLOR="Custon button color" +JBS_ADDON_BUTTON_COLOR_DESC="Pick a color for the background of the button" +JBS_ADDON_MEDIA_USE_BUTTON="Use button/icon" +JBS_ADDON_MEDIA_USE_BUTTON_DESC="Choose whether to use a button or an icon instead of an image. This will override an image chosen" +JBS_ADDON_BUTTON_TYPE="Button color" +JBS_ADDON_BUTTON_TYPE_DESC="Choose from the available colors that come from Bootstrap. Blue is Primary, No color is Link, Green is Success, Light blue is Info, Orange is Warning, and Red is Danger" +JBS_ADDON_ICON_TYPE="Icon Type" +JBS_ADDON_ICON_TYPE_DESC="Choose an icon type from a selected number of icons available in Joomla" +JBS_ADDON_FONT_SIZE="Font Size (only numbers)" +JBS_ADDON_FONT_SIZE_DESC="Type in a font size in whole numbers only. This will affect the size of the icon" +JBS_ADDON_CUSTOM_ICON="Custom Icon" +JBS_ADDON_CUSTOM_ICON_DESC="Use any of the FontAwesome icons with this format fa fa-facebook. See http://fontawesome.io/icons/" +JBS_ADDON_BUTTON_TEXT="Button Text" +JBS_ADDON_BUTTON_TEXT_DESC="If you choose only a button, enter text for that button" +JBS_ADDON_DOWNLOAD_USE_BUTTON="Default Download Icon" +JBS_ADDON_DOWNLOAD_USE_BUTTON_DESC="Choose whether to use a button/icon or image for the default download icon. Button/icon overrides image choice" diff --git a/com_biblestudy/admin/language/en-GB/en-GB.com_biblestudy.sys.ini b/com_biblestudy/admin/language/en-GB/en-GB.com_biblestudy.sys.ini index c6b69a28d5..4108488772 100644 --- a/com_biblestudy/admin/language/en-GB/en-GB.com_biblestudy.sys.ini +++ b/com_biblestudy/admin/language/en-GB/en-GB.com_biblestudy.sys.ini @@ -4,6 +4,10 @@ ; Note : All ini files need to be saved as UTF-8 - No BOM +; Simple Mode message +SIMPLEMODEMESSAGE_TITLE="Simple Mode" +SIMPLEMODEMESSAGE_BODY="This version of Proclaim! introduces Simple Mode. Simple mode provides an easier interface to enter and display messages. It is ON by default. Turn it OFF and ON in the Administration tab." +SIMPLEMODEMESSAGE_ACTION="Go to the Administration tab and toggle Simple Mode OFF for the full featured Proclaim!" ; Identify the component as extension COM_BIBLESTUDY="Proclaim" @@ -22,6 +26,7 @@ JBS_INS_VISIT_DOCUMENTATION="Visit our Documentation Site" JBS_INS_VISIT_FORUM="Visit our forum with your questions" JBS_INS_CLICK_TO_FINISH="Click Here To Finish" JBS_INS_TITLE="Proclaim" +JBS_MIGfinishED="Proclaim migration finished" ; Uninstall strings (used when the extension is uninstalled) JBS_INS_UNINSTALLED="Proclaim Uninstalled. Be sure to uninstall the module and plugins as well." diff --git a/com_biblestudy/admin/lib/assets.php b/com_biblestudy/admin/lib/assets.php index a743461c05..c702f2e3b2 100644 --- a/com_biblestudy/admin/lib/assets.php +++ b/com_biblestudy/admin/lib/assets.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/lib/backup.php b/com_biblestudy/admin/lib/backup.php index 82d4b2f0c5..9539c7bd49 100644 --- a/com_biblestudy/admin/lib/backup.php +++ b/com_biblestudy/admin/lib/backup.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/lib/debug.php b/com_biblestudy/admin/lib/debug.php index 123fb34654..d728042dfe 100644 --- a/com_biblestudy/admin/lib/debug.php +++ b/com_biblestudy/admin/lib/debug.php @@ -1,7 +1,7 @@ study_alias; $studyintro = $pi->study_description; - $media_hours = $pi->dur_hrs; - $media_minutes = $pi->dur_mins; - $media_seconds = $pi->dur_secs; $series_id = null; foreach ($this->seriesids as $series) @@ -610,9 +607,6 @@ public function convertPI () $datastudies->location_id = $location_id; $datastudies->alias = $alias; $datastudies->studyintro = $studyintro; - $datastudies->media_hours = $media_hours; - $datastudies->media_minutes = $media_minutes; - $datastudies->media_seconds = $media_seconds; $datastudies->series_id = $series_id; $datastudies->studytext = $studytext; $datastudies->thumbnailm = $thumbnailm; diff --git a/com_biblestudy/admin/lib/restore.php b/com_biblestudy/admin/lib/restore.php index b6e169ee05..8e0f7aa8a6 100644 --- a/com_biblestudy/admin/lib/restore.php +++ b/com_biblestudy/admin/lib/restore.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/lib/ssconvert.php b/com_biblestudy/admin/lib/ssconvert.php index 75c94ee5ea..8e4e0af9df 100644 --- a/com_biblestudy/admin/lib/ssconvert.php +++ b/com_biblestudy/admin/lib/ssconvert.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -270,10 +270,6 @@ public function newStudies($sermon, $seriesspeakers) $data->studydate = $sermon->sermon_date; - $time = $this->getTime($sermon->sermon_time); - $data->media_hours = $time->media_hours; - $data->media_minutes = $time->media_minutes; - $data->media_seconds = $time->media_seconds; $data->studytext = $sermon->notes; $data->user_id = $sermon->created_by; $data->hits = $sermon->hits; @@ -844,43 +840,4 @@ public function getVerses($sermon) return $sermonscripture; } - - /** - * Get Time - * - * @param string $time Time to be formatted out. - * - * @return object - * - * @since 9.0.0 - */ - public function getTime($time) - { - $firstcolon = strpos($time, ':'); - $secondcolon = strpos($time, ':', $firstcolon + 1); - $sermontime = new stdClass; - - if ($secondcolon) - { - $sermontime->media_hours = substr($time, 0, $firstcolon); - $sermontime->media_seconds = substr($time, $secondcolon + 1, 2); - $sermontime->media_minutes = substr($time, $firstcolon + 1, 2); - } - else - { - if ($firstcolon == 1) - { - $minuteslength = '1'; - } - else - { - $minuteslength = '2'; - } - - $sermontime->media_seconds = substr($time, $firstcolon + 1, 2); - $sermontime->media_minutes = substr($time, 0, $minuteslength); - } - - return $sermontime; - } } diff --git a/com_biblestudy/admin/lib/stats.php b/com_biblestudy/admin/lib/stats.php index 570021e7c9..98c2395369 100644 --- a/com_biblestudy/admin/lib/stats.php +++ b/com_biblestudy/admin/lib/stats.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -433,7 +433,7 @@ public static function total_downloads() */ public static function top_score() { - $final = array(); + $final = []; $admin_params = JBSMParams::getAdmin(); $format = $admin_params->params->get('format_popular', '0'); $db = JFactory::getDbo(); @@ -459,19 +459,22 @@ public static function top_score() $db->setQuery($query); $hits = $db->loadObject(); - if ($format < 1) - { - $total = $result['added'] + $hits->hits; - } - else + if ($hits) { - $total = $result->added; - } + if ($format < 1) + { + $total = $result['added'] + $hits->hits; + } + else + { + $total = $result->added; + } - $link = ' ' . - $hits->studytitle . ' ' . date('Y-m-d', strtotime($hits->studydate)) . '
'; - $final2 = array('total' => $total, 'link' => $link); - $final[] = $final2; + $link = ' ' . + $hits->studytitle . ' ' . date('Y-m-d', strtotime($hits->studydate)) . '
'; + $final2 = array('total' => $total, 'link' => $link); + $final[] = $final2; + } } rsort($final); diff --git a/com_biblestudy/admin/lib/version.php b/com_biblestudy/admin/lib/version.php index 3c5713c9d7..b9c444b076 100644 --- a/com_biblestudy/admin/lib/version.php +++ b/com_biblestudy/admin/lib/version.php @@ -3,7 +3,7 @@ * Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * diff --git a/com_biblestudy/admin/models/admin.php b/com_biblestudy/admin/models/admin.php index 76cdf9dd17..9bdb10a0e5 100644 --- a/com_biblestudy/admin/models/admin.php +++ b/com_biblestudy/admin/models/admin.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/archive.php b/com_biblestudy/admin/models/archive.php index 8d198737fc..d129ded410 100644 --- a/com_biblestudy/admin/models/archive.php +++ b/com_biblestudy/admin/models/archive.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/assets.php b/com_biblestudy/admin/models/assets.php index ea22b50b2a..f142bce627 100644 --- a/com_biblestudy/admin/models/assets.php +++ b/com_biblestudy/admin/models/assets.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/comment.php b/com_biblestudy/admin/models/comment.php index 7832956722..264c6ea919 100644 --- a/com_biblestudy/admin/models/comment.php +++ b/com_biblestudy/admin/models/comment.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/comments.php b/com_biblestudy/admin/models/comments.php index cb8be665a8..354f84a023 100644 --- a/com_biblestudy/admin/models/comments.php +++ b/com_biblestudy/admin/models/comments.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/cpanel.php b/com_biblestudy/admin/models/cpanel.php index 06289fb6df..e2de7df47f 100644 --- a/com_biblestudy/admin/models/cpanel.php +++ b/com_biblestudy/admin/models/cpanel.php @@ -1,7 +1,7 @@ ' . JText::_('JBS_MED_FILESIZE_CONVERTER') . ''; + return ""; } } diff --git a/com_biblestudy/admin/models/fields/icontype.php b/com_biblestudy/admin/models/fields/icontype.php new file mode 100644 index 0000000000..b08659e67b --- /dev/null +++ b/com_biblestudy/admin/models/fields/icontype.php @@ -0,0 +1,107 @@ +class) ? ' class="' . $this->class . '"' : ''; + $attr .= !empty($this->size) ? ' size="' . $this->size . '"' : ''; + $attr .= $this->multiple ? ' multiple' : ''; + $attr .= $this->required ? ' required aria-required="true"' : ''; + $attr .= $this->autofocus ? ' autofocus' : ''; + + // To avoid user's confusion, readonly="true" should imply disabled="true". + if ((string) $this->readonly == '1' || (string) $this->readonly == 'true' || (string) $this->disabled == '1'|| (string) $this->disabled == 'true') + { + $attr .= ' disabled="disabled"'; + } + + $options = $this->getOptions(); + + $convert = [ + 'fa fa-play' => 'fas fa-play', + 'fa fa-youtube' => 'fab fa-youtube', + 'fa fa-video-camera' => 'fas fa-video', + 'fa fa fa-television' => 'fas fa-tv', + 'fa fa-file' => 'fas fa-file', + 'fa fa-file-pdf' => 'fas fa-file-pdf', + 'fa fa-vimeo' => 'fab fa-vimeo' + ]; + + if (isset($convert[$this->value])) + { + $this->value = $convert[$this->value]; + } + + // Initialize JavaScript field attributes. + $attr .= $this->onchange ? ' onchange="' . $this->onchange . '"' : ''; + $html[] = JHtml::_('select.genericlist', $options, $this->name, trim($attr), 'value', 'text', $this->value, + $this->id + ); + + return implode($html); + } + + /** + * Method to get a list of options for a list input. + * + * @return array An array of JHtml options. + * + * @since 7.0 + */ + protected function getOptions() + { + $MediaHelper = new JBSMMedia; + $icontypes = $MediaHelper->getIcons(); + + $options = array(); + + foreach ($icontypes as $key => $message) + { + $key = JText::_($key); + $options[] = JHtml::_('select.option', $message, $key); + } + + $options = array_merge(parent::getOptions(), $options); + + return $options; + } +} diff --git a/com_biblestudy/admin/models/fields/linkoptions.php b/com_biblestudy/admin/models/fields/linkoptions.php index ac21fd9b4e..4fffcc77b2 100644 --- a/com_biblestudy/admin/models/fields/linkoptions.php +++ b/com_biblestudy/admin/models/fields/linkoptions.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/fields/listoptions.php b/com_biblestudy/admin/models/fields/listoptions.php index abf9e866aa..a2c6a8617f 100644 --- a/com_biblestudy/admin/models/fields/listoptions.php +++ b/com_biblestudy/admin/models/fields/listoptions.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/fields/loadlanguagefile.php b/com_biblestudy/admin/models/fields/loadlanguagefile.php index 598083d5a1..d264b56ab9 100644 --- a/com_biblestudy/admin/models/fields/loadlanguagefile.php +++ b/com_biblestudy/admin/models/fields/loadlanguagefile.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/fields/locationlist.php b/com_biblestudy/admin/models/fields/locationlist.php index ded01a053a..090cfa6300 100644 --- a/com_biblestudy/admin/models/fields/locationlist.php +++ b/com_biblestudy/admin/models/fields/locationlist.php @@ -3,17 +3,13 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ // No Direct Access defined('_JEXEC') or die; -// Import the list field type -jimport('joomla.form.helper'); -JFormHelper::loadFieldClass('list'); - /** * Location List Form Field class for the Proclaim component * diff --git a/com_biblestudy/admin/models/fields/locations.php b/com_biblestudy/admin/models/fields/locations.php index 225df874c5..371019081e 100644 --- a/com_biblestudy/admin/models/fields/locations.php +++ b/com_biblestudy/admin/models/fields/locations.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/fields/locationslist.php b/com_biblestudy/admin/models/fields/locationslist.php index 51a7ca8b89..07bff03a66 100644 --- a/com_biblestudy/admin/models/fields/locationslist.php +++ b/com_biblestudy/admin/models/fields/locationslist.php @@ -3,17 +3,13 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ // No Direct Access defined('_JEXEC') or die; -// Import the list field type -jimport('joomla.form.helper'); -JFormHelper::loadFieldClass('list'); - /** * Location List Form Field class for the Proclaim component * diff --git a/com_biblestudy/admin/models/fields/mediafile.php b/com_biblestudy/admin/models/fields/mediafile.php index c391d9a58a..adb58577b3 100644 --- a/com_biblestudy/admin/models/fields/mediafile.php +++ b/com_biblestudy/admin/models/fields/mediafile.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/fields/mediafileimages.php b/com_biblestudy/admin/models/fields/mediafileimages.php index a2ce6c56cb..fd9075081f 100644 --- a/com_biblestudy/admin/models/fields/mediafileimages.php +++ b/com_biblestudy/admin/models/fields/mediafileimages.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -200,33 +200,14 @@ public function getButton ($media) */ public function getIcon ($media) { - $icon = null; + $MediaHelper = new JBSMMedia; + $mimetypes = $MediaHelper->getIcons(); - switch ($media->params->get('media_icon_type')) + if ($media->params->get('media_icon_type') !== '1') { - case 'fa fa-play': - $icon = JText::_('JBS_MED_PLAY'); - break; - case 'fa fa-youtube': - $icon = JText::_('JBS_MED_YOUTUBE'); - break; - case 'fa fa-video-camera': - $icon = JText::_('JBS_MED_VIDEO'); - break; - case 'fa fa-television': - $icon = JText::_('JBS_MED_BROADCAST'); - break; - case 'fa fa-file': - $icon = JText::_('JBS_MED_FILE'); - break; - case 'fa fa-vimeo': - $icon = JText::_('JBS_MED_VIMEO'); - break; - case '1': - $icon = $media->params->get('media_custom_icon'); - break; + return JText::_($mimetypes[$media->params->get('media_icon_type')]); } - return $icon; + return $media->params->get('media_custom_icon'); } } diff --git a/com_biblestudy/admin/models/fields/messagetypelist.php b/com_biblestudy/admin/models/fields/messagetypelist.php index d03632365e..0c30031389 100644 --- a/com_biblestudy/admin/models/fields/messagetypelist.php +++ b/com_biblestudy/admin/models/fields/messagetypelist.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/fields/mimetype.php b/com_biblestudy/admin/models/fields/mimetype.php index dbbbd66804..3fcb23c2b1 100644 --- a/com_biblestudy/admin/models/fields/mimetype.php +++ b/com_biblestudy/admin/models/fields/mimetype.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/fields/modal/seriesdetail.php b/com_biblestudy/admin/models/fields/modal/seriesdetail.php index 8c7432f724..61bbb55b78 100644 --- a/com_biblestudy/admin/models/fields/modal/seriesdetail.php +++ b/com_biblestudy/admin/models/fields/modal/seriesdetail.php @@ -3,7 +3,7 @@ * Series Deatail modal * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/fields/modal/study.php b/com_biblestudy/admin/models/fields/modal/study.php index b00de0be2d..27f4265140 100644 --- a/com_biblestudy/admin/models/fields/modal/study.php +++ b/com_biblestudy/admin/models/fields/modal/study.php @@ -4,7 +4,7 @@ * Study field modal * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/fields/modal/studydetails.php b/com_biblestudy/admin/models/fields/modal/studydetails.php index 8a337a390c..544b220d11 100644 --- a/com_biblestudy/admin/models/fields/modal/studydetails.php +++ b/com_biblestudy/admin/models/fields/modal/studydetails.php @@ -4,7 +4,7 @@ * Supports a modal study picker. * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/fields/modal/teacherdisplay.php b/com_biblestudy/admin/models/fields/modal/teacherdisplay.php index bcc51a1586..3bc1a44d31 100644 --- a/com_biblestudy/admin/models/fields/modal/teacherdisplay.php +++ b/com_biblestudy/admin/models/fields/modal/teacherdisplay.php @@ -3,7 +3,7 @@ * TeacherDisplay field modal * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/fields/modal/upload.php b/com_biblestudy/admin/models/fields/modal/upload.php index 8998618a39..7266114ec0 100644 --- a/com_biblestudy/admin/models/fields/modal/upload.php +++ b/com_biblestudy/admin/models/fields/modal/upload.php @@ -3,7 +3,7 @@ * ??? * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -52,7 +52,7 @@ $("#uploader").pluploadQueue({ // General settings runtimes: 'html5,flash,silverlight,html4', - url: '../../../../../../media/com_biblestudy/plupload/upload.php', + url: '../../../../../../administrator/components/com_biblestudy/addons/servers/legacy/fields/upload.php', chunk_size: '1mb', rename: true, dragdrop: true, @@ -70,8 +70,8 @@ // Resize images on clientside if we can resize: {width: 320, height: 240, quality: 90}, - flash_swf_url: '../../../../../../media/com_biblestudy/plupload/js/Moxie.swf', - silverlight_xap_url: '../../../../../../media/com_biblestudy/plupload/js/Moxie.xap' + flash_swf_url: '../../../../../../administrator/components/com_biblestudy/addons/servers/legacy/includes/js/Moxie.swf', + silverlight_xap_url: '../../../../../../administrator/components/com_biblestudy/addons/servers/legacy/includes/js/Moxie.xap' }); }); diff --git a/com_biblestudy/admin/models/fields/rowoptions.php b/com_biblestudy/admin/models/fields/rowoptions.php index 8e9db1d7da..9e4f916c16 100644 --- a/com_biblestudy/admin/models/fields/rowoptions.php +++ b/com_biblestudy/admin/models/fields/rowoptions.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/fields/serieslinkoptions.php b/com_biblestudy/admin/models/fields/serieslinkoptions.php index a695f1f36b..c790dc5db7 100644 --- a/com_biblestudy/admin/models/fields/serieslinkoptions.php +++ b/com_biblestudy/admin/models/fields/serieslinkoptions.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/fields/serieslist.php b/com_biblestudy/admin/models/fields/serieslist.php index 3961f86b65..0366bb4951 100644 --- a/com_biblestudy/admin/models/fields/serieslist.php +++ b/com_biblestudy/admin/models/fields/serieslist.php @@ -3,17 +3,13 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ // No Direct Access defined('_JEXEC') or die; -// Import the list field type -jimport('joomla.form.helper'); -JFormHelper::loadFieldClass('list'); - /** * Series List Form Field class for the Proclaim component * diff --git a/com_biblestudy/admin/models/fields/seriesoptions.php b/com_biblestudy/admin/models/fields/seriesoptions.php index d60178f5b0..01f467bd46 100644 --- a/com_biblestudy/admin/models/fields/seriesoptions.php +++ b/com_biblestudy/admin/models/fields/seriesoptions.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/fields/server.php b/com_biblestudy/admin/models/fields/server.php index ebb98d5b10..45618121bb 100644 --- a/com_biblestudy/admin/models/fields/server.php +++ b/com_biblestudy/admin/models/fields/server.php @@ -3,7 +3,7 @@ * Study field modal * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/fields/servertype.php b/com_biblestudy/admin/models/fields/servertype.php index a15beb8339..175e4bce6b 100644 --- a/com_biblestudy/admin/models/fields/servertype.php +++ b/com_biblestudy/admin/models/fields/servertype.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/fields/spanoptions.php b/com_biblestudy/admin/models/fields/spanoptions.php index c4caa6a29c..365d65a7d0 100644 --- a/com_biblestudy/admin/models/fields/spanoptions.php +++ b/com_biblestudy/admin/models/fields/spanoptions.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/fields/teacherlinkoptions.php b/com_biblestudy/admin/models/fields/teacherlinkoptions.php index 7e27e02b5b..c72ea645ee 100644 --- a/com_biblestudy/admin/models/fields/teacherlinkoptions.php +++ b/com_biblestudy/admin/models/fields/teacherlinkoptions.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/fields/teacherlist.php b/com_biblestudy/admin/models/fields/teacherlist.php index 25cba40d3d..b09ec1a528 100644 --- a/com_biblestudy/admin/models/fields/teacherlist.php +++ b/com_biblestudy/admin/models/fields/teacherlist.php @@ -3,14 +3,12 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ // No Direct Access defined('_JEXEC') or die; - -// Import the list field type jimport('joomla.form.helper'); JFormHelper::loadFieldClass('list'); diff --git a/com_biblestudy/admin/models/fields/templatelist.php b/com_biblestudy/admin/models/fields/templatelist.php index 62da60d3ad..52ccf07f12 100644 --- a/com_biblestudy/admin/models/fields/templatelist.php +++ b/com_biblestudy/admin/models/fields/templatelist.php @@ -10,8 +10,6 @@ // No Direct Access defined('_JEXEC') or die; -// Import the list field type -jimport('joomla.form.helper'); JFormHelper::loadFieldClass('list'); /** diff --git a/com_biblestudy/admin/models/fields/topics.php b/com_biblestudy/admin/models/fields/topics.php index 0e5ba96545..5e4af51d9b 100644 --- a/com_biblestudy/admin/models/fields/topics.php +++ b/com_biblestudy/admin/models/fields/topics.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/fields/topicslist.php b/com_biblestudy/admin/models/fields/topicslist.php index aab15975c3..ccfde707b0 100644 --- a/com_biblestudy/admin/models/fields/topicslist.php +++ b/com_biblestudy/admin/models/fields/topicslist.php @@ -3,19 +3,15 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ // No Direct Access defined('_JEXEC') or die; -// Import the list field type -jimport('joomla.form.helper'); - // For some reason the autoloader is not finding this file so this is a temporary workaround include_once JPATH_ADMINISTRATOR . '/components/com_biblestudy/helpers/translated.php'; -JFormHelper::loadFieldClass('list'); /** * Topics List Form Field class for the Proclaim component diff --git a/com_biblestudy/admin/models/fields/upload.php b/com_biblestudy/admin/models/fields/upload.php index 0ec5fef61a..7a6fbda208 100644 --- a/com_biblestudy/admin/models/fields/upload.php +++ b/com_biblestudy/admin/models/fields/upload.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/fields/yearlist.php b/com_biblestudy/admin/models/fields/yearlist.php index 8a6edfca34..f477d36e6b 100644 --- a/com_biblestudy/admin/models/fields/yearlist.php +++ b/com_biblestudy/admin/models/fields/yearlist.php @@ -3,17 +3,13 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ // No Direct Access defined('_JEXEC') or die; -// Import the list field type -jimport('joomla.form.helper'); -JFormHelper::loadFieldClass('list'); - /** * Location List Form Field class for the Proclaim component * diff --git a/com_biblestudy/admin/models/forms/admin.xml b/com_biblestudy/admin/models/forms/admin.xml index 6ad9846a1d..bef873bce5 100644 --- a/com_biblestudy/admin/models/forms/admin.xml +++ b/com_biblestudy/admin/models/forms/admin.xml @@ -1,6 +1,11 @@
+ + + + JBS_CMN_SHOW + description="JBS_ADM_POPULAR_LIMIT_DESC" labelclass="control-label"/> @@ -53,8 +58,8 @@ - @@ -63,11 +68,11 @@ - + + label="JBS_ADDON_BUTTON_TYPE" + description="JBS_ADDON_BUTTON_TYPE_DESC" labelclass="control-label"> @@ -75,21 +80,21 @@ - + - - - - + label="JBS_ADDON_ICON_TYPE" + description="JBS_ADDON_ICON_TYPE_DESC" labelclass="control-label"> + + + + - - + + @@ -98,6 +103,14 @@ description="JBS_ADM_DEFAULT_SHOWHIDE_IMAGE_LANDING_PAGE_DESC" labelclass="control-label"> + + + + @@ -235,57 +248,57 @@ + class="inputbox span6" labelclass="control-label"/> + class="inputbox span6" filter="row" labelclass="control-label"/>
+ description="JBS_ADM_JWPLAYER_IMAGE_DESC" labelclass="control-label"/> + default="" labelclass="control-label"/> + class="btn-group" default="false" labelclass="control-label"> + label="JBS_CMN_MEDIA_RESPONSIVE" + description="JBS_ADM_JWPLAYER_RESPONSIVE_DESC" + class="btn-group" default="true" labelclass="control-label"> + class="btn-group" default="true" labelclass="control-label"> + class="btn-group" default="false" labelclass="control-label"> + class="btn-group" default="false" labelclass="control-label"> + description="JBS_ADM_JWPLAYER_PRIMARY_DESC" labelclass="control-label"> @@ -294,13 +307,13 @@ description="JBS_ADM_PLAYER_ADMIN_DESC"> + class="btn-group" default="false" labelclass="control-label"> + class="btn-group" default="false" labelclass="control-label"> @@ -308,30 +321,30 @@ label="JBS_ADM_JWPLAYER_LOGO" description="JBS_ADM_JWPLAYER_LOGO_DESC"/> + class="btn-group" default="false" labelclass="control-label"> + class="btn-group" default="false" labelclass="control-label"> - + class="readonly" default="Comming Soon" labelclass="control-label"/> + class="readonly" default="Comming Soon" labelclass="control-label"/> + class="readonly" default="Comming Soon" labelclass="control-label"/> + class="btn-group" labelclass="control-label" default="false"> @@ -358,18 +371,19 @@ label="JBS_ADM_MEDIA_IMAGES" size="20"> - + - - + + @@ -377,26 +391,19 @@ - - - - - - - - - + + - - + + + class="inputbox span6" labelclass="control-label">
diff --git a/com_biblestudy/admin/models/forms/filter_messages.xml b/com_biblestudy/admin/models/forms/filter_messages.xml index 0a0daf3e0c..81203fdc42 100644 --- a/com_biblestudy/admin/models/forms/filter_messages.xml +++ b/com_biblestudy/admin/models/forms/filter_messages.xml @@ -26,15 +26,6 @@ > - - - - + description="JBS_CMN_SELECT_LANGUAGE_DESC"> - + - - + - + - - - - - - - - - - - - - - - - - - - - - - +
+ + + + + + + + + + + + + + + + + + +
JBS_CMN_SELECT_MESSAGETYPE - - + + @@ -174,7 +176,7 @@ filter="user_utc"/> + description="JFIELD_ACCESS_DESC"/>
diff --git a/com_biblestudy/admin/models/forms/template.xml b/com_biblestudy/admin/models/forms/template.xml index 84f377a246..9bfa02ba6b 100644 --- a/com_biblestudy/admin/models/forms/template.xml +++ b/com_biblestudy/admin/models/forms/template.xml @@ -96,7 +96,6 @@
- - +
+
@@ -924,7 +924,8 @@ - +
+
@@ -1047,9 +1048,6 @@ - @@ -1111,7 +1109,11 @@ - + +
+
@@ -1207,7 +1209,9 @@ - +
+
diff --git a/com_biblestudy/admin/models/install.php b/com_biblestudy/admin/models/install.php index 44e2b9355b..4c9ea4078c 100644 --- a/com_biblestudy/admin/models/install.php +++ b/com_biblestudy/admin/models/install.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -577,6 +577,7 @@ private function setSchemaVersion($version, $eid) * @return bool * * @since 7.1 + * @throws Exception */ public function run($resetTimer = true) { @@ -828,7 +829,7 @@ private function RealRun() { if (strpos($this->running, $this->version)) { - $this->totalSteps += count($this->allupdates[$this->version]); + $this->totalSteps += count((array) $this->allupdates[$this->version]); } // Used for Install array. @@ -1002,7 +1003,7 @@ private function RealRun() // Just finished $this->resetStack(); - $this->running = JText::_('JBS_MIGfinishED'); + $this->running = JText::_('JBS_MIGFINISED'); return false; } @@ -1055,6 +1056,34 @@ private function install($files = array('install', 'install-defaults')) $this->allupdates = array_merge($this->allupdates, $queries); } + $component = JPATH_ADMINISTRATOR . '/components/com_biblestudy/biblestudy.xml'; + + $xml = new stdClass; + + if (file_exists($component)) + { + $xml = simplexml_load_file($component); + } + + // Check for corresponding PHP file and run Install + $migration_file = JPATH_ADMINISTRATOR . '/components/com_biblestudy/install/updates/' . $xml->version . '.php'; + + if (JFile::exists($migration_file)) + { + require_once $migration_file; + $migrationClass = "Migration" . str_ireplace(".", '', $xml->version); + + if (class_exists($migrationClass)) + { + $migration = new $migrationClass; + + if (function_exists($migration->postinstall_messages())) + { + $migration->postinstall_messages(); + } + } + } + return true; } @@ -1246,7 +1275,9 @@ private function finish($step) $this->running = 'Set New Update URL'; break; default: - $app->enqueueMessage('' . JText::_('JBS_CMN_OPERATION_SUCCESSFUL') . JText::_('JBS_IBM_REVIEW_ADMIN_TEMPLATE'), 'message'); + $app->enqueueMessage('' . JText::_('JBS_CMN_OPERATION_SUCCESSFUL') . + JText::_('SIMPLEMODEMESSAGE_BODY') . + JText::_('JBS_IBM_REVIEW_ADMIN_TEMPLATE'), 'message'); break; } @@ -1274,7 +1305,11 @@ public function postinstall_messages($message) $eid = $this->_db->loadResult(); $this->biblestudyEid = $eid; $message->extension_id = $this->biblestudyEid; - $this->_db->insertObject('#__postinstall_messages', $message); + + if ($this->_db->insertObject('#__postinstall_messages', $message) !== true) + { + jexit('Bad install'); + } } /** @@ -1397,7 +1432,7 @@ private function allUpdate($value) { $migration = new $migrationClass; - if (isset($migration->steps)) + if (isset($migration->postinstall_messages)) { $steps = $migration->steps; $this->totalSteps += count($steps); diff --git a/com_biblestudy/admin/models/location.php b/com_biblestudy/admin/models/location.php index dc86f7e4f8..eefad3343c 100644 --- a/com_biblestudy/admin/models/location.php +++ b/com_biblestudy/admin/models/location.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/locations.php b/com_biblestudy/admin/models/locations.php index 392ebc538c..993079af2f 100644 --- a/com_biblestudy/admin/models/locations.php +++ b/com_biblestudy/admin/models/locations.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/mediafile.php b/com_biblestudy/admin/models/mediafile.php index 031d02a470..8181ea1e06 100644 --- a/com_biblestudy/admin/models/mediafile.php +++ b/com_biblestudy/admin/models/mediafile.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -220,6 +220,7 @@ public function getMediaForm() } $form->s_params = $reg1->toArray(); + $form->type = $server_type; return $form; } @@ -233,6 +234,7 @@ public function getMediaForm() * @return boolean|object * * @since 7.0 + * @throws Exception */ public function getForm($data = array(), $loadData = true) { @@ -291,6 +293,7 @@ public function getForm($data = array(), $loadData = true) * @return mixed * * @since 9.0.0 + * @throws Exception */ public function getItem($pk = null) { @@ -730,6 +733,7 @@ protected function canDelete($record) * @return array * * @since 7.0 + * @throws Exception */ protected function loadFormData() { @@ -746,6 +750,7 @@ protected function loadFormData() * @return void * * @since 9.0.0 + * @throws Exception */ protected function populateState() { diff --git a/com_biblestudy/admin/models/mediafiles.php b/com_biblestudy/admin/models/mediafiles.php index 1b3aee89b7..b4ab7594b7 100644 --- a/com_biblestudy/admin/models/mediafiles.php +++ b/com_biblestudy/admin/models/mediafiles.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/message.php b/com_biblestudy/admin/models/message.php index 25d09cbd75..2af3bbb4fc 100644 --- a/com_biblestudy/admin/models/message.php +++ b/com_biblestudy/admin/models/message.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -85,7 +85,7 @@ public function isDuplicate($study_id, $topic_id) /** * Gets all the topics associated with a particular study * - * @return object JSON Object containing the topics + * @return string JSON Object containing the topics * * @since 7.0.1 */ @@ -134,7 +134,7 @@ public function getTopics() /** * Gets all topics available * - * @return object JSON Object containing the topics + * @return string JSON Object containing the topics * * @since 7.0.1 */ @@ -207,6 +207,7 @@ public function getMediaFiles() * @return boolean * * @since 7.0.1 + * @throws Exception */ public function save($data) { @@ -256,6 +257,7 @@ public function save($data) * @return string * * @since 7.0 + * @throws Exception */ public function getForm($data = array(), $loadData = true) { @@ -305,9 +307,10 @@ public function getForm($data = array(), $loadData = true) * * @param int $pk int * - * @return mixed|void + * @return mixed * * @since 9.0.0 + * @throws Exception */ public function getItem($pk = null) { @@ -643,6 +646,7 @@ protected function batchMessagetype($value, $pks, $contexts) * @return array The default data is an empty array. * * @since 7.0 + * @throws Exception */ protected function loadFormData() { diff --git a/com_biblestudy/admin/models/messages.php b/com_biblestudy/admin/models/messages.php index 0c69d00e51..42ada0ca66 100644 --- a/com_biblestudy/admin/models/messages.php +++ b/com_biblestudy/admin/models/messages.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -32,6 +32,8 @@ public function __construct($config = array()) { $config['filter_fields'] = array( 'id', 'study.id', + 'publish_up', 'study.publish_up', + 'publish_down', 'study.publish_down', 'published', 'study.published', 'studydate', 'study.studydate', 'studytitle', 'study.studytitle', @@ -119,6 +121,8 @@ protected function populateState($ordering = null, $direction = null) { $app = JFactory::getApplication('administrator'); + $forcedLanguage = $app->input->get('forcedLanguage', '', 'cmd'); + // Adjust the context to support modal layouts. $layout = $app->input->get('layout'); @@ -127,6 +131,12 @@ protected function populateState($ordering = null, $direction = null) $this->context .= '.' . $layout; } + // Adjust the context to support forced languages. + if ($forcedLanguage) + { + $this->context .= '.' . $forcedLanguage; + } + // Load the parameters. $params = JComponentHelper::getParams('com_biblestudy'); $this->setState('params', $params); @@ -163,9 +173,6 @@ protected function populateState($ordering = null, $direction = null) parent::populateState('study.studydate', 'desc'); - // Force a language - $forcedLanguage = $app->input->get('forcedLanguage'); - if (!empty($forcedLanguage)) { $this->setState('filter.language', $forcedLanguage); @@ -189,8 +196,9 @@ protected function getListQuery() $query->select( $this->getState( 'list.select', - 'study.id, study.published, study.studydate, study.studytitle, study.booknumber, study.chapter_begin, - study.verse_begin, study.chapter_end, study.verse_end, study.ordering, study.hits, study.alias, study.language, study.access' + 'study.id, study.published, study.studydate, study.studytitle, study.booknumber, study.chapter_begin' . + ', study.verse_begin, study.chapter_end, study.verse_end, study.ordering, study.hits, study.alias' . + ', study.language, study.access, study.publish_up, study.publish_down' ) ); $query->from('#__bsms_studies AS study'); @@ -299,14 +307,6 @@ protected function getListQuery() } } - // Filter by book - $book = $this->getState('filter.book'); - - if (is_numeric($book)) - { - $query->where('(study.booknumber = ' . (int) $book . ' OR study.booknumber2 = ' . (int) $book . ')'); - } - // Filter by location $location = $this->getState('filter.location'); diff --git a/com_biblestudy/admin/models/messagetype.php b/com_biblestudy/admin/models/messagetype.php index 69031ff1fd..62ee60dd9b 100644 --- a/com_biblestudy/admin/models/messagetype.php +++ b/com_biblestudy/admin/models/messagetype.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/messagetypes.php b/com_biblestudy/admin/models/messagetypes.php index 6171834dd6..066dae3482 100644 --- a/com_biblestudy/admin/models/messagetypes.php +++ b/com_biblestudy/admin/models/messagetypes.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/podcast.php b/com_biblestudy/admin/models/podcast.php index 24caeca893..068f75ced7 100644 --- a/com_biblestudy/admin/models/podcast.php +++ b/com_biblestudy/admin/models/podcast.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/podcasts.php b/com_biblestudy/admin/models/podcasts.php index ebf2c4da29..4b9c111a01 100644 --- a/com_biblestudy/admin/models/podcasts.php +++ b/com_biblestudy/admin/models/podcasts.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/serie.php b/com_biblestudy/admin/models/serie.php index 25e4be52b0..8a91628782 100644 --- a/com_biblestudy/admin/models/serie.php +++ b/com_biblestudy/admin/models/serie.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/series.php b/com_biblestudy/admin/models/series.php index aa1942448a..e79c92343a 100644 --- a/com_biblestudy/admin/models/series.php +++ b/com_biblestudy/admin/models/series.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/server.php b/com_biblestudy/admin/models/server.php index 26f3edde5e..e190ee67f7 100644 --- a/com_biblestudy/admin/models/server.php +++ b/com_biblestudy/admin/models/server.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/servers.php b/com_biblestudy/admin/models/servers.php index e3c7f21fea..6570614574 100644 --- a/com_biblestudy/admin/models/servers.php +++ b/com_biblestudy/admin/models/servers.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/teacher.php b/com_biblestudy/admin/models/teacher.php index 3886af235e..661315755a 100644 --- a/com_biblestudy/admin/models/teacher.php +++ b/com_biblestudy/admin/models/teacher.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/teachers.php b/com_biblestudy/admin/models/teachers.php index 630c71d54f..f2071c24c6 100644 --- a/com_biblestudy/admin/models/teachers.php +++ b/com_biblestudy/admin/models/teachers.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/template.php b/com_biblestudy/admin/models/template.php index 579ce2c96f..dfd4df3da5 100644 --- a/com_biblestudy/admin/models/template.php +++ b/com_biblestudy/admin/models/template.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/templatecode.php b/com_biblestudy/admin/models/templatecode.php index 91c2bd0391..b8b5de1eb0 100644 --- a/com_biblestudy/admin/models/templatecode.php +++ b/com_biblestudy/admin/models/templatecode.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/templatecodes.php b/com_biblestudy/admin/models/templatecodes.php index 8db667df3b..f63974f654 100644 --- a/com_biblestudy/admin/models/templatecodes.php +++ b/com_biblestudy/admin/models/templatecodes.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/templates.php b/com_biblestudy/admin/models/templates.php index c5798afd09..b2965eede0 100644 --- a/com_biblestudy/admin/models/templates.php +++ b/com_biblestudy/admin/models/templates.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/topic.php b/com_biblestudy/admin/models/topic.php index ee9031105b..46d5cbbae6 100644 --- a/com_biblestudy/admin/models/topic.php +++ b/com_biblestudy/admin/models/topic.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/topics.php b/com_biblestudy/admin/models/topics.php index f2402e2564..5ddc342951 100644 --- a/com_biblestudy/admin/models/topics.php +++ b/com_biblestudy/admin/models/topics.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/models/upload.php b/com_biblestudy/admin/models/upload.php deleted file mode 100644 index 82a08a3682..0000000000 --- a/com_biblestudy/admin/models/upload.php +++ /dev/null @@ -1,51 +0,0 @@ - 'jform', 'load_data' => $loadData); - $form = $this->loadForm('com_biblestudy.upload', 'upload', $array); - - if (empty($form)) - { - return false; - } - - return $form; - } -} diff --git a/com_biblestudy/admin/postinstall/template.php b/com_biblestudy/admin/postinstall/template.php index 7113f59fcb..331318a153 100644 --- a/com_biblestudy/admin/postinstall/template.php +++ b/com_biblestudy/admin/postinstall/template.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/tables/admin.php b/com_biblestudy/admin/tables/admin.php index ec4611d406..91f4141ff3 100644 --- a/com_biblestudy/admin/tables/admin.php +++ b/com_biblestudy/admin/tables/admin.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/tables/comment.php b/com_biblestudy/admin/tables/comment.php index 23f9d676cc..b13acabc02 100644 --- a/com_biblestudy/admin/tables/comment.php +++ b/com_biblestudy/admin/tables/comment.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/tables/location.php b/com_biblestudy/admin/tables/location.php index 005a8c58b5..7031ef2b2d 100644 --- a/com_biblestudy/admin/tables/location.php +++ b/com_biblestudy/admin/tables/location.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/tables/mediafile.php b/com_biblestudy/admin/tables/mediafile.php index abdaa68fce..fb469156a7 100644 --- a/com_biblestudy/admin/tables/mediafile.php +++ b/com_biblestudy/admin/tables/mediafile.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/tables/message.php b/com_biblestudy/admin/tables/message.php index c8288f7628..2853ed0703 100644 --- a/com_biblestudy/admin/tables/message.php +++ b/com_biblestudy/admin/tables/message.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -250,33 +250,6 @@ class TableMessage extends JTable */ public $studyintro = null; - /** - * Media Hours - * - * @var int - * - * @since 9.0.0 - */ - public $media_hours = null; - - /** - * Media Minutes - * - * @var int - * - * @since 9.0.0 - */ - public $media_minutes = null; - - /** - * Media seconds - * - * @var int - * - * @since 9.0.0 - */ - public $media_seconds = null; - /** * MessageType * diff --git a/com_biblestudy/admin/tables/messagetype.php b/com_biblestudy/admin/tables/messagetype.php index b69e7aef37..465a98279d 100644 --- a/com_biblestudy/admin/tables/messagetype.php +++ b/com_biblestudy/admin/tables/messagetype.php @@ -3,7 +3,7 @@ * Proclaim Package * * @package BibleStudy - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/tables/podcast.php b/com_biblestudy/admin/tables/podcast.php index 5ed9d193d2..1c918895d6 100644 --- a/com_biblestudy/admin/tables/podcast.php +++ b/com_biblestudy/admin/tables/podcast.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/tables/serie.php b/com_biblestudy/admin/tables/serie.php index 575745363f..bc1a684d8c 100644 --- a/com_biblestudy/admin/tables/serie.php +++ b/com_biblestudy/admin/tables/serie.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/tables/server.php b/com_biblestudy/admin/tables/server.php index a11fd5112a..a08f85139c 100644 --- a/com_biblestudy/admin/tables/server.php +++ b/com_biblestudy/admin/tables/server.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/tables/studytopics.php b/com_biblestudy/admin/tables/studytopics.php index 5fbde47340..8ad274b2b0 100644 --- a/com_biblestudy/admin/tables/studytopics.php +++ b/com_biblestudy/admin/tables/studytopics.php @@ -3,7 +3,7 @@ * Proclaim Package * * @package BibleStudy - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/tables/teacher.php b/com_biblestudy/admin/tables/teacher.php index 5856e55f56..b17b53aa1a 100644 --- a/com_biblestudy/admin/tables/teacher.php +++ b/com_biblestudy/admin/tables/teacher.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/tables/template.php b/com_biblestudy/admin/tables/template.php index 9900795cb6..75986176bf 100644 --- a/com_biblestudy/admin/tables/template.php +++ b/com_biblestudy/admin/tables/template.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/tables/templatecode.php b/com_biblestudy/admin/tables/templatecode.php index 9e59530fd9..cea5be0719 100644 --- a/com_biblestudy/admin/tables/templatecode.php +++ b/com_biblestudy/admin/tables/templatecode.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -93,7 +93,11 @@ public function bind($array, $ignore = '') */ public function store($updateNulls = false) { - if ($this->filename == 'main' || $this->filename == 'custom' || $this->filename == 'formheader' || $this->filename == 'formfooter') + if ($this->filename == 'main' + || $this->filename == 'simple' + || $this->filename == 'custom' + || $this->filename == 'formheader' + || $this->filename == 'formfooter') { $this->setError(JText::_('JBS_STYLE_RESTRICED_FILE_NAME')); diff --git a/com_biblestudy/admin/tables/topic.php b/com_biblestudy/admin/tables/topic.php index 28ac57d9e4..65387204c7 100644 --- a/com_biblestudy/admin/tables/topic.php +++ b/com_biblestudy/admin/tables/topic.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/admin/tmpl/edit.php b/com_biblestudy/admin/views/admin/tmpl/edit.php index b05e10dc21..fbe86e1a14 100644 --- a/com_biblestudy/admin/views/admin/tmpl/edit.php +++ b/com_biblestudy/admin/views/admin/tmpl/edit.php @@ -3,7 +3,7 @@ * Admin Form * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -126,498 +126,509 @@ };
-
- -
- + action="item->id); ?>" + method="post" name="adminForm" id="item-admin" class="form-validate form-horizontal"> +
+ +
+ -
+
- -
-
-
-
- + +
+
+
+
+ +
+
+
+
+
+

+
+
+ form->getLabel('simple_mode', 'params'); ?> +
+ form->getInput('simple_mode', 'params'); ?> +
+
+
+ form->getLabel('users', 'params'); ?> +
+ form->getInput('users', 'params'); ?>
-
-
-
-

-
form->getLabel('metakey', 'params'); ?> -
+
form->getInput('metakey', 'params'); ?> -
-
-
+
+
+
form->getLabel('metadesc', 'params'); ?> -
+
form->getInput('metadesc', 'params'); ?> -
-
-
+
+
+
form->getLabel('compat_mode', 'params'); ?> -
+
form->getInput('compat_mode', 'params'); ?> -
-
-
+
+
+
form->getLabel('drop_tables'); ?> -
+
form->getInput('drop_tables'); ?> -
-
-
- form->getLabel('filestokeep'); ?> -
- form->getInput('filestokeep'); ?> -
-
-
+
+
+
+ form->getLabel('filestokeep'); ?> +
+ form->getInput('filestokeep'); ?> +
+
+
form->getLabel('studylistlimit', 'params'); ?> -
+
form->getInput('studylistlimit', 'params'); ?> -
-
-
+
+
+
form->getLabel('uploadtype', 'params'); ?> -
+
form->getInput('uploadtype', 'params'); ?> -
-
-
+
+
+
form->getLabel('show_location_media', 'params'); ?> -
+
form->getInput('show_location_media', 'params'); ?> -
-
-
+
+
+
form->getLabel('popular_limit', 'params'); ?> -
+
form->getInput('popular_limit', 'params'); ?> -
-
-
+
+
+
form->getLabel('character_filter', 'params'); ?> -
+
form->getInput('character_filter', 'params'); ?> -
-
-
+
+
+
form->getLabel('format_popular', 'params'); ?> -
+
form->getInput('format_popular', 'params'); ?> -
-
-
+
+
+
form->getLabel('debug'); ?> -
+
form->getInput('debug'); ?> -
-
-
-
-
-
-

+
+
+
+
+
+
+

-
+
form->getLabel('location_id', 'params'); ?> -
+
form->getInput('location_id', 'params'); ?> -
-
-
+
+
+
form->getLabel('teacher_id', 'params'); ?> -
+
form->getInput('teacher_id', 'params'); ?> -
-
-
+
+
+
form->getLabel('series_id', 'params'); ?> -
+
form->getInput('series_id', 'params'); ?> -
-
-
+
+
+
form->getLabel('booknumber', 'params'); ?> -
+
form->getInput('booknumber', 'params'); ?> -
-
-
+
+
+
form->getLabel('messagetype', 'params'); ?> -
+
form->getInput('messagetype', 'params'); ?> -
-
-
+
+
+
form->getLabel('default_study_image', 'params'); ?> -
+
form->getInput('default_study_image', 'params'); ?> -
-
-
-
-

+
+
+
+
+

-
+
form->getLabel('download', 'params'); ?> -
+
form->getInput('download', 'params'); ?> -
-
-
+
+
+
form->getLabel('target', 'params'); ?> -
+
form->getInput('target', 'params'); ?> -
-
-
+
+
+
form->getLabel('server', 'params'); ?> -
+
form->getInput('server', 'params'); ?> -
-
-
+
+
+
form->getLabel('podcast', 'params'); ?> -
+
form->getInput('podcast', 'params'); ?> -
-
-
- form->getLabel('uploadpath', 'params'); ?> -
- form->getInput('uploadpath', 'params'); ?> -
-
-
-
-
-
-

+
+
+
+ form->getLabel('uploadpath', 'params'); ?> +
+ form->getInput('uploadpath', 'params'); ?> +
+
+
+
+
+
+

-
+
form->getLabel('default_main_image', 'params'); ?> -
+
form->getInput('default_main_image', 'params'); ?> -
-
-
+
+
+
form->getLabel('default_series_image', 'params'); ?> -
+
form->getInput('default_series_image', 'params'); ?> -
-
-
+
+
+
form->getLabel('default_teacher_image', 'params'); ?> -
+
form->getInput('default_teacher_image', 'params'); ?> -
-
-
+
+
+
form->getLabel('download_show', 'params'); ?> -
+
form->getInput('download_show', 'params'); ?> -
-
-
+
+
+
form->getLabel('download_use_button_icon', 'params'); ?> -
+
form->getInput('download_use_button_icon', 'params'); ?> -
-
-
+
+
+
form->getLabel('default_download_image', 'params'); ?> -
+
form->getInput('default_download_image', 'params'); ?> -
-
-
+
+
+
form->getLabel('download_button_text', 'params'); ?> -
+
form->getInput('download_button_text', 'params'); ?> -
-
-
+
+
+
form->getLabel('download_button_type', 'params'); ?> -
+
form->getInput('download_button_type', 'params'); ?> -
-
-
+
+
+
form->getLabel('download_button_color', 'params'); ?> -
+
form->getInput('download_button_color', 'params'); ?> -
-
-
+
+
+
form->getLabel('download_icon_type', 'params'); ?> -
+
form->getInput('download_icon_type', 'params'); ?> -
-
-
+
+
+
form->getLabel('download_custom_icon', 'params'); ?> -
+
form->getInput('download_custom_icon', 'params'); ?> -
-
-
+
+
+
form->getLabel('download_icon_text_size', 'params'); ?> -
+
form->getInput('download_icon_text_size', 'params'); ?> -
-
-
+
+
+
form->getLabel('default_showHide_image', 'params'); ?> -
+
form->getInput('default_showHide_image', 'params'); ?> -
-
-
-
-

+
+
+
+
+

-
+
form->getLabel('thumbnail_teacher_size', 'params'); ?> -
+
form->getInput('thumbnail_teacher_size', 'params'); ?> -
-
-
+
+
+
form->getLabel('thumbnail_series_size', 'params'); ?> -
+
form->getInput('thumbnail_series_size', 'params'); ?> -
-
-
+
+
+
form->getLabel('thumbnail_study_size', 'params'); ?> -
+
form->getInput('thumbnail_study_size', 'params'); ?> -
-
-
-
-
-
-
-

+
+
+
+
+
+
+
+

-
+
-
+
playerstats; ?> -
-
-
+
+
+
form->getLabel('from', 'params'); ?> -
+
form->getInput('from', 'params'); ?> -
-
-
+
+
+
form->getLabel('to', 'params'); ?> -
+
form->getInput('to', 'params'); ?> -
-
-
- -
-
-
-

+
+
+
+ +
+
+
+

-
+
-
+
popups; ?> -
-
-
+
+
+
form->getLabel('pFrom', 'params'); ?> -
+
form->getInput('pFrom', 'params'); ?> -
-
-
+
+
+
form->getLabel('pTo', 'params'); ?> -
+
form->getInput('pTo', 'params'); ?> -
-
-
- -
-
-
-

-
-
+
+
+
+ +
+
+
+

+
form->getLabel('mtFrom', 'params'); ?> -
+
form->getInput('mtFrom', 'params'); ?> -
-
-
+
+
+
form->getLabel('mtTo', 'params'); ?> -
+
form->getInput('mtTo', 'params'); ?> -
-
-
- -
-
-
-
+
+
+
+ +
+
+
+
loadTemplate('jwplayer'); ?> -
-
-

-

-
-
-

-
-

-
+
+
+

+

+
+
+

+
+

+
form->getLabel('mediaimage'); ?> -
+
form->getInput('mediaimage'); ?> -
-
-
-
-

-
+
+
+
+
+

+
form->getLabel('media_use_button_icon'); ?> -
+
form->getInput('media_use_button_icon'); ?> -
-
-
+
+
+
form->getLabel('media_button_text'); ?> -
+
form->getInput('media_button_text'); ?> -
-
-
+
+
+
form->getLabel('media_button_type'); ?> -
+
form->getInput('media_button_type'); ?> -
-
-
+
+
+
form->getLabel('media_button_color'); ?> -
+
form->getInput('media_button_color'); ?> -
-
-
+
+
+
form->getLabel('media_icon_type'); ?> -
+
form->getInput('media_icon_type'); ?> -
-
-
+
+
+
form->getLabel('media_custom_icon'); ?> -
+
form->getInput('media_custom_icon'); ?> -
-
-
+
+
+
form->getLabel('media_icon_text_size'); ?> -
+
form->getInput('media_icon_text_size'); ?> -
-
-
+
+
+
form->getLabel('media_image'); ?> -
+
form->getInput('media_image'); ?> -
-
-
- -
-
-
-
-
-
-
- - - - - - - +
+
+
+ +
+
+
+
+
+
+
+ + + + + + + -
+
diff --git a/com_biblestudy/admin/views/admin/tmpl/edit_jwplayer.php b/com_biblestudy/admin/views/admin/tmpl/edit_jwplayer.php index cf8b274031..2a52cb9c33 100644 --- a/com_biblestudy/admin/views/admin/tmpl/edit_jwplayer.php +++ b/com_biblestudy/admin/views/admin/tmpl/edit_jwplayer.php @@ -3,7 +3,7 @@ * Form sub backup * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -20,8 +20,8 @@ if (isset($fieldSet->description) && trim($fieldSet->description)) { ?> -

escape(JText::_($fieldSet->description)); ?>

- escape(JText::_($fieldSet->description)); ?> + form->getFieldset($name) as $field) { @@ -30,7 +30,7 @@
label; ?>
input; ?>
- label; ?>
input; ?>
- -
@@ -55,7 +57,7 @@ diff --git a/com_biblestudy/admin/views/cpanel/view.html.php b/com_biblestudy/admin/views/cpanel/view.html.php index 3378440329..056a25e65c 100644 --- a/com_biblestudy/admin/views/cpanel/view.html.php +++ b/com_biblestudy/admin/views/cpanel/view.html.php @@ -3,7 +3,7 @@ * View html * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/database/tmpl/edit.php b/com_biblestudy/admin/views/database/tmpl/edit.php index 9ce51032fe..198cfc6756 100644 --- a/com_biblestudy/admin/views/database/tmpl/edit.php +++ b/com_biblestudy/admin/views/database/tmpl/edit.php @@ -3,7 +3,7 @@ * DataBase html * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/database/view.html.php b/com_biblestudy/admin/views/database/view.html.php index cc375120fb..d3c5b78e77 100644 --- a/com_biblestudy/admin/views/database/view.html.php +++ b/com_biblestudy/admin/views/database/view.html.php @@ -3,7 +3,7 @@ * DataBase html * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/dir/tmpl/default.php b/com_biblestudy/admin/views/dir/tmpl/default.php index 8f877a58f0..77fe80831c 100644 --- a/com_biblestudy/admin/views/dir/tmpl/default.php +++ b/com_biblestudy/admin/views/dir/tmpl/default.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/dir/tmpl/default_dirs.php b/com_biblestudy/admin/views/dir/tmpl/default_dirs.php index 97214c9722..e19b2f21f2 100644 --- a/com_biblestudy/admin/views/dir/tmpl/default_dirs.php +++ b/com_biblestudy/admin/views/dir/tmpl/default_dirs.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/dir/tmpl/default_files.php b/com_biblestudy/admin/views/dir/tmpl/default_files.php index d9bd6f6892..9174b63807 100644 --- a/com_biblestudy/admin/views/dir/tmpl/default_files.php +++ b/com_biblestudy/admin/views/dir/tmpl/default_files.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/dir/tmpl/default_footer.php b/com_biblestudy/admin/views/dir/tmpl/default_footer.php index b1fda8c882..826d0379d0 100644 --- a/com_biblestudy/admin/views/dir/tmpl/default_footer.php +++ b/com_biblestudy/admin/views/dir/tmpl/default_footer.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/dir/tmpl/default_header.php b/com_biblestudy/admin/views/dir/tmpl/default_header.php index 8835075df3..940a933947 100644 --- a/com_biblestudy/admin/views/dir/tmpl/default_header.php +++ b/com_biblestudy/admin/views/dir/tmpl/default_header.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/dir/view.html.php b/com_biblestudy/admin/views/dir/view.html.php index 383c90a671..519c98f4a1 100644 --- a/com_biblestudy/admin/views/dir/view.html.php +++ b/com_biblestudy/admin/views/dir/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/install/tmpl/default.php b/com_biblestudy/admin/views/install/tmpl/default.php index 8c1582c448..d464ff32d5 100644 --- a/com_biblestudy/admin/views/install/tmpl/default.php +++ b/com_biblestudy/admin/views/install/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/install/tmpl/install_finished.php b/com_biblestudy/admin/views/install/tmpl/install_finished.php index abb9e26736..c22696dc8f 100644 --- a/com_biblestudy/admin/views/install/tmpl/install_finished.php +++ b/com_biblestudy/admin/views/install/tmpl/install_finished.php @@ -3,7 +3,7 @@ * View html * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/install/view.html.php b/com_biblestudy/admin/views/install/view.html.php index 94d222dfed..135ea3793d 100644 --- a/com_biblestudy/admin/views/install/view.html.php +++ b/com_biblestudy/admin/views/install/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/location/tmpl/edit.php b/com_biblestudy/admin/views/location/tmpl/edit.php index 717189b4ba..761cba133b 100644 --- a/com_biblestudy/admin/views/location/tmpl/edit.php +++ b/com_biblestudy/admin/views/location/tmpl/edit.php @@ -3,7 +3,7 @@ * Form * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/location/view.html.php b/com_biblestudy/admin/views/location/view.html.php index 79667a5551..a42ed2f8e9 100644 --- a/com_biblestudy/admin/views/location/view.html.php +++ b/com_biblestudy/admin/views/location/view.html.php @@ -3,7 +3,7 @@ * JView html * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/locations/tmpl/default.php b/com_biblestudy/admin/views/locations/tmpl/default.php index e722a65eb4..d5261da634 100644 --- a/com_biblestudy/admin/views/locations/tmpl/default.php +++ b/com_biblestudy/admin/views/locations/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/locations/tmpl/default_batch_body.php b/com_biblestudy/admin/views/locations/tmpl/default_batch_body.php index 11a5316d25..324e071bb3 100644 --- a/com_biblestudy/admin/views/locations/tmpl/default_batch_body.php +++ b/com_biblestudy/admin/views/locations/tmpl/default_batch_body.php @@ -3,7 +3,7 @@ * Batch Template * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/locations/tmpl/default_batch_footer.php b/com_biblestudy/admin/views/locations/tmpl/default_batch_footer.php index 5cded0e563..12bc81f39b 100644 --- a/com_biblestudy/admin/views/locations/tmpl/default_batch_footer.php +++ b/com_biblestudy/admin/views/locations/tmpl/default_batch_footer.php @@ -3,7 +3,7 @@ * Batch Template * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/locations/view.html.php b/com_biblestudy/admin/views/locations/view.html.php index 19ce5ef246..14a662db68 100644 --- a/com_biblestudy/admin/views/locations/view.html.php +++ b/com_biblestudy/admin/views/locations/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/mediafile/tmpl/edit.php b/com_biblestudy/admin/views/mediafile/tmpl/edit.php index a22036fc3b..f228b48e6e 100644 --- a/com_biblestudy/admin/views/mediafile/tmpl/edit.php +++ b/com_biblestudy/admin/views/mediafile/tmpl/edit.php @@ -3,13 +3,14 @@ * Edit * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ defined('_JEXEC') or die; +JHtml::addIncludePath(JPATH_COMPONENT . '/helpers/html'); JHtml::_('behavior.tooltip'); JHtml::_('behavior.keepalive'); JHtml::_('behavior.formvalidation'); @@ -31,6 +32,8 @@ $new = ($this->item->id == '0' || $this->item->id == false); +/** @type BiblestudyViewMediafile $this */ + JFactory::getDocument()->addScriptDeclaration(' Joomla.submitbutton = function (task, server_id) { if (task == "mediafile.setServer") { @@ -48,135 +51,114 @@ method="post" name="adminForm" id="media-form" - class="form-validate form-horizontal"> -
-
- -
-
-
-
-
-
- form->getLabel('study_id'); ?> -
-
- form->getInput('study_id', null, $study_id); ?> -
-
-
-
- form->getLabel('createdate'); ?> -
-
- form->getInput('createdate', null, $createdate); ?> -
-
-
-
- form->getLabel('server_id'); ?> -
-
- form->getInput('server_id', null, $this->item->server_id); ?> -
-
-
-
- form->getLabel('podcast_id'); ?> -
-
- form->getInput('podcast_id', null, $podcast_id); ?> -
-
+ class="form-validate"> +
+
+ 'general')); ?> + + + +
+
+
+
+ form->getLabel('study_id'); ?> +
+
+ form->getInput('study_id', null, $study_id); ?> +
+
+
+
+ form->getLabel('createdate'); ?> +
+
+ form->getInput('createdate', null, $createdate); ?> +
+
+
+
+ form->getLabel('server_id'); ?> +
+
+ form->getInput('server_id', null, $this->item->server_id); ?> +
+
+
+
+ form->getLabel('podcast_id'); ?> +
+
+ form->getInput('podcast_id', null, $podcast_id); ?> +
+
+ + addon->renderGeneral($this->media_form, $new); ?> + +
+
+
+
+ form->getLabel('id'); ?> +
+
+ form->getInput('id'); ?> +
+
+
+
+ form->getLabel('published'); ?> +
+
+ form->getInput('published'); ?> +
+
+
+
+ form->getLabel('language'); ?> +
+
+ form->getInput('language'); ?> +
+
+
+
+ form->getLabel('comment'); ?> +
+
+ form->getInput('comment'); ?> +
+
+
+
+ -
-
-
-
- form->getLabel('id'); ?> -
-
- form->getInput('id'); ?> -
-
-
-
- form->getLabel('published'); ?> -
-
- form->getInput('published'); ?> -
-
-
-
- form->getLabel('language'); ?> -
-
- form->getInput('language'); ?> -
-
-
-
- form->getLabel('comment'); ?> -
-
- form->getInput('comment'); ?> -
-
-
-
-
- media_form->getFieldsets('params') as $name => $fieldset): ?> -
- media_form->getFieldset($name) as $field): ?> -
-
- label; ?> -
-
- fieldname; - if (isset($this->media_form->s_params[$s_name])) - { - $field->setValue($this->media_form->s_params[$s_name]); - } - } - ?> - input; ?> -
-
- -
- -
+ addon->render($this->media_form, $new); ?> + + canDo->get('core.admin')): ?> + +
form->getInput('rules'); ?> -
-
-
-
+
+ + + + + + + JText::_('JBS_CMN_BATCH_OPTIONS'), + 'footer' => $this->loadTemplate('converter_footer') + ), + $this->loadTemplate('converter_body') + ); ?> +
+
form->getInput('asset_id'); ?> - - + +
diff --git a/com_biblestudy/admin/views/mediafile/tmpl/edit_converter_body.php b/com_biblestudy/admin/views/mediafile/tmpl/edit_converter_body.php new file mode 100644 index 0000000000..84ae8fe3f6 --- /dev/null +++ b/com_biblestudy/admin/views/mediafile/tmpl/edit_converter_body.php @@ -0,0 +1,28 @@ + +
+
+
+ +
+
+
+
+ +
+
+
diff --git a/com_biblestudy/admin/views/mediafile/tmpl/edit_converter_footer.php b/com_biblestudy/admin/views/mediafile/tmpl/edit_converter_footer.php new file mode 100644 index 0000000000..67389cb3bb --- /dev/null +++ b/com_biblestudy/admin/views/mediafile/tmpl/edit_converter_footer.php @@ -0,0 +1,19 @@ +state->get('filter.published'); +?> + + + + diff --git a/com_biblestudy/admin/views/mediafile/view.html.php b/com_biblestudy/admin/views/mediafile/view.html.php index f0753eda53..36753b2b5e 100644 --- a/com_biblestudy/admin/views/mediafile/view.html.php +++ b/com_biblestudy/admin/views/mediafile/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -52,6 +52,10 @@ class BiblestudyViewMediafile extends JViewLegacy * @since 7.0.0 */ protected $options; + /** @var object + * @since 9.1.3 */ + protected $addon; + /** * Execute and display a template script. * @@ -73,6 +77,9 @@ public function display($tpl = null) $this->canDo = JBSMBibleStudyHelper::getActions($this->item->id, 'mediafile'); $this->admin_params = $this->state->get('admin'); + // Load the addon + $this->addon = JBSMAddon::getInstance($this->media_form->type); + $options = $app->input->get('options'); $this->options = new stdClass; @@ -113,9 +120,6 @@ public function display($tpl = null) // Set the toolbar $this->addToolbar(); - // Set the document - $this->setDocument(); - // Display the template return parent::display($tpl); } @@ -175,18 +179,4 @@ protected function addToolbar() JToolbarHelper::divider(); JToolbarHelper::help('biblestudy', true); } - - /** - * Add the page title to browser. - * - * @return void - * - * @since 7.1.0 - */ - protected function setDocument() - { - $isNew = ($this->item->id < 1); - $document = JFactory::getDocument(); - $document->setTitle($isNew ? JText::_('JBS_TITLE_MEDIA_FILES_CREATING') : JText::sprintf('JBS_TITLE_MEDIA_FILES_EDITING', $this->item->id)); - } } diff --git a/com_biblestudy/admin/views/mediafiles/tmpl/default.php b/com_biblestudy/admin/views/mediafiles/tmpl/default.php index bbb5ace760..3ff1809908 100644 --- a/com_biblestudy/admin/views/mediafiles/tmpl/default.php +++ b/com_biblestudy/admin/views/mediafiles/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -31,24 +31,6 @@ JHtml::_('sortablelist.sortable', 'mediafileList', 'adminForm', strtolower($listDirn), $saveOrderingUrl); } $sortFields = $this->getSortFields(); - -JFactory::getDocument()->addScriptDeclaration(' - Joomla.orderTable = function() - { - table = document.getElementById("sortTable"); - direction = document.getElementById("directionTable"); - order = table.options[table.selectedIndex].value; - if (order != "' . $listOrder . '") - { - dirn = "decs"; - } - else - { - dirn = direction.options[direction.selectedIndex].value; - } - Joomla.tableOrdering(order, dirn, ""); - }; -'); ?>
@@ -74,41 +56,40 @@ - ', 'mediafile.ordering', $listDirn, $listOrder, null, 'desc', 'JGRID_HEADING_ORDERING'); ?> + - + - - - - + - + - + - + - + + pagination->getListFooter(); ?> @@ -202,12 +183,6 @@ createdate, JText::_('DATE_FORMAT_LC4')); ?> - - modified != '0000-00-00 00:00:00'): - echo JHtml::_('date', $item->modified, JText::_('DATE_FORMAT_LC4')); - endif; - ?> - escape($item->access_level); ?> @@ -237,11 +212,8 @@ ); ?> - pagination->getListFooter(); ?> - -
diff --git a/com_biblestudy/admin/views/mediafiles/tmpl/default_batch_body.php b/com_biblestudy/admin/views/mediafiles/tmpl/default_batch_body.php index c522233b20..0aa526c96d 100644 --- a/com_biblestudy/admin/views/mediafiles/tmpl/default_batch_body.php +++ b/com_biblestudy/admin/views/mediafiles/tmpl/default_batch_body.php @@ -3,7 +3,7 @@ * Batch Template * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/mediafiles/tmpl/default_batch_footer.php b/com_biblestudy/admin/views/mediafiles/tmpl/default_batch_footer.php index 5cded0e563..12bc81f39b 100644 --- a/com_biblestudy/admin/views/mediafiles/tmpl/default_batch_footer.php +++ b/com_biblestudy/admin/views/mediafiles/tmpl/default_batch_footer.php @@ -3,7 +3,7 @@ * Batch Template * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/mediafiles/view.html.php b/com_biblestudy/admin/views/mediafiles/view.html.php index 4a7baabb43..cd94f38a61 100644 --- a/com_biblestudy/admin/views/mediafiles/view.html.php +++ b/com_biblestudy/admin/views/mediafiles/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/message/tmpl/edit.php b/com_biblestudy/admin/views/message/tmpl/edit.php index da795cc8c7..c3562aec1b 100644 --- a/com_biblestudy/admin/views/message/tmpl/edit.php +++ b/com_biblestudy/admin/views/message/tmpl/edit.php @@ -3,7 +3,7 @@ * Form * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -16,9 +16,15 @@ JHtml::_('behavior.keepalive'); JHtml::_('formbehavior.chosen', 'select'); +$this->configFieldsets = array('editorConfig'); +$this->hiddenFieldsets = array('basic-limited'); +$this->ignore_fieldsets = array('jmetadata', 'item_associations'); + +// Create shortcut to parameters. $params = $this->form->getFieldsets('params'); -$app = JFactory::getApplication(); -$input = $app->input; + +$app = JFactory::getApplication(); +$input = $app->input; $return = base64_encode('index.php?option=com_biblestudy&task=message.edit&id=' . (int) $this->item->id); $options = base64_encode('study_id=' . $this->item->id . '&createdate=' . $this->item->studydate); @@ -57,502 +63,337 @@ }; '); +// In case of modal +$isModal = $input->get('layout') == 'modal' ? true : false; +$layout = $isModal ? 'modal' : 'edit'; +$tmpl = $isModal || $input->get('tmpl', '', 'cmd') === 'component' ? '&tmpl=component' : ''; ?> -
-
- -
- -
- -
-
-
- form->getLabel('studytitle'); ?> -
-
- form->getInput('studytitle'); ?> -
-
-
-
- form->getLabel('alias'); ?> -
-
- form->getInput('alias'); ?> -
-
-
-
- form->getLabel('studynumber'); ?> -
-
- form->getInput('studynumber'); ?> -
-
-
-
- form->getLabel('studyintro'); ?> -
-
-
- form->getInput('studyintro'); ?> -
-
-
-
- form->getLabel('studytext'); ?> -
-
-
- form->getInput('studytext'); ?> -
-
-
-
-
-
- form->getLabel('booknumber'); ?> -
-
- form->getInput( - 'booknumber', - null, - $booknumber - ); ?> -
-
-
-
- form->getLabel('chapter_begin'); ?> -
-
- form->getInput('chapter_begin'); ?> -
-
-
-
- form->getLabel('verse_begin'); ?> -
-
- form->getInput('verse_begin'); ?> -
-
-
-
- form->getLabel('chapter_end'); ?> -
-
- form->getInput('chapter_end'); ?> -
-
-
-
- form->getLabel('verse_end'); ?> -
-
- form->getInput('verse_end'); ?> -
-
-
-
- form->getLabel('booknumber2'); ?> -
-
- form->getInput('booknumber2'); ?> -
-
-
-
- form->getLabel('chapter_begin2'); ?> -
-
- form->getInput('chapter_begin2'); ?> -
-
-
-
- form->getLabel('verse_begin2'); ?> -
-
- form->getInput('verse_begin2'); ?> -
-
-
-
- form->getLabel('chapter_end2'); ?> -
-
- form->getInput('chapter_end2'); ?> -
-
-
-
- form->getLabel('verse_end2'); ?> -
-
- form->getInput('verse_end2'); ?> -
-
-
-
- form->getLabel('secondary_reference'); ?> -
-
- form->getInput('secondary_reference'); ?> -
-
-
+ +
+
+
+ form->getLabel('studytitle'); ?> +
+
+ form->getInput('studytitle'); ?> +
+
+
+
+ form->getLabel('alias'); ?> +
+
+ form->getInput('alias'); ?> +
+
+
+
+ +
+
+ item->hits . + '" class="readonly" size="10" readonly="" aria-invalid="false">'; + ?> +
+
+
+ + + + + + + + + + + + -
-
-
- form->getLabel('image'); ?> -
-
- form->getInput('image', null, $thumbnailm); ?> -
-
-
-
- form->getLabel('media_hours'); ?> -
-
- form->getInput('media_hours'); ?> -
-
-
-
- form->getLabel('media_minutes'); ?> -
-
- form->getInput('media_minutes'); ?> -
-
-
-
- form->getLabel('media_seconds'); ?> -
-
- form->getInput('media_seconds'); ?> -
-
-
-
- form->getLabel('teacher_id'); ?> -
-
- form->getInput( - 'teacher_id', - null, - $teacher_id - ); ?> -
-
-
-
+ mediafiles) > 0) : + foreach ($this->mediafiles as $i => $item) : + ?> +
+ + + + + + + + + + + + + + + + + + + + +
LanguageAccessID
+ id . '&return=' . $return . '&options=' . $options; ?> + + escape($item->params->get('filename')) + ? $this->escape($item->params->get('filename')) + : $this->escape($item->params->get('media_image_name'))); ?> + + + published, $i, 'message.', true, 'cb', '', ''); ?> + + createdate, JText::_('DATE_FORMAT_LC4')); ?> + + language; ?> + + access_level; ?> + + id; ?> +
+ form->getValue('id') . '&options=' . $options . '&return=' . + $return . '&' . JSession::getFormToken() . '=1'; ?> + item->id)) + { + ?> + + +
+
+
+ form->getLabel('download_id'); ?> +
+
+ form->getInput('download_id'); ?> +
+
+
+
+ +
+ 'general')); ?> + + + +
+ simple_view){ ?> +
+
+ form->getLabel('studyintro'); ?> + form->getInput('studyintro'); ?> +
+
+ form->getLabel('studytext'); ?> + form->getInput('studytext'); ?> +
+
+ +
+
+
+ form->getLabel('published'); ?> +
+
+ form->getInput('published'); ?> +
+
+
+
+ form->getLabel('studydate'); ?> +
+
+ form->getInput('studydate'); ?> +
+
+
+
+ form->getLabel('image'); ?> +
+
+ form->getInput('image', null, $thumbnailm); ?> +
+
+
+
+ form->getLabel('teacher_id'); ?> +
+
+ form->getInput( + 'teacher_id', + null, + $teacher_id + ); ?> +
+
+ +
+
+ form->getLabel('series_id'); ?> +
+
+ form->getInput( + 'series_id', + null, + $series_id + ); ?> +
+
+
+ form->renderFieldset('scripture'); ?> +
+ +
+
+ + simple_view){ ?> + +
+
+
+
form->getLabel('location_id'); ?> -
-
+
+
form->getInput( 'location_id', null, $location_id ); ?> -
-
-
-
- form->getLabel('series_id'); ?> -
-
- form->getInput( - 'series_id', - null, - $series_id - ); ?> -
-
-
-
+
+
+
+
+ form->getLabel('studynumber'); ?> +
+
+ form->getInput('studynumber'); ?> +
+
+
+
+ form->getLabel('comments'); ?> +
+
+ form->getInput('comments'); ?> +
+
+
+
+ form->getLabel('access'); ?> +
+
+ form->getInput('access'); ?> +
+
+
+
+ form->getLabel('language'); ?> +
+
+ form->getInput('language'); ?> +
+
+
+
form->getLabel('topics'); ?> -
-
-
+
+
+
form->getInput('topics'); ?> -
-
-
-
+
+
+
+
form->getLabel('messagetype'); ?> -
-
+
+
form->getInput( 'messagetype', null, $messagetype ) ?> -
-
-
-
+
+
+
+
form->getLabel('thumbnailm'); ?> -
-
+
+
form->getInput( 'thumbnailm', null, $thumbnailm ); ?> -
-
-
-
-
-
- form->getLabel('user_id'); ?> -
-
- form->getInput('user_id', null, $user_id) ?> -
-
-
-
- form->getLabel('user_name'); ?> -
-
- form->getInput('user_name'); ?> -
-
-
-
- form->getLabel('modified'); ?> -
-
- form->getInput('modified'); ?> -
-
-
-
- form->getLabel('modified_by'); ?> -
-
- form->getInput('modified_by'); ?> -
-
-
-
- form->getLabel('publish_up'); ?> -
-
- form->getInput('publish_up'); ?> -
-
-
-
- form->getLabel('publish_down'); ?> -
-
- form->getInput('publish_down'); ?> -
-
-
- canDo->get('core.admin')): ?> -
- form->getInput('rules'); ?> -
- - $fieldSet): ?> -
- description) && trim($fieldSet->description)): - ?> -

- escape(JText::_($fieldSet->description)); ?> -

- - - form->getFieldSet($name) as $field) : ?> -
-
- label; ?> -
-
- input; ?> -
-
- -
- +
+
+
-
- - - - - - - - - - - - + + + - mediafiles) > 0) : - foreach ($this->mediafiles as $i => $item) : - ?> - - - - - - - + +
+
+ +
+
+
+
+ form->getLabel('metakey', 'params'); ?> +
+
+
+ form->getInput('metakey', 'params'); ?> +
+
+
+
+ form->getLabel('metadesc', 'params'); ?> +
+
+
+ form->getInput('metadesc', 'params'); ?> +
+
+ +
+
+ - - - - - - + canDo->get('core.admin')): ?> + +
+ form->getInput('rules'); ?> +
+ + + - - - - - - -
LanguageAccessID
- id . '&return=' . $return . '&options=' . $options; ?> - - escape($item->params->get('filename')) - ? $this->escape($item->params->get('filename')) - : $this->escape($item->params->get('media_image_name'))); ?> - - - published, $i, 'message.', true, 'cb', '', ''); ?> - - createdate, JText::_('DATE_FORMAT_LC4')); ?> - - language; ?> - - access_level; ?> - - id; ?> -
- form->getValue('id') . '&options=' . $options . '&return=' . $return; ?> - item->id)) - { - ?> - - -
-
-
- form->getLabel('download_id'); ?> -
-
- form->getInput('download_id'); ?> -
-
-
-
-
-
-

-
-
-
- form->getInput('id'); ?> -
-
-
-
- -
-
- item->hits; ?> -
-
-
-
- form->getLabel('published'); ?> -
-
- form->getInput('published'); ?> -
-
-
-
- form->getLabel('studydate'); ?> -
-
- form->getInput('studydate'); ?> -
-
-
-
- form->getLabel('comments'); ?> -
-
- form->getInput('comments'); ?> -
-
-
-
- form->getLabel('access'); ?> -
-
- form->getInput('access'); ?> -
-
-
-
- form->getLabel('language'); ?> -
-
- form->getInput('language'); ?> -
-
-
- + form->getInput('thumbnailm'); ?> - + - -
+ + \ No newline at end of file diff --git a/com_biblestudy/admin/views/message/view.html.php b/com_biblestudy/admin/views/message/view.html.php index 2a20da69dd..1c5fc0a5d1 100644 --- a/com_biblestudy/admin/views/message/view.html.php +++ b/com_biblestudy/admin/views/message/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -89,6 +89,12 @@ public function display($tpl = null) $this->mediafiles = $this->get('MediaFiles'); $this->state = $this->get('State'); + // Check for errors. + if (count($errors = $this->get('Errors'))) + { + throw new Exception(implode("\n", $errors), 500); + } + // Set some variables for use by the modal mediafile entry form from a study $app = JFactory::getApplication(); $app->setUserState($option . 'sid', $this->item->id); @@ -99,6 +105,8 @@ public function display($tpl = null) $this->admin_params = $registry; $document = JFactory::getDocument(); + $this->simple_view = JBSMHelper::getSimpleView(); + JHtml::stylesheet('media/com_biblestudy/css/token-input-jbs.css'); JHtml::_('biblestudy.framework'); @@ -125,9 +133,6 @@ public function display($tpl = null) // Set the toolbar $this->addToolbar(); - // Set the document - $this->setDocument(); - // Display the template return parent::display($tpl); } @@ -185,18 +190,4 @@ protected function addToolbar() JToolbarHelper::divider(); JToolbarHelper::help('biblestudy', true); } - - /** - * Add the page title to browser. - * - * @return void - * - * @since 7.1.0 - */ - protected function setDocument() - { - $isNew = ($this->item->id < 1); - $document = JFactory::getDocument(); - $document->setTitle($isNew ? JText::_('JBS_TITLE_STUDIES_CREATING') : JText::sprintf('JBS_TITLE_STUDIES_EDITING', $this->item->studytitle)); - } } diff --git a/com_biblestudy/admin/views/messages/tmpl/default.php b/com_biblestudy/admin/views/messages/tmpl/default.php index d3248ecf15..14e5c3a1a3 100644 --- a/com_biblestudy/admin/views/messages/tmpl/default.php +++ b/com_biblestudy/admin/views/messages/tmpl/default.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -20,8 +20,8 @@ $app = JFactory::getApplication(); $user = JFactory::getUser(); $userId = $user->get('id'); -$listOrder = $this->escape($this->state->get('list.ordering', 'study.studydate')); -$listDirn = $this->escape($this->state->get('list.direction', 'desc')); +$listOrder = $this->escape($this->state->get('list.ordering')); +$listDirn = $this->escape($this->state->get('list.direction')); $archived = $this->state->get('filter.published') == 2 ? true : false; $trashed = $this->state->get('filter.published') == -2 ? true : false; $saveOrder = $listOrder == 'study.ordering'; @@ -32,87 +32,81 @@ $saveOrderingUrl = 'index.php?option=com_biblestudy&task=message.saveOrderAjax&tmpl=component'; JHtml::_('sortablelist.sortable', 'messagesList', 'adminForm', strtolower($listDirn), $saveOrderingUrl); } - -$sortFields = $this->getSortFields(); ?>
sidebar)): ?> -
+
sidebar; ?> -
-
-
+
+
+
-
+
- $this)); - ?> + $this)); ?> +
items)) : ?> -
+
-
+
- - - - -
- ', 'study.ordering', $listDirn, $listOrder, null, 'desc', 'JGRID_HEADING_ORDERING'); ?> - + + + + + - - - - - - - - + + + + + + + - - - - - - - - - - - items as $i => $item) : - $item->max_ordering = 0; + + + + + + + + + + + + items as $i => $item) : $ordering = ($listOrder == 'study.ordering'); $canCreate = $user->authorise('core.create'); $canEdit = $user->authorise('core.edit', 'com_biblestudy.message.' . $item->id); $canEditOwn = $user->authorise('core.edit.own', 'com_biblestudy.message.' . $item->id); $canChange = $user->authorise('core.edit.state', 'com_biblestudy.message.' . $item->id); ?> - - + - + - - + - + - - + - + - + - - + + - - + + + - -
+ + - - - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - -
-
+ + + +
+ pagination->getListFooter(); ?> +
+
- - + + - + - + id); ?> - -
- published, $i, 'messages.', $canChange, 'cb', '', ''); ?> +
+
+ published, $i, 'messages.', $canChange, 'cb', $item->publish_up, $item->publish_down); ?> - $action = $trashed ? 'untrash' : 'trash'; - JHtml::_('actionsdropdown.' . $action, 'cb' . $i, 'messages'); - - // Render dropdown list - echo JHtml::_('actionsdropdown.render', $this->escape($item->studytitle)); + published === 2 ? 'un' : '') . 'archive', 'cb' . $i, 'positions'); + JHtml::_('actionsdropdown.' . ((int) $item->published === -2 ? 'un' : '') . 'trash', 'cb' . $i, 'positions'); + echo JHtml::_('actionsdropdown.render', $this->escape($item->studytitle)); + } ?> -
-
+ + escape($item->studydate, JText::_('DATE_FORMAT_LC4'))); ?> - -
+
+
- id ); ?>"> - escape($item->studytitle) ? $this->escape( - $item->studytitle - ) : 'ID: ' . $this->escape($item->id)); ?> - + escape($item->studytitle); ?> + - escape($item->studytitle) ? $this->escape( - $item->studytitle - ) : 'ID: ' . $this->escape($item->id)); ?> - - alias) : ?> -

- escape($item->alias)); ?>

+ escape($item->studytitle); ?> -
-
- chapter_begin != 0 && $item->verse_begin != 0) - { - echo $this->escape($item->bookname) . ' ' . $this->escape($item->chapter_begin) . ':' . $this->escape($item->verse_begin); - } - ?> - +
+ + escape($item->alias)); ?> + + +
escape($item->teachername); ?> - + escape($item->messageType); ?> - + escape($item->series_text); ?> - - -
- -
- -
+ + +
+ +
+ +
language == '*'): ?> - language_title ? $this->escape($item->language_title) : JText::_('JUNDEFINED'); ?> + language_title ? JHtml::_('image', 'mod_languages/' . $item->language_image . '.gif', $item->language_title, array('title' => $item->language_title), true) . ' ' . $this->escape($item->language_title) : JText::_('JUNDEFINED'); ?> - - id; ?> -
+ id; ?> +
+ +
authorise('core.create', 'com_biblestudy') && $user->authorise('core.edit', 'com_biblestudy') @@ -231,11 +211,8 @@ ); ?> - pagination->getListFooter(); ?> - - - - + + -
+
diff --git a/com_biblestudy/admin/views/messages/tmpl/default_batch_body.php b/com_biblestudy/admin/views/messages/tmpl/default_batch_body.php index 373ef0a44c..5a1a8d1abc 100644 --- a/com_biblestudy/admin/views/messages/tmpl/default_batch_body.php +++ b/com_biblestudy/admin/views/messages/tmpl/default_batch_body.php @@ -3,7 +3,7 @@ * Batch Template * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/messages/tmpl/default_batch_footer.php b/com_biblestudy/admin/views/messages/tmpl/default_batch_footer.php index 5cded0e563..12bc81f39b 100644 --- a/com_biblestudy/admin/views/messages/tmpl/default_batch_footer.php +++ b/com_biblestudy/admin/views/messages/tmpl/default_batch_footer.php @@ -3,7 +3,7 @@ * Batch Template * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/messages/tmpl/modal.php b/com_biblestudy/admin/views/messages/tmpl/modal.php index 8eef5eb4a9..f3c83cec9d 100644 --- a/com_biblestudy/admin/views/messages/tmpl/modal.php +++ b/com_biblestudy/admin/views/messages/tmpl/modal.php @@ -3,114 +3,165 @@ * Modal * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ // No Direct Access defined('_JEXEC') or die; -if (JFactory::getApplication()->isSite()) +$app = JFactory::getApplication(); + +if ($app->isClient('site')) { JSession::checkToken('get') or die(JText::_('JINVALID_TOKEN')); } JHtml::addIncludePath(JPATH_COMPONENT . '/helpers/html'); -JHtml::_('behavior.multiselect'); -JHtml::_('behavior.tooltip'); -$input = new JInput; -$function = $input->get('function', 'jSelectStudy', 'cmd'); + +JHtml::_('behavior.core'); +JHtml::_('behavior.polyfill', ['event'], 'lt IE 9'); +JHtml::_('script', 'com_content/admin-articles-modal.min.js', ['version' => 'auto', 'relative' => true]); +JHtml::_('bootstrap.tooltip', '.hasTooltip', ['placement' => 'bottom']); +JHtml::_('formbehavior.chosen', 'select'); + +// Special case for the search field tooltip. +$searchFilterDesc = $this->filterForm->getFieldAttribute('search', 'description', null, 'filter'); +JHtml::_('bootstrap.tooltip', '#filter_search', ['title' => JText::_($searchFilterDesc), 'placement' => 'bottom']); + +$function = $app->input->getCmd('function', 'jSelectStudy'); +$editor = $app->input->getCmd('editor', ''); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); +$onclick = $this->escape($function); + +if (!empty($editor)) +{ + // This view is used also in com_menus. Load the xtd script only if the editor is set! + JFactory::getDocument()->addScriptOptions('xtd-articles', ['editor' => $editor]); + $onclick = "jSelectArticle"; +} ?> -
- $this)); - ?> +
+ + + $this]); ?> + +
- - - - - - - - - - - - - - - - - - - items as $i => $item) : - ?> - - - + items)) : ?> +
+ +
+ +
- - - - - - - - - - - - - - - -
- pagination->getListFooter(); ?> -
- - escape($item->studytitle); ?> - - - studydate, JText::_('DATE_FORMAT_LC4')); ?> -
+ + + + + + + + + + + + + + + + + + 'icon-trash', + 0 => 'icon-unpublish', + 1 => 'icon-publish', + 2 => 'icon-archive', + ]; + ?> + items as $i => $item) : + ?> + language && JLanguageMultilang::isEnabled()) + { + $tag = strlen($item->language); + if ($tag == 5) + { + $lang = substr($item->language, 0, 2); + } + elseif ($tag == 6) + { + $lang = substr($item->language, 0, 3); + } + else + { + $lang = ''; + } + } + elseif (!JLanguageMultilang::isEnabled()) + { + $lang = ''; + } + ?> + + + + + + + + + + + +
+ + + + + + + + + + + + + +
+ pagination->getListFooter(); ?> +
+ + + escape($onclick) . '"' + . ' data-id="' . $item->id . '"' + . ' data-title="' . $this->escape(addslashes($item->studytitle)) . '"' + . ' data-uri=" "' + . ' data-language="' . $this->escape($lang) . '"'; + ?> + "> + escape($item->studytitle); ?> + + + studydate, JText::_('DATE_FORMAT_LC4')); ?> + + escape($item->teachername); ?> + + escape($item->messageType); ?> + + escape($item->series_text); ?> + + +
+ - - published, $i, 'messages.', true, 'cb', '', ''); ?> - - - escape($item->bookname) . ' ' . $this->escape($item->chapter_begin) . ':' . $this->escape($item->verse_begin); ?> - - - escape($item->teachername); ?> - - - escape($item->messageType); ?> - - - escape($item->series_text); ?> - - - language == '*'): ?> - - - language_title ? $this->escape($item->language_title) : JText::_('JUNDEFINED'); ?> - - - - - -
- - + -
- + +
diff --git a/com_biblestudy/admin/views/messages/view.html.php b/com_biblestudy/admin/views/messages/view.html.php index 103a87dba4..fee7bc5f2f 100644 --- a/com_biblestudy/admin/views/messages/view.html.php +++ b/com_biblestudy/admin/views/messages/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/messagetype/tmpl/edit.php b/com_biblestudy/admin/views/messagetype/tmpl/edit.php index e3b7a954ea..3de58ad3f8 100644 --- a/com_biblestudy/admin/views/messagetype/tmpl/edit.php +++ b/com_biblestudy/admin/views/messagetype/tmpl/edit.php @@ -3,7 +3,7 @@ * Form * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/messagetype/view.html.php b/com_biblestudy/admin/views/messagetype/view.html.php index 7caf4e4166..1b39320623 100644 --- a/com_biblestudy/admin/views/messagetype/view.html.php +++ b/com_biblestudy/admin/views/messagetype/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/messagetypes/tmpl/default.php b/com_biblestudy/admin/views/messagetypes/tmpl/default.php index 41ef0686cc..9c2277c397 100644 --- a/com_biblestudy/admin/views/messagetypes/tmpl/default.php +++ b/com_biblestudy/admin/views/messagetypes/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/messagetypes/tmpl/default_batch.php b/com_biblestudy/admin/views/messagetypes/tmpl/default_batch.php index a5852a21da..8c39e9c237 100644 --- a/com_biblestudy/admin/views/messagetypes/tmpl/default_batch.php +++ b/com_biblestudy/admin/views/messagetypes/tmpl/default_batch.php @@ -3,7 +3,7 @@ * Batch Template * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/messagetypes/tmpl/modal.php b/com_biblestudy/admin/views/messagetypes/tmpl/modal.php index ff16654947..58995cd475 100644 --- a/com_biblestudy/admin/views/messagetypes/tmpl/modal.php +++ b/com_biblestudy/admin/views/messagetypes/tmpl/modal.php @@ -3,7 +3,7 @@ * Modal * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/messagetypes/view.html.php b/com_biblestudy/admin/views/messagetypes/view.html.php index 02593adfec..8a923fb3db 100644 --- a/com_biblestudy/admin/views/messagetypes/view.html.php +++ b/com_biblestudy/admin/views/messagetypes/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/migrate/tmpl/edit.php b/com_biblestudy/admin/views/migrate/tmpl/edit.php index 28cb7f5091..db6bd3b5d0 100644 --- a/com_biblestudy/admin/views/migrate/tmpl/edit.php +++ b/com_biblestudy/admin/views/migrate/tmpl/edit.php @@ -3,7 +3,7 @@ * Form sub migrate * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * @since 7.1.0 diff --git a/com_biblestudy/admin/views/migrate/view.html.php b/com_biblestudy/admin/views/migrate/view.html.php index e1b1c23cf9..a5cc7dbaf9 100644 --- a/com_biblestudy/admin/views/migrate/view.html.php +++ b/com_biblestudy/admin/views/migrate/view.html.php @@ -3,7 +3,7 @@ * View html * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/podcast/view.html.php b/com_biblestudy/admin/views/podcast/view.html.php index 2fbae572b5..2e910281b4 100644 --- a/com_biblestudy/admin/views/podcast/view.html.php +++ b/com_biblestudy/admin/views/podcast/view.html.php @@ -3,7 +3,7 @@ * JView html * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/podcasts/tmpl/default.php b/com_biblestudy/admin/views/podcasts/tmpl/default.php index 0a0b6f05cf..79637c817b 100644 --- a/com_biblestudy/admin/views/podcasts/tmpl/default.php +++ b/com_biblestudy/admin/views/podcasts/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/podcasts/view.html.php b/com_biblestudy/admin/views/podcasts/view.html.php index 3f03c9de11..b26b0702d3 100644 --- a/com_biblestudy/admin/views/podcasts/view.html.php +++ b/com_biblestudy/admin/views/podcasts/view.html.php @@ -3,7 +3,7 @@ * Podcasts html * * @package BibleStudy - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/serie/tmpl/edit.php b/com_biblestudy/admin/views/serie/tmpl/edit.php index 78282d76e2..606b65e488 100644 --- a/com_biblestudy/admin/views/serie/tmpl/edit.php +++ b/com_biblestudy/admin/views/serie/tmpl/edit.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/serie/view.html.php b/com_biblestudy/admin/views/serie/view.html.php index e305c3b715..60ae3b8084 100644 --- a/com_biblestudy/admin/views/serie/view.html.php +++ b/com_biblestudy/admin/views/serie/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/series/tmpl/default.php b/com_biblestudy/admin/views/series/tmpl/default.php index 4fe1b0c7af..52cb7e5990 100644 --- a/com_biblestudy/admin/views/series/tmpl/default.php +++ b/com_biblestudy/admin/views/series/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/series/tmpl/default_batch.php b/com_biblestudy/admin/views/series/tmpl/default_batch.php index f6bac4b6a3..aca0dc610c 100644 --- a/com_biblestudy/admin/views/series/tmpl/default_batch.php +++ b/com_biblestudy/admin/views/series/tmpl/default_batch.php @@ -3,7 +3,7 @@ * Batch Template * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/series/tmpl/modal.php b/com_biblestudy/admin/views/series/tmpl/modal.php index a96cfb8c58..9e900880e0 100644 --- a/com_biblestudy/admin/views/series/tmpl/modal.php +++ b/com_biblestudy/admin/views/series/tmpl/modal.php @@ -3,7 +3,7 @@ * Modal * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/series/view.html.php b/com_biblestudy/admin/views/series/view.html.php index c875bbdc89..c8488e4b33 100644 --- a/com_biblestudy/admin/views/series/view.html.php +++ b/com_biblestudy/admin/views/series/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/server/tmpl/edit.php b/com_biblestudy/admin/views/server/tmpl/edit.php index 18a9fa9111..16b59333e6 100644 --- a/com_biblestudy/admin/views/server/tmpl/edit.php +++ b/com_biblestudy/admin/views/server/tmpl/edit.php @@ -3,7 +3,7 @@ * Form * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -149,13 +149,13 @@ class="accordion-body collapse ">

item->id)) {echo $this->escape($this->item->addon->name); } + if (isset($this->item->id) && isset($this->itemaddon)) {echo $this->escape($this->item->addon->name); } ?>

item->id)) {echo $this->escape($this->item->addon->description);} + if (isset($this->item->id) && isset($this->itemaddon)) {echo $this->escape($this->item->addon->description);} ?>

diff --git a/com_biblestudy/admin/views/server/view.html.php b/com_biblestudy/admin/views/server/view.html.php index fb2ed82e56..02aa167d38 100644 --- a/com_biblestudy/admin/views/server/view.html.php +++ b/com_biblestudy/admin/views/server/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/servers/tmpl/default.php b/com_biblestudy/admin/views/servers/tmpl/default.php index 92b5c1f7da..6ffeb99ab8 100644 --- a/com_biblestudy/admin/views/servers/tmpl/default.php +++ b/com_biblestudy/admin/views/servers/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/servers/tmpl/modal.php b/com_biblestudy/admin/views/servers/tmpl/modal.php index 5e9e31408c..70e8297d7f 100644 --- a/com_biblestudy/admin/views/servers/tmpl/modal.php +++ b/com_biblestudy/admin/views/servers/tmpl/modal.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/servers/tmpl/types.php b/com_biblestudy/admin/views/servers/tmpl/types.php index 0d866f1af2..7c994d81ae 100644 --- a/com_biblestudy/admin/views/servers/tmpl/types.php +++ b/com_biblestudy/admin/views/servers/tmpl/types.php @@ -3,7 +3,7 @@ * Types html * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/servers/view.html.php b/com_biblestudy/admin/views/servers/view.html.php index 18681f0945..947fe9ad35 100644 --- a/com_biblestudy/admin/views/servers/view.html.php +++ b/com_biblestudy/admin/views/servers/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/teacher/tmpl/edit.php b/com_biblestudy/admin/views/teacher/tmpl/edit.php index 7c4d035b68..dd197c285f 100644 --- a/com_biblestudy/admin/views/teacher/tmpl/edit.php +++ b/com_biblestudy/admin/views/teacher/tmpl/edit.php @@ -3,7 +3,7 @@ * Form * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/teacher/view.html.php b/com_biblestudy/admin/views/teacher/view.html.php index 1aae6f742d..a50b253703 100644 --- a/com_biblestudy/admin/views/teacher/view.html.php +++ b/com_biblestudy/admin/views/teacher/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/teachers/tmpl/default.php b/com_biblestudy/admin/views/teachers/tmpl/default.php index 1a3dd4b459..68822030c1 100644 --- a/com_biblestudy/admin/views/teachers/tmpl/default.php +++ b/com_biblestudy/admin/views/teachers/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/teachers/tmpl/default_batch.php b/com_biblestudy/admin/views/teachers/tmpl/default_batch.php index 8be34bff86..f55495253e 100644 --- a/com_biblestudy/admin/views/teachers/tmpl/default_batch.php +++ b/com_biblestudy/admin/views/teachers/tmpl/default_batch.php @@ -3,7 +3,7 @@ * Batch Template * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/teachers/tmpl/modal.php b/com_biblestudy/admin/views/teachers/tmpl/modal.php index 8a4ebe27d4..189487cea3 100644 --- a/com_biblestudy/admin/views/teachers/tmpl/modal.php +++ b/com_biblestudy/admin/views/teachers/tmpl/modal.php @@ -3,7 +3,7 @@ * Modal * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/teachers/view.html.php b/com_biblestudy/admin/views/teachers/view.html.php index 904b91a848..1215596949 100644 --- a/com_biblestudy/admin/views/teachers/view.html.php +++ b/com_biblestudy/admin/views/teachers/view.html.php @@ -3,7 +3,7 @@ * JView html * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/template/tmpl/edit.php b/com_biblestudy/admin/views/template/tmpl/edit.php index 2e3561805b..846b70a59c 100644 --- a/com_biblestudy/admin/views/template/tmpl/edit.php +++ b/com_biblestudy/admin/views/template/tmpl/edit.php @@ -3,7 +3,7 @@ * Form * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -36,154 +36,217 @@
-
- -
- +
+ +
+
+
form->getLabel('title'); ?> -
-
+
+
form->getInput('title'); ?> -
-
-
-
+
+
+
+
form->getLabel('text'); ?> -
-
+
+
form->getInput('text'); ?> -
-
- form->getFieldset('TEMPLATES') as $field): ?> -
-
+
+
+
+ form->getFieldset('TEMPLATES')); + foreach ($this->form->getFieldset('TEMPLATES') as $field): + + if ($c == 0) + { + echo '
'; + } + elseif ($c == $count->half) + { + echo '
'; + } + ?> +
+
label; ?> -
-
+
+
input; ?> -
-
- +
+
+ count) + { + echo '
'; + } + endforeach; ?> +
form->getFieldset('TERMS') as $field): ?> -
-
+
+
label; ?> -
-
+
+
input; ?> -
-
+
+
-
-
- form->getFieldset('MEDIA') as $field): ?> -
-
- label; ?> -
-
- input; ?> -
-
- -
-
- form->getFieldset('LANDINGPAGE') as $field): ?> -
-
- label; ?> -
-
- input; ?> -
-
- -
-
-
-
-
+
+
+ form->getFieldset('MEDIA')); + foreach ($this->form->getFieldset('MEDIA') as $field): + + if ($c == 0) + { + echo '
'; + } + elseif ($c == $count->half) + { + echo '
'; + } + ?> +
+
+ label; ?> +
+
+ input; ?> +
+
+ count) + { + echo '
'; + } + endforeach; ?> +
+
+
+
+ form->getFieldset('LANDINGPAGE')); + foreach ($this->form->getFieldset('LANDINGPAGE') as $field): + + if ($c == 0) + { + echo '
'; + } + elseif ($c == $count->half) + { + echo '
'; + } + ?> +
+
+ label; ?> +
+
+ input; ?> +
+
+ count) + { + echo '
'; + } + endforeach; ?> +
+
+
+
+
+ -
-
-
+ + + +
+
+
form->getFieldset('VERSES') as $field): ?> -
-
+
+
label; ?> -
-
+
+
input; ?> -
-
+
+
-
-
+
+
form->getFieldset('LISTITEMS') as $field): ?> label; @@ -192,349 +255,681 @@ echo '
'; } ?> -
-
+
+
label; ?> -
-
+
+
input; ?> -
-
+
+
-
-
+
+
form->getFieldset('FILTERS') as $field): ?> -
-
+
+
label; ?> -
-
+
+
input; ?> -
-
+
+
-
-
+
+
form->getFieldset('TOOLTIP') as $field): ?> -
-
+
+
label; ?> -
-
+
+
input; ?> -
-
+
+
-
-
+
+
form->getFieldset('DISPLAYELEMENTS1') as $field): ?> -
-
- label; ?> -
-
- input; ?> -
-
+ type != "Spacer"): ?> +
+
+ label; ?> +
+
+ input; ?> +
+
+ +
+
+
+ label; ?> +
+
+ input; ?> +
+
+ -
-
+
+
form->getFieldset('DISPLAYELEMENTS2') as $field): ?> -
-
- label; ?> -
-
- input; ?> -
-
+ type != "Spacer"): ?> +
+
+ label; ?> +
+
+ input; ?> +
+
+ +
+
+
+ label; ?> +
+
+ input; ?> +
+
+ -
-
+
+
form->getFieldset('DISPLAYELEMENTS3') as $field): ?> -
-
- label; ?> -
-
- input; ?> -
-
+ type != "Spacer"): ?> +
+
+ label; ?> +
+
+ input; ?> +
+
+ +
+
+
+ label; ?> +
+
+ input; ?> +
+
+ -
-
+
+
form->getFieldset('DISPLAYELEMENTS4') as $field): ?> -
-
- label; ?> -
-
- input; ?> -
-
+ type != "Spacer"): ?> +
+
+ label; ?> +
+
+ input; ?> +
+
+ +
+
+
+ label; ?> +
+
+ input; ?> +
+
+ -
-
+
+
form->getFieldset('DISPLAYELEMENTS5') as $field): ?> -
-
- label; ?> -
-
- input; ?> -
-
+ type != "Spacer"): ?> +
+
+ label; ?> +
+
+ input; ?> +
+
+ +
+
+
+ label; ?> +
+
+ input; ?> +
+
+ -
-
+
+
form->getFieldset('DISPLAYELEMENTS6') as $field): ?> -
-
- label; ?> -
-
- input; ?> -
-
+ type != "Spacer"): ?> +
+
+ label; ?> +
+
+ input; ?> +
+
+ +
+
+
+ label; ?> +
+
+ input; ?> +
+
+ -
-
-
-
-
-
-
-
+
+
+
+
+
+
+ -
-
-
- form->getFieldset('DETAILS') as $field): ?> -
-
- label; ?> -
-
- input; ?> -
-
- -
-
+ + + +
+
+
+
+ form->getFieldset('DETAILS')); + foreach ($this->form->getFieldset('DETAILS') as $field): + + if ($c == 0) + { + echo '
'; + } + elseif ($c == $count->half) + { + echo '
'; + } + ?> +
+
+ label; ?> +
+
+ input; ?> +
+
+ count) + { + echo '
'; + } + endforeach; ?> +
+
+
form->getFieldset('DDISPLAYELEMENTS1') as $field): ?> -
-
- label; ?> -
-
- input; ?> -
-
+ type != "Spacer"): ?> +
+
+ label; ?> +
+
+ input; ?> +
+
+ +
+
+
+ label; ?> +
+
+ input; ?> +
+
+ -
-
+
+
form->getFieldset('DDISPLAYELEMENTS2') as $field): ?> -
-
- label; ?> -
-
- input; ?> -
-
+ type != "Spacer"): ?> +
+
+ label; ?> +
+
+ input; ?> +
+
+ +
+
+
+ label; ?> +
+
+ input; ?> +
+
+ -
-
+
+
form->getFieldset('DDISPLAYELEMENTS3') as $field): ?> -
-
- label; ?> -
-
- input; ?> -
-
+ type != "Spacer"): ?> +
+
+ label; ?> +
+
+ input; ?> +
+
+ +
+
+
+ label; ?> +
+
+ input; ?> +
+
+ -
-
+
+
form->getFieldset('DDISPLAYELEMENTS4') as $field): ?> -
-
- label; ?> -
-
- input; ?> -
-
+ type != "Spacer"): ?> +
+
+ label; ?> +
+
+ input; ?> +
+
+ +
+
+
+ label; ?> +
+
+ input; ?> +
+
+ -
-
+
+
form->getFieldset('DDISPLAYELEMENTS5') as $field): ?> -
-
+ type != "Spacer"): ?> +
+
+ label; ?> +
+
+ input; ?> +
+
+ +
+
+
+ label; ?> +
+
+ input; ?> +
+
+ + +
+
+ form->getFieldset('DDISPLAYELEMENTS6') as $field): ?> + type != "Spacer"): ?> +
+
+ label; ?> +
+
+ input; ?> +
+
+ +
+
+
+ label; ?> +
+
+ input; ?> +
+
+ + +
+
+
+
+
+
+
+ +
+
+
+ form->getFieldset('TEACHER') as $field): ?> +
+
label; ?> -
-
+
+
input; ?> -
-
+
+
-
-
- form->getFieldset('DDISPLAYELEMENTS6') as $field): ?> -
-
+
+
+ form->getFieldset('TEACHERDISPLAY') as $field): ?> + type != "Spacer"): ?> +
+
+ label; ?> +
+
+ input; ?> +
+
+ +
+
+
+ label; ?> +
+
+ input; ?> +
+
+ + +
+
+
+
+
+
+
+ +
+
+
+ form->getFieldset('TEACHERDETAILS') as $field): ?> +
+
label; ?> -
-
+
+
input; ?> -
-
+
+
-
-
-
-
-
- form->getFieldset('TEACHER') as $field): ?> -
-
- label; ?> -
-
- input; ?> -
-
- -
-
- form->getFieldset('TEACHERDETAILS') as $field): ?> -
-
- label; ?> -
-
- input; ?> -
-
- -
- +
+
+
+
+ -
-
-
- form->getFieldset('SERIES') as $field): ?> -
-
- label; ?> -
-
- input; ?> -
-
+ + +
  • + + + +
  • + +
    +
    +
    +
    + form->getFieldset('SERIES')); + foreach ($this->form->getFieldset('SERIES') as $field): + + if ($c == 0) + { + echo '
    '; + } + elseif ($c == $count->half) + { + echo '
    '; + } + ?> +
    +
    + label; ?> +
    +
    + input; ?> +
    +
    + count) + { + echo '
    '; + } + endforeach; ?> +
    +
    +
    + form->getFieldset('SERIESDISPALY') as $field): ?> + type != "Spacer"): ?> +
    +
    + label; ?> +
    +
    + input; ?> +
    +
    + +
    +
    +
    + label; ?> +
    +
    + input; ?> +
    +
    + -
    -
    +
    +
    form->getFieldset('SERIESDETAIL') as $field): ?> -
    -
    +
    +
    label; ?> -
    -
    +
    +
    input; ?> -
    -
    +
    +
    + +
    +
    + form->getFieldset('SERIESDETAILDISPALY') as $field): ?> + type != "Spacer"): ?> +
    +
    + label; ?> +
    +
    + input; ?> +
    +
    + +
    +
    +
    + label; ?> +
    +
    + input; ?> +
    +
    + -
    -
    -
    -
    +
    +
    +
    +
    canDo->get('core.admin')): ?> -
    +
    form->getInput('rules'); ?> -
    +
    -
    - +
    + - - - -
    -

    -
    -
    -
    +
    + + +
    +

    +
    +
    +
    form->getValue('title'); ?> -
    -
    -
    -
    +
    +
    +
    +
    form->getLabel('id'); ?> -
    -
    +
    +
    form->getInput('id'); ?> -
    -
    -
    -
    +
    +
    +
    +
    form->getLabel('published'); ?> -
    -
    +
    +
    form->getInput('published'); ?> -
    -
    -
    - -
    +
    + + + + diff --git a/com_biblestudy/admin/views/template/view.html.php b/com_biblestudy/admin/views/template/view.html.php index 59f132ae1b..9fbca99403 100644 --- a/com_biblestudy/admin/views/template/view.html.php +++ b/com_biblestudy/admin/views/template/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/templatecode/tmpl/edit.php b/com_biblestudy/admin/views/templatecode/tmpl/edit.php index 680ff8c3f8..ad7289516b 100644 --- a/com_biblestudy/admin/views/templatecode/tmpl/edit.php +++ b/com_biblestudy/admin/views/templatecode/tmpl/edit.php @@ -3,7 +3,7 @@ * Form * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/templatecode/view.html.php b/com_biblestudy/admin/views/templatecode/view.html.php index 0a13073506..0b2e49d346 100644 --- a/com_biblestudy/admin/views/templatecode/view.html.php +++ b/com_biblestudy/admin/views/templatecode/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/templates/tmpl/default.php b/com_biblestudy/admin/views/templates/tmpl/default.php index 9d5eae7a0a..f48346bbab 100644 --- a/com_biblestudy/admin/views/templates/tmpl/default.php +++ b/com_biblestudy/admin/views/templates/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/templates/tmpl/default_export.php b/com_biblestudy/admin/views/templates/tmpl/default_export.php index 031798c5dc..374afc7d43 100644 --- a/com_biblestudy/admin/views/templates/tmpl/default_export.php +++ b/com_biblestudy/admin/views/templates/tmpl/default_export.php @@ -3,7 +3,7 @@ * Form for exporting and importing template settings and files * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/templates/view.html.php b/com_biblestudy/admin/views/templates/view.html.php index 3b787959c4..4596d73f80 100644 --- a/com_biblestudy/admin/views/templates/view.html.php +++ b/com_biblestudy/admin/views/templates/view.html.php @@ -3,7 +3,7 @@ * Templates html * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/topic/tmpl/edit.php b/com_biblestudy/admin/views/topic/tmpl/edit.php index 87b42a100a..45ee45fb47 100644 --- a/com_biblestudy/admin/views/topic/tmpl/edit.php +++ b/com_biblestudy/admin/views/topic/tmpl/edit.php @@ -3,7 +3,7 @@ * Form * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/topic/view.html.php b/com_biblestudy/admin/views/topic/view.html.php index 1e2a7e079e..cbcb4e7f7c 100644 --- a/com_biblestudy/admin/views/topic/view.html.php +++ b/com_biblestudy/admin/views/topic/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/topics/tmpl/default.php b/com_biblestudy/admin/views/topics/tmpl/default.php index eddd43bc33..bfae0a486e 100644 --- a/com_biblestudy/admin/views/topics/tmpl/default.php +++ b/com_biblestudy/admin/views/topics/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/topics/view.html.php b/com_biblestudy/admin/views/topics/view.html.php index a07d0843e6..ef77a43c7e 100644 --- a/com_biblestudy/admin/views/topics/view.html.php +++ b/com_biblestudy/admin/views/topics/view.html.php @@ -3,7 +3,7 @@ * Topics html * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/upload/tmpl/default.php b/com_biblestudy/admin/views/upload/tmpl/default.php index ceef898787..4414464adb 100644 --- a/com_biblestudy/admin/views/upload/tmpl/default.php +++ b/com_biblestudy/admin/views/upload/tmpl/default.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/upload/tmpl/default_navigator.php b/com_biblestudy/admin/views/upload/tmpl/default_navigator.php index 34f2e33a15..d87a85b248 100644 --- a/com_biblestudy/admin/views/upload/tmpl/default_navigator.php +++ b/com_biblestudy/admin/views/upload/tmpl/default_navigator.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/upload/tmpl/default_uploader.php b/com_biblestudy/admin/views/upload/tmpl/default_uploader.php index 2cb813c047..0ed4953b3d 100644 --- a/com_biblestudy/admin/views/upload/tmpl/default_uploader.php +++ b/com_biblestudy/admin/views/upload/tmpl/default_uploader.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/admin/views/upload/view.html.php b/com_biblestudy/admin/views/upload/view.html.php index 856004f114..1034a4e531 100644 --- a/com_biblestudy/admin/views/upload/view.html.php +++ b/com_biblestudy/admin/views/upload/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/biblestudy.script.php b/com_biblestudy/biblestudy.script.php index 9092439e26..6359c5fd3c 100755 --- a/com_biblestudy/biblestudy.script.php +++ b/com_biblestudy/biblestudy.script.php @@ -1,7 +1,7 @@ array( - '5.5' => '5.5.3', '5.6' => '5.6.30', '7.0' => '7.0.13', '7.1' => '7.1.0', + '7.2' => '7.2.1', '0' => '7.0.13' // Preferred version ), 'MySQL' => array( diff --git a/com_biblestudy/biblestudy.xml b/com_biblestudy/biblestudy.xml index 517f78fdaf..b570217ab5 100644 --- a/com_biblestudy/biblestudy.xml +++ b/com_biblestudy/biblestudy.xml @@ -5,9 +5,9 @@ CWM Team info@joomlabiblestudy.org https://www.christianwebministries.org - (C) 2007 - 2018 Proclaim All rights reserved. - 9.1.7 - Nov 14, 2018 + (C) 2007 - 2019 Proclaim All rights reserved. + 9.2.0 + Feb 27, 2019 http://www.gnu.org/licenses/gpl.html JBS_INS_XML_DESCRIPTION @@ -22,7 +22,6 @@ biblestudy.php controller.php - convert1.htm router.php controllers helpers @@ -71,7 +70,6 @@ biblestudy.php config.xml controller.php - convert1.htm addons controllers helpers diff --git a/com_biblestudy/langfiles/en-GB/en-GB.com_biblestudy.ini b/com_biblestudy/langfiles/en-GB/en-GB.com_biblestudy.ini new file mode 100644 index 0000000000..e3b28af27e --- /dev/null +++ b/com_biblestudy/langfiles/en-GB/en-GB.com_biblestudy.ini @@ -0,0 +1,11 @@ +; $Id: en-GB.com_biblestudy.ini 2025 2011-08-28 04:08:06Z genu $ +; Copyright (c) 2008 CWM Team +; License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php +; Note : All ini files need to be saved as UTF-8 - No BOM +; Used only for Post Install Language Translations. +COM_BIBLESTUDY="Proclaim" + +; Simple Mode message +SIMPLEMODEMESSAGE_TITLE="Simple Mode" +SIMPLEMODEMESSAGE_BODY="This version of Proclaim! introduces Simple Mode. Simple mode provides an easier interface to enter and display messages. It is ON by default. Turn it OFF and ON in the Administration tab." +SIMPLEMODEMESSAGE_ACTION="Go to the Administration tab and toggle Simple Mode OFF for the full featured Proclaim!" \ No newline at end of file diff --git a/com_biblestudy/media/css/biblestudy.css b/com_biblestudy/media/css/biblestudy.css index 0191641e9e..20707a79b7 100644 --- a/com_biblestudy/media/css/biblestudy.css +++ b/com_biblestudy/media/css/biblestudy.css @@ -769,4 +769,22 @@ div.JBSM .img-rounded { margin: 0 auto; } } +#pagelinks { + background-color: #F2F2F2; + border: 1px solid #C5C1BE; + border-radius: 5px; + font-size: 105%; + margin: 13px 0 0; + min-height: 20px; + padding: 5px 10px; + position: relative; +} +#dropdowns { + background-color: #A9A9A9; + margin: 0 -5px; + padding: 8px 8px; + border: 1px solid #C5C1BE; + position: relative; + -webkit-border-radius: 9px; +} /*# sourceMappingURL=biblestudy.css.map */ \ No newline at end of file diff --git a/com_biblestudy/media/css/biblestudy.min.css b/com_biblestudy/media/css/biblestudy.min.css index 8a1e2b32e1..311bf959d0 100644 --- a/com_biblestudy/media/css/biblestudy.min.css +++ b/com_biblestudy/media/css/biblestudy.min.css @@ -1 +1 @@ -#bsm_teachertable{margin:0;border-collapse:separate}#bsm_teachertable .bsm_studiestitlerow{background-color:#666}#bsm_teachertable .teacheraddress{text-align:left}#bsm_teachertable .teacherwebsite{text-align:left}#bsm_teachertable .teacherfacebook{text-align:left}#bsm_teachertable .bsm_teachertwitter{text-align:left}#bsm_teachertable .bsm_teacherblog{text-align:left}#bsm_teachertable .bsm_teacherlink1{text-align:left}#bsm_teachertable td{text-align:left;padding:0 5px 0 5px;border:0}#bsm_teachertable .titlerow{border-bottom:thick}#bsm_teachertable .title{font-size:18px;font-weight:bold;border-bottom:3px solid #999;padding:4px 0 4px 4px}#bsm_teachertable .bsm_separator{border-bottom:1px solid #999}#bsm_teachertable .bsm_teachername{font-weight:bold;font-size:14px;color:#000;white-space:nowrap}#bsm_teachertable .bsm_teacheremail{font-weight:normal;font-size:11px}#bsm_teachertable .bsm_teacherwebsite{font-weight:normal;font-size:11px}#bsm_teachertable .bsm_teacherphone{font-weight:normal;font-size:11px}#bsm_teachertable .bsm_short{padding:8px 4px 4px}#bsm_teachertable .bsm_titletitle{font-weight:bold;color:#fff}#bsm_teachertable .bsm_titlescripture{font-weight:bold;color:#fff}#bsm_teachertable .bsm_titledate{font-weight:bold;color:#fff}#bsm_teachertable .bsm_teacherlong{padding:8px 4px 4px;border-bottom:1px solid #999}#bsm_teachertable tr.bsodd{background-color:#fff;border-bottom:1px solid #999}#bsm_teachertable tr.bseven{background-color:#fffff0;border-bottom:1px solid #999}#bsm_teachertable .lastrow td{border-bottom:1px solid grey;padding-bottom:7px;padding-top:7px}#bsm_teachertable .bsm_teacherfooter{border-top:1px solid #999;padding:4px 1px 1px 4px}.landingtable{clear:both;width:auto;display:table}.landingrow{display:inline;padding:1em}.landingcell{display:table-cell}.landinglink a{display:inline}.podcastsubscribe{clear:both;display:table;width:100%;background-color:#eee;border-radius:15px 15px 15px 15px;border:1px solid grey;padding:1em}.podcastsubscribe .image{float:left;padding-right:5px;display:inline}.podcastsubscribe .image .text{display:inline;position:relative;right:50px;bottom:-10px}.podcastsubscribe .prow{display:table-row;width:auto;clear:both}.podcastsubscribe .pcell{display:table-cell;float:left;background-color:#e3e2e2;border-radius:15px 15px 15px 15px;border:1px solid grey;padding:1em;margin-right:5px;margin-left:0 !important}.podcastheader{font-weight:bold}.podcastheader h3{display:inline;text-align:center}.fltlft{float:left;padding-right:5px}div.listingfooter ul li{list-style:none outside none}#listingfooter li,#listingfooter ul{display:inline}#listintro p,#listintro td{margin:0;font-weight:bold;color:black}#bsdropdownmenu{margin-bottom:10px}.bsms_media_contaner div.bsms_media_file:not(:first-child){padding-left:10px}.bsms_media_contaner span.fa-play{padding-right:4px}.bsms_media_contaner{margin:0;border-collapse:separate}.bsms_media_contaner .lastcol{border-right:grey 2px solid}.bsms_media_contaner .lastrow td{border-bottom:2px solid grey;padding-bottom:7px}.bsms_media_contaner th{background-color:#707070;font-weight:bold;color:white}.bsms_media_contaner th.firstrow{border-bottom:grey 2px solid}.bsms_media_contaner tr.lastrow th{border-bottom:2px solid grey;padding-bottom:3px}.bsms_media_contaner tr.bsodd td{background-color:#fff}.bsms_media_contaner tr.bseven td{background-color:#fffff0}.bsms_media_contaner .date{white-space:nowrap;font-size:1.2em;color:grey;font-weight:bold}.bsms_media_contaner .scripture1{white-space:nowrap;color:#c02121;font-weight:bold}.bsms_media_contaner .scripture2{white-space:nowrap;color:#c02121;font-weight:bold}.bsms_media_contaner .title{font-size:1.2em;color:#707070;font-weight:bold}.bsms_media_contaner .series_text{white-space:nowrap;color:grey}.bsms_media_contaner .duration{white-space:nowrap;font-style:italic}.bsms_media_contaner .teacher{white-space:nowrap}.bsms_media_contaner .location_text{white-space:nowrap}.bsms_media_contaner .topic_text{white-space:nowrap}.bsms_media_contaner .message_type{white-space:nowrap}.bsms_media_contaner .jbsmedia{white-space:nowrap}.bsms_media_contaner .store{white-space:nowrap}.bsms_media_contaner .details-text{white-space:nowrap}.bsms_media_contaner .details-pdf{white-space:nowrap}.bsms_media_contaner .details-text-pdf{white-space:nowrap}.bsms_media_contaner .detailstable td{border:0;padding:0 2px 0 0}.bsms_media_contaner .secondary_reference{white-space:nowrap}.bsms_media_contaner .teacher-title-name{white-space:nowrap}.bsms_media_contaner .submitted{white-space:nowrap}.bsms_media_contaner .hits{white-space:nowrap}.bsms_media_contaner .studynumber{white-space:nowrap}.bsms_media_contaner .filesize{white-space:nowrap}.bsms_media_contaner .custom{white-space:nowrap}.bsms_media_contaner .commentshead{font-size:2em;font-weight:bold}.bsms_media_contaner .thumbnail{white-space:nowrap}.bsms_media_contaner .mediatable td{border:0;padding:0 6px 0 0}.bsms_media_contaner .mediatable span.bsfilesize{font-size:.6em;position:relative;bottom:7px}.bslisttable th,.bslisttable td{text-align:left;padding:0 5px 0 5px;border:0}.bslisttable .row1col1,.bslisttable .row2col1,.bslisttable .row3col1,.bslisttable .row4col1{border-left:grey 2px solid}.bslisttable th.row1col1,.bslisttable th.row1col2,.bslisttable th.row1col3,.bslisttable th.row1col4{border-top:grey 2px solid;padding-top:3px}#bsmsmoduletable{margin:0;border-collapse:separate}#bsmsmoduletable .lastcol{border-right:grey 2px solid}#bsmsmoduletable .lastrow td{border-bottom:2px solid grey;padding-bottom:7px}#bsmsmoduletable th{background-color:#707070;font-weight:bold;color:white}#bsmsmoduletable th.firstrow{border-bottom:grey 2px solid}#bsmsmoduletable tr.lastrow th{border-bottom:2px solid grey;padding-bottom:3px}#bsmsmoduletable tr.bsodd td{background-color:#fff}#bsmsmoduletable tr.bseven td{background-color:#fffff0}#bsmsmoduletable .date{white-space:nowrap;font-size:1.2em;color:grey;font-weight:bold}#bsmsmoduletable .scripture1{white-space:nowrap;color:#c02121;font-weight:bold}#bsmsmoduletable .scripture2{white-space:nowrap;color:#c02121;font-weight:bold}#bsmsmoduletable .title{font-size:1.2em;color:#707070;font-weight:bold}#bsmsmoduletable .series_text{white-space:nowrap;color:grey}#bsmsmoduletable .duration{white-space:nowrap;font-style:italic}#bsmsmoduletable .teacher{white-space:nowrap}#bsmsmoduletable .location_text{white-space:nowrap}#bsmsmoduletable .topic_text{white-space:nowrap}#bsmsmoduletable .message_type{white-space:nowrap}#bsmsmoduletable .jbsmedia{white-space:nowrap}#bsmsmoduletable .store{white-space:nowrap}#bsmsmoduletable .details-text{white-space:nowrap}#bsmsmoduletable .details-pdf{white-space:nowrap}#bsmsmoduletable .details-text-pdf{white-space:nowrap}#bsmsmoduletable .detailstable td{border:0;padding:0 2px 0 0}#bsmsmoduletable .secondary_reference{white-space:nowrap}#bsmsmoduletable .teacher-title-name{white-space:nowrap}#bsmsmoduletable .submitted{white-space:nowrap}#bsmsmoduletable .hits{white-space:nowrap}#bsmsmoduletable .studynumber{white-space:nowrap}#bsmsmoduletable .filesize{white-space:nowrap}#bsmsmoduletable .custom{white-space:nowrap}#bsmsmoduletable .commentshead{font-size:2em;font-weight:bold}#bsmsmoduletable .thumbnail{white-space:nowrap}#bsmsmoduletable .mediatable td{border:0;padding:0 6px 0 0}#bsmsmoduletable .mediatable span.bsfilesize{font-size:.6em;position:relative;bottom:7px}#bsmsmoduletable th,#bsmsmoduletable td{text-align:left;padding:0 5px 0 5px;border:0}#bsmsmoduletable .row1col1,#bsmsmoduletable .row2col1,#bsmsmoduletable .row3col1,#bsmsmoduletable .row4col1{border-left:grey 2px solid}#bsmsmoduletable th.row1col1,#bsmsmoduletable th.row1col2,#bsmsmoduletable th.row1col3,#bsmsmoduletable th.row1col4{border-top:grey 2px solid;padding-top:3px}.landing_title{font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;font-size:16px;font-weight:bold}#landing_td{width:33%}.landing_separator{height:15px}#showhide{font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;font-size:12px;font-weight:bold;text-decoration:none}#showhide .showhideheadingbutton img{vertical-align:bottom}.popupwindow{margin:5px;text-align:center}p.popuptitle{font-weight:bold;color:white}.popupfooter{margin:5px;text-align:center}p.popupfooter{font-weight:bold;color:grey}.JBSM [class*="span"]{margin-left:0;display:inline-table}.jbsmimg{width:200px;height:200px}.jbsmimg img{border:0}.effects{padding-left:15px}.effects .jbsmimg{position:relative;float:left;overflow:hidden}.effects .jbsmimg img{display:block;margin:0;padding:0;max-width:100%}.overlay{display:block;position:absolute;z-index:20;background:rgba(0,0,0,0.8);overflow:hidden;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}a.jbsmclose-overlay{display:block;position:absolute;top:0;right:0;z-index:100;width:45px;height:45px;font-size:20px;font-weight:700;color:#fff;line-height:45px;text-align:center;background-color:#000;cursor:pointer}a.jbsmclose-overlay.hidden{display:none}a.expand{display:block;position:absolute;z-index:100;width:40px;height:40px;border:solid 5px #fff;text-align:center;color:#fff;line-height:30px;font-weight:500;font-size:20px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;border-radius:30px}p.expand{display:block;position:absolute;z-index:100;padding-left:20px;text-align:center;color:#fff}.jw-media,.jw-overlays,.jw-preview{position:relative !important}.popupwindow .jwplayer{block-size:inherit !important}.jw_controls{position:absolute !important}#effect-1 .overlay{bottom:0;left:0;right:0;width:100%;height:0}#effect-1 .overlay a.expand{left:0;right:0;bottom:20%;margin:0 auto -30px auto}#effect-1 .jbsmimg.hover .overlay{height:100%}#effect-2 .overlay{top:0;left:0;right:0;width:100%;height:0}#effect-2 .overlay a.expand{left:0;right:0;top:50%;margin:-30px auto 0 auto}#effect-2 .jbsmimg.hover .overlay{height:100%}#effect-3 .overlay{top:0;bottom:0;left:0;width:0;height:100%}#effect-3 .overlay a.expand{top:0;bottom:0;left:50%;margin:auto 0 auto -30px}#effect-3 .jbsmimg.hover .overlay{width:100%}#effect-4 .overlay{top:0;bottom:0;right:0;width:0;height:100%}#effect-4 .overlay a.expand{top:0;bottom:0;right:50%;margin:auto -30px auto 0}#effect-4 .jbsmimg.hover .overlay{width:100%}#effect-5 .overlay{top:0;bottom:0;left:0;right:0;opacity:0}#effect-5 .overlay a.expand{top:0;bottom:0;left:0;right:0;margin:auto;width:100%;height:100%;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}#effect-5 .jbsmimg.hover .overlay{opacity:1}#effect-5 .jbsmimg.hover .overlay a.expand{width:60px;height:60px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;border-radius:30px}#effect-6 .overlay{top:0;bottom:0;left:0;right:0;opacity:0}#effect-6 .overlay a.expand{left:0;right:0;top:0;margin:0 auto;opacity:0;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}#effect-6 .jbsmimg.hover .overlay{opacity:1}#effect-6 .jbsmimg.hover .overlay a.expand{top:50%;margin-top:-30px;opacity:1}@media only screen and (max-width:1100px){.effects{padding-left:5px}.effects .jbsmimg:first-child{margin-left:0}.effects .jbsmimg:nth-child(2n){margin-right:0}.effects .jbsmimg:last-child{margin-right:0}}@media only screen and (max-width:520px){.effects .jbsmimg{width:100%}.effects .jbsmimg:nth-child(n){margin-right:0}.effects .jbsmimg:first-child{margin-left:0}.effects .jbsmimg:nth-child(2n-1){margin-left:0}.effects .jbsmimg:nth-child(2n){margin-right:0}.effects .jbsmimg:last-child{margin-right:0}.effects .jbsmimg img{margin:0 auto}} \ No newline at end of file +#bsm_teachertable{margin:0;border-collapse:separate}#bsm_teachertable .bsm_studiestitlerow{background-color:#666}#bsm_teachertable .teacheraddress{text-align:left}#bsm_teachertable .teacherwebsite{text-align:left}#bsm_teachertable .teacherfacebook{text-align:left}#bsm_teachertable .bsm_teachertwitter{text-align:left}#bsm_teachertable .bsm_teacherblog{text-align:left}#bsm_teachertable .bsm_teacherlink1{text-align:left}#bsm_teachertable td{text-align:left;padding:0 5px 0 5px;border:0}#bsm_teachertable .titlerow{border-bottom:thick}#bsm_teachertable .title{font-size:18px;font-weight:bold;border-bottom:3px solid #999;padding:4px 0 4px 4px}#bsm_teachertable .bsm_separator{border-bottom:1px solid #999}#bsm_teachertable .bsm_teachername{font-weight:bold;font-size:14px;color:#000;white-space:nowrap}#bsm_teachertable .bsm_teacheremail{font-weight:normal;font-size:11px}#bsm_teachertable .bsm_teacherwebsite{font-weight:normal;font-size:11px}#bsm_teachertable .bsm_teacherphone{font-weight:normal;font-size:11px}#bsm_teachertable .bsm_short{padding:8px 4px 4px}#bsm_teachertable .bsm_titletitle{font-weight:bold;color:#fff}#bsm_teachertable .bsm_titlescripture{font-weight:bold;color:#fff}#bsm_teachertable .bsm_titledate{font-weight:bold;color:#fff}#bsm_teachertable .bsm_teacherlong{padding:8px 4px 4px;border-bottom:1px solid #999}#bsm_teachertable tr.bsodd{background-color:#fff;border-bottom:1px solid #999}#bsm_teachertable tr.bseven{background-color:#fffff0;border-bottom:1px solid #999}#bsm_teachertable .lastrow td{border-bottom:1px solid grey;padding-bottom:7px;padding-top:7px}#bsm_teachertable .bsm_teacherfooter{border-top:1px solid #999;padding:4px 1px 1px 4px}.landingtable{clear:both;width:auto;display:table}.landingrow{display:inline;padding:1em}.landingcell{display:table-cell}.landinglink a{display:inline}.podcastsubscribe{clear:both;display:table;width:100%;background-color:#eee;border-radius:15px 15px 15px 15px;border:1px solid grey;padding:1em}.podcastsubscribe .image{float:left;padding-right:5px;display:inline}.podcastsubscribe .image .text{display:inline;position:relative;right:50px;bottom:-10px}.podcastsubscribe .prow{display:table-row;width:auto;clear:both}.podcastsubscribe .pcell{display:table-cell;float:left;background-color:#e3e2e2;border-radius:15px 15px 15px 15px;border:1px solid grey;padding:1em;margin-right:5px;margin-left:0!important}.podcastheader{font-weight:bold}.podcastheader h3{display:inline;text-align:center}.fltlft{float:left;padding-right:5px}div.listingfooter ul li{list-style:none outside none}#listingfooter li,#listingfooter ul{display:inline}#listintro p,#listintro td{margin:0;font-weight:bold;color:black}#bsdropdownmenu{margin-bottom:10px}.bsms_media_contaner div.bsms_media_file:not(:first-child){padding-left:10px}.bsms_media_contaner span.fa-play,.bsms_media_contaner span.icon-play{padding-right:4px;background-image:none}.bsms_media_contaner{margin:0;border-collapse:separate}.bsms_media_contaner .lastcol{border-right:grey 2px solid}.bsms_media_contaner .lastrow td{border-bottom:2px solid grey;padding-bottom:7px}.bsms_media_contaner th{background-color:#707070;font-weight:bold;color:white}.bsms_media_contaner th.firstrow{border-bottom:grey 2px solid}.bsms_media_contaner tr.lastrow th{border-bottom:2px solid grey;padding-bottom:3px}.bsms_media_contaner tr.bsodd td{background-color:#fff}.bsms_media_contaner tr.bseven td{background-color:#fffff0}.bsms_media_contaner .date{white-space:nowrap;font-size:1.2em;color:grey;font-weight:bold}.bsms_media_contaner .scripture1{white-space:nowrap;color:#c02121;font-weight:bold}.bsms_media_contaner .scripture2{white-space:nowrap;color:#c02121;font-weight:bold}.bsms_media_contaner .title{font-size:1.2em;color:#707070;font-weight:bold}.bsms_media_contaner .series_text{white-space:nowrap;color:grey}.bsms_media_contaner .duration{white-space:nowrap;font-style:italic}.bsms_media_contaner .teacher{white-space:nowrap}.bsms_media_contaner .location_text{white-space:nowrap}.bsms_media_contaner .topic_text{white-space:nowrap}.bsms_media_contaner .message_type{white-space:nowrap}.bsms_media_contaner .jbsmedia{white-space:nowrap}.bsms_media_contaner .store{white-space:nowrap}.bsms_media_contaner .details-text{white-space:nowrap}.bsms_media_contaner .details-pdf{white-space:nowrap}.bsms_media_contaner .details-text-pdf{white-space:nowrap}.bsms_media_contaner .detailstable td{border:0;padding:0 2px 0 0}.bsms_media_contaner .secondary_reference{white-space:nowrap}.bsms_media_contaner .teacher-title-name{white-space:nowrap}.bsms_media_contaner .submitted{white-space:nowrap}.bsms_media_contaner .hits{white-space:nowrap}.bsms_media_contaner .studynumber{white-space:nowrap}.bsms_media_contaner .filesize{white-space:nowrap}.bsms_media_contaner .custom{white-space:nowrap}.bsms_media_contaner .commentshead{font-size:2em;font-weight:bold}.bsms_media_contaner .thumbnail{white-space:nowrap}.bsms_media_contaner .mediatable td{border:0;padding:0 6px 0 0}.bsms_media_contaner .mediatable span.bsfilesize{font-size:.6em;position:relative;bottom:7px}.bslisttable th,.bslisttable td{text-align:left;padding:0 5px 0 5px;border:0}.bslisttable .row1col1,.bslisttable .row2col1,.bslisttable .row3col1,.bslisttable .row4col1{border-left:grey 2px solid}.bslisttable th.row1col1,.bslisttable th.row1col2,.bslisttable th.row1col3,.bslisttable th.row1col4{border-top:grey 2px solid;padding-top:3px}#bsmsmoduletable{margin:0;border-collapse:separate}#bsmsmoduletable .lastcol{border-right:grey 2px solid}#bsmsmoduletable .lastrow td{border-bottom:2px solid grey;padding-bottom:7px}#bsmsmoduletable th{background-color:#707070;font-weight:bold;color:white}#bsmsmoduletable th.firstrow{border-bottom:grey 2px solid}#bsmsmoduletable tr.lastrow th{border-bottom:2px solid grey;padding-bottom:3px}#bsmsmoduletable tr.bsodd td{background-color:#fff}#bsmsmoduletable tr.bseven td{background-color:#fffff0}#bsmsmoduletable .date{white-space:nowrap;font-size:1.2em;color:grey;font-weight:bold}#bsmsmoduletable .scripture1{white-space:nowrap;color:#c02121;font-weight:bold}#bsmsmoduletable .scripture2{white-space:nowrap;color:#c02121;font-weight:bold}#bsmsmoduletable .title{font-size:1.2em;color:#707070;font-weight:bold}#bsmsmoduletable .series_text{white-space:nowrap;color:grey}#bsmsmoduletable .duration{white-space:nowrap;font-style:italic}#bsmsmoduletable .teacher{white-space:nowrap}#bsmsmoduletable .location_text{white-space:nowrap}#bsmsmoduletable .topic_text{white-space:nowrap}#bsmsmoduletable .message_type{white-space:nowrap}#bsmsmoduletable .jbsmedia{white-space:nowrap}#bsmsmoduletable .store{white-space:nowrap}#bsmsmoduletable .details-text{white-space:nowrap}#bsmsmoduletable .details-pdf{white-space:nowrap}#bsmsmoduletable .details-text-pdf{white-space:nowrap}#bsmsmoduletable .detailstable td{border:0;padding:0 2px 0 0}#bsmsmoduletable .secondary_reference{white-space:nowrap}#bsmsmoduletable .teacher-title-name{white-space:nowrap}#bsmsmoduletable .submitted{white-space:nowrap}#bsmsmoduletable .hits{white-space:nowrap}#bsmsmoduletable .studynumber{white-space:nowrap}#bsmsmoduletable .filesize{white-space:nowrap}#bsmsmoduletable .custom{white-space:nowrap}#bsmsmoduletable .commentshead{font-size:2em;font-weight:bold}#bsmsmoduletable .thumbnail{white-space:nowrap}#bsmsmoduletable .mediatable td{border:0;padding:0 6px 0 0}#bsmsmoduletable .mediatable span.bsfilesize{font-size:.6em;position:relative;bottom:7px}#bsmsmoduletable th,#bsmsmoduletable td{text-align:left;padding:0 5px 0 5px;border:0}#bsmsmoduletable .row1col1,#bsmsmoduletable .row2col1,#bsmsmoduletable .row3col1,#bsmsmoduletable .row4col1{border-left:grey 2px solid}#bsmsmoduletable th.row1col1,#bsmsmoduletable th.row1col2,#bsmsmoduletable th.row1col3,#bsmsmoduletable th.row1col4{border-top:grey 2px solid;padding-top:3px}.landing_title{font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;font-size:16px;font-weight:bold}#landing_td{width:33%}.landing_separator{height:15px}#showhide{font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;font-size:12px;font-weight:bold;text-decoration:none}#showhide .showhideheadingbutton img{vertical-align:bottom}.popupwindow{margin:5px;text-align:center}p.popuptitle{font-weight:bold;color:white}.popupfooter{margin:5px;text-align:center}p.popupfooter{font-weight:bold;color:grey}.JBSM [class*="span"]{margin-left:0;display:inline-table}.jbsmimg{width:200px;height:200px}.jbsmimg img{border:0}.effects{padding-left:15px}.effects .jbsmimg{position:relative;float:left;overflow:hidden}.effects .jbsmimg img{display:block;margin:0;padding:0;max-width:100%}.overlay{display:block;position:absolute;z-index:20;background:rgba(0,0,0,0.8);overflow:hidden;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}a.jbsmclose-overlay{display:block;position:absolute;top:0;right:0;z-index:100;width:45px;height:45px;font-size:20px;font-weight:700;color:#fff;line-height:45px;text-align:center;background-color:#000;cursor:pointer}a.jbsmclose-overlay.hidden{display:none}a.expand{display:block;position:absolute;z-index:100;width:40px;height:40px;border:solid 5px #fff;text-align:center;color:#fff;line-height:30px;font-weight:500;font-size:20px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;border-radius:30px}p.expand{display:block;position:absolute;z-index:100;padding-left:20px;text-align:center;color:#fff}.jw-media,.jw-overlays,.jw-preview{position:relative!important}.popupwindow .jwplayer{block-size:inherit!important}.jw_controls{position:absolute!important}#effect-1 .overlay{bottom:0;left:0;right:0;width:100%;height:0}#effect-1 .overlay a.expand{left:0;right:0;bottom:20%;margin:0 auto -30px auto}#effect-1 .jbsmimg.hover .overlay{height:100%}#effect-2 .overlay{top:0;left:0;right:0;width:100%;height:0}#effect-2 .overlay a.expand{left:0;right:0;top:50%;margin:-30px auto 0 auto}#effect-2 .jbsmimg.hover .overlay{height:100%}#effect-3 .overlay{top:0;bottom:0;left:0;width:0;height:100%}#effect-3 .overlay a.expand{top:0;bottom:0;left:50%;margin:auto 0 auto -30px}#effect-3 .jbsmimg.hover .overlay{width:100%}#effect-4 .overlay{top:0;bottom:0;right:0;width:0;height:100%}#effect-4 .overlay a.expand{top:0;bottom:0;right:50%;margin:auto -30px auto 0}#effect-4 .jbsmimg.hover .overlay{width:100%}#effect-5 .overlay{top:0;bottom:0;left:0;right:0;opacity:0}#effect-5 .overlay a.expand{top:0;bottom:0;left:0;right:0;margin:auto;width:100%;height:100%;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}#effect-5 .jbsmimg.hover .overlay{opacity:1}#effect-5 .jbsmimg.hover .overlay a.expand{width:60px;height:60px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;border-radius:30px}#effect-6 .overlay{top:0;bottom:0;left:0;right:0;opacity:0}#effect-6 .overlay a.expand{left:0;right:0;top:0;margin:0 auto;opacity:0;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}#effect-6 .jbsmimg.hover .overlay{opacity:1}#effect-6 .jbsmimg.hover .overlay a.expand{top:50%;margin-top:-30px;opacity:1}@media only screen and (max-width:1100px){.effects{padding-left:5px}.effects .jbsmimg:first-child{margin-left:0}.effects .jbsmimg:nth-child(2n){margin-right:0}.effects .jbsmimg:last-child{margin-right:0}}@media only screen and (max-width:520px){.effects .jbsmimg{width:100%}.effects .jbsmimg:nth-child(n){margin-right:0}.effects .jbsmimg:first-child{margin-left:0}.effects .jbsmimg:nth-child(2n-1){margin-left:0}.effects .jbsmimg:nth-child(2n){margin-right:0}.effects .jbsmimg:last-child{margin-right:0}.effects .jbsmimg img{margin:0 auto}}#pagelinks{background-color:#f2f2f2;border:1px solid #c5c1be;border-radius:5px;font-size:105%;margin:13px 0 0;min-height:20px;padding:5px 10px;position:relative}#dropdowns{background-color:#a9a9a9;margin:0 -5px;padding:8px 8px;border:1px solid #c5c1be;position:relative;-webkit-border-radius:9px} \ No newline at end of file diff --git a/com_biblestudy/media/css/general.min.css b/com_biblestudy/media/css/general.min.css new file mode 100644 index 0000000000..2de2452246 --- /dev/null +++ b/com_biblestudy/media/css/general.min.css @@ -0,0 +1 @@ +div.current .panelform{border:1px solid #ccc!important}.inlineFields div{float:left}.inlineFields label{min-width:70px!important}#loading{-moz-border-radius:7px 7px 7px 7px;border-radius:7px 7px 7px 7px;background-color:#fff;border:1px solid black;padding:16px;position:fixed;right:0;text-align:center;top:0;width:158px;margin:7px;display:none}#loading span{font-weight:bold}.inlinePlayer{border:1px solid black;position:absolute;width:290px;margin-left:-293px;height:24px;display:none;background-color:#fff}#checks,#download,#decompress,#install,#migration,#templates,#extensions,#done{margin:7px;border:2px dotted #e3e1e1;background-color:#fafafa;width:450px;padding-bottom:10px;height:100px}#pb0-box,#pb1-box,#pb2-box,#pb3-box,#pb4-box,#pb5-box,#pb6-box{background:url('/media/com_biblestudy/images/progress-bar-back.gif') no-repeat scroll right center transparent;width:200px;height:19px}#pb0-perc,#pb1-perc,#pb2-perc,#pb3-perc,#pb4-perc,#pb5-perc,#pb6-perc{background:url('/media/com_biblestudy/images/progress-bar.gif') no-repeat scroll right center transparent;height:19px;float:left}.jbs_install_footer{border:1px solid #9cf;background:#d9d9ff;padding:20px;margin:20px;clear:both}.finishbutton{height:150px;width:200px;color:#fff;outline:1px solid #ddd;border-top:1px solid #fff;padding:10px 10px 40px 10px;background:#f0f0f0}.finishbutton1:hover{height:150px;width:200px;outline:1px solid #ddd;border-top:1px solid #fff;padding:10px 10px 40px 10px;background:#f0f088}img.imgcenter{display:block;margin-left:auto;margin-right:auto}.css-editor{width:97%;border:0}.blue{color:#08c;text-decoration:none}#fbadmin{text-align:left}#fbheader{padding-left:10px;clear:both}.fbmenu{width:14%}#fbmenu{padding-left:10px}#fbmenu a{display:block;font-size:11px;border-left:1px solid #ccc;border-bottom:1px solid #ccc}.fbmainmenu{background:#fbfbfb;padding:5px}.fbactivemenu{background:#fff;padding:5px}.fbsubmenu{background:#fff;padding:5px 5px 5px 15px}.fbright{border:1px solid #ccc;background:#fff;padding:5px}.fbfooter{font-size:10px;text-align:right;padding:5px;background:#fbfbfb;border-bottom:1px solid #CCC;border-left:1px solid #CCC;border-right:1px solid #CCC}.fbfunctitle{font-size:16px;text-align:left;padding:5px;background:#fbfbfb;border:1px solid #CCC;font-weight:bold;margin-bottom:10px;clear:both}.fbfuncsubtitle{font-size:14px;text-align:left;padding:5px;border-bottom:3px solid #7f9db9;font-weight:bold;color:#7f9db9;margin:10px 0 10px 0}.fbrow0 td{padding:8px 5px;text-align:left;border-bottom:1px dotted #ccc}.fbrow1 td{padding:8px 5px;text-align:left;border-bottom:1px dotted #ccc}td.fbtdtitle{font-weight:bold;padding-left:10px;color:#666}#fbcongifcover fieldset{border:1px solid #cfdceb}#fbcongifcover fieldset legend{color:#666}.fbwelcome{clear:both;margin-bottom:10px;padding:10px;font-size:12px;color:#536482;line-height:140%;border:1px solid #ddd}.fbwelcome h3{margin:0;padding:0}table.thisform{width:100%;padding:10px;border-collapse:collapse}table.thisform tr.row0{background-color:#f7f8f9}table.thisform tr.row1{background-color:#eee}table.thisform th{font-size:15px;font-weight:normal;font-variant:small-caps;padding:6px 4px 2px 4px;text-align:left;height:25px;color:#666;background-repeat:repeat}table.thisform td{padding:3px;text-align:left}.fbstatscover{padding:0}table.fbstat{background-color:#fff;border:1px solid #ddd;padding:1px;width:100%}table.fbstat th{background:#EEE;border-bottom:1px solid #CCC;border-top:1px solid #EEE;color:#666;font-size:11px;padding:3px 4px;text-align:left}table.fbstat td{font-size:11px;line-height:140%;padding:4px;text-align:left}table.fbstat caption{clear:both;font-size:14px;font-weight:bold;margin:10px 0 2px 0;padding:2px;text-align:left}table.fbstat .col1{background-color:#f1f3f5}table.fbstat .col2{background-color:#fbfbfb}#jbspaypal{padding-top:10px;padding-left:10px}#categoryItems{display:none}#loading{display:none;position:absolute;right:50px}.selectContainer{float:left;margin-left:5px}#docManItemsContainer{display:none}#articlesCategoriesContainer{display:none}#articlesItemsContainer{display:none}#virtueMartItemsContainer{display:none}#cpanel a{float:left;min-width:90px}#cpanel img{padding:10px 0;margin:0 auto}#cpanel span{display:block;text-align:center}#dashboard-icons>.btn+.btn{float:left} \ No newline at end of file diff --git a/com_biblestudy/media/css/general.min.min.css b/com_biblestudy/media/css/general.min.min.css new file mode 100644 index 0000000000..4e5dc6bad8 --- /dev/null +++ b/com_biblestudy/media/css/general.min.min.css @@ -0,0 +1 @@ +div.current .panelform{border:1px solid #ccc !important}.inlineFields div{float:left}.inlineFields label{min-width:70px !important}#loading{-moz-border-radius:7px 7px 7px 7px;border-radius:7px 7px 7px 7px;background-color:#fff;border:1px solid black;padding:16px;position:fixed;right:0;text-align:center;top:0;width:158px;margin:7px;display:none}#loading span{font-weight:bold}.inlinePlayer{border:1px solid black;position:absolute;width:290px;margin-left:-293px;height:24px;display:none;background-color:#fff}#checks,#download,#decompress,#install,#migration,#templates,#extensions,#done{margin:7px;border:2px dotted #e3e1e1;background-color:#fafafa;width:450px;padding-bottom:10px;height:100px}#pb0-box,#pb1-box,#pb2-box,#pb3-box,#pb4-box,#pb5-box,#pb6-box{background:url('/media/com_biblestudy/images/progress-bar-back.gif') no-repeat scroll right center transparent;width:200px;height:19px}#pb0-perc,#pb1-perc,#pb2-perc,#pb3-perc,#pb4-perc,#pb5-perc,#pb6-perc{background:url('/media/com_biblestudy/images/progress-bar.gif') no-repeat scroll right center transparent;height:19px;float:left}.jbs_install_footer{border:1px solid #9cf;background:#d9d9ff;padding:20px;margin:20px;clear:both}.finishbutton{height:150px;width:200px;color:#fff;outline:1px solid #ddd;border-top:1px solid #fff;padding:10px 10px 40px 10px;background:#f0f0f0}.finishbutton1:hover{height:150px;width:200px;outline:1px solid #ddd;border-top:1px solid #fff;padding:10px 10px 40px 10px;background:#f0f088}img.imgcenter{display:block;margin-left:auto;margin-right:auto}.css-editor{width:97%;border:0}.blue{color:#08c;text-decoration:none}#fbadmin{text-align:left}#fbheader{padding-left:10px;clear:both}.fbmenu{width:14%}#fbmenu{padding-left:10px}#fbmenu a{display:block;font-size:11px;border-left:1px solid #ccc;border-bottom:1px solid #ccc}.fbmainmenu{background:#fbfbfb;padding:5px}.fbactivemenu{background:#fff;padding:5px}.fbsubmenu{background:#fff;padding:5px 5px 5px 15px}.fbright{border:1px solid #ccc;background:#fff;padding:5px}.fbfooter{font-size:10px;text-align:right;padding:5px;background:#fbfbfb;border-bottom:1px solid #CCC;border-left:1px solid #CCC;border-right:1px solid #CCC}.fbfunctitle{font-size:16px;text-align:left;padding:5px;background:#fbfbfb;border:1px solid #CCC;font-weight:bold;margin-bottom:10px;clear:both}.fbfuncsubtitle{font-size:14px;text-align:left;padding:5px;border-bottom:3px solid #7f9db9;font-weight:bold;color:#7f9db9;margin:10px 0 10px 0}.fbrow0 td{padding:8px 5px;text-align:left;border-bottom:1px dotted #ccc}.fbrow1 td{padding:8px 5px;text-align:left;border-bottom:1px dotted #ccc}td.fbtdtitle{font-weight:bold;padding-left:10px;color:#666}#fbcongifcover fieldset{border:1px solid #cfdceb}#fbcongifcover fieldset legend{color:#666}.fbwelcome{clear:both;margin-bottom:10px;padding:10px;font-size:12px;color:#536482;line-height:140%;border:1px solid #ddd}.fbwelcome h3{margin:0;padding:0}table.thisform{width:100%;padding:10px;border-collapse:collapse}table.thisform tr.row0{background-color:#f7f8f9}table.thisform tr.row1{background-color:#eee}table.thisform th{font-size:15px;font-weight:normal;font-variant:small-caps;padding:6px 4px 2px 4px;text-align:left;height:25px;color:#666;background-repeat:repeat}table.thisform td{padding:3px;text-align:left}.fbstatscover{padding:0}table.fbstat{background-color:#fff;border:1px solid #ddd;padding:1px;width:100%}table.fbstat th{background:#EEE;border-bottom:1px solid #CCC;border-top:1px solid #EEE;color:#666;font-size:11px;padding:3px 4px;text-align:left}table.fbstat td{font-size:11px;line-height:140%;padding:4px;text-align:left}table.fbstat caption{clear:both;font-size:14px;font-weight:bold;margin:10px 0 2px 0;padding:2px;text-align:left}table.fbstat .col1{background-color:#f1f3f5}table.fbstat .col2{background-color:#fbfbfb}#jbspaypal{padding-top:10px;padding-left:10px}#categoryItems{display:none}#loading{display:none;position:absolute;right:50px}.selectContainer{float:left;margin-left:5px}#docManItemsContainer{display:none}#articlesCategoriesContainer{display:none}#articlesItemsContainer{display:none}#virtueMartItemsContainer{display:none}#cpanel a{float:left;min-width:90px}#cpanel img{padding:10px 0;margin:0 auto}#cpanel span{display:block;text-align:center}#dashboard-icons>.btn+.btn{float:left} \ No newline at end of file diff --git a/com_biblestudy/media/js/biblestudy.js b/com_biblestudy/media/js/biblestudy.js index fe6c71dc00..30a2cedfbb 100644 --- a/com_biblestudy/media/js/biblestudy.js +++ b/com_biblestudy/media/js/biblestudy.js @@ -145,6 +145,7 @@ jQuery(document).ready(function () { alert('this is the teacher list setup'); } }); + function goTo() { var sE = null, url; if (document.getElementById) { @@ -156,6 +157,7 @@ function goTo() { location.href = url; } } + function ReverseDisplay() { var ele = document.getElementById("scripture"); var text = document.getElementById("heading"); @@ -172,9 +174,11 @@ function ReverseDisplay() { function HideContent(d) { document.getElementById(d).style.display = "none"; } + function ShowContent(d) { document.getElementById(d).style.display = "block"; } + function ReverseDisplay2(d) { if (document.getElementById(d).style.display == "none") { document.getElementById(d).style.display = "block"; @@ -183,3 +187,50 @@ function ReverseDisplay2(d) { document.getElementById(d).style.display = "none"; } } + +function decOnly(i) { + var t = i.value; + if (t.length > 0) { + t = t.replace(/[^\d\.]+/g, ''); + } + var s = t.split('.'); + if (s.length > 1) { + s[1] = s[0] + '.' + s[1]; + s.shift(s); + } + i.value = s.join(''); +} + +function bandwidth(bytees, type) { + var value = bytees; + var res; + if (!isNaN(value) && (value != '')) { + if (type == "KB") + value *= 1024; + else if (type == "MB") + value *= [Math.pow(1024, 2)]; + else if (type == "GB") + value *= [Math.pow(1024, 3)]; + else + return "error"; + + res = parseInt(value); + return res; + } + else { + return "error"; + } +} + +function transferFileSize() { + var size = document.getElementById('Text1').value; + var ty = document.getElementById('Select1').value; + var ss = bandwidth(size, ty); + if (ss == "error") { + alert("Numbers only please."); + return false; + } else { + document.getElementById('jform_params_size').value = ss; + return true; + } +} diff --git a/com_biblestudy/media/less/biblestudy.less b/com_biblestudy/media/less/biblestudy.less index baf4ebb1f9..13d22bd6af 100644 --- a/com_biblestudy/media/less/biblestudy.less +++ b/com_biblestudy/media/less/biblestudy.less @@ -875,3 +875,22 @@ div.JBSM { } } +#pagelinks { + background-color:#F2F2F2; + border:1px solid #C5C1BE; + border-radius:5px; + font-size:105%; + margin:13px 0 0; + min-height:20px; + padding:5px 10px; + position:relative; +} + +#dropdowns { + background-color: #A9A9A9; + margin: 0 -5px; + padding: 8px 8px; + border: 1px solid #C5C1BE; + position: relative; + -webkit-border-radius: 9px; +} diff --git a/com_biblestudy/site/biblestudy.php b/com_biblestudy/site/biblestudy.php index 04a378cea8..c9908eb70b 100644 --- a/com_biblestudy/site/biblestudy.php +++ b/com_biblestudy/site/biblestudy.php @@ -3,7 +3,7 @@ * Core BibleStudy Site File * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/controller.php b/com_biblestudy/site/controller.php index acaa1d3750..e8ec01ad60 100644 --- a/com_biblestudy/site/controller.php +++ b/com_biblestudy/site/controller.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -333,21 +333,16 @@ public function avplayer() */ public function playHit() { + // Check for request forgeries. + JSession::checkToken('get') or jexit(JText::_('JINVALID_TOKEN')); + $input = new JInput; $getMedia = new JBSMMedia; $getMedia->hitPlay($input->get('id', '', 'int')); - } - /** - * This function is supposed to generate the Media Player that is requested via AJAX - * from the sermons view "default.php". It has not been implemented yet, so its not used. - * - * @return void - * - * @since 7.0.0 - */ - public function inlinePlayer() - { - echo('{m4vremote}http://www.livingwatersweb.com/video/John_14_15-31.m4v{/m4vremote}'); + $this->redirect = base64_decode($input->getCmd('return')); + $this->redirect(); + + return; } } diff --git a/com_biblestudy/site/controllers/commentform.php b/com_biblestudy/site/controllers/commentform.php index 66d2bfe357..7a8c2a191f 100644 --- a/com_biblestudy/site/controllers/commentform.php +++ b/com_biblestudy/site/controllers/commentform.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/controllers/commentlist.php b/com_biblestudy/site/controllers/commentlist.php index dff8e1b823..43012f3b92 100644 --- a/com_biblestudy/site/controllers/commentlist.php +++ b/com_biblestudy/site/controllers/commentlist.php @@ -3,7 +3,7 @@ * Controller for Comments * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/controllers/mediafileform.php b/com_biblestudy/site/controllers/mediafileform.php index bbd6572f0a..de9cd75031 100644 --- a/com_biblestudy/site/controllers/mediafileform.php +++ b/com_biblestudy/site/controllers/mediafileform.php @@ -3,7 +3,7 @@ * Controller MediaFile * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/controllers/mediafilelist.php b/com_biblestudy/site/controllers/mediafilelist.php index 51646419c7..61f15c1e22 100644 --- a/com_biblestudy/site/controllers/mediafilelist.php +++ b/com_biblestudy/site/controllers/mediafilelist.php @@ -3,7 +3,7 @@ * Controller for MediaFiles * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/controllers/messageform.php b/com_biblestudy/site/controllers/messageform.php index 3a0ebacd5d..bc2efa9444 100644 --- a/com_biblestudy/site/controllers/messageform.php +++ b/com_biblestudy/site/controllers/messageform.php @@ -3,7 +3,7 @@ * Controller MessageForm * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/controllers/messagelist.php b/com_biblestudy/site/controllers/messagelist.php index 3c6960b3c6..3e82d94cbe 100644 --- a/com_biblestudy/site/controllers/messagelist.php +++ b/com_biblestudy/site/controllers/messagelist.php @@ -3,7 +3,7 @@ * Controller Messages * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/controllers/seriesdisplay.php b/com_biblestudy/site/controllers/seriesdisplay.php index bf4284437d..d49a3dfb13 100644 --- a/com_biblestudy/site/controllers/seriesdisplay.php +++ b/com_biblestudy/site/controllers/seriesdisplay.php @@ -3,7 +3,7 @@ * Controller for Seriesdisplay * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/controllers/seriesdisplays.php b/com_biblestudy/site/controllers/seriesdisplays.php index f24811c5ab..8c1e5105c4 100644 --- a/com_biblestudy/site/controllers/seriesdisplays.php +++ b/com_biblestudy/site/controllers/seriesdisplays.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/controllers/sermon.php b/com_biblestudy/site/controllers/sermon.php index 93f9f13e46..4757200a2c 100644 --- a/com_biblestudy/site/controllers/sermon.php +++ b/com_biblestudy/site/controllers/sermon.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/controllers/sermons.php b/com_biblestudy/site/controllers/sermons.php index 179459f634..fbae2a6339 100644 --- a/com_biblestudy/site/controllers/sermons.php +++ b/com_biblestudy/site/controllers/sermons.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -78,18 +78,4 @@ public function playHit() $input = new JInput; $getMedia->hitPlay($input->get('id', '', 'int')); } - - /** - * This function is supposed to generate the Media Player that is requested via AJAX - * from the studiesList view "default.php". It has not been implemented yet, so its not used. - * - * @return null - * - * @since 7.0 - * @deprecated since version 7.0.4 - */ - public function inlinePlayer() - { - echo('{m4vremote}http://www.livingwatersweb.com/video/John_14_15-31.m4v{/m4vremote}'); - } } diff --git a/com_biblestudy/site/controllers/teacher.php b/com_biblestudy/site/controllers/teacher.php index f0dc3bbe1f..6ba8c94153 100644 --- a/com_biblestudy/site/controllers/teacher.php +++ b/com_biblestudy/site/controllers/teacher.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/controllers/teachers.php b/com_biblestudy/site/controllers/teachers.php index f24811c5ab..8c1e5105c4 100644 --- a/com_biblestudy/site/controllers/teachers.php +++ b/com_biblestudy/site/controllers/teachers.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/convert1.htm b/com_biblestudy/site/convert1.htm deleted file mode 100644 index 5d8dad8126..0000000000 --- a/com_biblestudy/site/convert1.htm +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - File Size Converter - - - - - - -

    File Size Converter

    -
    - Enter the - size of your file and click "Convert" to easily convert your file to - bytes. -
    -
    -
    - -
    - - diff --git a/com_biblestudy/site/helpers/custom.php b/com_biblestudy/site/helpers/custom.php index efae0eea09..c96940331b 100644 --- a/com_biblestudy/site/helpers/custom.php +++ b/com_biblestudy/site/helpers/custom.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/helpers/landing.php b/com_biblestudy/site/helpers/landing.php index 23aea0f243..30b9994e97 100644 --- a/com_biblestudy/site/helpers/landing.php +++ b/com_biblestudy/site/helpers/landing.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/helpers/media.php b/com_biblestudy/site/helpers/media.php index 66a61af83e..54df2c6bd5 100644 --- a/com_biblestudy/site/helpers/media.php +++ b/com_biblestudy/site/helpers/media.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -68,9 +68,9 @@ public function getFluidMedia($media, $params, $template) $imageparams = $media->params; } - if ($imageparams->get('media_use_button_icon') >= 1) + if ($imageparams->get('media_use_button_icon') >= 1 || $params->get('simple_mode') == 1 || $params->get('sermonstemplate') == 'easy') { - $image = $this->mediaButton($imageparams); + $image = $this->mediaButton($imageparams, $params, $media->params); } else { @@ -89,7 +89,7 @@ public function getFluidMedia($media, $params, $template) } elseif ($media->params->get('link_type') == 0 || $media->params->get('link_type')) { - $link_type = $media->params->get('link_type'); + $link_type = $media->params->get('link_type', 3); } else { @@ -153,6 +153,11 @@ public function getFluidMedia($media, $params, $template) $file_size . ''; } + if ($params->get('simple_mode') == 1 || $params->get('sermonstemplate') == 'easy') + { + $link_type = 3; + } + switch ($link_type) { case 0: @@ -173,6 +178,10 @@ public function getFluidMedia($media, $params, $template) case 2: $mediafile = $downloadlink; break; + + case 3: + $mediafile = $playercode . $downloadlink; + break; } return $mediafile; @@ -202,7 +211,7 @@ public function getFluidDownloadLink($media, $params, $template) $downloadlink = ''; - if ($params->get('download_use_button_icon') >= 2) + if ($params->get('download_use_button_icon') >= 2 || $params->get('simple_mode') == 1 || $params->get('sermonstemplate') == 'easy') { $download_image = $this->downloadButton($params); } @@ -222,7 +231,10 @@ public function getFluidDownloadLink($media, $params, $template) $link_type = $media->params->get('link_type'); } - if ($media->params->get('download_show') && (!$media->params->get('link_type'))) + if ($params->get('download_show') + && (!$media->params->get('link_type')) + || $params->get('simple_mode') == 1 + || $params->get('sermonstemplate') == 'easy') { $link_type = 2; } @@ -274,12 +286,14 @@ public function getFluidDownloadLink($media, $params, $template) * Used to obtain the button and/or icon for the image * * @param Registry $imageparams ? + * @param Registry $params ? + * @param object $media Media Object * * @return mixed * * @since 9.0.0 */ - public function mediaButton($imageparams) + public function mediaButton($imageparams, $params, $media) { $mediaimage = null; $button = $imageparams->get('media_button_type', 'btn-link'); @@ -330,6 +344,24 @@ public function mediaButton($imageparams) break; } + if ($params->get('simple_mode') == 1 || $params->get('sermonstemplate') == 'easy') + { + $filename = $media->get('filename'); + + if ((preg_match('(youtube.com|youtu.be)', $filename) === 1)) + { + $mediaimage = ''; + } + elseif ((preg_match('(pdf|PDF)', $filename) === 1)) + { + $mediaimage = ''; + } + else + { + $mediaimage = ''; + } + } + return $mediaimage; } @@ -393,6 +425,11 @@ public function downloadButton($download) break; } + if ($download->get('simple_mode') == 1 || $download->get('sermonstemplate') == 'easy') + { + $downloadimage = ''; + } + return $downloadimage; } @@ -579,7 +616,6 @@ public function getPlayerCode($params, $player, $image, $media) // Here we get more information about the particular media file $filesize = self::getFluidFilesize($media, $params); - $duration = self::getFluidDuration($media, $params); $path = JBSMHelper::MediaBuildUrl($media->sparams->get('path'), $params->get('filename'), $params, true); @@ -590,19 +626,19 @@ public function getPlayerCode($params, $player, $image, $media) switch ($player->type) { case 2: // New window - $playercode = 'comment . ' ' . $duration . ' ' - . $filesize . '" target="' . $params->get('special') . '" class="jbsmplayerlink">' . $image . ''; + $return = base64_encode($path); + $playercode = 'comment . ' ' + . $filesize . '">' . $image . ''; break; case 3: // Squeezebox view - return $this->rendersb($media, $params, $player, $image, $path, true); break; case 1: // Popup window - $playercode = "toObject()->player . + $playercode = "toObject()->player . "&view=popup&t=" . $template . "&mediaid=" . $media->id . "&tmpl=component', 'newwindow','width=" . $player->playerwidth . ",height=" . $player->playerheight . "'); return false\" class=\"jbsmplayerlink\">" . $image . ""; break; @@ -638,12 +674,14 @@ public function getPlayerCode($params, $player, $image, $media) if (preg_match('(youtube.com|youtu.be)', $path) === 1) { - $playercode = ''; + $playercode = ''; } elseif (preg_match('(vimeo.com)', $path) === 1) { - $playercode = ''; } else @@ -658,7 +696,7 @@ public function getPlayerCode($params, $player, $image, $media) $diff = $params->get('player_width') - $params->get('playerwidth'); $player->playerwidth = $player->playerwidth + abs($diff) + 10; $player->playerheight = $player->playerheight + $params->get('popupmargin', '50'); - $playercode = "player + $playercode = "player . "&view=popup&t=" . $template . "&mediaid=" . $media->id . "&tmpl=component', 'newwindow', 'width=" . $player->playerwidth . ", height=" . $player->playerheight . "'); return false\" class=\"jbsmplayerlink\">" . $image . ""; @@ -674,7 +712,7 @@ public function getPlayerCode($params, $player, $image, $media) switch ($player->type) { case 1: // This goes to the popup view - $playercode = "" . $image . ""; break; @@ -709,7 +747,7 @@ public function getPlayerCode($params, $player, $image, $media) break; case 8: // Embed code - $playercode = "" . $image . ""; @@ -754,13 +792,14 @@ public function rendersb($media, $params, $player, $image, $path, $direct = fals if (preg_match('(youtube.com|youtu.be|vimeo.com)', $path) === 1) { - return 'get('autostart', false) . - '", "controls" : "' . (int) $params->get('controls') . '", "caption" : "' . $media->studytitle . ' - ' . + return 'get('autostart', false) . '", "controls" : "' . (int) $params->get('controls') . + '", "caption" : "' . $media->studytitle . ' - ' . $media->teachername . '"}\' href="javascript:;">' . $image . ''; } - return 'docMan_id . '&Itemid=' . $Itemid . '" target="' . $media->special . '">' . $image . ''; + $media->docMan_id . '&Itemid=' . $Itemid . '" alt="' . $media->malttext . ' - ' . $media->comment . + '" target="' . $media->special . '">' . $image . ''; return $docman; } @@ -1063,8 +1060,9 @@ public function getArticle($media, $image) */ public function getVirtuemart($media, $image) { - $vm = '' . $image . ''; + $vm = '' . $image . ''; return $vm; } @@ -1219,4 +1217,27 @@ public function convertVimeo($string) $string ); } + + /** + * List of Icons Supported + * + * @return array + * + * @since 9.1.3 + */ + public function getIcons() + { + $icons = [ + 'JBS_MED_PLAY' => 'fas fa-play', + 'JBS_MED_YOUTUBE' => 'fab fa-youtube', + 'JBS_MED_VIDEO' => 'fas fa-video', + 'JBS_MED_BROADCAST' => 'fas fa-tv', + 'JBS_MED_FILE' => 'fas fa-file', + 'JBS_MED_FILE_PDF' => 'fas fa-file-pdf', + 'JBS_MED_VIMEO' => 'fab fa-vimeo', + 'JBS_MED_CUSTOM' => '1' + ]; + + return $icons; + } } diff --git a/com_biblestudy/site/helpers/podcastsubscribe.php b/com_biblestudy/site/helpers/podcastsubscribe.php index 56432eeef9..728d80ed7a 100644 --- a/com_biblestudy/site/helpers/podcastsubscribe.php +++ b/com_biblestudy/site/helpers/podcastsubscribe.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/helpers/relatedstudies.php b/com_biblestudy/site/helpers/relatedstudies.php index 0a5c8b9901..205244442f 100644 --- a/com_biblestudy/site/helpers/relatedstudies.php +++ b/com_biblestudy/site/helpers/relatedstudies.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/helpers/route.php b/com_biblestudy/site/helpers/route.php index ea562f7b16..0aafcbae21 100644 --- a/com_biblestudy/site/helpers/route.php +++ b/com_biblestudy/site/helpers/route.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/helpers/serieslist.php b/com_biblestudy/site/helpers/serieslist.php index a173ea7ca3..b15f7e2878 100644 --- a/com_biblestudy/site/helpers/serieslist.php +++ b/com_biblestudy/site/helpers/serieslist.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/helpers/showscripture.php b/com_biblestudy/site/helpers/showscripture.php index 7785f6ff52..cd4503a17f 100644 --- a/com_biblestudy/site/helpers/showscripture.php +++ b/com_biblestudy/site/helpers/showscripture.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/helpers/teacher.php b/com_biblestudy/site/helpers/teacher.php index 892191e418..fae6380e8f 100644 --- a/com_biblestudy/site/helpers/teacher.php +++ b/com_biblestudy/site/helpers/teacher.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/lib/download.php b/com_biblestudy/site/lib/download.php index 76394b9a12..895e82e1ee 100644 --- a/com_biblestudy/site/lib/download.php +++ b/com_biblestudy/site/lib/download.php @@ -3,7 +3,7 @@ * BibleStudy Download Class * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/lib/images.php b/com_biblestudy/site/lib/images.php index 675fb420ab..0bad3de419 100644 --- a/com_biblestudy/site/lib/images.php +++ b/com_biblestudy/site/lib/images.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/lib/listing.php b/com_biblestudy/site/lib/listing.php index 5a7b641427..cff649ee23 100644 --- a/com_biblestudy/site/lib/listing.php +++ b/com_biblestudy/site/lib/listing.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -42,6 +42,7 @@ class JBSMListing * @return string * * @since 7.0 + * @throws Exception */ public function getFluidListing($items, $params, $template, $type) { @@ -552,7 +553,7 @@ public function getMediaFiles($medias) $db = JFactory::getDbo(); $query = $db->getQuery(true); $query->select('#__bsms_mediafiles.*, #__bsms_servers.id AS ssid, #__bsms_servers.params AS sparams, #__bsms_servers.media AS smedia,' - . ' s.studytitle, s.studydate, s.studyintro, s.media_hours, s.media_minutes, s.media_seconds, s.teacher_id,' + . ' s.studytitle, s.studydate, s.studyintro, s.teacher_id,' . ' s.booknumber, s.chapter_begin, s.chapter_end, s.verse_begin, s.verse_end, t.teachername, t.id as tid, s.id as sid, s.studyintro'); $query->from('#__bsms_mediafiles'); $query->leftJoin('#__bsms_servers ON (#__bsms_servers.id = #__bsms_mediafiles.server_id)'); @@ -723,6 +724,7 @@ public function sortArrayofObjectByProperty($array, $property, $order = "ASC") * @return string * * @since 7.0 + * @throws Exception */ public function getFluidRow($listrows, $listsorts, $item, $params, $template, $oddeven, $header, $type) { @@ -1073,6 +1075,7 @@ public function getFluidRow($listrows, $listsorts, $item, $params, $template, $o * @return string * * @since 7.0 + * @throws Exception */ public function getFluidData($item, $row, $params, $template, $header, $type) { @@ -1507,16 +1510,6 @@ public function getFluidData($item, $row, $params, $template, $header, $type) $data = $item->teachername; } break; - case $extra . 'duration': - if ($header == 1) - { - $data = JText::_('JBS_CMN_DURATION'); - } - else - { - (isset($item->media_minutes) ? $data = $this->getDuration($params, $item) : $data = ''); - } - break; case $extra . 'studyintro': if ($header == 1) { @@ -1828,6 +1821,7 @@ public function getFluidData($item, $row, $params, $template, $header, $type) * @return mixed * * @since 7.0 + * @throws Exception */ public function getFluidCustom($custom, $item, $params, $template, $type) { @@ -1859,6 +1853,7 @@ public function getFluidCustom($custom, $item, $params, $template, $type) * @return mixed|null|string * * @since 7.0 + * @throws Exception */ public function getElement($custom, $row, $params, $template, $type) { @@ -1879,10 +1874,6 @@ public function getElement($custom, $row, $params, $template, $type) case 'secondary': $element = $row->secondary_reference; break; - - case 'duration': - $element = self::getDuration($params, $row); - break; case 'title': if (isset($row->studytitle)) { @@ -2278,62 +2269,6 @@ public function getScripture($params, $row, $esv, $scripturerow) return $scripture; } - /** - * Get Duration - * - * @param Joomla\Registry\Registry $params Item Params - * @param Object $row Row info - * - * @return null|string - * - * @since 7.0 - */ - public function getDuration($params, $row) - { - $duration = $row->media_hours . $row->media_minutes . $row->media_seconds; - - if (!$duration) - { - $duration = null; - - return $duration; - } - - $duration_type = $params->get('duration_type', 2); - $hours = $row->media_hours; - $minutes = $row->media_minutes; - $seconds = $row->media_seconds; - - switch ($duration_type) - { - case 1: - if (!$hours) - { - $duration = $minutes . ' mins ' . $seconds . ' secs'; - } - else - { - $duration = $hours . ' hour(s) ' . $minutes . ' mins ' . $seconds . ' secs'; - } - break; - case 2: - if (!$hours) - { - $duration = $minutes . ':' . $seconds; - } - else - { - $duration = $hours . ':' . $minutes . ':' . $seconds; - } - break; - default: - $duration = $hours . ':' . $minutes . ':' . $seconds; - break; - } - - return $duration; - } - /** * Get Fluid Media Files * @@ -2344,6 +2279,7 @@ public function getDuration($params, $row) * @return string * * @since 9.0.0 + * @throws Exception */ public function getFluidMediaFiles($item, $params, $template) { @@ -2599,25 +2535,6 @@ private function getLink($islink, $id3, $tid, $smenu, $tmenu, $params, $row, $te return $column; } - /** - * Get File Path - * - * @param string $id3 ID - * @param string $idfield ID Filed - * @param string $mime MimeType ID - * - * @return string - * - * @since 7.0 - * @deprecated 8.1.3 - */ - public function getFilepath($id3, $idfield, $mime = null) - { - JFactory::getApplication()->enqueueMessage('must remove fuction getFilepath'); - - return false; - } - /** * Get Other Links * @@ -2688,6 +2605,7 @@ public function getOtherlinks($id3, $islink, $params) * @return object * * @since 7.0 + * @throws Exception */ public function getListingExp($row, $params, $template) { @@ -2702,7 +2620,6 @@ public function getListingExp($row, $params, $template) $label = str_replace('{{scripture}}', $this->getScripture($params, $row, 0, 1), $label); $label = str_replace('{{topics}}', $row->topic_text, $label); $label = str_replace('{{url}}', JRoute::_('index.php?option=com_biblestudy&view=sermon&id=' . $row->id . '&t=' . $template->id), $label); - $label = str_replace('{{mediatime}}', $this->getDuration($params, $row), $label); $label = str_replace('{{thumbnail}}', $this->useJImage($image->path, "", "bsms_studyThumbnail" . $row->id, $image->width, $image->height), $label); $label = str_replace('{{seriestext}}', $row->series_text, $label); $label = str_replace('{{messagetype}}', $row->message_type, $label); @@ -2722,86 +2639,6 @@ public function getListingExp($row, $params, $template) return $label; } - /** - * Get Study Exp - * - * @param object $row Item Info - * @param Joomla\Registry\Registry $params Item Params - * - * @return object - * - * @since 7.0 - * @deprecated 9.0.0 - */ - public function getStudyExp($row, $params) - { - $Media = new JBSMMedia; - $images = new JBSMImages; - $image = $images->getStudyThumbnail($row->thumbnailm); - $label = $params->get('study_detailtemplate'); - $label = str_replace('{{teacher}}', $row->teachername, $label); - $label = str_replace('{{title}}', $row->studytitle, $label); - $label = str_replace('{{date}}', $this->getStudyDate($params, $row->studydate), $label); - $label = str_replace('{{studyintro}}', $row->studyintro, $label); - $label = str_replace('{{scripture}}', $this->getScripture($params, $row, 0, 1), $label); - $label = str_replace('{{topics}}', $row->topic_text, $label); - $label = str_replace('{{mediatime}}', $this->getDuration($params, $row), $label); - $label = str_replace('{{thumbnail}}', $this->useJImage($image->path, "", "bsms_studyThumbnail" . $row->id, $image->width, $image->height), $label); - $label = str_replace('{{seriestext}}', $row->seriestext, $label); - $label = str_replace('{{messagetype}}', $row->message_type, $label); - $label = str_replace('{{bookname}}', $row->bname, $label); - $label = str_replace('{{studytext}}', $row->studytext, $label); - $label = str_replace('{{hits}}', $row->hits, $label); - $label = str_replace('{{location}}', $row->location_text, $label); - - // Passage - $link = '' . JText::_('JBS_CMN_SHOW_HIDE_SCRIPTURE') . - ''; - $link .= ''; - $label = str_replace('{{scripturelink}}', $link, $label); - $label = str_replace('{{plays}}', $row->totalplays, $label); - $label = str_replace('{{downloads}}', $row->totaldownloads, $label); - - $mediaTable = $Media->getFluidMedia($row, $params, new TableTemplate(JFactory::getDbo())); - $label = str_replace('{{media}}', $mediaTable, $label); - - // Share - // Prepares a link string for use in social networking - $u = JUri::getInstance(); - $detailslink = htmlspecialchars($u->toString()); - $detailslink = JRoute::_($detailslink); - - // End social networking - $share = $this->getShare($detailslink, $row, $params); - $label = str_replace('{{share}}', $share, $label); - - // PrintableView - $printview = JHtml::_('image.site', 'printButton.png', '/images/M_images/', null, null, JText::_('JBS_CMN_PRINT')); - $printview = '' . $printview . ''; - - $label = str_replace('{{printview}}', $printview, $label); - - // PDF View - $url = 'index.php?option=com_biblestudy&view=sermon&id=' . $row->id . '&format=pdf'; - $status = 'status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'; - $text = JHtml::_( - 'image.site', 'pdf24.png', '/media/com_biblestudy/images/', null, null, JText::_('JBS_MED_PDF'), JText::_('JBS_MED_PDF') - ); - $attribs['title'] = JText::_('JBS_MED_PDF'); - $attribs['onclick'] = "window.open(this.href,'win2','" . $status . "'); return false;"; - $attribs['rel'] = 'nofollow'; - $link = JHtml::_('link', JRoute::_($url), $text, $attribs); - - $label = str_replace('{{pdfview}}', $link, $label); - - // Comments - - return $label; - } - /** * Get Passage * diff --git a/com_biblestudy/site/lib/pagebuilder.php b/com_biblestudy/site/lib/pagebuilder.php index 3a2ef11f9b..81053c6c27 100644 --- a/com_biblestudy/site/lib/pagebuilder.php +++ b/com_biblestudy/site/lib/pagebuilder.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -37,6 +37,7 @@ class JBSMPageBuilder * @return object * * @since 7.0 + * @throws Exception */ public function buildPage($item, $params, $template) { @@ -87,8 +88,7 @@ public function buildPage($item, $params, $template) $page->scripture2 = ''; } - // Duration - $page->duration = $JBSMElements->getDuration($params, $item); + // Study Date $page->studydate = $JBSMElements->getStudyDate($params, $item->studydate); // Translate Topics. @@ -235,6 +235,7 @@ public function buildPage($item, $params, $template) * @return string * * @since 7.0 + * @throws Exception */ private function mediaBuilder($mediaids, $params, $template, $item) { @@ -315,20 +316,12 @@ public function runContentPlugins($item, $params) * @return array * * @since 7.0 + * @throws Exception */ public function studyBuilder($whereitem = null, $wherefield = null, $params = null, $limit = 10, $order = 'DESC', $template = null) { - $app = JFactory::getApplication(); $db = JFactory::getDbo(); - $teacher = $params->get('teacher_id'); - $topic = $params->get('topic_id'); - $book = $params->get('booknumber'); - $series = $params->get('series_id'); - $locations = $params->get('locations'); - $condition = $params->get('condition'); - $messagetype_menu = $params->get('messagetype'); - $year = $params->get('year'); $orderparam = $params->get('order', '1'); if ($orderparam == 2) @@ -336,15 +329,6 @@ public function studyBuilder($whereitem = null, $wherefield = null, $params = nu $order = "ASC"; } - if ($condition > 0) - { - $condition = ' AND '; - } - else - { - $condition = ' OR '; - } - // Compute view access permissions. $user = JFactory::getUser(); $groups = implode(',', $user->getAuthorisedViewLevels()); @@ -352,14 +336,14 @@ public function studyBuilder($whereitem = null, $wherefield = null, $params = nu $query = $db->getQuery(true); $query->select('study.id, study.published, study.studydate, study.studytitle, study.booknumber, study.chapter_begin, study.verse_begin, study.chapter_end, study.verse_end, study.hits, study.alias, study.studyintro, - study.teacher_id, study.secondary_reference, study.booknumber2, study.location_id, study.media_hours, study.media_minutes, ' . + study.teacher_id, study.secondary_reference, study.booknumber2, study.location_id, ' . // Use created if modified is 0 'CASE WHEN study.modified = ' . $db->quote($db->getNullDate()) . ' THEN study.studydate ELSE study.modified END as modified, ' . 'study.modified_by, uam.name as modified_by_name,' . // Use created if publish_up is 0 'CASE WHEN study.publish_up = ' . $db->quote($db->getNullDate()) . ' THEN study.studydate ELSE study.publish_up END as publish_up,' . 'study.publish_down, - study.media_seconds, study.series_id, study.download_id, study.thumbnailm, study.thumbhm, study.thumbwm, + study.series_id, study.download_id, study.thumbnailm, study.thumbhm, study.thumbwm, study.access, study.user_name, study.user_id, study.studynumber, study.chapter_begin2, study.chapter_end2, study.verse_end2, study.verse_begin2, ' . ' ' . $query->length('study.studytext') . ' AS readmore' . ',' . ' CASE WHEN CHAR_LENGTH(study.alias) THEN CONCAT_WS(\':\', study.id, study.alias) ELSE study.id END as slug '); diff --git a/com_biblestudy/site/lib/podcast.php b/com_biblestudy/site/lib/podcast.php index b4a875a3d1..a0dc5c310a 100644 --- a/com_biblestudy/site/lib/podcast.php +++ b/com_biblestudy/site/lib/podcast.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -41,6 +41,7 @@ class JBSMPodcast * @return boolean|string * * @since 8.0.0 + * @throws Exception */ public function makePodcasts() { @@ -172,18 +173,6 @@ public function makePodcasts() foreach ($episodes as $episode) { $episodedate = date("r", strtotime($episode->createdate)); - $hours = $episode->media_hours; - - if (!$hours || $hours < 1) - { - $hours = '00'; - } - // If there is no length set, we default to 35 mints - if (!$episode->media_minutes && !$episode->media_seconds) - { - $episode->media_minutes = 35; - $episode->media_seconds = 00; - } $esv = 0; $scripturerow = 1; @@ -262,15 +251,15 @@ public function makePodcasts() $this->templateid = $detailstemplateid; } - $element = $custom->getCustom( - $rowid = '24', + $element = $JBSMlisting->getFluidCustom( $podinfo->custom, $episode, $params, - $this->template + $this->template, + $rowid = '24' ); - $title = $element->element; + $title = $element; break; case 6: $query = $db->getQuery('true'); @@ -292,15 +281,15 @@ public function makePodcasts() $subtitle = $episode->teachername; break; case 1: - if ($scripture && $episode->studytitle) + if ($scripture && $episode->teachername) { - $subtitle = $scripture . ' - ' . $episode->studytitle; + $subtitle = $scripture . ' - ' . $episode->teachername; } elseif (!$scripture) { - $subtitle = $episode->studytitle; + $subtitle = $episode->teachername; } - elseif (!$episode->studytitle) + elseif (!$episode->teachername) { $subtitle = $scripture; } @@ -314,7 +303,7 @@ public function makePodcasts() case 4: $subtitle = $episodedate; - if (!$episode->studytitle) + if (!$episodedate) { $subtitle = $scripture; } @@ -323,23 +312,8 @@ public function makePodcasts() $subtitle .= ' - ' . $scripture; } break; - case 7: case 5: - if ($this->templateid !== $detailstemplateid || is_null($this->template)) - { - $this->template = JBSMParams::getTemplateparams($detailstemplateid); - $this->templateid = $detailstemplateid; - } - - $element = $custom->getCustom( - $rowid = '24', - $podinfo->episodesubtitle, - $episode, - $params, - $this->template - ); - - $subtitle = $element->element; + $subtitle = $scripture . ' - ' . $episode->studytitle; break; case 6: $query = $db->getQuery('true'); @@ -351,6 +325,23 @@ public function makePodcasts() $bookname = JText::_($book->bookname); $subtitle = $bookname . ' ' . $episode->chapter_begin; break; + case 7: + if ($this->templateid !== $detailstemplateid || is_null($this->template)) + { + $this->template = JBSMParams::getTemplateparams($detailstemplateid); + $this->templateid = $detailstemplateid; + } + + $element = $JBSMlisting->getFluidCustom( + $podinfo->custom, + $episode, + $params, + $this->template, + $rowid = '24' + + ); + $subtitle = $element; + break; } $title = $this->escapeHTML($title); @@ -390,9 +381,9 @@ public function makePodcasts() ' . $description . ' ' . $episodedate . ' ' . $this->escapeHTML($subtitle) . ' - ' . strip_tags($podinfo->description) . ' + ' . $description . ' ' . $podinfo->podcastsearch . ' - ' . $hours . ':' . sprintf( + ' . $episode->media_hours . ':' . sprintf( "%02d", $episode->media_minutes ) . ':' . sprintf("%02d", $episode->media_seconds) . ''; @@ -552,8 +543,7 @@ public function getEpisodes($id, $limit) . ' mf.id AS mfid, mf.study_id, mf.server_id, mf.podcast_id,' . ' mf.published AS mfpub, mf.createdate, mf.params,' . ' s.id AS sid, s.studydate, s.teacher_id, s.booknumber, s.chapter_begin, s.verse_begin,' - . ' s.chapter_end, s.verse_end, s.studytitle, s.studyintro, s.published AS spub,' - . ' s.media_hours, s.media_minutes, s.media_seconds,' + . ' s.chapter_end, s.verse_end, s.studytitle, s.studyintro, s.published AS spub, s.media_hours, s.media_minutes, s.media_seconds,' . ' se.series_text,' . ' sr.id AS srid, sr.params as srparams,' . ' t.id AS tid, t.teachername,' @@ -603,6 +593,7 @@ public function getEpisodes($id, $limit) * @return boolean|string * * @since 7.0.0 + * @throws Exception */ public function writeFile($file, $filecontent) { diff --git a/com_biblestudy/site/models/commentform.php b/com_biblestudy/site/models/commentform.php index 87944fbeb5..0030e312ad 100644 --- a/com_biblestudy/site/models/commentform.php +++ b/com_biblestudy/site/models/commentform.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/models/commentlist.php b/com_biblestudy/site/models/commentlist.php index 2befed0d74..d99d63352e 100644 --- a/com_biblestudy/site/models/commentlist.php +++ b/com_biblestudy/site/models/commentlist.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/models/forms/message.xml b/com_biblestudy/site/models/forms/message.xml index c357fc4e80..823bd146e7 100644 --- a/com_biblestudy/site/models/forms/message.xml +++ b/com_biblestudy/site/models/forms/message.xml @@ -93,10 +93,6 @@ - - - - select( $this->getState('list.select', 'study.id, study.published, study.studydate, study.studytitle, study.booknumber, study.chapter_begin, study.verse_begin, study.chapter_end, study.verse_end, study.hits, study.alias, study.studyintro, - study.teacher_id, study.secondary_reference, study.booknumber2, study.location_id, study.media_hours, study.media_minutes, ' . + study.teacher_id, study.secondary_reference, study.booknumber2, study.location_id, ' . // Use created if modified is 0 'CASE WHEN study.modified = ' . $db->quote($db->getNullDate()) . ' THEN study.studydate ELSE study.modified END AS modified, ' . 'study.modified_by, user_name AS modified_by_name,' . // Use created if publish_up is 0 'CASE WHEN study.publish_up = ' . $db->quote($db->getNullDate()) . ' THEN study.studydate ELSE study.publish_up END AS publish_up,' . 'study.publish_down, - study.media_seconds, study.series_id, study.download_id, study.thumbnailm, study.thumbhm, study.thumbwm, + study.series_id, study.download_id, study.thumbnailm, study.thumbhm, study.thumbwm, study.access, study.user_name, study.user_id, study.studynumber, study.chapter_begin2, study.chapter_end2, study.verse_end2, study.verse_begin2,' . ' ' . $query->length('study.studytext') . ' AS readmore' . ',') . ' CASE WHEN CHAR_LENGTH(study.alias) THEN CONCAT_WS(\':\', study.id, study.alias) ELSE study.id END AS slug '); diff --git a/com_biblestudy/site/models/popup.php b/com_biblestudy/site/models/popup.php index d2073e8d24..85e90b55c7 100644 --- a/com_biblestudy/site/models/popup.php +++ b/com_biblestudy/site/models/popup.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/models/seriesdisplay.php b/com_biblestudy/site/models/seriesdisplay.php index 83e53bd9a3..6195019d00 100644 --- a/com_biblestudy/site/models/seriesdisplay.php +++ b/com_biblestudy/site/models/seriesdisplay.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -37,6 +37,7 @@ class BiblestudyModelSeriesdisplay extends JModelItem * @return void * * @since 1.6 + * @throws Exception */ protected function populateState() { @@ -139,6 +140,7 @@ public function getItem($pk = null) * @return bool|mixed * * @since 7.0 + * @throws Exception */ public function getStudies() { @@ -157,14 +159,14 @@ public function getStudies() $query->select( $this->getState('list.select', 'study.id, study.published, study.studydate, study.studytitle, study.booknumber, study.chapter_begin, study.verse_begin, study.chapter_end, study.verse_end, study.hits, study.alias, study.studyintro, - study.teacher_id, study.secondary_reference, study.booknumber2, study.location_id, study.media_hours, study.media_minutes, ' . + study.teacher_id, study.secondary_reference, study.booknumber2, study.location_id, ' . // Use created if modified is 0 'CASE WHEN study.modified = ' . $db->quote($db->getNullDate()) . ' THEN study.studydate ELSE study.modified END AS modified, ' . 'study.modified_by, user_name AS modified_by_name,' . // Use created if publish_up is 0 'CASE WHEN study.publish_up = ' . $db->quote($db->getNullDate()) . ' THEN study.studydate ELSE study.publish_up END AS publish_up,' . 'study.publish_down, - study.media_seconds, study.series_id, study.download_id, study.thumbnailm, study.thumbhm, study.thumbwm, + study.series_id, study.download_id, study.thumbnailm, study.thumbhm, study.thumbwm, study.access, study.user_name, study.user_id, study.studynumber, study.chapter_begin2, study.chapter_end2, study.verse_end2, study.verse_begin2,' . ' ' . $query->length('study.studytext') . ' AS readmore' . ',') . ' CASE WHEN CHAR_LENGTH(study.alias) THEN CONCAT_WS(\':\', study.id, study.alias) ELSE study.id END AS slug '); diff --git a/com_biblestudy/site/models/seriesdisplays.php b/com_biblestudy/site/models/seriesdisplays.php index ede3b2615f..60d864d721 100644 --- a/com_biblestudy/site/models/seriesdisplays.php +++ b/com_biblestudy/site/models/seriesdisplays.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/models/sermon.php b/com_biblestudy/site/models/sermon.php index eae77b7dfd..9145089ee9 100644 --- a/com_biblestudy/site/models/sermon.php +++ b/com_biblestudy/site/models/sermon.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/models/sermons.php b/com_biblestudy/site/models/sermons.php index 04b2457587..4f2e294db7 100644 --- a/com_biblestudy/site/models/sermons.php +++ b/com_biblestudy/site/models/sermons.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -379,14 +379,14 @@ protected function getListQuery() $this->getState( 'list.select', 'study.id, study.published, study.studydate, study.studytitle, study.booknumber, study.chapter_begin, study.verse_begin, study.chapter_end, study.verse_end, study.hits, study.alias, study.studyintro, - study.teacher_id, study.secondary_reference, study.booknumber2, study.location_id, study.media_hours, study.media_minutes, ' . + study.teacher_id, study.secondary_reference, study.booknumber2, study.location_id, ' . // Use created if modified is 0 'CASE WHEN study.modified = ' . $db->quote($db->getNullDate()) . ' THEN study.studydate ELSE study.modified END as modified, ' . 'study.modified_by, uam.name as modified_by_name,' . // Use created if publish_up is 0 'CASE WHEN study.publish_up = ' . $db->quote($db->getNullDate()) . ' THEN study.studydate ELSE study.publish_up END as publish_up,' . 'study.publish_down, - study.media_seconds, study.series_id, study.download_id, study.thumbnailm, study.thumbhm, study.thumbwm, + study.series_id, study.download_id, study.thumbnailm, study.thumbhm, study.thumbwm, study.access, study.user_name, study.user_id, study.studynumber, study.chapter_begin2, study.chapter_end2, study.verse_end2, study.verse_begin2, ' . ' ' . $query->length('study.studytext') . ' AS readmore') . ',' . ' CASE WHEN CHAR_LENGTH(study.alias) THEN CONCAT_WS(\':\', study.id, study.alias) ELSE study.id END as slug '); diff --git a/com_biblestudy/site/models/serverslist.php b/com_biblestudy/site/models/serverslist.php index a47077729b..78ee574668 100644 --- a/com_biblestudy/site/models/serverslist.php +++ b/com_biblestudy/site/models/serverslist.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/models/teacher.php b/com_biblestudy/site/models/teacher.php index e7237593d0..384384d860 100644 --- a/com_biblestudy/site/models/teacher.php +++ b/com_biblestudy/site/models/teacher.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/models/teachers.php b/com_biblestudy/site/models/teachers.php index 1b01065e28..07567dd340 100644 --- a/com_biblestudy/site/models/teachers.php +++ b/com_biblestudy/site/models/teachers.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/router.php b/com_biblestudy/site/router.php index bf5c950406..27c5302c25 100644 --- a/com_biblestudy/site/router.php +++ b/com_biblestudy/site/router.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/commentform/tmpl/edit.php b/com_biblestudy/site/views/commentform/tmpl/edit.php index b2530d974c..44c9f420bc 100644 --- a/com_biblestudy/site/views/commentform/tmpl/edit.php +++ b/com_biblestudy/site/views/commentform/tmpl/edit.php @@ -3,7 +3,7 @@ * Form * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/commentform/view.html.php b/com_biblestudy/site/views/commentform/view.html.php index 149219f0cf..a132921447 100644 --- a/com_biblestudy/site/views/commentform/view.html.php +++ b/com_biblestudy/site/views/commentform/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/commentlist/tmpl/default.php b/com_biblestudy/site/views/commentlist/tmpl/default.php index fe43fee617..8e28939fe5 100644 --- a/com_biblestudy/site/views/commentlist/tmpl/default.php +++ b/com_biblestudy/site/views/commentlist/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/commentlist/tmpl/default_batch.php b/com_biblestudy/site/views/commentlist/tmpl/default_batch.php index 278fcb5026..0dc16bb3b5 100644 --- a/com_biblestudy/site/views/commentlist/tmpl/default_batch.php +++ b/com_biblestudy/site/views/commentlist/tmpl/default_batch.php @@ -3,7 +3,7 @@ * Batch Template * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/commentlist/view.html.php b/com_biblestudy/site/views/commentlist/view.html.php index 84a115650f..4d15cd0633 100644 --- a/com_biblestudy/site/views/commentlist/view.html.php +++ b/com_biblestudy/site/views/commentlist/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/landingpage/tmpl/default.php b/com_biblestudy/site/views/landingpage/tmpl/default.php index 6e6f499701..50b660698a 100644 --- a/com_biblestudy/site/views/landingpage/tmpl/default.php +++ b/com_biblestudy/site/views/landingpage/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/landingpage/view.html.php b/com_biblestudy/site/views/landingpage/view.html.php index 7637f64cb7..43774b917b 100644 --- a/com_biblestudy/site/views/landingpage/view.html.php +++ b/com_biblestudy/site/views/landingpage/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/latest/tmpl/default.php b/com_biblestudy/site/views/latest/tmpl/default.php index 81dbff42e6..62e83c07d0 100644 --- a/com_biblestudy/site/views/latest/tmpl/default.php +++ b/com_biblestudy/site/views/latest/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/latest/view.html.php b/com_biblestudy/site/views/latest/view.html.php index 02a3b1b33f..1c52f7cb4d 100644 --- a/com_biblestudy/site/views/latest/view.html.php +++ b/com_biblestudy/site/views/latest/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/mediafileform/tmpl/edit.php b/com_biblestudy/site/views/mediafileform/tmpl/edit.php index 95bfbdf489..c735369dca 100644 --- a/com_biblestudy/site/views/mediafileform/tmpl/edit.php +++ b/com_biblestudy/site/views/mediafileform/tmpl/edit.php @@ -3,7 +3,7 @@ * Edit * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -18,6 +18,7 @@ /** @type Joomla\Registry\Registry $params */ $params = $this->state->get('params'); +$new = ($this->item->id == 0); // Set up defaults if (JFactory::getApplication()->input->getInt('id')) @@ -170,6 +171,16 @@ class="form-validate form-horizontal">
    form->getInput('rules'); ?>
    + + JText::_('JBS_CMN_BATCH_OPTIONS'), + 'footer' => $this->loadTemplate('converter_footer') + ), + $this->loadTemplate('converter_body') + ); ?> form->getInput('asset_id'); ?> form->getInput('id'); ?> diff --git a/com_biblestudy/site/views/mediafileform/tmpl/edit_converter_body.php b/com_biblestudy/site/views/mediafileform/tmpl/edit_converter_body.php new file mode 100644 index 0000000000..0228d262bb --- /dev/null +++ b/com_biblestudy/site/views/mediafileform/tmpl/edit_converter_body.php @@ -0,0 +1,28 @@ + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/com_biblestudy/site/views/mediafileform/tmpl/edit_converter_footer.php b/com_biblestudy/site/views/mediafileform/tmpl/edit_converter_footer.php new file mode 100644 index 0000000000..67389cb3bb --- /dev/null +++ b/com_biblestudy/site/views/mediafileform/tmpl/edit_converter_footer.php @@ -0,0 +1,19 @@ +state->get('filter.published'); +?> + + + + diff --git a/com_biblestudy/site/views/mediafileform/view.html.php b/com_biblestudy/site/views/mediafileform/view.html.php index 84885413f5..29962515a7 100644 --- a/com_biblestudy/site/views/mediafileform/view.html.php +++ b/com_biblestudy/site/views/mediafileform/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/mediafilelist/tmpl/default.php b/com_biblestudy/site/views/mediafilelist/tmpl/default.php index fac29c85b0..355457f3a8 100644 --- a/com_biblestudy/site/views/mediafilelist/tmpl/default.php +++ b/com_biblestudy/site/views/mediafilelist/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/mediafilelist/view.html.php b/com_biblestudy/site/views/mediafilelist/view.html.php index e7602424da..77dea1bb38 100644 --- a/com_biblestudy/site/views/mediafilelist/view.html.php +++ b/com_biblestudy/site/views/mediafilelist/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/messageform/tmpl/edit.php b/com_biblestudy/site/views/messageform/tmpl/edit.php index 9ce3a7e81e..b210e5eacb 100644 --- a/com_biblestudy/site/views/messageform/tmpl/edit.php +++ b/com_biblestudy/site/views/messageform/tmpl/edit.php @@ -3,7 +3,7 @@ * Form * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -239,30 +239,6 @@ form->getInput('image', null, $thumbnailm); ?> -
    -
    - form->getLabel('media_hours'); ?> -
    -
    - form->getInput('media_hours'); ?> -
    -
    -
    -
    - form->getLabel('media_minutes'); ?> -
    -
    - form->getInput('media_minutes'); ?> -
    -
    -
    -
    - form->getLabel('media_seconds'); ?> -
    -
    - form->getInput('media_seconds'); ?> -
    -
    form->getLabel('teacher_id'); ?> diff --git a/com_biblestudy/site/views/messageform/view.html.php b/com_biblestudy/site/views/messageform/view.html.php index 503b97ca21..116e63d137 100644 --- a/com_biblestudy/site/views/messageform/view.html.php +++ b/com_biblestudy/site/views/messageform/view.html.php @@ -3,7 +3,7 @@ * Message JViewLegacy * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/messagelist/tmpl/default.php b/com_biblestudy/site/views/messagelist/tmpl/default.php index f240d621c3..5f2ae0d0ec 100644 --- a/com_biblestudy/site/views/messagelist/tmpl/default.php +++ b/com_biblestudy/site/views/messagelist/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/messagelist/tmpl/modal.php b/com_biblestudy/site/views/messagelist/tmpl/modal.php index 7c476d39db..2d9ddc4137 100644 --- a/com_biblestudy/site/views/messagelist/tmpl/modal.php +++ b/com_biblestudy/site/views/messagelist/tmpl/modal.php @@ -3,7 +3,7 @@ * Modal * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/messagelist/view.html.php b/com_biblestudy/site/views/messagelist/view.html.php index 89877e1fe1..32f7d33043 100644 --- a/com_biblestudy/site/views/messagelist/view.html.php +++ b/com_biblestudy/site/views/messagelist/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/popup/tmpl/default.php b/com_biblestudy/site/views/popup/tmpl/default.php index 6e7148e46e..bd6aad9063 100644 --- a/com_biblestudy/site/views/popup/tmpl/default.php +++ b/com_biblestudy/site/views/popup/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/popup/view.html.php b/com_biblestudy/site/views/popup/view.html.php index f99f6a2a53..4ac72d9f6d 100644 --- a/com_biblestudy/site/views/popup/view.html.php +++ b/com_biblestudy/site/views/popup/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -47,11 +47,6 @@ class BiblestudyViewPopup extends JViewLegacy * @since 7.0 */ public $date; - /** @var string Length - * - * @since 7.0 */ - public $length; - /** @var string Series Thumbnail * * @since 7.0 */ @@ -200,7 +195,6 @@ public function display($tpl = null) * The popup window call the counter function */ $this->getMedia->hitPlay($mediaid); - $this->length = $JBSMListing->getDuration($this->params, $this->media); $images = new JBSMImages; $seriesimage = $images->getSeriesThumbnail($this->media->series_thumbnail); @@ -276,18 +270,18 @@ public function display($tpl = null) $this->autostart = 'false'; } - $this->headertext = $this->titles($this->params->get('popuptitle'), $this->media, $this->scripture, $this->date, $this->length); + $this->headertext = $this->titles($this->params->get('popuptitle'), $this->media, $this->scripture, $this->date); if ($this->params->get('itempopuptitle')) { - $this->headertext = $this->titles($this->params->get('itempopuptitle'), $this->media, $this->scripture, $this->date, $this->length); + $this->headertext = $this->titles($this->params->get('itempopuptitle'), $this->media, $this->scripture, $this->date); } - $this->footertext = $this->titles($this->params->get('popupfooter'), $this->media, $this->scripture, $this->date, $this->length); + $this->footertext = $this->titles($this->params->get('popupfooter'), $this->media, $this->scripture, $this->date); if ($this->params->get('itempopupfooter')) { - $this->footertext = $this->titles($this->params->get('itempopupfooter'), $this->media, $this->scripture, $this->date, $this->length); + $this->footertext = $this->titles($this->params->get('itempopupfooter'), $this->media, $this->scripture, $this->date); } parent::display($tpl); @@ -300,13 +294,12 @@ public function display($tpl = null) * @param object $media Media info * @param string $scripture scripture * @param string $date Date - * @param string $length Length of Title * * @return object * * @since 7.0 */ - private function titles($text, $media, $scripture, $date, $length) + private function titles($text, $media, $scripture, $date) { if (isset($media->teachername)) { @@ -328,11 +321,6 @@ private function titles($text, $media, $scripture, $date, $length) $text = str_replace('{{description}}', $media->studyintro, $text); } - if (isset($length)) - { - $text = str_replace('{{length}}', $length, $text); - } - if (isset($media->studytitle)) { $text = str_replace('{{title}}', $media->studytitle, $text); diff --git a/com_biblestudy/site/views/seriesdisplay/tmpl/default.php b/com_biblestudy/site/views/seriesdisplay/tmpl/default.php index 37677e0477..45ef183a36 100644 --- a/com_biblestudy/site/views/seriesdisplay/tmpl/default.php +++ b/com_biblestudy/site/views/seriesdisplay/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/seriesdisplay/tmpl/default_custom.php b/com_biblestudy/site/views/seriesdisplay/tmpl/default_custom.php index 28a1b06d57..aa0d732801 100644 --- a/com_biblestudy/site/views/seriesdisplay/tmpl/default_custom.php +++ b/com_biblestudy/site/views/seriesdisplay/tmpl/default_custom.php @@ -3,7 +3,7 @@ * Default Custom * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/seriesdisplay/tmpl/default_main.php b/com_biblestudy/site/views/seriesdisplay/tmpl/default_main.php index 04c9434f80..967e17bb41 100644 --- a/com_biblestudy/site/views/seriesdisplay/tmpl/default_main.php +++ b/com_biblestudy/site/views/seriesdisplay/tmpl/default_main.php @@ -3,7 +3,7 @@ * Default Main * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/seriesdisplay/view.html.php b/com_biblestudy/site/views/seriesdisplay/view.html.php index 50064a53e3..ca9ea2d7c4 100644 --- a/com_biblestudy/site/views/seriesdisplay/view.html.php +++ b/com_biblestudy/site/views/seriesdisplay/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/seriesdisplays/tmpl/default.php b/com_biblestudy/site/views/seriesdisplays/tmpl/default.php index dc0366bd0d..93ff9e5436 100644 --- a/com_biblestudy/site/views/seriesdisplays/tmpl/default.php +++ b/com_biblestudy/site/views/seriesdisplays/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/seriesdisplays/tmpl/default_custom.php b/com_biblestudy/site/views/seriesdisplays/tmpl/default_custom.php index 0949f2073b..4b72eafff3 100644 --- a/com_biblestudy/site/views/seriesdisplays/tmpl/default_custom.php +++ b/com_biblestudy/site/views/seriesdisplays/tmpl/default_custom.php @@ -3,7 +3,7 @@ * Default Custom * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/seriesdisplays/tmpl/default_main.php b/com_biblestudy/site/views/seriesdisplays/tmpl/default_main.php index f9de602b26..072debb9a7 100644 --- a/com_biblestudy/site/views/seriesdisplays/tmpl/default_main.php +++ b/com_biblestudy/site/views/seriesdisplays/tmpl/default_main.php @@ -3,7 +3,7 @@ * Default Main * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/seriesdisplays/view.html.php b/com_biblestudy/site/views/seriesdisplays/view.html.php index 7e14e8b161..c12f29f1f8 100644 --- a/com_biblestudy/site/views/seriesdisplays/view.html.php +++ b/com_biblestudy/site/views/seriesdisplays/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/sermon/tmpl/default.php b/com_biblestudy/site/views/sermon/tmpl/default.php index 24f2fb47ac..44b2f5ab5a 100644 --- a/com_biblestudy/site/views/sermon/tmpl/default.php +++ b/com_biblestudy/site/views/sermon/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -12,10 +12,14 @@ ?>
    item->params->get('sermontemplate')) + if ($this->item->params->get('sermontemplate') && !$this->simple_mode) { echo $this->loadTemplate($this->item->params->get('sermontemplate')); } + elseif ($this->simple_mode == 1) + { + echo $this->loadTemplate('simple'); + } else { echo $this->loadTemplate('main'); diff --git a/com_biblestudy/site/views/sermon/tmpl/default_commentsform.php b/com_biblestudy/site/views/sermon/tmpl/default_commentsform.php index 24cf7f3d12..ac63bdfcc3 100644 --- a/com_biblestudy/site/views/sermon/tmpl/default_commentsform.php +++ b/com_biblestudy/site/views/sermon/tmpl/default_commentsform.php @@ -3,7 +3,7 @@ * Default CommonetForm * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/sermon/tmpl/default_footer.php b/com_biblestudy/site/views/sermon/tmpl/default_footer.php index 428e7b7a0c..04659bb9ab 100644 --- a/com_biblestudy/site/views/sermon/tmpl/default_footer.php +++ b/com_biblestudy/site/views/sermon/tmpl/default_footer.php @@ -3,7 +3,7 @@ * Default footer * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/sermon/tmpl/default_footerlink.php b/com_biblestudy/site/views/sermon/tmpl/default_footerlink.php index 5da17b03c5..425e6775b1 100644 --- a/com_biblestudy/site/views/sermon/tmpl/default_footerlink.php +++ b/com_biblestudy/site/views/sermon/tmpl/default_footerlink.php @@ -3,7 +3,7 @@ * Default FooterLink * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/sermon/tmpl/default_header.php b/com_biblestudy/site/views/sermon/tmpl/default_header.php index d62453bf28..c2ce296015 100644 --- a/com_biblestudy/site/views/sermon/tmpl/default_header.php +++ b/com_biblestudy/site/views/sermon/tmpl/default_header.php @@ -3,7 +3,7 @@ * Default Header * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * @desc this is the main div for the page. default_footer has the closing div diff --git a/com_biblestudy/site/views/sermon/tmpl/default_main.php b/com_biblestudy/site/views/sermon/tmpl/default_main.php index deaf074006..c94f89389b 100644 --- a/com_biblestudy/site/views/sermon/tmpl/default_main.php +++ b/com_biblestudy/site/views/sermon/tmpl/default_main.php @@ -3,7 +3,7 @@ * Default Main * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/sermon/tmpl/default_simple.php b/com_biblestudy/site/views/sermon/tmpl/default_simple.php new file mode 100644 index 0000000000..85b780fa17 --- /dev/null +++ b/com_biblestudy/site/views/sermon/tmpl/default_simple.php @@ -0,0 +1,23 @@ + +
    +
    + item->study_thumbnail) {echo ''.$this->item->study_thumbnail .''; echo '
    ';} ?> + item->studytitle;?>
    + item->scripture1;?> | item->studydate;?>
    +
    item->teachername;?>

    + item->media; ?> +
    + + +
    \ No newline at end of file diff --git a/com_biblestudy/site/views/sermon/view.html.php b/com_biblestudy/site/views/sermon/view.html.php index 5452686a2e..d942034052 100644 --- a/com_biblestudy/site/views/sermon/view.html.php +++ b/com_biblestudy/site/views/sermon/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -227,6 +227,8 @@ public function display($tpl = null) } } + $this->simple_mode = JBSMHelper::getSimpleView(); + $offset = $this->state->get('list.offset'); // Check the view access to the article (the model has already computed the values). diff --git a/com_biblestudy/site/views/sermons/tmpl/default.php b/com_biblestudy/site/views/sermons/tmpl/default.php index 18765f3f9f..06377ac404 100644 --- a/com_biblestudy/site/views/sermons/tmpl/default.php +++ b/com_biblestudy/site/views/sermons/tmpl/default.php @@ -3,7 +3,7 @@ * Default for sermons * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -11,14 +11,19 @@ defined('_JEXEC') or die; JHtml::_('behavior.modal'); -echo $this->loadTemplate('formheader'); -if ($this->params->get('sermonstemplate')) -{ - echo $this->loadTemplate($this->params->get('sermonstemplate')); -} -else -{ - echo $this->loadTemplate('main'); -} -echo $this->loadTemplate('formfooter'); + echo $this->loadTemplate('formheader'); + + if ($this->params->get('sermonstemplate')) + { + echo $this->loadTemplate($this->params->get('sermonstemplate')); + } + elseif ($this->params->get('simple_mode') == 1) + { + echo $this->loadTemplate('simple'); + } + else + { + echo $this->loadTemplate('main'); + } + echo $this->loadTemplate('formfooter'); diff --git a/com_biblestudy/site/views/sermons/tmpl/default_easy.php b/com_biblestudy/site/views/sermons/tmpl/default_easy.php new file mode 100644 index 0000000000..96440da175 --- /dev/null +++ b/com_biblestudy/site/views/sermons/tmpl/default_easy.php @@ -0,0 +1,81 @@ +get('id'); +$listOrder = $this->escape($this->state->get('list.ordering')); +$listDirn = $this->escape($this->state->get('list.direction')); +$archived = $this->state->get('filter.published') == 2 ? true : false; +$trashed = $this->state->get('filter.published') == -2 ? true : false; +$saveOrder = $listOrder == 'study.ordering'; +$columns = 12; + + + +?> + + + +
    +

    + Teachings +

    +
    + + + + +items as $study) +{ + + $oddeven = ($oddeven == $class1) ? $class2 : $class1; + ?> +
    +
    + study_thumbnail) {echo ''.$study->study_thumbnail .''; echo '
    ';} ?> + studytitle;?>
    + scripture1;?> | studydate;?>
    +
    teachername;?>

    + media; ?> +
    + + +
    + + diff --git a/com_biblestudy/site/views/sermons/tmpl/default_formfooter.php b/com_biblestudy/site/views/sermons/tmpl/default_formfooter.php index 10588f8564..2ced1e5c02 100644 --- a/com_biblestudy/site/views/sermons/tmpl/default_formfooter.php +++ b/com_biblestudy/site/views/sermons/tmpl/default_formfooter.php @@ -3,7 +3,7 @@ * Default FormFooter * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * @since 7.1.0 diff --git a/com_biblestudy/site/views/sermons/tmpl/default_formheader.php b/com_biblestudy/site/views/sermons/tmpl/default_formheader.php index 58bc89bf8d..ea2a1bbfa3 100644 --- a/com_biblestudy/site/views/sermons/tmpl/default_formheader.php +++ b/com_biblestudy/site/views/sermons/tmpl/default_formheader.php @@ -3,7 +3,7 @@ * Default FormHeader * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/sermons/tmpl/default_main.php b/com_biblestudy/site/views/sermons/tmpl/default_main.php index 7ee01596c5..f305e19f5b 100644 --- a/com_biblestudy/site/views/sermons/tmpl/default_main.php +++ b/com_biblestudy/site/views/sermons/tmpl/default_main.php @@ -3,7 +3,7 @@ * Default for sermons * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/sermons/tmpl/default_simple.php b/com_biblestudy/site/views/sermons/tmpl/default_simple.php new file mode 100644 index 0000000000..5cf564dc2f --- /dev/null +++ b/com_biblestudy/site/views/sermons/tmpl/default_simple.php @@ -0,0 +1,78 @@ +get('id'); +$listOrder = $this->escape($this->state->get('list.ordering')); +$listDirn = $this->escape($this->state->get('list.direction')); +$archived = $this->state->get('filter.published') == 2 ? true : false; +$trashed = $this->state->get('filter.published') == -2 ? true : false; +$saveOrder = $listOrder == 'study.ordering'; +$columns = 12; + + + +?> + + + +
    +

    + Teachings +

    +
    + + + + +items as $study) +{ + + $oddeven = ($oddeven == $class1) ? $class2 : $class1; + ?> +
    +
    + study_thumbnail) {echo ''.$study->study_thumbnail .''; echo '
    ';} ?> + studytitle;?>
    + scripture1;?> | studydate;?>
    +
    teachername;?>

    + media; ?> +
    + + +
    + + diff --git a/com_biblestudy/site/views/sermons/view.html.php b/com_biblestudy/site/views/sermons/view.html.php index 7ab0d4de10..60ab1abcc6 100644 --- a/com_biblestudy/site/views/sermons/view.html.php +++ b/com_biblestudy/site/views/sermons/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ @@ -179,9 +179,10 @@ public function display($tpl = null) $images = new JBSMImages; $this->main = $images->mainStudyImage(); - // @todo need to look at this as this can make the Pagination not to work right. Size of array changes. // Only load PageBuilder if the default template is NOT being used - if ($params->get('useexpert_list') > 0 || (is_string($params->get('sermonstemplate')) == true && $params->get('sermonstemplate') != '0')) + if ($params->get('useexpert_list') > 0 + || ($params->get('simple_mode') == 1) + || (is_string($params->get('sermonstemplate')) == true && $params->get('sermonstemplate') != '0')) { $page_builder = new JBSMPageBuilder; diff --git a/com_biblestudy/site/views/serverslist/tmpl/modal.php b/com_biblestudy/site/views/serverslist/tmpl/modal.php index 28cb59551e..3512041e01 100644 --- a/com_biblestudy/site/views/serverslist/tmpl/modal.php +++ b/com_biblestudy/site/views/serverslist/tmpl/modal.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/serverslist/view.html.php b/com_biblestudy/site/views/serverslist/view.html.php index 62ae30b222..526cbb327f 100644 --- a/com_biblestudy/site/views/serverslist/view.html.php +++ b/com_biblestudy/site/views/serverslist/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/squeezeBox/tmpl/default.php b/com_biblestudy/site/views/squeezeBox/tmpl/default.php index 94a9fc158c..a9246826e6 100644 --- a/com_biblestudy/site/views/squeezeBox/tmpl/default.php +++ b/com_biblestudy/site/views/squeezeBox/tmpl/default.php @@ -3,7 +3,7 @@ * Default view for Squeezebox * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/squeezeBox/view.html.php b/com_biblestudy/site/views/squeezeBox/view.html.php index b620bf778d..787dc6feae 100644 --- a/com_biblestudy/site/views/squeezeBox/view.html.php +++ b/com_biblestudy/site/views/squeezeBox/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/teacher/tmpl/default.php b/com_biblestudy/site/views/teacher/tmpl/default.php index d47363466e..2b9a5a8b09 100644 --- a/com_biblestudy/site/views/teacher/tmpl/default.php +++ b/com_biblestudy/site/views/teacher/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/teacher/tmpl/default_main.php b/com_biblestudy/site/views/teacher/tmpl/default_main.php index 6eeef76040..d49b068139 100644 --- a/com_biblestudy/site/views/teacher/tmpl/default_main.php +++ b/com_biblestudy/site/views/teacher/tmpl/default_main.php @@ -3,7 +3,7 @@ * Teacher view subset main * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/teacher/view.html.php b/com_biblestudy/site/views/teacher/view.html.php index dec6627800..96fff352cd 100644 --- a/com_biblestudy/site/views/teacher/view.html.php +++ b/com_biblestudy/site/views/teacher/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/teachers/tmpl/default.php b/com_biblestudy/site/views/teachers/tmpl/default.php index d9c0efd892..e566c046e8 100644 --- a/com_biblestudy/site/views/teachers/tmpl/default.php +++ b/com_biblestudy/site/views/teachers/tmpl/default.php @@ -3,7 +3,7 @@ * Default * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/teachers/tmpl/default_main.php b/com_biblestudy/site/views/teachers/tmpl/default_main.php index d8484883f0..9199a0255d 100644 --- a/com_biblestudy/site/views/teachers/tmpl/default_main.php +++ b/com_biblestudy/site/views/teachers/tmpl/default_main.php @@ -3,7 +3,7 @@ * Teachers view subset main * * @package BibleStudy.Site - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/teachers/view.html.php b/com_biblestudy/site/views/teachers/view.html.php index cc18e13dfa..bb0fb3034d 100644 --- a/com_biblestudy/site/views/teachers/view.html.php +++ b/com_biblestudy/site/views/teachers/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/com_biblestudy/site/views/terms/view.html.php b/com_biblestudy/site/views/terms/view.html.php index a2811d1128..e6696026b5 100644 --- a/com_biblestudy/site/views/terms/view.html.php +++ b/com_biblestudy/site/views/terms/view.html.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/composer.json b/composer.json index 8d2b93c68f..3f9d21120a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "joomla-bible-study/joomla-bible-study", "type": "project", - "description": "Joomla-Bible-Study", + "description": "CWM Proclaim", "keywords": [ "bible", "biblestudy", @@ -25,7 +25,8 @@ "symfony/polyfill-php55": "~1.2", "symfony/polyfill-php56": "~1.0", "symfony/yaml": "2.*", - "simplepie/simplepie": "1.3.1" + "simplepie/simplepie": "1.3.1", + "ext-json": "*" }, "require-dev": { "phing/phing": "2.*", diff --git a/composer.lock b/composer.lock deleted file mode 100644 index 6902e1c604..0000000000 --- a/composer.lock +++ /dev/null @@ -1,4726 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", - "This file is @generated automatically" - ], - "content-hash": "74b6d7105b8ee87198e20b17e7dc3fdb", - "packages": [ - { - "name": "cilex/cilex", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/Cilex/Cilex.git", - "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Cilex/Cilex/zipball/7acd965a609a56d0345e8b6071c261fbdb926cb5", - "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5", - "shasum": "" - }, - "require": { - "cilex/console-service-provider": "1.*", - "php": ">=5.3.3", - "pimple/pimple": "~1.0", - "symfony/finder": "~2.1", - "symfony/process": "~2.1" - }, - "require-dev": { - "phpunit/phpunit": "3.7.*", - "symfony/validator": "~2.1" - }, - "suggest": { - "monolog/monolog": ">=1.0.0", - "symfony/validator": ">=1.0.0", - "symfony/yaml": ">=1.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-0": { - "Cilex": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mike van Riel", - "email": "mike.vanriel@naenius.com" - } - ], - "description": "The PHP micro-framework for Command line tools based on the Symfony2 Components", - "homepage": "http://cilex.github.com", - "keywords": [ - "cli", - "microframework" - ], - "time": "2014-03-29T14:03:13+00:00" - }, - { - "name": "cilex/console-service-provider", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/Cilex/console-service-provider.git", - "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Cilex/console-service-provider/zipball/25ee3d1875243d38e1a3448ff94bdf944f70d24e", - "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "pimple/pimple": "1.*@dev", - "symfony/console": "~2.1" - }, - "require-dev": { - "cilex/cilex": "1.*@dev", - "silex/silex": "1.*@dev" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-0": { - "Cilex\\Provider\\Console": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Beau Simensen", - "email": "beau@dflydev.com", - "homepage": "http://beausimensen.com" - }, - { - "name": "Mike van Riel", - "email": "mike.vanriel@naenius.com" - } - ], - "description": "Console Service Provider", - "keywords": [ - "cilex", - "console", - "pimple", - "service-provider", - "silex" - ], - "time": "2012-12-19T10:50:58+00:00" - }, - { - "name": "doctrine/annotations", - "version": "v1.2.7", - "source": { - "type": "git", - "url": "https://github.com/doctrine/annotations.git", - "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", - "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", - "shasum": "" - }, - "require": { - "doctrine/lexer": "1.*", - "php": ">=5.3.2" - }, - "require-dev": { - "doctrine/cache": "1.*", - "phpunit/phpunit": "4.*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3.x-dev" - } - }, - "autoload": { - "psr-0": { - "Doctrine\\Common\\Annotations\\": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "Docblock Annotations Parser", - "homepage": "http://www.doctrine-project.org", - "keywords": [ - "annotations", - "docblock", - "parser" - ], - "time": "2015-08-31T12:32:49+00:00" - }, - { - "name": "doctrine/instantiator", - "version": "1.0.5", - "source": { - "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", - "shasum": "" - }, - "require": { - "php": ">=5.3,<8.0-DEV" - }, - "require-dev": { - "athletic/athletic": "~0.1.8", - "ext-pdo": "*", - "ext-phar": "*", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "http://ocramius.github.com/" - } - ], - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://github.com/doctrine/instantiator", - "keywords": [ - "constructor", - "instantiate" - ], - "time": "2015-06-14T21:17:01+00:00" - }, - { - "name": "doctrine/lexer", - "version": "v1.0.1", - "source": { - "type": "git", - "url": "https://github.com/doctrine/lexer.git", - "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", - "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", - "shasum": "" - }, - "require": { - "php": ">=5.3.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Doctrine\\Common\\Lexer\\": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", - "homepage": "http://www.doctrine-project.org", - "keywords": [ - "lexer", - "parser" - ], - "time": "2014-09-09T13:34:57+00:00" - }, - { - "name": "erusev/parsedown", - "version": "1.7.1", - "source": { - "type": "git", - "url": "https://github.com/erusev/parsedown.git", - "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", - "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35" - }, - "type": "library", - "autoload": { - "psr-0": { - "Parsedown": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Emanuil Rusev", - "email": "hello@erusev.com", - "homepage": "http://erusev.com" - } - ], - "description": "Parser for Markdown.", - "homepage": "http://parsedown.org", - "keywords": [ - "markdown", - "parser" - ], - "time": "2018-03-08T01:11:30+00:00" - }, - { - "name": "herrera-io/json", - "version": "1.0.3", - "source": { - "type": "git", - "url": "https://github.com/kherge-php/json.git", - "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/kherge-php/json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1", - "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1", - "shasum": "" - }, - "require": { - "ext-json": "*", - "justinrainbow/json-schema": ">=1.0,<2.0-dev", - "php": ">=5.3.3", - "seld/jsonlint": ">=1.0,<2.0-dev" - }, - "require-dev": { - "herrera-io/phpunit-test-case": "1.*", - "mikey179/vfsstream": "1.1.0", - "phpunit/phpunit": "3.7.*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "files": [ - "src/lib/json_version.php" - ], - "psr-0": { - "Herrera\\Json": "src/lib" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Kevin Herrera", - "email": "kevin@herrera.io", - "homepage": "http://kevin.herrera.io" - } - ], - "description": "A library for simplifying JSON linting and validation.", - "homepage": "http://herrera-io.github.com/php-json", - "keywords": [ - "json", - "lint", - "schema", - "validate" - ], - "abandoned": "kherge/json", - "time": "2013-10-30T16:51:34+00:00" - }, - { - "name": "herrera-io/phar-update", - "version": "1.0.3", - "source": { - "type": "git", - "url": "https://github.com/kherge-abandoned/php-phar-update.git", - "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b", - "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b", - "shasum": "" - }, - "require": { - "herrera-io/json": "1.*", - "kherge/version": "1.*", - "php": ">=5.3.3" - }, - "require-dev": { - "herrera-io/phpunit-test-case": "1.*", - "mikey179/vfsstream": "1.1.0", - "phpunit/phpunit": "3.7.*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "files": [ - "src/lib/constants.php" - ], - "psr-0": { - "Herrera\\Phar\\Update": "src/lib" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Kevin Herrera", - "email": "kevin@herrera.io", - "homepage": "http://kevin.herrera.io" - } - ], - "description": "A library for self-updating Phars.", - "homepage": "http://herrera-io.github.com/php-phar-update", - "keywords": [ - "phar", - "update" - ], - "abandoned": true, - "time": "2013-10-30T17:23:01+00:00" - }, - { - "name": "ircmaxell/password-compat", - "version": "v1.0.4", - "source": { - "type": "git", - "url": "https://github.com/ircmaxell/password_compat.git", - "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", - "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", - "shasum": "" - }, - "require-dev": { - "phpunit/phpunit": "4.*" - }, - "type": "library", - "autoload": { - "files": [ - "lib/password.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Anthony Ferrara", - "email": "ircmaxell@php.net", - "homepage": "http://blog.ircmaxell.com" - } - ], - "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", - "homepage": "https://github.com/ircmaxell/password_compat", - "keywords": [ - "hashing", - "password" - ], - "time": "2014-11-20T16:49:30+00:00" - }, - { - "name": "jms/metadata", - "version": "1.6.0", - "source": { - "type": "git", - "url": "https://github.com/schmittjoh/metadata.git", - "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab", - "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "doctrine/cache": "~1.0", - "symfony/cache": "~3.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.5.x-dev" - } - }, - "autoload": { - "psr-0": { - "Metadata\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "Class/method/property metadata management in PHP", - "keywords": [ - "annotations", - "metadata", - "xml", - "yaml" - ], - "time": "2016-12-05T10:18:33+00:00" - }, - { - "name": "jms/parser-lib", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/schmittjoh/parser-lib.git", - "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d", - "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d", - "shasum": "" - }, - "require": { - "phpoption/phpoption": ">=0.9,<2.0-dev" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-0": { - "JMS\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache2" - ], - "description": "A library for easily creating recursive-descent parsers.", - "time": "2012-11-18T18:08:43+00:00" - }, - { - "name": "jms/serializer", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/schmittjoh/serializer.git", - "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48", - "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48", - "shasum": "" - }, - "require": { - "doctrine/annotations": "1.*", - "doctrine/instantiator": "~1.0.3", - "jms/metadata": "~1.1", - "jms/parser-lib": "1.*", - "php": ">=5.4.0", - "phpcollection/phpcollection": "~0.1" - }, - "conflict": { - "twig/twig": "<1.12" - }, - "require-dev": { - "doctrine/orm": "~2.1", - "doctrine/phpcr-odm": "~1.0.1", - "jackalope/jackalope-doctrine-dbal": "1.0.*", - "phpunit/phpunit": "~4.0", - "propel/propel1": "~1.7", - "symfony/filesystem": "2.*", - "symfony/form": "~2.1", - "symfony/translation": "~2.0", - "symfony/validator": "~2.0", - "symfony/yaml": "2.*", - "twig/twig": "~1.12|~2.0" - }, - "suggest": { - "symfony/yaml": "Required if you'd like to serialize data to YAML format." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, - "autoload": { - "psr-0": { - "JMS\\Serializer": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache2" - ], - "authors": [ - { - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", - "homepage": "http://jmsyst.com/libs/serializer", - "keywords": [ - "deserialization", - "jaxb", - "json", - "serialization", - "xml" - ], - "time": "2015-10-27T09:24:41+00:00" - }, - { - "name": "justinrainbow/json-schema", - "version": "1.6.1", - "source": { - "type": "git", - "url": "https://github.com/justinrainbow/json-schema.git", - "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341", - "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341", - "shasum": "" - }, - "require": { - "php": ">=5.3.29" - }, - "require-dev": { - "json-schema/json-schema-test-suite": "1.1.0", - "phpdocumentor/phpdocumentor": "~2", - "phpunit/phpunit": "~3.7" - }, - "bin": [ - "bin/validate-json" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.6.x-dev" - } - }, - "autoload": { - "psr-4": { - "JsonSchema\\": "src/JsonSchema/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Bruno Prieto Reis", - "email": "bruno.p.reis@gmail.com" - }, - { - "name": "Justin Rainbow", - "email": "justin.rainbow@gmail.com" - }, - { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" - }, - { - "name": "Robert Schönthal", - "email": "seroscho@googlemail.com" - } - ], - "description": "A library to validate a json schema.", - "homepage": "https://github.com/justinrainbow/json-schema", - "keywords": [ - "json", - "schema" - ], - "time": "2016-01-25T15:43:01+00:00" - }, - { - "name": "kherge/version", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/kherge-abandoned/Version.git", - "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/kherge-abandoned/Version/zipball/f07cf83f8ce533be8f93d2893d96d674bbeb7e30", - "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-0": { - "KevinGH\\Version": "src/lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Kevin Herrera", - "email": "me@kevingh.com" - } - ], - "description": "A parsing and comparison library for semantic versioning.", - "homepage": "http://github.com/kherge/Version", - "abandoned": true, - "time": "2012-08-16T17:13:03+00:00" - }, - { - "name": "leafo/lessphp", - "version": "v0.5.0", - "source": { - "type": "git", - "url": "https://github.com/leafo/lessphp.git", - "reference": "0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/leafo/lessphp/zipball/0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283", - "reference": "0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283", - "shasum": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.4.x-dev" - } - }, - "autoload": { - "classmap": [ - "lessc.inc.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT", - "GPL-3.0" - ], - "authors": [ - { - "name": "Leaf Corcoran", - "email": "leafot@gmail.com", - "homepage": "http://leafo.net" - } - ], - "description": "lessphp is a compiler for LESS written in PHP.", - "homepage": "http://leafo.net/lessphp/", - "time": "2014-11-24T18:39:20+00:00" - }, - { - "name": "monolog/monolog", - "version": "1.23.0", - "source": { - "type": "git", - "url": "https://github.com/Seldaek/monolog.git", - "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", - "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", - "shasum": "" - }, - "require": { - "php": ">=5.3.0", - "psr/log": "~1.0" - }, - "provide": { - "psr/log-implementation": "1.0.0" - }, - "require-dev": { - "aws/aws-sdk-php": "^2.4.9 || ^3.0", - "doctrine/couchdb": "~1.0@dev", - "graylog2/gelf-php": "~1.0", - "jakub-onderka/php-parallel-lint": "0.9", - "php-amqplib/php-amqplib": "~2.4", - "php-console/php-console": "^3.1.3", - "phpunit/phpunit": "~4.5", - "phpunit/phpunit-mock-objects": "2.3.0", - "ruflin/elastica": ">=0.90 <3.0", - "sentry/sentry": "^0.13", - "swiftmailer/swiftmailer": "^5.3|^6.0" - }, - "suggest": { - "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", - "doctrine/couchdb": "Allow sending log messages to a CouchDB server", - "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", - "ext-mongo": "Allow sending log messages to a MongoDB server", - "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", - "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", - "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", - "php-console/php-console": "Allow sending log messages to Google Chrome", - "rollbar/rollbar": "Allow sending log messages to Rollbar", - "ruflin/elastica": "Allow sending log messages to an Elastic Search server", - "sentry/sentry": "Allow sending log messages to a Sentry server" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Monolog\\": "src/Monolog" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" - } - ], - "description": "Sends your logs to files, sockets, inboxes, databases and various web services", - "homepage": "http://github.com/Seldaek/monolog", - "keywords": [ - "log", - "logging", - "psr-3" - ], - "time": "2017-06-19T01:22:40+00:00" - }, - { - "name": "nikic/php-parser", - "version": "v1.4.1", - "source": { - "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51", - "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "php": ">=5.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } - }, - "autoload": { - "files": [ - "lib/bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Nikita Popov" - } - ], - "description": "A PHP parser written in PHP", - "keywords": [ - "parser", - "php" - ], - "time": "2015-09-19T14:15:08+00:00" - }, - { - "name": "paragonie/random_compat", - "version": "v1.4.2", - "source": { - "type": "git", - "url": "https://github.com/paragonie/random_compat.git", - "reference": "965cdeb01fdcab7653253aa81d40441d261f1e66" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/965cdeb01fdcab7653253aa81d40441d261f1e66", - "reference": "965cdeb01fdcab7653253aa81d40441d261f1e66", - "shasum": "" - }, - "require": { - "php": ">=5.2.0" - }, - "require-dev": { - "phpunit/phpunit": "4.*|5.*" - }, - "suggest": { - "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." - }, - "type": "library", - "autoload": { - "files": [ - "lib/random.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com" - } - ], - "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", - "keywords": [ - "csprng", - "pseudorandom", - "random" - ], - "time": "2017-03-13T16:22:52+00:00" - }, - { - "name": "phpcollection/phpcollection", - "version": "0.5.0", - "source": { - "type": "git", - "url": "https://github.com/schmittjoh/php-collection.git", - "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", - "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", - "shasum": "" - }, - "require": { - "phpoption/phpoption": "1.*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.4-dev" - } - }, - "autoload": { - "psr-0": { - "PhpCollection": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache2" - ], - "authors": [ - { - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "General-Purpose Collection Library for PHP", - "keywords": [ - "collection", - "list", - "map", - "sequence", - "set" - ], - "time": "2015-05-17T12:39:23+00:00" - }, - { - "name": "phpdocumentor/fileset", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/Fileset.git", - "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0", - "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/finder": "~2.1" - }, - "require-dev": { - "phpunit/phpunit": "~3.7" - }, - "type": "library", - "autoload": { - "psr-0": { - "phpDocumentor": [ - "src/", - "tests/unit/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Fileset component for collecting a set of files given directories and file paths", - "homepage": "http://www.phpdoc.org", - "keywords": [ - "files", - "fileset", - "phpdoc" - ], - "time": "2013-08-06T21:07:42+00:00" - }, - { - "name": "phpdocumentor/graphviz", - "version": "1.0.4", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/GraphViz.git", - "reference": "a906a90a9f230535f25ea31caf81b2323956283f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/a906a90a9f230535f25ea31caf81b2323956283f", - "reference": "a906a90a9f230535f25ea31caf81b2323956283f", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "autoload": { - "psr-0": { - "phpDocumentor": [ - "src/", - "tests/unit" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mike van Riel", - "email": "mike.vanriel@naenius.com" - } - ], - "time": "2016-02-02T13:00:08+00:00" - }, - { - "name": "phpdocumentor/phpdocumentor", - "version": "v2.9.0", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/phpDocumentor2.git", - "reference": "be607da0eef9b9249c43c5b4820d25d631c73667" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/phpDocumentor2/zipball/be607da0eef9b9249c43c5b4820d25d631c73667", - "reference": "be607da0eef9b9249c43c5b4820d25d631c73667", - "shasum": "" - }, - "require": { - "cilex/cilex": "~1.0", - "erusev/parsedown": "~1.0", - "herrera-io/phar-update": "1.0.3", - "jms/serializer": ">=0.12", - "monolog/monolog": "~1.6", - "php": ">=5.3.3", - "phpdocumentor/fileset": "~1.0", - "phpdocumentor/graphviz": "~1.0", - "phpdocumentor/reflection": "^3.0", - "phpdocumentor/reflection-docblock": "~2.0", - "symfony/config": "~2.3", - "symfony/console": "~2.3", - "symfony/event-dispatcher": "~2.1", - "symfony/process": "~2.0", - "symfony/stopwatch": "~2.3", - "symfony/validator": "~2.2", - "twig/twig": "~1.3", - "zendframework/zend-cache": "~2.1", - "zendframework/zend-config": "~2.1", - "zendframework/zend-filter": "~2.1", - "zendframework/zend-i18n": "~2.1", - "zendframework/zend-serializer": "~2.1", - "zendframework/zend-servicemanager": "~2.1", - "zendframework/zend-stdlib": "~2.1", - "zetacomponents/document": ">=1.3.1" - }, - "require-dev": { - "behat/behat": "~3.0", - "mikey179/vfsstream": "~1.2", - "mockery/mockery": "~0.9@dev", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~1.4", - "symfony/expression-language": "~2.4" - }, - "suggest": { - "ext-twig": "Enabling the twig extension improves the generation of twig based templates.", - "ext-xslcache": "Enabling the XSLCache extension improves the generation of xml based templates." - }, - "bin": [ - "bin/phpdoc.php", - "bin/phpdoc" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-develop": "2.9-dev" - } - }, - "autoload": { - "psr-0": { - "phpDocumentor": [ - "src/", - "tests/unit/" - ], - "Cilex\\Provider": [ - "src/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Documentation Generator for PHP", - "homepage": "http://www.phpdoc.org", - "keywords": [ - "api", - "application", - "dga", - "documentation", - "phpdoc" - ], - "time": "2016-05-22T09:50:56+00:00" - }, - { - "name": "phpdocumentor/reflection", - "version": "3.0.1", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/Reflection.git", - "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d", - "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d", - "shasum": "" - }, - "require": { - "nikic/php-parser": "^1.0", - "php": ">=5.3.3", - "phpdocumentor/reflection-docblock": "~2.0", - "psr/log": "~1.0" - }, - "require-dev": { - "behat/behat": "~2.4", - "mockery/mockery": "~0.8", - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "phpDocumentor": [ - "src/", - "tests/unit/", - "tests/mocks/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Reflection library to do Static Analysis for PHP Projects", - "homepage": "http://www.phpdoc.org", - "keywords": [ - "phpDocumentor", - "phpdoc", - "reflection", - "static analysis" - ], - "time": "2016-05-21T08:42:32+00:00" - }, - { - "name": "phpdocumentor/reflection-docblock", - "version": "2.0.5", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b", - "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "suggest": { - "dflydev/markdown": "~1.0", - "erusev/parsedown": "~1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "phpDocumentor": [ - "src/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mike van Riel", - "email": "mike.vanriel@naenius.com" - } - ], - "time": "2016-01-25T08:17:30+00:00" - }, - { - "name": "phpmailer/phpmailer", - "version": "v5.2.26", - "source": { - "type": "git", - "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "70362997bda4376378be7d92d81e2200550923f7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/70362997bda4376378be7d92d81e2200550923f7", - "reference": "70362997bda4376378be7d92d81e2200550923f7", - "shasum": "" - }, - "require": { - "ext-ctype": "*", - "php": ">=5.0.0" - }, - "require-dev": { - "doctrine/annotations": "1.2.*", - "jms/serializer": "0.16.*", - "phpdocumentor/phpdocumentor": "2.*", - "phpunit/phpunit": "4.8.*", - "symfony/debug": "2.8.*", - "symfony/filesystem": "2.8.*", - "symfony/translation": "2.8.*", - "symfony/yaml": "2.8.*", - "zendframework/zend-cache": "2.5.1", - "zendframework/zend-config": "2.5.1", - "zendframework/zend-eventmanager": "2.5.1", - "zendframework/zend-filter": "2.5.1", - "zendframework/zend-i18n": "2.5.1", - "zendframework/zend-json": "2.5.1", - "zendframework/zend-math": "2.5.1", - "zendframework/zend-serializer": "2.5.*", - "zendframework/zend-servicemanager": "2.5.*", - "zendframework/zend-stdlib": "2.5.1" - }, - "suggest": { - "league/oauth2-google": "Needed for Google XOAUTH2 authentication" - }, - "type": "library", - "autoload": { - "classmap": [ - "class.phpmailer.php", - "class.phpmaileroauth.php", - "class.phpmaileroauthgoogle.php", - "class.smtp.php", - "class.pop3.php", - "extras/EasyPeasyICS.php", - "extras/ntlm_sasl_client.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-2.1" - ], - "authors": [ - { - "name": "Jim Jagielski", - "email": "jimjag@gmail.com" - }, - { - "name": "Marcus Bointon", - "email": "phpmailer@synchromedia.co.uk" - }, - { - "name": "Andy Prevost", - "email": "codeworxtech@users.sourceforge.net" - }, - { - "name": "Brent R. Matzelle" - } - ], - "description": "PHPMailer is a full-featured email creation and transfer class for PHP", - "time": "2017-11-04T09:26:05+00:00" - }, - { - "name": "phpoption/phpoption", - "version": "1.5.0", - "source": { - "type": "git", - "url": "https://github.com/schmittjoh/php-option.git", - "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", - "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "4.7.*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3-dev" - } - }, - "autoload": { - "psr-0": { - "PhpOption\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache2" - ], - "authors": [ - { - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "Option Type for PHP", - "keywords": [ - "language", - "option", - "php", - "type" - ], - "time": "2015-07-25T16:39:46+00:00" - }, - { - "name": "pimple/pimple", - "version": "v1.1.1", - "source": { - "type": "git", - "url": "https://github.com/silexphp/Pimple.git", - "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d", - "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } - }, - "autoload": { - "psr-0": { - "Pimple": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Pimple is a simple Dependency Injection Container for PHP 5.3", - "homepage": "http://pimple.sensiolabs.org", - "keywords": [ - "container", - "dependency injection" - ], - "time": "2013-11-22T08:30:29+00:00" - }, - { - "name": "psr/log", - "version": "1.0.2", - "source": { - "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Log\\": "Psr/Log/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", - "keywords": [ - "log", - "psr", - "psr-3" - ], - "time": "2016-10-10T12:19:37+00:00" - }, - { - "name": "seld/jsonlint", - "version": "1.7.1", - "source": { - "type": "git", - "url": "https://github.com/Seldaek/jsonlint.git", - "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38", - "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38", - "shasum": "" - }, - "require": { - "php": "^5.3 || ^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" - }, - "bin": [ - "bin/jsonlint" - ], - "type": "library", - "autoload": { - "psr-4": { - "Seld\\JsonLint\\": "src/Seld/JsonLint/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" - } - ], - "description": "JSON Linter", - "keywords": [ - "json", - "linter", - "parser", - "validator" - ], - "time": "2018-01-24T12:46:19+00:00" - }, - { - "name": "simplepie/simplepie", - "version": "1.3.1", - "source": { - "type": "git", - "url": "https://github.com/simplepie/simplepie.git", - "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc", - "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc", - "shasum": "" - }, - "require": { - "php": ">=5.2.0" - }, - "type": "library", - "autoload": { - "psr-0": { - "SimplePie": "library" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Ryan Parman", - "homepage": "http://ryanparman.com/", - "role": "Creator, alumnus developer" - }, - { - "name": "Geoffrey Sneddon", - "homepage": "http://gsnedders.com/", - "role": "Alumnus developer" - }, - { - "name": "Ryan McCue", - "email": "me@ryanmccue.info", - "homepage": "http://ryanmccue.info/", - "role": "Developer" - } - ], - "description": "A simple Atom/RSS parsing library for PHP", - "homepage": "http://simplepie.org/", - "keywords": [ - "atom", - "feeds", - "rss" - ], - "time": "2012-10-30T17:54:03+00:00" - }, - { - "name": "symfony/config", - "version": "v2.8.37", - "source": { - "type": "git", - "url": "https://github.com/symfony/config.git", - "reference": "ecacddeaf76732231eea1657f6f5b062dade94c9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/ecacddeaf76732231eea1657f6f5b062dade94c9", - "reference": "ecacddeaf76732231eea1657f6f5b062dade94c9", - "shasum": "" - }, - "require": { - "php": ">=5.3.9", - "symfony/filesystem": "~2.3|~3.0.0" - }, - "require-dev": { - "symfony/yaml": "~2.7|~3.0.0" - }, - "suggest": { - "symfony/yaml": "To use the yaml reference dumper" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Config\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Config Component", - "homepage": "https://symfony.com", - "time": "2018-03-19T21:11:56+00:00" - }, - { - "name": "symfony/console", - "version": "v2.8.37", - "source": { - "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "390fa4899dbcc47bd41935d87c4572ea4305d3ce" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/390fa4899dbcc47bd41935d87c4572ea4305d3ce", - "reference": "390fa4899dbcc47bd41935d87c4572ea4305d3ce", - "shasum": "" - }, - "require": { - "php": ">=5.3.9", - "symfony/debug": "^2.7.2|~3.0.0", - "symfony/polyfill-mbstring": "~1.0" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/event-dispatcher": "~2.1|~3.0.0", - "symfony/process": "~2.1|~3.0.0" - }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/process": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Console\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Console Component", - "homepage": "https://symfony.com", - "time": "2018-03-19T21:13:58+00:00" - }, - { - "name": "symfony/debug", - "version": "v2.8.37", - "source": { - "type": "git", - "url": "https://github.com/symfony/debug.git", - "reference": "ce92aa63881b80f79042962a3fbea217f5ac9b4e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/ce92aa63881b80f79042962a3fbea217f5ac9b4e", - "reference": "ce92aa63881b80f79042962a3fbea217f5ac9b4e", - "shasum": "" - }, - "require": { - "php": ">=5.3.9", - "psr/log": "~1.0" - }, - "conflict": { - "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" - }, - "require-dev": { - "symfony/class-loader": "~2.2|~3.0.0", - "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Debug\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Debug Component", - "homepage": "https://symfony.com", - "time": "2018-03-28T18:22:50+00:00" - }, - { - "name": "symfony/event-dispatcher", - "version": "v2.8.37", - "source": { - "type": "git", - "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "f5d2d7dcc33b89e20c2696ea9afcbddf6540081c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f5d2d7dcc33b89e20c2696ea9afcbddf6540081c", - "reference": "f5d2d7dcc33b89e20c2696ea9afcbddf6540081c", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/config": "^2.0.5|~3.0.0", - "symfony/dependency-injection": "~2.6|~3.0.0", - "symfony/expression-language": "~2.6|~3.0.0", - "symfony/stopwatch": "~2.3|~3.0.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\EventDispatcher\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony EventDispatcher Component", - "homepage": "https://symfony.com", - "time": "2018-02-11T16:53:59+00:00" - }, - { - "name": "symfony/filesystem", - "version": "v2.8.37", - "source": { - "type": "git", - "url": "https://github.com/symfony/filesystem.git", - "reference": "125403a59e4cb4e3ebf46d0162fabcde613d2b97" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/125403a59e4cb4e3ebf46d0162fabcde613d2b97", - "reference": "125403a59e4cb4e3ebf46d0162fabcde613d2b97", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Filesystem\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Filesystem Component", - "homepage": "https://symfony.com", - "time": "2018-02-19T16:23:47+00:00" - }, - { - "name": "symfony/finder", - "version": "v2.8.37", - "source": { - "type": "git", - "url": "https://github.com/symfony/finder.git", - "reference": "3cf7b50fa4cd6c2c4aa504b85196b12e386659d4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/3cf7b50fa4cd6c2c4aa504b85196b12e386659d4", - "reference": "3cf7b50fa4cd6c2c4aa504b85196b12e386659d4", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Finder\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Finder Component", - "homepage": "https://symfony.com", - "time": "2018-03-28T18:22:50+00:00" - }, - { - "name": "symfony/polyfill-mbstring", - "version": "v1.7.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b", - "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.7-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" - ], - "time": "2018-01-30T19:27:44+00:00" - }, - { - "name": "symfony/polyfill-php55", - "version": "v1.7.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php55.git", - "reference": "168371cb3dfb10e0afde96e7c2688be02470d143" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/168371cb3dfb10e0afde96e7c2688be02470d143", - "reference": "168371cb3dfb10e0afde96e7c2688be02470d143", - "shasum": "" - }, - "require": { - "ircmaxell/password-compat": "~1.0", - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.7-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php55\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "time": "2018-01-30T19:27:44+00:00" - }, - { - "name": "symfony/polyfill-php56", - "version": "v1.7.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php56.git", - "reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ebc999ce5f14204c5150b9bd15f8f04e621409d8", - "reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/polyfill-util": "~1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.7-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php56\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "time": "2018-01-30T19:27:44+00:00" - }, - { - "name": "symfony/polyfill-util", - "version": "v1.7.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-util.git", - "reference": "e17c808ec4228026d4f5a8832afa19be85979563" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/e17c808ec4228026d4f5a8832afa19be85979563", - "reference": "e17c808ec4228026d4f5a8832afa19be85979563", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.7-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Util\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony utilities for portability of PHP codes", - "homepage": "https://symfony.com", - "keywords": [ - "compat", - "compatibility", - "polyfill", - "shim" - ], - "time": "2018-01-31T18:08:44+00:00" - }, - { - "name": "symfony/process", - "version": "v2.8.37", - "source": { - "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "c2fc900ee54e1e44aa956eae8ba041a5347ba93c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/c2fc900ee54e1e44aa956eae8ba041a5347ba93c", - "reference": "c2fc900ee54e1e44aa956eae8ba041a5347ba93c", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Process\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Process Component", - "homepage": "https://symfony.com", - "time": "2018-03-19T21:11:56+00:00" - }, - { - "name": "symfony/stopwatch", - "version": "v2.8.37", - "source": { - "type": "git", - "url": "https://github.com/symfony/stopwatch.git", - "reference": "57021208ad9830f8f8390c1a9d7bb390f32be89e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/57021208ad9830f8f8390c1a9d7bb390f32be89e", - "reference": "57021208ad9830f8f8390c1a9d7bb390f32be89e", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Stopwatch\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Stopwatch Component", - "homepage": "https://symfony.com", - "time": "2018-01-03T07:36:31+00:00" - }, - { - "name": "symfony/translation", - "version": "v2.8.37", - "source": { - "type": "git", - "url": "https://github.com/symfony/translation.git", - "reference": "72235c1121ae282254e897e342c001f3d4bb7e8d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/72235c1121ae282254e897e342c001f3d4bb7e8d", - "reference": "72235c1121ae282254e897e342c001f3d4bb7e8d", - "shasum": "" - }, - "require": { - "php": ">=5.3.9", - "symfony/polyfill-mbstring": "~1.0" - }, - "conflict": { - "symfony/config": "<2.7" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~2.8", - "symfony/intl": "~2.7.25|^2.8.18|~3.2.5", - "symfony/yaml": "~2.2|~3.0.0" - }, - "suggest": { - "psr/log": "To use logging capability in translator", - "symfony/config": "", - "symfony/yaml": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Translation\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Translation Component", - "homepage": "https://symfony.com", - "time": "2018-01-18T13:56:23+00:00" - }, - { - "name": "symfony/validator", - "version": "v2.8.37", - "source": { - "type": "git", - "url": "https://github.com/symfony/validator.git", - "reference": "d1cbd62c678d0655f7d30e6eeacffa57cba6a36f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/d1cbd62c678d0655f7d30e6eeacffa57cba6a36f", - "reference": "d1cbd62c678d0655f7d30e6eeacffa57cba6a36f", - "shasum": "" - }, - "require": { - "php": ">=5.3.9", - "symfony/polyfill-mbstring": "~1.0", - "symfony/translation": "~2.4|~3.0.0" - }, - "require-dev": { - "doctrine/annotations": "~1.0", - "doctrine/cache": "~1.0", - "egulias/email-validator": "^1.2.1", - "symfony/config": "~2.2|~3.0.0", - "symfony/expression-language": "~2.4|~3.0.0", - "symfony/http-foundation": "~2.3|~3.0.0", - "symfony/intl": "~2.7.25|^2.8.18|~3.2.5", - "symfony/property-access": "~2.3|~3.0.0", - "symfony/yaml": "^2.0.5|~3.0.0" - }, - "suggest": { - "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", - "doctrine/cache": "For using the default cached annotation reader and metadata cache.", - "egulias/email-validator": "Strict (RFC compliant) email validation", - "symfony/config": "", - "symfony/expression-language": "For using the 2.4 Expression validator", - "symfony/http-foundation": "", - "symfony/intl": "", - "symfony/property-access": "For using the 2.4 Validator API", - "symfony/yaml": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Validator\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Validator Component", - "homepage": "https://symfony.com", - "time": "2018-04-02T09:31:53+00:00" - }, - { - "name": "symfony/yaml", - "version": "v2.8.37", - "source": { - "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "be720fcfae4614df204190d57795351059946a77" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/be720fcfae4614df204190d57795351059946a77", - "reference": "be720fcfae4614df204190d57795351059946a77", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Yaml\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Yaml Component", - "homepage": "https://symfony.com", - "time": "2018-01-03T07:36:31+00:00" - }, - { - "name": "twig/twig", - "version": "v1.35.3", - "source": { - "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/b48680b6eb7d16b5025b9bfc4108d86f6b8af86f", - "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "psr/container": "^1.0", - "symfony/debug": "^2.7", - "symfony/phpunit-bridge": "^3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.35-dev" - } - }, - "autoload": { - "psr-0": { - "Twig_": "lib/" - }, - "psr-4": { - "Twig\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, - { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" - }, - { - "name": "Twig Team", - "homepage": "http://twig.sensiolabs.org/contributors", - "role": "Contributors" - } - ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "http://twig.sensiolabs.org", - "keywords": [ - "templating" - ], - "time": "2018-03-20T04:25:58+00:00" - }, - { - "name": "zendframework/zend-cache", - "version": "2.5.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-cache.git", - "reference": "5999e5a03f7dcf82abbbe67eea74da641f959684" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/5999e5a03f7dcf82abbbe67eea74da641f959684", - "reference": "5999e5a03f7dcf82abbbe67eea74da641f959684", - "shasum": "" - }, - "require": { - "php": ">=5.3.23", - "zendframework/zend-eventmanager": "~2.5", - "zendframework/zend-serializer": "~2.5", - "zendframework/zend-servicemanager": "~2.5", - "zendframework/zend-stdlib": "~2.5" - }, - "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0", - "zendframework/zend-session": "~2.5" - }, - "suggest": { - "ext-apc": "APC >= 3.1.6 to use the APC storage adapter", - "ext-dba": "DBA, to use the DBA storage adapter", - "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter", - "ext-mongo": "Mongo, to use MongoDb storage adapter", - "ext-wincache": "WinCache, to use the WinCache storage adapter", - "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement", - "zendframework/zend-serializer": "Zend\\Serializer component", - "zendframework/zend-session": "Zend\\Session component" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.5-dev", - "dev-develop": "2.6-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Cache\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "provides a generic way to cache any data", - "homepage": "https://github.com/zendframework/zend-cache", - "keywords": [ - "cache", - "zf2" - ], - "time": "2015-06-03T15:31:59+00:00" - }, - { - "name": "zendframework/zend-config", - "version": "2.5.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-config.git", - "reference": "ec49b1df1bdd9772df09dc2f612fbfc279bf4c27" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-config/zipball/ec49b1df1bdd9772df09dc2f612fbfc279bf4c27", - "reference": "ec49b1df1bdd9772df09dc2f612fbfc279bf4c27", - "shasum": "" - }, - "require": { - "php": ">=5.3.23", - "zendframework/zend-stdlib": "~2.5" - }, - "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0", - "zendframework/zend-filter": "~2.5", - "zendframework/zend-i18n": "~2.5", - "zendframework/zend-json": "~2.5", - "zendframework/zend-mvc": "~2.5", - "zendframework/zend-servicemanager": "~2.5" - }, - "suggest": { - "zendframework/zend-filter": "Zend\\Filter component", - "zendframework/zend-i18n": "Zend\\I18n component", - "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes", - "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.5-dev", - "dev-develop": "2.6-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Config\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "provides a nested object property based user interface for accessing this configuration data within application code", - "homepage": "https://github.com/zendframework/zend-config", - "keywords": [ - "config", - "zf2" - ], - "time": "2015-06-03T15:32:00+00:00" - }, - { - "name": "zendframework/zend-eventmanager", - "version": "2.5.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-eventmanager.git", - "reference": "d94a16039144936f107f906896349900fd634443" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/d94a16039144936f107f906896349900fd634443", - "reference": "d94a16039144936f107f906896349900fd634443", - "shasum": "" - }, - "require": { - "php": ">=5.3.23", - "zendframework/zend-stdlib": "~2.5" - }, - "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.5-dev", - "dev-develop": "2.6-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\EventManager\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "homepage": "https://github.com/zendframework/zend-eventmanager", - "keywords": [ - "eventmanager", - "zf2" - ], - "time": "2015-06-03T15:32:01+00:00" - }, - { - "name": "zendframework/zend-filter", - "version": "2.5.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-filter.git", - "reference": "93e6990a198e6cdd811064083acac4693f4b29ae" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/93e6990a198e6cdd811064083acac4693f4b29ae", - "reference": "93e6990a198e6cdd811064083acac4693f4b29ae", - "shasum": "" - }, - "require": { - "php": ">=5.3.23", - "zendframework/zend-stdlib": "~2.5" - }, - "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0", - "zendframework/zend-config": "~2.5", - "zendframework/zend-crypt": "~2.5", - "zendframework/zend-i18n": "~2.5", - "zendframework/zend-loader": "~2.5", - "zendframework/zend-servicemanager": "~2.5", - "zendframework/zend-uri": "~2.5" - }, - "suggest": { - "zendframework/zend-crypt": "Zend\\Crypt component", - "zendframework/zend-i18n": "Zend\\I18n component", - "zendframework/zend-servicemanager": "Zend\\ServiceManager component", - "zendframework/zend-uri": "Zend\\Uri component for UriNormalize filter" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.5-dev", - "dev-develop": "2.6-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Filter\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "provides a set of commonly needed data filters", - "homepage": "https://github.com/zendframework/zend-filter", - "keywords": [ - "filter", - "zf2" - ], - "time": "2015-06-03T15:32:01+00:00" - }, - { - "name": "zendframework/zend-i18n", - "version": "2.5.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-i18n.git", - "reference": "509271eb7947e4aabebfc376104179cffea42696" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/509271eb7947e4aabebfc376104179cffea42696", - "reference": "509271eb7947e4aabebfc376104179cffea42696", - "shasum": "" - }, - "require": { - "php": ">=5.3.23", - "zendframework/zend-stdlib": "~2.5" - }, - "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0", - "zendframework/zend-cache": "~2.5", - "zendframework/zend-config": "~2.5", - "zendframework/zend-eventmanager": "~2.5", - "zendframework/zend-filter": "~2.5", - "zendframework/zend-servicemanager": "~2.5", - "zendframework/zend-validator": "~2.5", - "zendframework/zend-view": "~2.5" - }, - "suggest": { - "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP", - "zendframework/zend-cache": "Zend\\Cache component", - "zendframework/zend-config": "Zend\\Config component", - "zendframework/zend-eventmanager": "You should install this package to use the events in the translator", - "zendframework/zend-filter": "You should install this package to use the provided filters", - "zendframework/zend-resources": "Translation resources", - "zendframework/zend-servicemanager": "Zend\\ServiceManager component", - "zendframework/zend-validator": "You should install this package to use the provided validators", - "zendframework/zend-view": "You should install this package to use the provided view helpers" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.5-dev", - "dev-develop": "2.6-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\I18n\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "homepage": "https://github.com/zendframework/zend-i18n", - "keywords": [ - "i18n", - "zf2" - ], - "time": "2015-06-03T15:32:01+00:00" - }, - { - "name": "zendframework/zend-json", - "version": "2.5.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-json.git", - "reference": "c74eaf17d2dd37dc1e964be8dfde05706a821ebc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-json/zipball/c74eaf17d2dd37dc1e964be8dfde05706a821ebc", - "reference": "c74eaf17d2dd37dc1e964be8dfde05706a821ebc", - "shasum": "" - }, - "require": { - "php": ">=5.3.23", - "zendframework/zend-stdlib": "~2.5" - }, - "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0", - "zendframework/zend-http": "~2.5", - "zendframework/zend-server": "~2.5", - "zendframework/zendxml": "~1.0" - }, - "suggest": { - "zendframework/zend-http": "Zend\\Http component", - "zendframework/zend-server": "Zend\\Server component", - "zendframework/zendxml": "To support Zend\\Json\\Json::fromXml() usage" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.5-dev", - "dev-develop": "2.6-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Json\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP", - "homepage": "https://github.com/zendframework/zend-json", - "keywords": [ - "json", - "zf2" - ], - "time": "2015-06-03T15:32:01+00:00" - }, - { - "name": "zendframework/zend-math", - "version": "2.5.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-math.git", - "reference": "9f02a1ac4d3374d3332c80f9215deec9c71558fc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-math/zipball/9f02a1ac4d3374d3332c80f9215deec9c71558fc", - "reference": "9f02a1ac4d3374d3332c80f9215deec9c71558fc", - "shasum": "" - }, - "require": { - "php": ">=5.3.23" - }, - "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "ircmaxell/random-lib": "~1.1", - "phpunit/phpunit": "~4.0", - "zendframework/zend-servicemanager": "~2.5" - }, - "suggest": { - "ext-bcmath": "If using the bcmath functionality", - "ext-gmp": "If using the gmp functionality", - "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable", - "zendframework/zend-servicemanager": ">= current version, if using the BigInteger::factory functionality" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.5-dev", - "dev-develop": "2.6-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Math\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "homepage": "https://github.com/zendframework/zend-math", - "keywords": [ - "math", - "zf2" - ], - "time": "2015-06-03T15:32:02+00:00" - }, - { - "name": "zendframework/zend-serializer", - "version": "2.5.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-serializer.git", - "reference": "b7208eb17dc4a4fb3a660b85e6c4af035eeed40c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/b7208eb17dc4a4fb3a660b85e6c4af035eeed40c", - "reference": "b7208eb17dc4a4fb3a660b85e6c4af035eeed40c", - "shasum": "" - }, - "require": { - "php": ">=5.3.23", - "zendframework/zend-json": "~2.5", - "zendframework/zend-math": "~2.5", - "zendframework/zend-stdlib": "~2.5" - }, - "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0", - "zendframework/zend-servicemanager": "~2.5" - }, - "suggest": { - "zendframework/zend-servicemanager": "To support plugin manager support" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.5-dev", - "dev-develop": "2.6-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Serializer\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover", - "homepage": "https://github.com/zendframework/zend-serializer", - "keywords": [ - "serializer", - "zf2" - ], - "time": "2015-06-03T15:32:02+00:00" - }, - { - "name": "zendframework/zend-servicemanager", - "version": "2.5.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-servicemanager.git", - "reference": "3b22c403e351d92526c642cba0bd810bc22e1c56" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/3b22c403e351d92526c642cba0bd810bc22e1c56", - "reference": "3b22c403e351d92526c642cba0bd810bc22e1c56", - "shasum": "" - }, - "require": { - "php": ">=5.3.23" - }, - "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0", - "zendframework/zend-di": "~2.5", - "zendframework/zend-mvc": "~2.5" - }, - "suggest": { - "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services", - "zendframework/zend-di": "Zend\\Di component" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.5-dev", - "dev-develop": "2.6-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\ServiceManager\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "homepage": "https://github.com/zendframework/zend-servicemanager", - "keywords": [ - "servicemanager", - "zf2" - ], - "time": "2015-06-03T15:32:02+00:00" - }, - { - "name": "zendframework/zend-stdlib", - "version": "2.5.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-stdlib.git", - "reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cc8e90a60dd5d44b9730b77d07b97550091da1ae", - "reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae", - "shasum": "" - }, - "require": { - "php": ">=5.3.23" - }, - "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0", - "zendframework/zend-config": "~2.5", - "zendframework/zend-eventmanager": "~2.5", - "zendframework/zend-filter": "~2.5", - "zendframework/zend-inputfilter": "~2.5", - "zendframework/zend-serializer": "~2.5", - "zendframework/zend-servicemanager": "~2.5" - }, - "suggest": { - "zendframework/zend-eventmanager": "To support aggregate hydrator usage", - "zendframework/zend-filter": "To support naming strategy hydrator usage", - "zendframework/zend-serializer": "Zend\\Serializer component", - "zendframework/zend-servicemanager": "To support hydrator plugin manager usage" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.5-dev", - "dev-develop": "2.6-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Stdlib\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "homepage": "https://github.com/zendframework/zend-stdlib", - "keywords": [ - "stdlib", - "zf2" - ], - "time": "2015-06-03T15:32:03+00:00" - }, - { - "name": "zetacomponents/base", - "version": "1.9.1", - "source": { - "type": "git", - "url": "https://github.com/zetacomponents/Base.git", - "reference": "489e20235989ddc97fdd793af31ac803972454f1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1", - "reference": "489e20235989ddc97fdd793af31ac803972454f1", - "shasum": "" - }, - "require-dev": { - "phpunit/phpunit": "~5.7", - "zetacomponents/unit-test": "*" - }, - "type": "library", - "autoload": { - "classmap": [ - "src" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Sergey Alexeev" - }, - { - "name": "Sebastian Bergmann" - }, - { - "name": "Jan Borsodi" - }, - { - "name": "Raymond Bosman" - }, - { - "name": "Frederik Holljen" - }, - { - "name": "Kore Nordmann" - }, - { - "name": "Derick Rethans" - }, - { - "name": "Vadym Savchuk" - }, - { - "name": "Tobias Schlitt" - }, - { - "name": "Alexandru Stanoi" - } - ], - "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.", - "homepage": "https://github.com/zetacomponents", - "time": "2017-11-28T11:30:00+00:00" - }, - { - "name": "zetacomponents/document", - "version": "1.3.1", - "source": { - "type": "git", - "url": "https://github.com/zetacomponents/Document.git", - "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8", - "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8", - "shasum": "" - }, - "require": { - "zetacomponents/base": "*" - }, - "require-dev": { - "zetacomponents/unit-test": "dev-master" - }, - "type": "library", - "autoload": { - "classmap": [ - "src" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Sebastian Bergmann" - }, - { - "name": "Kore Nordmann" - }, - { - "name": "Derick Rethans" - }, - { - "name": "Tobias Schlitt" - }, - { - "name": "Alexandru Stanoi" - } - ], - "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.", - "homepage": "https://github.com/zetacomponents", - "time": "2013-12-19T11:40:00+00:00" - } - ], - "packages-dev": [ - { - "name": "friendsofphp/php-cs-fixer", - "version": "v1.13.3", - "source": { - "type": "git", - "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "387e4c86c9dc0e1e4c475291fc114ec45b98e624" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/387e4c86c9dc0e1e4c475291fc114ec45b98e624", - "reference": "387e4c86c9dc0e1e4c475291fc114ec45b98e624", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "php": "^5.3.6 || >=7.0 <7.2", - "sebastian/diff": "^1.1", - "symfony/console": "^2.3 || ^3.0", - "symfony/event-dispatcher": "^2.1 || ^3.0", - "symfony/filesystem": "^2.1 || ^3.0", - "symfony/finder": "^2.1 || ^3.0", - "symfony/process": "^2.3 || ^3.0", - "symfony/stopwatch": "^2.5 || ^3.0" - }, - "conflict": { - "hhvm": "<3.9" - }, - "require-dev": { - "phpunit/phpunit": "^4.5|^5", - "satooshi/php-coveralls": "^1.0" - }, - "bin": [ - "php-cs-fixer" - ], - "type": "application", - "autoload": { - "psr-4": { - "Symfony\\CS\\": "Symfony/CS/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Dariusz Rumiński", - "email": "dariusz.ruminski@gmail.com" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "A tool to automatically fix PHP code style", - "time": "2017-09-11T14:11:16+00:00" - }, - { - "name": "pdepend/pdepend", - "version": "2.5.2", - "source": { - "type": "git", - "url": "https://github.com/pdepend/pdepend.git", - "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pdepend/pdepend/zipball/9daf26d0368d4a12bed1cacae1a9f3a6f0adf239", - "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239", - "shasum": "" - }, - "require": { - "php": ">=5.3.7", - "symfony/config": "^2.3.0|^3|^4", - "symfony/dependency-injection": "^2.3.0|^3|^4", - "symfony/filesystem": "^2.3.0|^3|^4" - }, - "require-dev": { - "phpunit/phpunit": "^4.8|^5.7", - "squizlabs/php_codesniffer": "^2.0.0" - }, - "bin": [ - "src/bin/pdepend" - ], - "type": "library", - "autoload": { - "psr-4": { - "PDepend\\": "src/main/php/PDepend" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Official version of pdepend to be handled with Composer", - "time": "2017-12-13T13:21:38+00:00" - }, - { - "name": "pear/cache_lite", - "version": "v1.7.16", - "source": { - "type": "git", - "url": "https://github.com/pear/Cache_Lite.git", - "reference": "9fa08bd625f86946d41a6e7ff66f6f4ea5c0f0bb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pear/Cache_Lite/zipball/9fa08bd625f86946d41a6e7ff66f6f4ea5c0f0bb", - "reference": "9fa08bd625f86946d41a6e7ff66f6f4ea5c0f0bb", - "shasum": "" - }, - "require": { - "php": ">=4.0.0" - }, - "require-dev": { - "phpunit/phpunit": "*" - }, - "type": "library", - "autoload": { - "classmap": [ - "Cache/Lite.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "./" - ], - "license": [ - "LGPL" - ], - "authors": [ - { - "name": "Markus Tacker", - "homepage": "http://pear.php.net/user/tacker" - }, - { - "name": "Fabien Marty", - "homepage": "http://pear.php.net/user/fab" - } - ], - "description": "Fast and safe little cache system", - "homepage": "https://github.com/pear/Cache_Lite", - "keywords": [ - "cache" - ], - "time": "2014-05-11T15:02:19+00:00" - }, - { - "name": "pear/console_getopt", - "version": "v1.4.1", - "source": { - "type": "git", - "url": "https://github.com/pear/Console_Getopt.git", - "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f", - "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f", - "shasum": "" - }, - "type": "library", - "autoload": { - "psr-0": { - "Console": "./" - } - }, - "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "./" - ], - "license": [ - "BSD-2-Clause" - ], - "authors": [ - { - "name": "Greg Beaver", - "email": "cellog@php.net", - "role": "Helper" - }, - { - "name": "Andrei Zmievski", - "email": "andrei@php.net", - "role": "Lead" - }, - { - "name": "Stig Bakken", - "email": "stig@php.net", - "role": "Developer" - } - ], - "description": "More info available on: http://pear.php.net/package/Console_Getopt", - "time": "2015-07-20T20:28:12+00:00" - }, - { - "name": "pear/pear-core-minimal", - "version": "v1.10.3", - "source": { - "type": "git", - "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/070f0b600b2caca2501e2c9b7e553016e4b0d115", - "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115", - "shasum": "" - }, - "require": { - "pear/console_getopt": "~1.4", - "pear/pear_exception": "~1.0" - }, - "replace": { - "rsky/pear-core-min": "self.version" - }, - "type": "library", - "autoload": { - "psr-0": { - "": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "src/" - ], - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Christian Weiske", - "email": "cweiske@php.net", - "role": "Lead" - } - ], - "description": "Minimal set of PEAR core files to be used as composer dependency", - "time": "2017-02-28T16:46:11+00:00" - }, - { - "name": "pear/pear_exception", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/pear/PEAR_Exception.git", - "reference": "8c18719fdae000b690e3912be401c76e406dd13b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b", - "reference": "8c18719fdae000b690e3912be401c76e406dd13b", - "shasum": "" - }, - "require": { - "php": ">=4.4.0" - }, - "require-dev": { - "phpunit/phpunit": "*" - }, - "type": "class", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "PEAR": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "." - ], - "license": [ - "BSD-2-Clause" - ], - "authors": [ - { - "name": "Helgi Thormar", - "email": "dufuz@php.net" - }, - { - "name": "Greg Beaver", - "email": "cellog@php.net" - } - ], - "description": "The PEAR Exception base class.", - "homepage": "https://github.com/pear/PEAR_Exception", - "keywords": [ - "exception" - ], - "time": "2015-02-10 20:07:52" - }, - { - "name": "pear/versioncontrol_git", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/pear/VersionControl_Git.git", - "reference": "6308acdf0ef5c57d1545e6a720fbddf755813753" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pear/VersionControl_Git/zipball/6308acdf0ef5c57d1545e6a720fbddf755813753", - "reference": "6308acdf0ef5c57d1545e6a720fbddf755813753", - "shasum": "" - }, - "require": { - "pear/pear-core-minimal": "^1.9", - "pear/pear_exception": "~1.0.0" - }, - "require-dev": { - "phpunit/phpunit": "^5" - }, - "type": "library", - "autoload": { - "psr-0": { - "VersionControl": "./" - } - }, - "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "./" - ], - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Kousuke Ebihara", - "email": "ebihara@php.net", - "role": "Lead" - } - ], - "description": "VersionControl_Git is a library that provides OO interface to handle Git repository.", - "time": "2018-01-29 21:14:27" - }, - { - "name": "phing/phing", - "version": "2.15.2", - "source": { - "type": "git", - "url": "https://github.com/phingofficial/phing.git", - "reference": "0999ab4e94e609dc00998e3d1b88df843054db7c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phingofficial/phing/zipball/0999ab4e94e609dc00998e3d1b88df843054db7c", - "reference": "0999ab4e94e609dc00998e3d1b88df843054db7c", - "shasum": "" - }, - "require": { - "php": ">=5.2.0" - }, - "require-dev": { - "ext-pdo_sqlite": "*", - "lastcraft/simpletest": "@dev", - "mikey179/vfsstream": "^1.6", - "pdepend/pdepend": "2.x", - "pear/archive_tar": "1.4.x", - "pear/http_request2": "dev-trunk", - "pear/net_growl": "dev-trunk", - "pear/pear-core-minimal": "1.10.1", - "pear/versioncontrol_git": "@dev", - "pear/versioncontrol_svn": "~0.5", - "phpdocumentor/phpdocumentor": "2.x", - "phploc/phploc": "~2.0.6", - "phpmd/phpmd": "~2.2", - "phpunit/phpunit": ">=3.7", - "sebastian/git": "~1.0", - "sebastian/phpcpd": "2.x", - "siad007/versioncontrol_hg": "^1.0", - "squizlabs/php_codesniffer": "~2.2", - "symfony/yaml": "~2.7" - }, - "suggest": { - "pdepend/pdepend": "PHP version of JDepend", - "pear/archive_tar": "Tar file management class", - "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository", - "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system", - "phpdocumentor/phpdocumentor": "Documentation Generator for PHP", - "phploc/phploc": "A tool for quickly measuring the size of a PHP project", - "phpmd/phpmd": "PHP version of PMD tool", - "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information", - "phpunit/phpunit": "The PHP Unit Testing Framework", - "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code", - "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.", - "tedivm/jshrink": "Javascript Minifier built in PHP" - }, - "bin": [ - "bin/phing" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.15.x-dev" - } - }, - "autoload": { - "classmap": [ - "classes/phing/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "classes" - ], - "license": [ - "LGPL-3.0" - ], - "authors": [ - { - "name": "Michiel Rook", - "email": "mrook@php.net" - }, - { - "name": "Phing Community", - "homepage": "https://www.phing.info/trac/wiki/Development/Contributors" - } - ], - "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.", - "homepage": "https://www.phing.info/", - "keywords": [ - "build", - "phing", - "task", - "tool" - ], - "time": "2016-10-13T09:01:45+00:00" - }, - { - "name": "phpmd/phpmd", - "version": "2.6.0", - "source": { - "type": "git", - "url": "https://github.com/phpmd/phpmd.git", - "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374", - "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374", - "shasum": "" - }, - "require": { - "ext-xml": "*", - "pdepend/pdepend": "^2.5", - "php": ">=5.3.9" - }, - "require-dev": { - "phpunit/phpunit": "^4.0", - "squizlabs/php_codesniffer": "^2.0" - }, - "bin": [ - "src/bin/phpmd" - ], - "type": "project", - "autoload": { - "psr-0": { - "PHPMD\\": "src/main/php" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Manuel Pichler", - "email": "github@manuel-pichler.de", - "homepage": "https://github.com/manuelpichler", - "role": "Project Founder" - }, - { - "name": "Other contributors", - "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", - "role": "Contributors" - }, - { - "name": "Marc Würth", - "email": "ravage@bluewin.ch", - "homepage": "https://github.com/ravage84", - "role": "Project Maintainer" - } - ], - "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", - "homepage": "http://phpmd.org/", - "keywords": [ - "mess detection", - "mess detector", - "pdepend", - "phpmd", - "pmd" - ], - "time": "2017-01-20T14:41:10+00:00" - }, - { - "name": "phpspec/prophecy", - "version": "1.7.5", - "source": { - "type": "git", - "url": "https://github.com/phpspec/prophecy.git", - "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401", - "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.0.2", - "php": "^5.3|^7.0", - "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", - "sebastian/comparator": "^1.1|^2.0", - "sebastian/recursion-context": "^1.0|^2.0|^3.0" - }, - "require-dev": { - "phpspec/phpspec": "^2.5|^3.2", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.7.x-dev" - } - }, - "autoload": { - "psr-0": { - "Prophecy\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" - }, - { - "name": "Marcello Duarte", - "email": "marcello.duarte@gmail.com" - } - ], - "description": "Highly opinionated mocking framework for PHP 5.3+", - "homepage": "https://github.com/phpspec/prophecy", - "keywords": [ - "Double", - "Dummy", - "fake", - "mock", - "spy", - "stub" - ], - "time": "2018-02-19T10:16:54+00:00" - }, - { - "name": "phpunit/dbunit", - "version": "1.4.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/dbunit.git", - "reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/9aaee6447663ff1b0cd50c23637e04af74c5e2ae", - "reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae", - "shasum": "" - }, - "require": { - "ext-pdo": "*", - "ext-simplexml": "*", - "php": ">=5.3.3", - "phpunit/phpunit": "~4|~5", - "symfony/yaml": "~2.1|~3.0" - }, - "bin": [ - "composer/bin/dbunit" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3.x-dev" - } - }, - "autoload": { - "classmap": [ - "PHPUnit/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "", - "../../symfony/yaml/" - ], - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" - } - ], - "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.", - "homepage": "https://github.com/sebastianbergmann/dbunit/", - "keywords": [ - "database", - "testing", - "xunit" - ], - "time": "2015-08-07T04:57:38+00:00" - }, - { - "name": "phpunit/php-code-coverage", - "version": "2.2.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", - "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "phpunit/php-file-iterator": "~1.3", - "phpunit/php-text-template": "~1.2", - "phpunit/php-token-stream": "~1.3", - "sebastian/environment": "^1.3.2", - "sebastian/version": "~1.0" - }, - "require-dev": { - "ext-xdebug": ">=2.1.4", - "phpunit/phpunit": "~4" - }, - "suggest": { - "ext-dom": "*", - "ext-xdebug": ">=2.2.1", - "ext-xmlwriter": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.2.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" - } - ], - "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", - "homepage": "https://github.com/sebastianbergmann/php-code-coverage", - "keywords": [ - "coverage", - "testing", - "xunit" - ], - "time": "2015-10-06T15:47:00+00:00" - }, - { - "name": "phpunit/php-file-iterator", - "version": "1.4.5", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", - "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" - } - ], - "description": "FilterIterator implementation that filters files based on a list of suffixes.", - "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", - "keywords": [ - "filesystem", - "iterator" - ], - "time": "2017-11-27T13:52:08+00:00" - }, - { - "name": "phpunit/php-text-template", - "version": "1.2.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Simple template engine.", - "homepage": "https://github.com/sebastianbergmann/php-text-template/", - "keywords": [ - "template" - ], - "time": "2015-06-21T13:50:34+00:00" - }, - { - "name": "phpunit/php-timer", - "version": "1.0.9", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", - "shasum": "" - }, - "require": { - "php": "^5.3.3 || ^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" - } - ], - "description": "Utility class for timing", - "homepage": "https://github.com/sebastianbergmann/php-timer/", - "keywords": [ - "timer" - ], - "time": "2017-02-26T11:10:40+00:00" - }, - { - "name": "phpunit/php-token-stream", - "version": "1.4.12", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16", - "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "php": ">=5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "~4.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Wrapper around PHP's tokenizer extension.", - "homepage": "https://github.com/sebastianbergmann/php-token-stream/", - "keywords": [ - "tokenizer" - ], - "time": "2017-12-04T08:55:13+00:00" - }, - { - "name": "phpunit/phpunit", - "version": "4.8.36", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "46023de9a91eec7dfb06cc56cb4e260017298517" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517", - "reference": "46023de9a91eec7dfb06cc56cb4e260017298517", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-json": "*", - "ext-pcre": "*", - "ext-reflection": "*", - "ext-spl": "*", - "php": ">=5.3.3", - "phpspec/prophecy": "^1.3.1", - "phpunit/php-code-coverage": "~2.1", - "phpunit/php-file-iterator": "~1.4", - "phpunit/php-text-template": "~1.2", - "phpunit/php-timer": "^1.0.6", - "phpunit/phpunit-mock-objects": "~2.3", - "sebastian/comparator": "~1.2.2", - "sebastian/diff": "~1.2", - "sebastian/environment": "~1.3", - "sebastian/exporter": "~1.2", - "sebastian/global-state": "~1.0", - "sebastian/version": "~1.0", - "symfony/yaml": "~2.1|~3.0" - }, - "suggest": { - "phpunit/php-invoker": "~1.1" - }, - "bin": [ - "phpunit" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.8.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "The PHP Unit Testing framework.", - "homepage": "https://phpunit.de/", - "keywords": [ - "phpunit", - "testing", - "xunit" - ], - "time": "2017-06-21T08:07:12+00:00" - }, - { - "name": "phpunit/phpunit-mock-objects", - "version": "2.3.8", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", - "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.0.2", - "php": ">=5.3.3", - "phpunit/php-text-template": "~1.2", - "sebastian/exporter": "~1.2" - }, - "require-dev": { - "phpunit/phpunit": "~4.4" - }, - "suggest": { - "ext-soap": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" - } - ], - "description": "Mock Object library for PHPUnit", - "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", - "keywords": [ - "mock", - "xunit" - ], - "time": "2015-10-02T06:51:40+00:00" - }, - { - "name": "sebastian/comparator", - "version": "1.2.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", - "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "sebastian/diff": "~1.2", - "sebastian/exporter": "~1.2 || ~2.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides the functionality to compare PHP values for equality", - "homepage": "http://www.github.com/sebastianbergmann/comparator", - "keywords": [ - "comparator", - "compare", - "equality" - ], - "time": "2017-01-29T09:50:25+00:00" - }, - { - "name": "sebastian/diff", - "version": "1.4.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", - "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", - "shasum": "" - }, - "require": { - "php": "^5.3.3 || ^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Diff implementation", - "homepage": "https://github.com/sebastianbergmann/diff", - "keywords": [ - "diff" - ], - "time": "2017-05-22T07:24:03+00:00" - }, - { - "name": "sebastian/environment", - "version": "1.3.8", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea", - "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea", - "shasum": "" - }, - "require": { - "php": "^5.3.3 || ^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8 || ^5.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides functionality to handle HHVM/PHP environments", - "homepage": "http://www.github.com/sebastianbergmann/environment", - "keywords": [ - "Xdebug", - "environment", - "hhvm" - ], - "time": "2016-08-18T05:49:44+00:00" - }, - { - "name": "sebastian/exporter", - "version": "1.2.2", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", - "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "sebastian/recursion-context": "~1.0" - }, - "require-dev": { - "ext-mbstring": "*", - "phpunit/phpunit": "~4.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" - } - ], - "description": "Provides the functionality to export PHP variables for visualization", - "homepage": "http://www.github.com/sebastianbergmann/exporter", - "keywords": [ - "export", - "exporter" - ], - "time": "2016-06-17T09:04:28+00:00" - }, - { - "name": "sebastian/global-state", - "version": "1.1.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", - "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "~4.2" - }, - "suggest": { - "ext-uopz": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Snapshotting of global state", - "homepage": "http://www.github.com/sebastianbergmann/global-state", - "keywords": [ - "global state" - ], - "time": "2015-10-12T03:26:01+00:00" - }, - { - "name": "sebastian/recursion-context", - "version": "1.0.5", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7", - "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "~4.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" - } - ], - "description": "Provides functionality to recursively process PHP variables", - "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2016-10-03T07:41:43+00:00" - }, - { - "name": "sebastian/version", - "version": "1.0.6", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/version.git", - "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", - "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", - "shasum": "" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library that helps with managing the version number of Git-hosted PHP projects", - "homepage": "https://github.com/sebastianbergmann/version", - "time": "2015-06-21T13:59:46+00:00" - }, - { - "name": "squizlabs/php_codesniffer", - "version": "1.5.6", - "source": { - "type": "git", - "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5", - "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "php": ">=5.1.2" - }, - "suggest": { - "phpunit/php-timer": "dev-master" - }, - "bin": [ - "scripts/phpcs" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-phpcs-fixer": "2.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "CodeSniffer.php", - "CodeSniffer/CLI.php", - "CodeSniffer/Exception.php", - "CodeSniffer/File.php", - "CodeSniffer/Report.php", - "CodeSniffer/Reporting.php", - "CodeSniffer/Sniff.php", - "CodeSniffer/Tokens.php", - "CodeSniffer/Reports/", - "CodeSniffer/CommentParser/", - "CodeSniffer/Tokenizers/", - "CodeSniffer/DocGenerators/", - "CodeSniffer/Standards/AbstractPatternSniff.php", - "CodeSniffer/Standards/AbstractScopeSniff.php", - "CodeSniffer/Standards/AbstractVariableSniff.php", - "CodeSniffer/Standards/IncorrectPatternException.php", - "CodeSniffer/Standards/Generic/Sniffs/", - "CodeSniffer/Standards/MySource/Sniffs/", - "CodeSniffer/Standards/PEAR/Sniffs/", - "CodeSniffer/Standards/PSR1/Sniffs/", - "CodeSniffer/Standards/PSR2/Sniffs/", - "CodeSniffer/Standards/Squiz/Sniffs/", - "CodeSniffer/Standards/Zend/Sniffs/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Greg Sherwood", - "role": "lead" - } - ], - "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", - "homepage": "http://www.squizlabs.com/php-codesniffer", - "keywords": [ - "phpcs", - "standards" - ], - "time": "2014-12-04T22:32:15+00:00" - }, - { - "name": "symfony/dependency-injection", - "version": "v2.8.37", - "source": { - "type": "git", - "url": "https://github.com/symfony/dependency-injection.git", - "reference": "3d7cbf34cd75ede7f94b9b990f85bd089e15cd55" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/3d7cbf34cd75ede7f94b9b990f85bd089e15cd55", - "reference": "3d7cbf34cd75ede7f94b9b990f85bd089e15cd55", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "conflict": { - "symfony/expression-language": "<2.6" - }, - "require-dev": { - "symfony/config": "~2.2|~3.0.0", - "symfony/expression-language": "~2.6|~3.0.0", - "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7" - }, - "suggest": { - "symfony/config": "", - "symfony/expression-language": "For using expressions in service container configuration", - "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", - "symfony/yaml": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\DependencyInjection\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony DependencyInjection Component", - "homepage": "https://symfony.com", - "time": "2018-02-19T16:23:47+00:00" - } - ], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": { - "pear/versioncontrol_git": 20, - "pear/pear_exception": 20 - }, - "prefer-stable": false, - "prefer-lowest": false, - "platform": { - "php": ">=5.4.0" - }, - "platform-dev": [], - "platform-overrides": { - "php": "5.4.0" - } -} diff --git a/docs/classes/BibleStudyModelCpanel.html b/docs/classes/BibleStudyModelCpanel.html deleted file mode 100644 index 6a27285afa..0000000000 --- a/docs/classes/BibleStudyModelCpanel.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - -Proclaim API » \BibleStudyModelCpanel - - - - - - - - - - -
    - -
    - -
    - -
    -

    JModel class for Cpanel

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Get Data

    -
    getData() : object
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Returns true if we are installed in Joomla! 3.2 or later and we have post-installation messages for our component -which must be showed to the user.

    -
    hasPostInstallMessages() : boolean | null
    -
    -
    -

    Returns null if the com_postinstall component is broken because the user screwed up his Joomla! site following -some idiot's advice. Apparently there's no shortage of idiots giving terribly bad advice to Joomla! users.

    - - - -
    since7.0
    -

    Returns

    -
    -booleannull -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BibleStudyModelInstall.html b/docs/classes/BibleStudyModelInstall.html deleted file mode 100644 index 22f40cf92f..0000000000 --- a/docs/classes/BibleStudyModelInstall.html +++ /dev/null @@ -1,977 +0,0 @@ - - - - - -Proclaim API » \BibleStudyModelInstall - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    class Migration model

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.1.0
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    -
    -
    - - - -
    since7.1
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -
    -

    Fix Menus

    -
    fixMenus() : boolean
    -
    -
    -
    - - - -
    since7.1.0
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Function to Find empty access in the db and set them to Public

    -
    fixemptyaccess() : boolean
    -
    -
    -
    - - - -
    since7.1.0
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Function to find empty language field and set them to "*"

    -
    fixemptylanguage() : boolean
    -
    -
    -
    - - - -
    since7.1.0
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Update messages

    -
    postinstall_messages(object $message) : void
    -
    -
    -
    - - - -
    since7.1
    -

    Parameters

    -
    -

    $message

    -object

    Install object

    -
    -
    -
    -

    Old Update URL's

    -
    rmoldurl() : array
    -
    -
    -
    - - - -
    since7.1
    -

    Returns

    -
    array
    -
    -
    -
    -

    Run the Migration will there is time.

    -
    run(boolean $resetTimer = true) : boolean
    -
    -
    -
    - - - -
    since7.1
    -

    Parameters

    -
    -

    $resetTimer

    -boolean

    If the time must be reset

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Start Looking though the Versions

    -
    startScanning() : boolean
    -
    -
    -
    - - - -
    since7.1
    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Uninstall of JBSM

    -
    uninstall() : boolean
    -
    -
    -
    - - - -
    since7.1
    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Start the Run through the Pre Versions then SQL files then After PHP functions.

    -
    RealRun() : boolean
    -
    -
    -
    - - - -
    since7.1
    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Function to update using the version number for sql files

    -
    allUpdate(string $value) : boolean
    -
    -
    -
    - - - -
    since7.1.4
    -

    Parameters

    -
    -

    $value

    -string

    The File name.

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Correct problem in are update table under 7.0.2 systems

    -
    correctVersions() : boolean
    -
    -
    -
    - - - -
    since7.1
    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Finish the system

    -
    finish(string $step) : boolean
    -
    -
    -
    - - - -
    since7.1
    -

    Parameters

    -
    -

    $step

    -string

    Step to process

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Fix Import problem

    -
    fiximport() : boolean
    -
    -
    -
    - - - -
    since7.1
    -

    Returns

    -
    -booleanTrue if fix complete, False if failure
    -
    -
    -
    -

    Get migrate versions of DB after import/copy has finished.

    -
    getSteps() : boolean
    -
    -
    -
    - - - -
    since7.1
    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Returns Update Version form Table

    -
    getUpdateVersion() : string
    -
    -
    -
    - - - -
    since7.1
    -

    Returns

    -
    -stringReturns the Last Version in the #_bsms_update table
    -
    -
    -
    -

    Makes sure that no more than 5 seconds since the start of the timer have elapsed

    -
    haveEnoughTime() : boolean
    -
    -
    -
    - - - -
    since7.1
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Install step system

    -
    install(array $files = array('install', 'install-defaults')) : boolean
    -
    -
    -
    - - - -
    since7.1
    -

    Parameters

    -
    -

    $files

    -array

    List of installs to install

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Loads the Versions/SQL/After stack from the session

    -
    loadStack() : boolean
    -
    -
    -
    - - - -
    since7.1
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Returns the current timestamps in decimal seconds

    -
    microtime_float() : string
    -
    -
    -
    - - - -
    since7.1
    -

    Returns

    -
    string
    -
    -
    -
    -

    Cleanup postInstall before migration

    -
    postinstallclenup() : void
    -
    -
    -
    - - - -
    since7.1
    -
    -
    -
    -

    Resets the Versions/SQL/After stack saved in the session

    -
    resetStack() : void
    -
    -
    -
    - - - -
    since7.1
    -
    -
    -
    -

    Starts or resets the internal timer

    -
    resetTimer() : void
    -
    -
    -
    - - - -
    since7.1
    -
    -
    -
    -

    Run updates SQL

    -
    runUpdates(string $string) : boolean
    -
    -
    -
    - - - -
    since7.1
    -

    Parameters

    -
    -

    $string

    -string

    String of SQL to process.

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Saves the Versions/SQL/After stack in the session

    -
    saveStack() : void
    -
    -
    -
    - - - -
    since7.1
    -
    -
    -
    -

    Set the schema version for an extension by looking at its latest update

    -
    setSchemaVersion(string $version, integer $eid) : boolean
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $version

    -string

    Version number

    -
    -

    $eid

    -integer

    Extension ID

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    boolean
    -
    -
    -

    - Properties

    - 
    -

    Call stack for the Visioning System.

    -
    $callstack : array
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - -
    since7.1
    -
    -
    - 
    -

    Numbers of Versions already processed

    -
    $doneSteps : integer
    -
    -

    Default

    -
    0
    -
    -
    -
    -
    - - - -
    since7.1
    -
    -
    - 
    -

    $query

    -
    $query 
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - - - - - - - -
    typearray Array of assets to fix
    since7.1
    -
    -
    - 
    -

    Running Now

    -
    $running : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.1
    -
    -
    - 
    -

    Total numbers of Versions

    -
    $totalSteps : integer
    -
    -

    Default

    -
    0
    -
    -
    -
    -
    - - - -
    since7.1
    -
    -
    - 
    -

    Path to Mysql files

    -
    $filePath : string
    -
    -

    Default

    -
    '/components/com_biblestudy/install/sql/updates/mysql'
    -
    -
    -
    -
    - - - -
    since7.1
    -
    -
    - 
    -

    Path to PHP Version files

    -
    $phpPath : string
    -
    -

    Default

    -
    '/components/com_biblestudy/install/updates/'
    -
    -
    -
    -
    - - - -
    since7.1
    -
    -
    - 
    -

    $type

    -
    $type 
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - - - - - - - -
    typestring Type of process
    since7.1
    -
    -
    - 
    -

    The pre versions sub sql array to process

    -
    $allupdates : array
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - -
    since7.1
    -
    -
    - 
    -

    Id of Extinction Table

    -
    $biblestudyEid : integer
    -
    -

    Default

    -
    0
    -
    -
    -
    -
    - - - -
    since7.1
    -
    -
    - 
    -

    Array of Finish Task

    -
    $finish : array
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - -
    since7.1
    -
    -
    - 
    -

    Array of Install Task

    -
    $install : array
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - -
    since7.1
    -
    -
    - 
    -

    If was imported

    -
    $isimport : integer
    -
    -

    Default

    -
    0
    -
    -
    -
    -
    - - - -
    since7.1
    -
    -
    - 
    -

    Array of Install Task

    -
    $start : array
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    The time the process started

    -
    $startTime : float
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.1
    -
    -
    - 
    -

    $subFiles

    -
    $subFiles 
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - - - - - - - -
    typearray list of php files to work through
    since7.1
    -
    -
    - 
    -

    Array of Sub Query from php files queries Task

    -
    $subQuery : array
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - -
    since7.1
    -
    -
    - 
    -

    $subSteps

    -
    $subSteps 
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - - - - - - - -
    typearray PHP file steps for migrations
    since7.1
    -
    -
    - 
    -

    Version number to be running

    -
    $version : string
    -
    -

    Default

    -
    "0.0.0"
    -
    -
    -
    -
    - - - -
    since7.1
    -
    -
    - 
    -

    The pre versions to process

    -
    $versionStack : array
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - -
    since7.1
    -
    -
    - 
    -

    Version of BibleStudy

    -
    $versionSwitch : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.1
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BibleStudyModelMigration.html b/docs/classes/BibleStudyModelMigration.html deleted file mode 100644 index 2572691b7c..0000000000 --- a/docs/classes/BibleStudyModelMigration.html +++ /dev/null @@ -1,1598 +0,0 @@ - - - - - - API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - -

    \BibleStudyModelMigration

    -

    class Migration model

    - - - -
    -

    Summary

    -
    -
    - Methods -
    -
    - Properties -
    -
    - Constants -
    -
    -
    -
    - startScanning()
    - getVersions()
    - correctVersions()
    - run()
    - postinstall_messages()
    - fiximportparams()
    -
    -
    - $totalVersions
    - $running
    - $doneVersions
    - $callstack
    -
    -
    - No constants found -
    -
    -
    -
    - No protected methods found -
    -
    - $filePath
    - $phpPath
    -
    -
    - N/A -
    -
    -
    -
    - resetStack()
    - resetTimer()
    - microtime_float()
    - setSchemaVersion()
    - saveStack()
    - loadStack()
    - haveEnoughTime()
    - RealRun()
    - finish()
    - getUpdateVersion()
    - postinstallclenup()
    -
    -
    - $_startTime
    - $_versionStack
    - $_versionSwitch
    - $_biblestudyEid
    - $_finish
    - $_isimport
    -
    -
    - N/A -
    -
    -
    -
    - -
    - - - -
    -
    -

    Properties

    -
    - -
    - -
    -
    - -
    -

    $totalVersions

    -
    $totalVersions : integer
    -

    - - -

    Type

    - integer - — Total numbers of Versions
    -
    - -
    - -
    -
    - -
    -

    $running

    -
    $running : string
    -

    - - -

    Type

    - string - — Running Now
    -
    - -
    - -
    -
    - -
    -

    $doneVersions

    -
    $doneVersions : integer
    -

    - - -

    Type

    - integer - — Numbers of Versions already processed
    -
    - -
    - -
    -
    - -
    -

    $callstack

    -
    $callstack : array
    -

    - - -

    Type

    - array - — Call stack for the Visioning System.
    -
    - -
    - -
    -
    - -
    -

    $filePath

    -
    $filePath : string
    -

    - - -

    Type

    - string - — Path to Mysql files
    -
    - -
    - -
    -
    - -
    -

    $phpPath

    -
    $phpPath : string
    -

    - - -

    Type

    - string - — Path to PHP Version files
    -
    - -
    - -
    -
    - -
    -

    $_startTime

    -
    $_startTime : float
    -

    - - -

    Type

    - float - — The time the process started
    -
    - -
    - -
    -
    - -
    -

    $_versionStack

    -
    $_versionStack : array
    -

    - - -

    Type

    - array - — The pre versions to process
    -
    - -
    - -
    -
    - -
    -

    $_versionSwitch

    -
    $_versionSwitch : string
    -

    - - -

    Type

    - string - — Version of BibleStudy
    -
    - -
    - -
    -
    - -
    -

    $_biblestudyEid

    -
    $_biblestudyEid : integer
    -

    - - -

    Type

    - integer - — Id of Extinction Table
    -
    - -
    - -
    -
    - -
    -

    $_finish

    -
    $_finish : array
    -

    - - -

    Type

    - array - — Array of Finish Task
    -
    - -
    - -
    -
    - -
    -

    $_isimport

    -
    $_isimport : array
    -

    - - -

    Type

    - array - — int of Finish Task
    -
    - -
    - - - -
    -

    Methods

    - -
    - -
    -
    - -
    -

    startScanning()

    - -
    startScanning() : boolean
    -

    Start Looking though the Versions

    - - - - -

    Returns

    - boolean - -
    -
    - -
    - -
    -
    - -
    -

    getVersions()

    - -
    getVersions() : boolean
    -

    Get migrate versions of DB after import/copy has finished.

    - - - - -

    Returns

    - boolean - -
    -
    - -
    - -
    -
    - -
    -

    correctVersions()

    - -
    correctVersions() : boolean
    -

    Correct problem in are update table under 7.0.2 systems

    - - - - -

    Returns

    - boolean - -
    -
    - -
    - -
    -
    - -
    -

    run()

    - -
    run(boolean  $resetTimer = true) : boolean
    -

    Run the Migration will there is time.

    - - -

    Parameters

    - - - - - - -
    boolean$resetTimer

    If the time must be reset

    - - -

    Returns

    - boolean - -
    -
    - -
    - -
    -
    - -
    -

    postinstall_messages()

    - -
    postinstall_messages(object  $message, \JDatabaseDriver  $db) : void
    -

    Update messages

    - - -

    Parameters

    - - - - - - - - - - - -
    object$message

    Install object

    \JDatabaseDriver$db

    DB Driver

    - - - -
    -
    - -
    - -
    -
    - -
    -

    fiximportparams()

    - -
    fiximportparams() : boolean
    -

    Fix Import problem

    - - - - -

    Returns

    - boolean - —

    True if fix complete, False if failure

    - -
    -
    - -
    - -
    -
    - -
    -

    resetStack()

    - -
    resetStack() : void
    -

    Resets the Versions/SQL/After stack saved in the session

    - - - - - -
    -
    - -
    - -
    -
    - -
    -

    resetTimer()

    - -
    resetTimer() : void
    -

    Starts or resets the internal timer

    - - - - - -
    -
    - -
    - -
    -
    - -
    -

    microtime_float()

    - -
    microtime_float() : string
    -

    Returns the current timestamps in decimal seconds

    - - - - -

    Returns

    - string - -
    -
    - -
    - -
    -
    - -
    -

    setSchemaVersion()

    - -
    setSchemaVersion(string  $version, integer  $eid) : void
    -

    Set the schema version for an extension by looking at its latest update

    - - -

    Parameters

    - - - - - - - - - - - -
    string$version

    Version number

    integer$eid

    Extension ID

    - - - -
    -
    - -
    - -
    -
    - -
    -

    saveStack()

    - -
    saveStack() : void
    -

    Saves the Versions/SQL/After stack in the session

    - - - - - -
    -
    - -
    - -
    -
    - -
    -

    loadStack()

    - -
    loadStack() : void
    -

    Loads the Versions/SQL/After stack from the session

    - - - - - -
    -
    - -
    - -
    -
    - -
    -

    haveEnoughTime()

    - -
    haveEnoughTime() : boolean
    -

    Makes sure that no more than 3 seconds since the start of the timer have elapsed

    - - - - -

    Returns

    - boolean - -
    -
    - -
    - -
    -
    - -
    -

    RealRun()

    - -
    RealRun() : boolean
    -

    Start the Run through the Pre Versions then SQL files then After PHP functions.

    - - - - -

    Returns

    - boolean - -
    -
    - -
    - -
    -
    - -
    -

    finish()

    - -
    finish() : boolean
    -

    Finish the system

    - - - - -

    Returns

    - boolean - -
    -
    - -
    - -
    -
    - -
    -

    getUpdateVersion()

    - -
    getUpdateVersion() : string
    -

    Returns Update Version form Table

    - - - - -

    Returns

    - string - —

    Returns the Last Version in the #_bsms_update table

    - -
    -
    - -
    - -
    -
    - -
    -

    postinstallclenup()

    - -
    postinstallclenup(\JDatabaseDriver  $db) : void
    -

    Cleanup postinstall before migration

    - - -

    Parameters

    - - - - - - -
    \JDatabaseDriver$db

    Joomla Database Driver

    - - - -
    -
    - -
    - -
    -
    - - - - -
    - - - diff --git a/docs/classes/BibleStudyViewFolder.html b/docs/classes/BibleStudyViewFolder.html deleted file mode 100644 index 10c36aa025..0000000000 --- a/docs/classes/BibleStudyViewFolder.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - - -Proclaim API » \BibleStudyViewFolder - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    View class for Folder

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add ToolBar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since
    -
    -
    -

    - Properties

    - 
    -

    Can Do

    -
    $canDo : object
    -
    -
    -
    - 
    -

    Defaults

    -
    $defaults : array
    -
    -
    -
    - 
    -

    Form

    -
    $form : object
    -
    -
    -
    - 
    -

    Item

    -
    $item : object
    -
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BibleStudyViewFolders.html b/docs/classes/BibleStudyViewFolders.html deleted file mode 100644 index 3762f3003f..0000000000 --- a/docs/classes/BibleStudyViewFolders.html +++ /dev/null @@ -1,227 +0,0 @@ - - - - - -Proclaim API » \BibleStudyViewFolders - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Folders

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add the page title and toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since
    -
    -
    -
    -

    Returns an array of fields the table can be sorted by

    -
    getSortFields() : array
    -
    -
    -
    - - - -
    since
    -

    Returns

    -
    -arrayArray containing the field name to sort by as the key and display text as value
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since
    -
    -
    -

    - Properties

    - 
    -

    Can Do

    -
    $canDo : object
    -
    -
    -
    - 
    -

    Filter Levels

    -
    $f_levels : array
    -
    -
    -
    - 
    -

    Side Bar

    -
    $sidebar : string
    -
    -
    -
    - 
    -

    Items

    -
    $items : object
    -
    -
    -
    - 
    -

    Pagination

    -
    $pagination : object
    -
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyController.html b/docs/classes/BiblestudyController.html deleted file mode 100644 index 38d8e4474c..0000000000 --- a/docs/classes/BiblestudyController.html +++ /dev/null @@ -1,383 +0,0 @@ - - - - - -Proclaim API » \BiblestudyController - - - - - - - - - - -
    - -
    - -
    - -
    -

    Controller for Core BibleStudy

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings. -Recognized key values include 'name', 'default_task', 'model_path', and -'view_path' (this list is not meant to be comprehensive).

    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -
    -

    AV Player

    -
    avplayer() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Comments

    -
    comment() : boolean | void
    -
    -
    -
    - - - -
    since7.0.0
    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    -booleanvoid -
    -
    -
    -
    -

    Comments Email

    -
    commentsEmail(\Joomla\Registry\Registry $params) : void
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    To pass to the email

    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -
    -

    Display

    -
    display(boolean $cachable = false, array $urlparams = array()) : \JControllerLegacy | boolean
    -
    -
    -

    This function is provide as a default implementation, in most cases -you will need to override it in your own controllers.

    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $cachable

    -boolean

    If true, the view output will be cached

    -
    -

    $urlparams

    -array

    An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}.

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    -\JControllerLegacybooleanA JControllerLegacy object to support chaining.
    -
    -
    -
    -

    Download

    -
    download() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    This function is supposed to generate the Media Player that is requested via AJAX -from the sermons view "default.php". It has not been implemented yet, so its not used.

    -
    inlinePlayer() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Play Hit

    -
    playHit() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -

    - Properties

    - 
    -

    Media Code

    -
    $mediaCode : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    - -
    -

    JController for BibleStudy Admin class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Core Display

    -
    display(boolean $cachable = false, boolean $urlparams = false) : \JControllerLegacy
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $cachable

    -boolean

    Cachable system

    -
    -

    $urlparams

    -boolean

    Url params

    -

    Returns

    -
    -\JControllerLegacyhis object to support chaining.
    -
    -
    -
    -

    Write the XML file Called from admin podcast list page.

    -
    writeXMLFile() : void
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -

    - Properties

    - 
    -

    Default view var.

    -
    $default_view : string
    -
    -

    Default

    -
    'cpanel'
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerAdmin.html b/docs/classes/BiblestudyControllerAdmin.html deleted file mode 100644 index 886291aaa7..0000000000 --- a/docs/classes/BiblestudyControllerAdmin.html +++ /dev/null @@ -1,443 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerAdmin - - - - - - - - - - -
    - -
    - -
    - -
    -

    Controller for Admin

    -
    -
    - - - - - - - - - -
    since7.0.0
    packageProclaim.Admin
    -

    - Methods

    -
    -

    Alias Updates

    -
    aliasUpdate() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -
    -

    Return back to c-panel

    -
    back() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Change Player Modes

    -
    changePlayers() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Change Media Popup

    -
    changePopup() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Convert PreachIt to BibleStudy

    -
    convertPreachIt() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Convert SermonSpeaker to BibleStudy

    -
    convertSermonSpeaker() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Copy Old Tables to new Joomla! Tables

    -
    copyTables(string $oldprefix) : boolean
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $oldprefix

    -string

    Old table Prefix

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Create Thumbnail XHR

    -
    createThumbnailXHR() : void
    -
    -
    -
    - - - -
    since9.0.0
    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -
    -

    Reset Db to install

    -
    dbReset() : void
    -
    -
    -
    - - - -
    since7.1.0
    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -
    -

    Archive Old Message and Media

    -
    doArchive() : void
    -
    -
    -
    - - - -
    since9.0.1
    -
    -
    -
    -

    Do the import

    -
    doimport(boolean $parent = true) : void
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $parent

    -boolean

    Source of info

    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -
    -

    Export Db

    -
    export() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Tries to fix missing database updates

    -
    fix() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -
    -

    Get Thumbnail List XHR

    -
    getThumbnailListXHR() : void
    -
    -
    -
    - - - -
    since9.0.0
    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -
    -

    Import function from the backup page

    -
    import() : void
    -
    -
    -
    - - - -
    since7.1.0
    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -
    -

    Change media images from a digital file to css

    -
    mediaimages() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Reset Downloads

    -
    resetDownloads() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Reset Hits

    -
    resetHits() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Reset Players

    -
    resetPlays() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Tools to change player or popup

    -
    tools() : void
    -
    -
    -
    - - - -
    since7.0.0
    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -

    - Properties

    - 
    -

    NOTE: This is needed to prevent Joomla 1.6's pluralization mechanism from kicking in

    -
    $view_list 
    -
    -

    Default

    -
    'cpanel'
    -
    -
    -
    -
    - - - - - - - - - -
    param
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerComment.html b/docs/classes/BiblestudyControllerComment.html deleted file mode 100644 index 1e46fa0a32..0000000000 --- a/docs/classes/BiblestudyControllerComment.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerComment - - - - - - - - - - -
    - -
    - -
    - -
    -

    Controller for a Comment

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to run batch operations.

    -
    batch(\JModelLegacy $model = null) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $model

    -\JModelLegacy

    The model.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Comment', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \BiblestudyModelComment
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $name

    -string

    The model name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    \BiblestudyModelComment
    -
    -
    -
    -

    Method override to check if you can add a new record.

    -
    allowAdd(array $data = array()) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $data

    -array

    An array of input data.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Method override to check if you can edit an existing record.

    -
    allowEdit(array $data = array(), string $key = 'id') : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $data

    -array

    An array of input data.

    -
    -

    $key

    -string

    The name of the key for the primary key.

    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerCommentform.html b/docs/classes/BiblestudyControllerCommentform.html deleted file mode 100644 index 06895773ca..0000000000 --- a/docs/classes/BiblestudyControllerCommentform.html +++ /dev/null @@ -1,380 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerCommentform - - - - - - - - - - -
    - -
    - -
    - -
    -

    Controller for a Comment

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Class constructor.

    -
    __construct(array $config = array()
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $config

    -array

    A named array of configuration variables.

    -
    -
    -
    -

    Method to add a new record.

    -
    add() : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    -booleanTrue if the article can be added, false if not.
    -
    -
    -
    -

    Method to run batch operations.

    -
    batch(\JModelLegacy $model = null) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $model

    -\JModelLegacy

    The model of the component being processed.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -

    Method to cancel an edit.

    -
    cancel(string $key = 'a_id') : Boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $key

    -string

    The name of the primary key of the URL variable.

    -

    Returns

    -
    -BooleanTrue if access level checks pass, false otherwise.
    -
    -
    -
    -

    Method to edit an existing record.

    -
    edit(string $key = null, string $urlVar = 'a_id') : Boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $key

    -string

    The name of the primary key of the URL variable.

    -
    -

    $urlVar

    -string

    The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).

    -

    Returns

    -
    -BooleanTrue if access level check and checkout passes, false otherwise.
    -
    -
    -
    -

    Method to get a model object, loading it if required.

    -
    getModel(string $name = 'CommentForm', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \JModelLegacy
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $name

    -string

    The model name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    -\JModelLegacyThe model.
    -
    -
    -
    -

    Method to save a record.

    -
    save(string $key = null, string $urlVar = 'a_id') : Boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $key

    -string

    The name of the primary key of the URL variable.

    -
    -

    $urlVar

    -string

    The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).

    -

    Returns

    -
    -BooleanTrue if successful, false otherwise.
    -
    -
    -
    -

    Method override to check if you can add a new record.

    -
    allowAdd(array $data = array()) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $data

    -array

    An array of input data.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Method override to check if you can edit an existing record.

    -
    allowEdit(array $data = array(), string $key = 'a_id') : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $data

    -array

    An array of input data.

    -
    -

    $key

    -string

    The name of the key for the primary key.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Gets the URL arguments to append to an item redirect.

    -
    getRedirectToItemAppend(integer $recordId = null, string $urlVar = 'a_id') : string
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $recordId

    -integer

    The primary key id for the item.

    -
    -

    $urlVar

    -string

    The name of the URL variable for the id.

    -

    Returns

    -
    -stringThe arguments to append to the redirect URL.
    -
    -
    -
    -

    Get the return URL.

    -
    getReturnPage() : string
    -
    -
    -

    If a "return" variable has been passed in the request

    - - - -
    since1.6
    -

    Returns

    -
    -stringThe return URL.
    -
    -
    -

    - Properties

    - 
    -

    View item

    -
    $view_item 
    -
    -

    Default

    -
    'commentform'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    - 
    -

    View list

    -
    $view_list 
    -
    -

    Default

    -
    'commentlist'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerCommentlist.html b/docs/classes/BiblestudyControllerCommentlist.html deleted file mode 100644 index c177df4f0b..0000000000 --- a/docs/classes/BiblestudyControllerCommentlist.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerCommentlist - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Controller for Comments

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    inherited_from\BiblestudyControllerComments
    -

    - Methods

    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'CommentList', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \JModelLegacy
    -
    -
    -
    - - - - - - - - - -
    since7.0
    inherited_from\BiblestudyControllerComments::getModel()
    -

    Parameters

    -
    -

    $name

    -string

    The name of the model

    -
    -

    $prefix

    -string

    The prefix for the PHP class name

    -
    -

    $config

    -array

    Set ignore request

    -

    Returns

    -
    \JModelLegacy
    -
    -
    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Comment', string $prefix = 'BiblestudyModel', array $config = array()) : \BiblestudyModelComment
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $name

    -string

    The model name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    \BiblestudyModelComment
    -
    -
    -

    - Properties

    - 
    -

    The prefix to use with controller messages.

    -
    $text_prefix : string
    -
    -

    Default

    -
    'COM_BIBLESTUDY'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    - 
    -

    View item

    -
    $view_item 
    -
    -

    Default

    -
    'commentform'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    - 
    -

    View list

    -
    $view_list 
    -
    -

    Default

    -
    'commentlist'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerComments.html b/docs/classes/BiblestudyControllerComments.html deleted file mode 100644 index 59ab7982d8..0000000000 --- a/docs/classes/BiblestudyControllerComments.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerComments - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Controller for Comments

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Comment', string $prefix = 'BiblestudyModel', array $config = array()) : \BiblestudyModelComment
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $name

    -string

    The model name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    \BiblestudyModelComment
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerCpanel.html b/docs/classes/BiblestudyControllerCpanel.html deleted file mode 100644 index 69421fc15e..0000000000 --- a/docs/classes/BiblestudyControllerCpanel.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerCpanel - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Controller for the cPanel

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerFolder.html b/docs/classes/BiblestudyControllerFolder.html deleted file mode 100644 index 52b1574d61..0000000000 --- a/docs/classes/BiblestudyControllerFolder.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerFolder - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    Controller for Folder

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Class constructor.

    -
    __construct(array $config) 
    -
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $config

    -array

    A named array of configuration variables.

    -
    -
    -
    -

    Method to run batch operations.

    -
    batch(\JModelLegacy $model) : boolean
    -
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $model

    -\JModelLegacy

    The model.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerFolders.html b/docs/classes/BiblestudyControllerFolders.html deleted file mode 100644 index 2cf3dc8fe4..0000000000 --- a/docs/classes/BiblestudyControllerFolders.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerFolders - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    Folders list controller class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Proxy for getModel

    -
    getModel(string $name, string $prefix) : \JModel
    -
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $name

    -string

    The name of the model

    -
    -

    $prefix

    -string

    The prefix for the PHP class name

    -

    Returns

    -
    \JModel
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerInstall.html b/docs/classes/BiblestudyControllerInstall.html deleted file mode 100644 index 4a687eff2a..0000000000 --- a/docs/classes/BiblestudyControllerInstall.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerInstall - - - - - - - - - - -
    - -
    - -
    - -
    -

    Controller for Admin

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -
    -
    -
    -

    Start of installer display hook.

    -
    browse() : void
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -

    Clear and start of installer display hook.

    -
    clear() : void
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -

    Constructor.

    -
    execute(string $task) : void
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $task

    -string

    An optional associative array of configuration settings.

    -
    -
    -
    -

    Run function loop

    -
    run() : void
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -

    - Properties

    - 
    -

    $modelName

    -
    $modelName 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    The context for storing internal data, e.g. record.

    -
    $context : string
    -
    -

    Default

    -
    'install'
    -
    -
    -
    -
    - - - -
    since12.2
    -
    -
    - 
    -

    The URL view item variable.

    -
    $view_item : string
    -
    -

    Default

    -
    'install'
    -
    -
    -
    -
    - - - -
    since12.2
    -
    -
    - 
    -

    The URL view list variable.

    -
    $view_list : string
    -
    -

    Default

    -
    'install'
    -
    -
    -
    -
    - - - -
    since12.2
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerLocation.html b/docs/classes/BiblestudyControllerLocation.html deleted file mode 100644 index 4a02be39fa..0000000000 --- a/docs/classes/BiblestudyControllerLocation.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerLocation - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Location controller class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to run batch operations.

    -
    batch(\JModelLegacy $model = null) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $model

    -\JModelLegacy

    The model.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Location', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \BiblestudyModelLocation
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $name

    -string

    The model name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    \BiblestudyModelLocation
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerLocations.html b/docs/classes/BiblestudyControllerLocations.html deleted file mode 100644 index b627c5c702..0000000000 --- a/docs/classes/BiblestudyControllerLocations.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerLocations - - - - - - - - - - -
    - -
    - -
    - -
    -

    Locations list controller class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Location', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \BiblestudyModelLocation
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $name

    -string

    The name of the model

    -
    -

    $prefix

    -string

    The prefix for the PHP class name

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    \BiblestudyModelLocation
    -
    -
    -
    -

    Method to save the submitted ordering values for records via AJAX.

    -
    saveOrderAjax() : void
    -
    -
    -
    - - - -
    since3.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerMediafile.html b/docs/classes/BiblestudyControllerMediafile.html deleted file mode 100644 index e3fdfd2deb..0000000000 --- a/docs/classes/BiblestudyControllerMediafile.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerMediafile - - - - - - - - - - -
    - -
    - -
    - -
    -

    Controller For MediaFile

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to add a new record.

    -
    add() : mixed
    -
    -
    -
    - - - -
    since12.2
    -

    Returns

    -
    -mixedTrue if the record can be added, a error object if not.
    -
    -
    -
    -

    Method to run batch operations.

    -
    batch(\BiblestudyModelMediafile $model = null) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $model

    -\BiblestudyModelMediafile

    The model.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -

    Method to cancel an edit.

    -
    cancel(string $key = null) : boolean
    -
    -
    -
    - - - -
    since12.2
    -

    Parameters

    -
    -

    $key

    -string

    The name of the primary key of the URL variable.

    -

    Returns

    -
    -booleanTrue if access level checks pass, false otherwise.
    -
    -
    -
    -

    Resets the User state for the server type. Needed to allow the value from the DB to be used

    -
    edit(integer $key = null, string $urlVar = null) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $key

    -integer

    ?

    -
    -

    $urlVar

    -string

    ?

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Sets the server for this media record

    -
    setServer() : void
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -

    Handles XHR requests (i.e. File uploads)

    -
    xhr() : void
    -
    -
    -
    - - - -
    since9.0.0
    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -
    -

    Gets the URL arguments to append to an item redirect.

    -
    getRedirectToItemAppend(integer $recordId = null, string $urlVar = 'id') : string
    -
    -
    -
    - - - -
    since12.2
    -

    Parameters

    -
    -

    $recordId

    -integer

    The primary key id for the item.

    -
    -

    $urlVar

    -string

    The name of the URL variable for the id.

    -

    Returns

    -
    -stringThe arguments to append to the redirect URL.
    -
    -
    -
    -

    Function that allows child controller access to model data after the data has been saved.

    -
    postSaveHook(\JModelLegacy $model, array $validData = array()) : void
    -
    -
    -
    - - - -
    since3.1
    -

    Parameters

    -
    -

    $model

    -\JModelLegacy

    The data model object.

    -
    -

    $validData

    -array

    The validated data.

    -
    -
    -

    - Properties

    - 
    -

    The URL option for the component.

    -
    $option : string
    -
    -

    Default

    -
    'com_biblestudy'
    -
    -
    -
    -
    - - - -
    since12.2
    -
    -
    - 
    -

    NOTE: This is needed to prevent Joomla 1.6's pluralization mechanisim from kicking in

    -
    $view_list 
    -
    -

    Default

    -
    'mediafiles'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerMediafileform.html b/docs/classes/BiblestudyControllerMediafileform.html deleted file mode 100644 index 7305bb7198..0000000000 --- a/docs/classes/BiblestudyControllerMediafileform.html +++ /dev/null @@ -1,411 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerMediafileform - - - - - - - - - - -
    - -
    - -
    - -
    -

    Controller class for MediaFile

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Method to add a new record.

    -
    add() : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    -booleanTrue if the article can be added, false if not.
    -
    -
    -
    -

    Method to cancel an edit.

    -
    cancel(string $key = 'a_id') : Boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $key

    -string

    The name of the primary key of the URL variable.

    -

    Returns

    -
    -BooleanTrue if access level checks pass, false otherwise.
    -
    -
    -
    -

    Method to edit an existing record.

    -
    edit(string $key = null, string $urlVar = 'a_id') : Boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $key

    -string

    The name of the primary key of the URL variable.

    -
    -

    $urlVar

    -string

    The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).

    -

    Returns

    -
    -BooleanTrue if access level check and checkout passes, false otherwise.
    -
    -
    -
    -

    Method to get a model object, loading it if required.

    -
    getModel(string $name = 'Mediafileform', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \JModelLegacy
    -
    -
    -
    - - - -
    since12.2
    -

    Parameters

    -
    -

    $name

    -string

    The model name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    -\JModelLegacyThe model.
    -
    -
    -
    -

    Method to save a record.

    -
    save(string $key = null, string $urlVar = 'a_id') : Boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $key

    -string

    The name of the primary key of the URL variable.

    -
    -

    $urlVar

    -string

    The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).

    -

    Returns

    -
    -BooleanTrue if successful, false otherwise.
    -
    -
    -
    -

    Sets the server for this media record

    -
    setServer() : void
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -

    Handles XHR requests (i.e. File uploads)

    -
    xhr() : void
    -
    -
    -
    - - - -
    since9.0.0
    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -
    -

    Method override to check if you can add a new record.

    -
    allowAdd(array $data = array()) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $data

    -array

    An array of input data.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Method override to check if you can edit an existing record.

    -
    allowEdit(array $data = array(), string $key = 'a_id') : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $data

    -array

    An array of input data.

    -
    -

    $key

    -string

    The name of the key for the primary key.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Gets the URL arguments to append to an item redirect.

    -
    getRedirectToItemAppend(integer $recordId = null, string $urlVar = 'a_id') : string
    -
    -
    -
    - - - -
    since12.2
    -

    Parameters

    -
    -

    $recordId

    -integer

    The primary key id for the item.

    -
    -

    $urlVar

    -string

    The name of the URL variable for the id.

    -

    Returns

    -
    -stringThe arguments to append to the redirect URL.
    -
    -
    -
    -

    Get the return URL.

    -
    getReturnPage() : string
    -
    -
    -

    If a "return" variable has been passed in the request

    - - - -
    since1.6
    -

    Returns

    -
    -stringThe return URL.
    -
    -
    -
    -

    Function that allows child controller access to model data after the data has been saved.

    -
    postSaveHook(\JModelLegacy $model, array $validData = array()) : void
    -
    -
    -
    - - - -
    since3.1
    -

    Parameters

    -
    -

    $model

    -\JModelLegacy

    The data model object.

    -
    -

    $validData

    -array

    The validated data.

    -
    -
    -

    - Properties

    - 
    -

    The prefix to use with controller messages.

    -
    $text_prefix : string
    -
    -

    Default

    -
    'COM_BIBLESTUDY'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    - 
    -

    View item

    -
    $view_item 
    -
    -

    Default

    -
    'mediafileform'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    - 
    -

    View list

    -
    $view_list 
    -
    -

    Default

    -
    'mediafilelist'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerMediafilelist.html b/docs/classes/BiblestudyControllerMediafilelist.html deleted file mode 100644 index 6f5227e867..0000000000 --- a/docs/classes/BiblestudyControllerMediafilelist.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerMediafilelist - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Controller for MediaFiles

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Mediafileform', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \JModelLegacy
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $name

    -string

    The name of the model

    -
    -

    $prefix

    -string

    The prefix for the PHP class name

    -
    -

    $config

    -array

    Set ignore request

    -

    Returns

    -
    \JModelLegacy
    -
    -
    -

    - Properties

    - 
    -

    The prefix to use with controller messages.

    -
    $text_prefix : string
    -
    -

    Default

    -
    'COM_BIBLESTUDY'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    - 
    -

    View item

    -
    $view_item 
    -
    -

    Default

    -
    'mediafileform'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    - 
    -

    View list

    -
    $view_list 
    -
    -

    Default

    -
    'mediafilelist'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerMediafiles.html b/docs/classes/BiblestudyControllerMediafiles.html deleted file mode 100644 index d4f630c40a..0000000000 --- a/docs/classes/BiblestudyControllerMediafiles.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerMediafiles - - - - - - - - - - -
    - -
    - -
    - -
    -

    MediaFiles list controller class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Check in of one or more records.

    -
    checkin() : boolean
    -
    -
    -
    - - - -
    since12.2
    -

    Returns

    -
    -booleanTrue on success
    -
    -
    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Mediafile', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \BiblestudyModelMediafile
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $name

    -string

    The name of the model

    -
    -

    $prefix

    -string

    The prefix for the PHP class name

    -
    -

    $config

    -array

    Set ignore request

    -

    Returns

    -
    \BiblestudyModelMediafile
    -
    -
    -
    -

    Method to save the submitted ordering values for records via AJAX.

    -
    saveOrderAjax() : void
    -
    -
    -
    - - - -
    since3.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerMediaimage.html b/docs/classes/BiblestudyControllerMediaimage.html deleted file mode 100644 index e26fb8c8ba..0000000000 --- a/docs/classes/BiblestudyControllerMediaimage.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerMediaimage - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    Controller for MediaImage

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Class constructor.

    -
    __construct(array $config) 
    -
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $config

    -array

    A named array of configuration variables.

    -
    -
    -
    -

    Method to run batch operations.

    -
    batch(object $model) : boolean
    -
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $model

    -object

    The model.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerMediaimages.html b/docs/classes/BiblestudyControllerMediaimages.html deleted file mode 100644 index 27fdfe3169..0000000000 --- a/docs/classes/BiblestudyControllerMediaimages.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerMediaimages - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    MediaImages list controller class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Proxy for getModel

    -
    getModel(string $name, string $prefix) : \JModel
    -
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $name

    -string

    The name of the model

    -
    -

    $prefix

    -string

    The prefix for the PHP class name

    -

    Returns

    -
    \JModel
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerMessage.html b/docs/classes/BiblestudyControllerMessage.html deleted file mode 100644 index 67203b33be..0000000000 --- a/docs/classes/BiblestudyControllerMessage.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerMessage - - - - - - - - - - -
    - -
    - -
    - -
    -

    Controller for Message

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to run batch operations.

    -
    batch(\JModelLegacy $model = null) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $model

    -\JModelLegacy

    The model.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -

    Method to get a model object, loading it if required.

    -
    getModel(string $name = 'Message', string $prefix = 'BibleStudyModel', array $config = array('ignore_request' => true)) : \BibleStudyModelMessage
    -
    -
    -
    - - - -
    since12.2
    -

    Parameters

    -
    -

    $name

    -string

    The model name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    \BibleStudyModelMessage
    -
    -
    -
    -

    Reset Hits

    -
    resetHits() : void
    -
    -
    -
    - - - -
    since1.5
    -
    -
    -
    -

    Method to save a record.

    -
    save(string $key = null, string $urlVar = null) : boolean
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $key

    -string

    The name of the primary key of the URL variable.

    -
    -

    $urlVar

    -string

    The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).

    -

    Returns

    -
    -booleanTrue if successful, false otherwise.
    -
    -
    -
    -

    Method override to check if you can edit an existing record.

    -
    allowEdit(array $data = array(), string $key = 'id') : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $data

    -array

    An array of input data.

    -
    -

    $key

    -string

    The name of the key for the primary key.

    -

    Returns

    -
    boolean
    -
    -
    -

    - Properties

    - 
    -

    NOTE: This is needed to prevent Joomla 1.6's pluralization mechanisim from kicking in

    -
    $view_list 
    -
    -

    Default

    -
    'messages'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerMessageform.html b/docs/classes/BiblestudyControllerMessageform.html deleted file mode 100644 index 2dfe37f944..0000000000 --- a/docs/classes/BiblestudyControllerMessageform.html +++ /dev/null @@ -1,512 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerMessageform - - - - - - - - - - -
    - -
    - -
    - -
    -

    Controller class for MessageForm

    -
    -
    - - - - - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    inherited_from\BiblestudyControllerMessage
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    -
    -
    - - - - - - - - - -
    see
    since12.2
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -
    -

    Method to add a new record.

    -
    add() : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    -booleanTrue if the article can be added, false if not.
    -
    -
    -
    -

    Method to run batch operations.

    -
    batch(\JModelLegacy $model = null) : boolean
    -
    Inherited
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $model

    -\JModelLegacy

    The model.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -

    Method to cancel an edit.

    -
    cancel(string $key = 'a_id') : Boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $key

    -string

    The name of the primary key of the URL variable.

    -

    Returns

    -
    -BooleanTrue if access level checks pass, false otherwise.
    -
    -
    -
    -

    Method to edit an existing record.

    -
    edit(string $key = null, string $urlVar = 'a_id') : Boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $key

    -string

    The name of the primary key of the URL variable.

    -
    -

    $urlVar

    -string

    The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).

    -

    Returns

    -
    -BooleanTrue if access level check and checkout passes, false otherwise.
    -
    -
    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'MessageForm', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \JModelLegacy
    -
    -
    -
    - - - - - - - - - -
    since7.0
    inherited_from\BiblestudyControllerMessage::getModel()
    -

    Parameters

    -
    -

    $name

    -string

    The name of the model

    -
    -

    $prefix

    -string

    The prefix for the PHP class name

    -
    -

    $config

    -array

    Set ignore request

    -

    Returns

    -
    \JModelLegacy
    -
    -
    -
    -

    Method to get a model object, loading it if required.

    -
    getModel(string $name = 'Message', string $prefix = 'BibleStudyModel', array $config = array('ignore_request' => true)) : \BibleStudyModelMessage
    -
    Inherited
    -
    -
    - - - -
    since12.2
    -

    Parameters

    -
    -

    $name

    -string

    The model name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    \BibleStudyModelMessage
    -
    -
    -
    -

    Reset Hits

    -
    resetHits() : void
    -
    Inherited
    -
    -
    - - - -
    since1.5
    -
    -
    -
    -

    Method to save a record.

    -
    save(string $key = null, string $urlVar = 'a_id') : Boolean
    -
    -
    -
    - - - - - - - - - -
    since1.6
    inherited_from\BiblestudyControllerMessage::save()
    -

    Parameters

    -
    -

    $key

    -string

    The name of the primary key of the URL variable.

    -
    -

    $urlVar

    -string

    The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).

    -

    Returns

    -
    -BooleanTrue if successful, false otherwise.
    -
    -
    -
    -

    Method to save a record.

    -
    save(string $key = null, string $urlVar = null) : boolean
    -
    Inherited
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $key

    -string

    The name of the primary key of the URL variable.

    -
    -

    $urlVar

    -string

    The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).

    -

    Returns

    -
    -booleanTrue if successful, false otherwise.
    -
    -
    -
    -

    Method override to check if you can add a new record.

    -
    allowAdd(array $data = array()) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $data

    -array

    An array of input data.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Method override to check if you can edit an existing record.

    -
    allowEdit(array $data = array(), string $key = 'a_id') : boolean
    -
    -
    -
    - - - - - - - - - -
    since1.6
    inherited_from\BiblestudyControllerMessage::allowEdit()
    -

    Parameters

    -
    -

    $data

    -array

    An array of input data.

    -
    -

    $key

    -string

    The name of the key for the primary key.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Method override to check if you can edit an existing record.

    -
    allowEdit(array $data = array(), string $key = 'id') : boolean
    -
    Inherited
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $data

    -array

    An array of input data.

    -
    -

    $key

    -string

    The name of the key for the primary key.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Get the return URL.

    -
    getReturnPage() : string
    -
    -
    -

    If a "return" variable has been passed in the request

    - - - -
    since1.6
    -

    Returns

    -
    -stringThe return URL.
    -
    -
    -

    - Properties

    - 
    -

    The prefix to use with controller messages.

    -
    $text_prefix : string
    -
    -

    Default

    -
    'COM_BIBLESTUDY'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    - 
    -

    View item

    -
    $view_item 
    -
    -

    Default

    -
    'messageform'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    - 
    -

    View list

    -
    $view_list 
    -
    -

    Default

    -
    'messagelist'
    -
    -
    -
    -
    - - - - - - - - - -
    since1.6
    inherited_from\BiblestudyControllerMessage::view_list
    -
    -
    - 
    -

    NOTE: This is needed to prevent Joomla 1.6's pluralization mechanisim from kicking in

    -
    $view_list 
    -
    -

    Default

    -
    'messages'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerMessagelist.html b/docs/classes/BiblestudyControllerMessagelist.html deleted file mode 100644 index 599febd6d1..0000000000 --- a/docs/classes/BiblestudyControllerMessagelist.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerMessagelist - - - - - - - - - - -
    - -
    - -
    - -
    -

    Controller class for Messages

    -
    -
    - - - - - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    inherited_from\BiblestudyControllerMessages
    -

    - Methods

    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Messagelist', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \JModelLegacy
    -
    -
    -
    - - - - - - - - - -
    since7.0
    inherited_from\BiblestudyControllerMessages::getModel()
    -

    Parameters

    -
    -

    $name

    -string

    The name of the model

    -
    -

    $prefix

    -string

    The prefix for the PHP class name

    -
    -

    $config

    -array

    Set ignore request

    -

    Returns

    -
    \JModelLegacy
    -
    -
    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Message', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \BiblestudyModelMessage
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $name

    -string

    The model name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    \BiblestudyModelMessage
    -
    -
    -
    -

    Method to save the submitted ordering values for records via AJAX.

    -
    saveOrderAjax() : void
    -
    Inherited
    -
    -
    - - - -
    since3.0
    -
    -
    -

    - Properties

    - 
    -

    The prefix to use with controller messages.

    -
    $text_prefix : string
    -
    -

    Default

    -
    'COM_BIBLESTUDY'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    - 
    -

    View item

    -
    $view_item 
    -
    -

    Default

    -
    'messageform'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    - 
    -

    View list

    -
    $view_list 
    -
    -

    Default

    -
    'messagelist'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerMessages.html b/docs/classes/BiblestudyControllerMessages.html deleted file mode 100644 index b273654fbe..0000000000 --- a/docs/classes/BiblestudyControllerMessages.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerMessages - - - - - - - - - - -
    - -
    - -
    - -
    -

    Messages list controller class.

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Message', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \BiblestudyModelMessage
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $name

    -string

    The model name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    \BiblestudyModelMessage
    -
    -
    -
    -

    Method to save the submitted ordering values for records via AJAX.

    -
    saveOrderAjax() : void
    -
    -
    -
    - - - -
    since3.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerMessagetype.html b/docs/classes/BiblestudyControllerMessagetype.html deleted file mode 100644 index 929b57e378..0000000000 --- a/docs/classes/BiblestudyControllerMessagetype.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerMessagetype - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Controller for MessageType

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to run batch operations.

    -
    batch(object $model = null) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $model

    -object

    The model.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerMessagetypes.html b/docs/classes/BiblestudyControllerMessagetypes.html deleted file mode 100644 index 2ec47f0bb5..0000000000 --- a/docs/classes/BiblestudyControllerMessagetypes.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerMessagetypes - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    MessageType list controller class.

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Messagetype', string $prefix = 'BiblestudyModel') : \JModel
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $name

    -string

    The name of the model

    -
    -

    $prefix

    -string

    The prefix for the PHP class name

    -

    Returns

    -
    \JModel
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerMigration.html b/docs/classes/BiblestudyControllerMigration.html deleted file mode 100644 index b35fe63dd7..0000000000 --- a/docs/classes/BiblestudyControllerMigration.html +++ /dev/null @@ -1,893 +0,0 @@ - - - - - - API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - -

    \BiblestudyControllerMigration

    -

    Class Migration Controller

    - - - -
    -

    Summary

    -
    -
    - Methods -
    -
    - Properties -
    -
    - Constants -
    -
    -
    -
    - __construct()
    - execute()
    - browse()
    - run()
    -
    -
    - No public properties found -
    -
    - No constants found -
    -
    -
    -
    - No protected methods found -
    -
    - No protected properties found -
    -
    - N/A -
    -
    -
    -
    - No private methods found -
    -
    - No private properties found -
    -
    - N/A -
    -
    -
    -
    - -
    - - - - -
    -

    Methods

    - -
    - -
    -
    - -
    -

    __construct()

    - -
    __construct(array  $config = array()) 
    -

    Constructor.

    - - -

    Parameters

    - - - - - - -
    array$config

    An optional associative array of configuration settings.

    - - - -
    -
    - -
    - -
    -
    - -
    -

    execute()

    - -
    execute(string  $task) : void
    -

    Constructor.

    - - -

    Parameters

    - - - - - - -
    string$task

    An optional associative array of configuration settings.

    - - - -
    -
    - -
    - -
    -
    - -
    -

    browse()

    - -
    browse() : void
    -

    Constructor.

    - - - - - -
    -
    - -
    - -
    -
    - -
    -

    run()

    - -
    run() : void
    -

    Run Function

    - - - - - -
    -
    - -
    - -
    -
    - - - - -
    - - - diff --git a/docs/classes/BiblestudyControllerMimetype.html b/docs/classes/BiblestudyControllerMimetype.html deleted file mode 100644 index 28b43cf102..0000000000 --- a/docs/classes/BiblestudyControllerMimetype.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerMimetype - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    Controller for MimeType

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Class constructor.

    -
    __construct(array $config) 
    -
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $config

    -array

    A named array of configuration variables.

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerMimetypes.html b/docs/classes/BiblestudyControllerMimetypes.html deleted file mode 100644 index d8d3ed3f17..0000000000 --- a/docs/classes/BiblestudyControllerMimetypes.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerMimetypes - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    Mimetypes list controller class.

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Proxy for getModel

    -
    getModel(string $name, string $prefix) : \JModel
    -
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $name

    -string

    The name of the model

    -
    -

    $prefix

    -string

    The prefix for the PHP class name

    -

    Returns

    -
    \JModel
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerPodcast.html b/docs/classes/BiblestudyControllerPodcast.html deleted file mode 100644 index 99dccbffdb..0000000000 --- a/docs/classes/BiblestudyControllerPodcast.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerPodcast - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Podcast form class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerPodcasts.html b/docs/classes/BiblestudyControllerPodcasts.html deleted file mode 100644 index 489998fcf8..0000000000 --- a/docs/classes/BiblestudyControllerPodcasts.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerPodcasts - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Controller for Podcasts

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Podcast', string $prefix = 'BiblestudyModel') : \JModel
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $name

    -string

    The name of the model

    -
    -

    $prefix

    -string

    The prefix for the PHP class name

    -

    Returns

    -
    \JModel
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerSerie.html b/docs/classes/BiblestudyControllerSerie.html deleted file mode 100644 index 4cb3319351..0000000000 --- a/docs/classes/BiblestudyControllerSerie.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerSerie - - - - - - - - - - -
    - -
    - -
    - -
    -

    Controller for a Serie

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to run batch operations.

    -
    batch(object $model = null) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $model

    -object

    The model.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -

    Method override to check if you can add a new record.

    -
    allowAdd(array $data = array()) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $data

    -array

    An array of input data.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Method override to check if you can edit an existing record.

    -
    allowEdit(array $data = array(), string $key = 'id') : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $data

    -array

    An array of input data.

    -
    -

    $key

    -string

    The name of the key for the primary key.

    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerSeries.html b/docs/classes/BiblestudyControllerSeries.html deleted file mode 100644 index ff8ae9a619..0000000000 --- a/docs/classes/BiblestudyControllerSeries.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerSeries - - - - - - - - - - -
    - -
    - -
    - -
    -

    Series list controller class.

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Serie', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \BiblestudyModelSerie
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $name

    -string

    The model name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    \BiblestudyModelSerie
    -
    -
    -
    -

    Method to save the submitted ordering values for records via AJAX.

    -
    saveOrderAjax() : void
    -
    -
    -
    - - - -
    since3.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerSeriesdisplay.html b/docs/classes/BiblestudyControllerSeriesdisplay.html deleted file mode 100644 index 1b48af5da6..0000000000 --- a/docs/classes/BiblestudyControllerSeriesdisplay.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerSeriesdisplay - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Controller for Seriesdisplay

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerSermon.html b/docs/classes/BiblestudyControllerSermon.html deleted file mode 100644 index 19e473e118..0000000000 --- a/docs/classes/BiblestudyControllerSermon.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerSermon - - - - - - - - - - -
    - -
    - -
    - -
    -

    Class for Sermon

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Method to add a new record.

    -
    add() : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    -booleanTrue if the article can be added, false if not.
    -
    -
    -
    -

    Method to cancel an edit.

    -
    cancel(string $key = 'a_id') : Boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $key

    -string

    The name of the primary key of the URL variable.

    -

    Returns

    -
    -BooleanTrue if access level checks pass, false otherwise.
    -
    -
    -
    -

    Comment

    -
    comment() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -

    Email comment out.

    -
    commentsEmail(\Joomla\Registry\Registry $params) : null
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Params of to parse

    -

    Returns

    -
    null
    -
    -
    -
    -

    Download system

    -
    download() : null
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    null
    -
    -
    -
    -

    Method to edit an existing record.

    -
    edit(string $key = null, string $urlVar = 'a_id') : Boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $key

    -string

    The name of the primary key of the URL variable.

    -
    -

    $urlVar

    -string

    The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).

    -

    Returns

    -
    -BooleanTrue if access level check and checkout passes, false otherwise.
    -
    -
    -
    -

    Method to get a model object, loading it if required.

    -
    getModel(string $name = 'Sermon', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : object
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $name

    -string

    The model name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    -objectThe model.
    -
    -
    -
    -

    Method to save a record.

    -
    save(string $key = null, string $urlVar = 'a_id') : Boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $key

    -string

    The name of the primary key of the URL variable.

    -
    -

    $urlVar

    -string

    The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).

    -

    Returns

    -
    -BooleanTrue if successful, false otherwise.
    -
    -
    -
    -

    Method override to check if you can add a new record.

    -
    allowAdd(array $data = array()) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $data

    -array

    An array of input data.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Method override to check if you can edit an existing record.

    -
    allowEdit(array $data = array(), string $key = 'id') : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $data

    -array

    An array of input data.

    -
    -

    $key

    -string

    The name of the key for the primary key.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Gets the URL arguments to append to an item redirect.

    -
    getRedirectToItemAppend(integer $recordId = null, string $urlVar = 'a_id') : string
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $recordId

    -integer

    The primary key id for the item.

    -
    -

    $urlVar

    -string

    The name of the URL variable for the id.

    -

    Returns

    -
    -stringThe arguments to append to the redirect URL.
    -
    -
    -
    -

    Get the return URL.

    -
    getReturnPage() : string
    -
    -
    -

    If a "return" variable has been passed in the request

    - - - -
    since1.6
    -

    Returns

    -
    -stringThe return URL.
    -
    -
    -

    - Properties

    - 
    -

    View item

    -
    $view_item 
    -
    -

    Default

    -
    'sermon'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    - 
    -

    View list

    -
    $view_list 
    -
    -

    Default

    -
    'sermons'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerSermons.html b/docs/classes/BiblestudyControllerSermons.html deleted file mode 100644 index 24cf84d920..0000000000 --- a/docs/classes/BiblestudyControllerSermons.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerSermons - - - - - - - - - - -
    - -
    - -
    - -
    -

    Controller class for Sermons

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Avplayer

    -
    avplayer() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -

    Download?

    -
    download() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -

    This function is supposed to generate the Media Player that is requested via AJAX -from the studiesList view "default.php". It has not been implemented yet, so its not used.

    -
    inlinePlayer() : null
    -
    -
    -
    - - - - - - - - - -
    since7.0
    deprecatedsince version 7.0.4
    -

    Returns

    -
    null
    -
    -
    -
    -

    Add hits to the play count.

    -
    playHit() : null
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    null
    -
    -
    -

    - Properties

    - 
    -

    Media Code

    -
    $mediaCode : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerServer.html b/docs/classes/BiblestudyControllerServer.html deleted file mode 100644 index 64e48e3e5f..0000000000 --- a/docs/classes/BiblestudyControllerServer.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerServer - - - - - - - - - - -
    - -
    - -
    - -
    -

    Controller for Server

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to add a new record.

    -
    add() : mixed
    -
    -
    -
    - - - -
    since12.2
    -

    Returns

    -
    -mixedTrue if the record can be added, a error object if not.
    -
    -
    -
    -

    Resets the User state for the server type. Needed to allow the value from the DB to be used

    -
    edit(integer $key = null, string $urlVar = null) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $key

    -integer

    ?

    -
    -

    $urlVar

    -string

    ?

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Sets the type of endpoint currently being configured.

    -
    setType() : void
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerServers.html b/docs/classes/BiblestudyControllerServers.html deleted file mode 100644 index 912df362a7..0000000000 --- a/docs/classes/BiblestudyControllerServers.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerServers - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Servers list controller class.

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Server', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \BiblestudyModelServer
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $name

    -string

    The model name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    \BiblestudyModelServer
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerShare.html b/docs/classes/BiblestudyControllerShare.html deleted file mode 100644 index 579488ffde..0000000000 --- a/docs/classes/BiblestudyControllerShare.html +++ /dev/null @@ -1,804 +0,0 @@ - - - - - - API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - -

    \BiblestudyControllerShare

    -

    Share controller class

    - - - -
    -

    Summary

    -
    -
    - Methods -
    -
    - Properties -
    -
    - Constants -
    -
    -
    -
    - __construct()
    -
    -
    - No public properties found -
    -
    - No constants found -
    -
    -
    -
    - No protected methods found -
    -
    - No protected properties found -
    -
    - N/A -
    -
    -
    -
    - No private methods found -
    -
    - No private properties found -
    -
    - N/A -
    -
    -
    -
    - -
    - - - - -
    -

    Methods

    - -
    - -
    -
    - -
    -

    __construct()

    - -
    __construct(array  $config = array()) 
    -

    Class constructor.

    - - -

    Parameters

    - - - - - - -
    array$config

    A named array of configuration variables.

    - - - -
    -
    - -
    - -
    -
    - - - - -
    - - - diff --git a/docs/classes/BiblestudyControllerShares.html b/docs/classes/BiblestudyControllerShares.html deleted file mode 100644 index 2fabb68319..0000000000 --- a/docs/classes/BiblestudyControllerShares.html +++ /dev/null @@ -1,851 +0,0 @@ - - - - - - API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - -

    \BiblestudyControllerShares

    -

    Shares list controller class.

    - - - -
    -

    Summary

    -
    -
    - Methods -
    -
    - Properties -
    -
    - Constants -
    -
    -
    -
    - __construct()
    - getModel()
    -
    -
    - No public properties found -
    -
    - No constants found -
    -
    -
    -
    - No protected methods found -
    -
    - No protected properties found -
    -
    - N/A -
    -
    -
    -
    - No private methods found -
    -
    - No private properties found -
    -
    - N/A -
    -
    -
    -
    - -
    - - - - -
    -

    Methods

    - -
    - -
    -
    - -
    -

    __construct()

    - -
    __construct(array  $config = array()) 
    -

    Constructor.

    - - -

    Parameters

    - - - - - - -
    array$config

    An optional associative array of configuration settings.

    - - - -
    -
    - -
    - -
    -
    - -
    -

    getModel()

    - -
    getModel(string  $name = 'Share', string  $prefix = 'BiblestudyModel', array  $config = array('ignore_request' => true)) : \BiblestudyModelShare
    -

    Proxy for getModel

    - - -

    Parameters

    - - - - - - - - - - - - - - - - -
    string$name

    The name of the model

    string$prefix

    The prefix for the PHP class name

    array$config

    Configuration array for model. Optional.

    - - -

    Returns

    - \BiblestudyModelShare - -
    -
    - -
    - -
    -
    - - - - -
    - - - diff --git a/docs/classes/BiblestudyControllerStyle.html b/docs/classes/BiblestudyControllerStyle.html deleted file mode 100644 index e2ddd0a2d7..0000000000 --- a/docs/classes/BiblestudyControllerStyle.html +++ /dev/null @@ -1,757 +0,0 @@ - - - - - - API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - -

    \BiblestudyControllerStyle

    -

    Style Class

    - - - -
    -

    Summary

    -
    -
    - Methods -
    -
    - Properties -
    -
    - Constants -
    -
    -
    -
    - No public methods found -
    -
    - No public properties found -
    -
    - No constants found -
    -
    -
    -
    - No protected methods found -
    -
    - No protected properties found -
    -
    - N/A -
    -
    -
    -
    - No private methods found -
    -
    - No private properties found -
    -
    - N/A -
    -
    -
    -
    - -
    - - - -
    -
    - - - - -
    - - - diff --git a/docs/classes/BiblestudyControllerStyles.html b/docs/classes/BiblestudyControllerStyles.html deleted file mode 100644 index 244467edfe..0000000000 --- a/docs/classes/BiblestudyControllerStyles.html +++ /dev/null @@ -1,850 +0,0 @@ - - - - - - API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - -

    \BiblestudyControllerStyles

    -

    Styles list controller class.

    - - - -
    -

    Summary

    -
    -
    - Methods -
    -
    - Properties -
    -
    - Constants -
    -
    -
    -
    - fixcss()
    - getModel()
    -
    -
    - No public properties found -
    -
    - No constants found -
    -
    -
    -
    - No protected methods found -
    -
    - No protected properties found -
    -
    - N/A -
    -
    -
    -
    - No private methods found -
    -
    - No private properties found -
    -
    - N/A -
    -
    -
    -
    - -
    - - - - -
    -

    Methods

    - -
    - -
    -
    - -
    -

    fixcss()

    - -
    fixcss() : void
    -

    Tries to fix css renaming.

    - - - - - -
    -
    - -
    - -
    -
    - -
    -

    getModel()

    - -
    getModel(string  $name = 'Style', string  $prefix = 'BiblestudyModel', array  $config = array('ignore_request' => true)) : \BiblestudyModelStyle
    -

    Proxy for getModel

    - - -

    Parameters

    - - - - - - - - - - - - - - - - -
    string$name

    The model name. Optional.

    string$prefix

    The class prefix. Optional.

    array$config

    Configuration array for model. Optional.

    - - -

    Returns

    - \BiblestudyModelStyle - -
    -
    - -
    - -
    -
    - - - - -
    - - - diff --git a/docs/classes/BiblestudyControllerTeacher.html b/docs/classes/BiblestudyControllerTeacher.html deleted file mode 100644 index 745d9b899c..0000000000 --- a/docs/classes/BiblestudyControllerTeacher.html +++ /dev/null @@ -1,200 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerTeacher - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Controller for Teacher

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to run batch operations.

    -
    batch(\JModelLegacy $model = null) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $model

    -\JModelLegacy

    The model.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Teacher', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \BiblestudyModelTeacher
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $name

    -string

    The model name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    \BiblestudyModelTeacher
    -
    -
    -
    -
    - -
    -

    Controller class for Teacher

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Display the edit form

    -
    view() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerTeachers.html b/docs/classes/BiblestudyControllerTeachers.html deleted file mode 100644 index 689af29395..0000000000 --- a/docs/classes/BiblestudyControllerTeachers.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerTeachers - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Teachers list controller class.

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Teacher', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \BiblestudyModelTeacher
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $name

    -string

    The model name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    \BiblestudyModelTeacher
    -
    -
    -
    -

    Method to save the submitted ordering values for records via AJAX.

    -
    saveOrderAjax() : void
    -
    -
    -
    - - - -
    since3.0
    -
    -
    -
    -
    - -
    -

    Controller for Teachers

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Teacher', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \JModelLegacy
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $name

    -string

    The name of the model

    -
    -

    $prefix

    -string

    The prefix for the PHP class name

    -
    -

    $config

    -array

    Set ignore request

    -

    Returns

    -
    \JModelLegacy
    -
    -
    -
    -
    - -
    -

    Controller for Teachers

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Teacher', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \JModelLegacy
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $name

    -string

    The name of the model

    -
    -

    $prefix

    -string

    The prefix for the PHP class name

    -
    -

    $config

    -array

    Set ignore request

    -

    Returns

    -
    \JModelLegacy
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerTemplate.html b/docs/classes/BiblestudyControllerTemplate.html deleted file mode 100644 index e963955aab..0000000000 --- a/docs/classes/BiblestudyControllerTemplate.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerTemplate - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Template controller class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Copy Template

    -
    copy() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -

    Get Template Settings

    -
    getTemplate(string $template) : boolean | string
    -
    -
    -
    - - - - - - - - - -
    since7.0
    deprecated8.0.0 Not used in scope bcc
    -

    Parameters

    -
    -

    $template

    -string

    filename

    -

    Returns

    -
    -booleanstring -
    -
    -
    -
    -

    Make Template Default

    -
    makeDefault() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerTemplatecode.html b/docs/classes/BiblestudyControllerTemplatecode.html deleted file mode 100644 index d6d181365e..0000000000 --- a/docs/classes/BiblestudyControllerTemplatecode.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerTemplatecode - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Template Code controller class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Templatecode', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \BiblestudyModelTemplatecode
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $name

    -string

    The model name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    \BiblestudyModelTemplatecode
    -
    -
    -

    - Properties

    - 
    -

    Protect the view

    -
    $view_list : string
    -
    -

    Default

    -
    'templatecodes'
    -
    -
    -
    -
    - - - -
    since1.5
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerTemplatecodes.html b/docs/classes/BiblestudyControllerTemplatecodes.html deleted file mode 100644 index ae2e391e0b..0000000000 --- a/docs/classes/BiblestudyControllerTemplatecodes.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerTemplatecodes - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    TemplateCodes list controller class.

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.1.0
    -

    - Methods

    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Templatecode', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \BiblestudyModelTemplatecode
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $name

    -string

    The model name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    \BiblestudyModelTemplatecode
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerTemplates.html b/docs/classes/BiblestudyControllerTemplates.html deleted file mode 100644 index abed3d932f..0000000000 --- a/docs/classes/BiblestudyControllerTemplates.html +++ /dev/null @@ -1,231 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerTemplates - - - - - - - - - - -
    - -
    - -
    - -
    -

    Controller for Templates

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Template', string $prefix = 'BiblestudyModel', array $config = array()) : boolean | \JModelLegacy
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $name

    -string

    The name of the model

    -
    -

    $prefix

    -string

    The prefix for the PHP class name

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    -boolean\JModelLegacy -
    -
    -
    -
    -

    Get Template Settings

    -
    getTemplate(array $template) : boolean | string
    -
    -
    -
    - - - -
    since8.0
    -

    Parameters

    -
    -

    $template

    -array

    ?

    -

    Returns

    -
    -booleanstring -
    -
    -
    -
    -

    Export the Template

    -
    template_export() : boolean | \JControllerLegacy
    -
    -
    -
    - - - -
    since8.0
    -

    Returns

    -
    -boolean\JControllerLegacy -
    -
    -
    -
    -

    Import Template

    -
    template_import() : boolean | \JControllerLegacy
    -
    -
    -
    - - - -
    since8.0
    -

    Returns

    -
    -boolean\JControllerLegacy -
    -
    -
    -
    -

    Get Exported Template Settings

    -
    getExportSetting(object $result) : string
    -
    -
    -
    - - - -
    since8.0
    -

    Parameters

    -
    -

    $result

    -object

    ?

    -

    Returns

    -
    string
    -
    -
    -
    -

    Perform DB Query

    -
    performDB(string $query) : boolean
    -
    -
    -
    - - - -
    since8.0
    -

    Parameters

    -
    -

    $query

    -string

    Query

    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerTopic.html b/docs/classes/BiblestudyControllerTopic.html deleted file mode 100644 index 2e956bbbdb..0000000000 --- a/docs/classes/BiblestudyControllerTopic.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerTopic - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Topic controller class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerTopics.html b/docs/classes/BiblestudyControllerTopics.html deleted file mode 100644 index 00600691d6..0000000000 --- a/docs/classes/BiblestudyControllerTopics.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerTopics - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Teachers list controller class.

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Proxy for getModel

    -
    getModel(string $name = 'Topic', string $prefix = 'BiblestudyModel', array $config = array('ignore_request' => true)) : \BiblestudyModelTopic
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $name

    -string

    The model name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    \BiblestudyModelTopic
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyControllerUpload.html b/docs/classes/BiblestudyControllerUpload.html deleted file mode 100644 index fe0fff400f..0000000000 --- a/docs/classes/BiblestudyControllerUpload.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \BiblestudyControllerUpload - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Class BiblestudyControllerUpload

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    File upload hanlder -Controller adapted from COM_MEDIAMU

    -
    upload() : string
    -
    -
    -
    - - - -
    since9.0
    -

    Returns

    -
    -stringJSON response
    -
    -
    -
    -

    Set the JSON response and exists script

    -
    _setResponse(integer $code, string $msg = null, boolean $error = true) : void
    -
    -
    -
    - - - -
    since9.0
    -

    Parameters

    -
    -

    $code

    -integer

    Error Code

    -
    -

    $msg

    -string

    Error Message

    -
    -

    $error

    -boolean

    ?

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelAdmin.html b/docs/classes/BiblestudyModelAdmin.html deleted file mode 100644 index 01532b2770..0000000000 --- a/docs/classes/BiblestudyModelAdmin.html +++ /dev/null @@ -1,581 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelAdmin - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Admin admin model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to check-out a row for editing.

    -
    checkout(integer $pk = null) : boolean
    -
    -
    -
    - - - -
    since11.1
    -

    Parameters

    -
    -

    $pk

    -integer

    The numeric id of the primary key.

    -

    Returns

    -
    -booleanFalse on failure or error, true otherwise.
    -
    -
    -
    -

    Fixes database problems

    -
    fix() : boolean
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Check if com_biblestudy parameters are blank. If so, populate with com_content text filters.

    -
    fixDefaultTextFilters() : mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -mixedboolean true if params are updated, null otherwise
    -
    -
    -
    -

    Fix schema version if wrong.

    -
    fixSchemaVersion(\JSchemaChangeSet $changeSet) : mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $changeSet

    -\JSchemaChangeSet

    Schema change set.

    -

    Returns

    -
    -mixedstring schema version if success, false if fail
    -
    -
    -
    -

    Fix Joomla version in #__bsms_updae table if wrong (doesn't equal JVersion short version).

    -
    fixUpdateJBSMVersion() : mixed
    -
    -
    -
    - - - -
    since9.0.14
    -

    Returns

    -
    -mixedstring update version if success, false if fail.
    -
    -
    -
    -

    Fix Joomla version in #__extensions table if wrong (doesn't equal JVersion short version)

    -
    fixUpdateVersion() : mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -mixedstring update version if success, false if fail
    -
    -
    -
    -

    To retrieve component version

    -
    getCompVersion() : string
    -
    -
    -
    - - - -
    since1.7.3
    -

    Returns

    -
    -stringVersion of component
    -
    -
    -
    -

    Check if com_biblestudy parameters are blank.

    -
    getDefaultTextFilters() : string
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -stringdefault text filters (if any)
    -
    -
    -
    -

    To retrieve component extension_id

    -
    getExtentionId() : string
    -
    -
    -
    - - - -
    since7.1.0
    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    -stringextension_id
    -
    -
    -
    -

    Gets the form from the XML file.

    -
    getForm(array $data = array(), boolean $loadData = true) : mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $data

    -array

    Data for the form.

    -
    -

    $loadData

    -boolean

    True if the form is to load its own data (default case), false if not.

    -

    Returns

    -
    -mixedA JForm object on success, false on failure
    -
    -
    -
    -

    Gets the ChangeSet object

    -
    getItems() : string
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -stringJSchema ChangeSet
    -
    -
    -
    -

    Get Media Files

    -
    getMediaFiles() : mixed
    -
    -
    -
    - - - - - - - - - -
    since7.0
    todonot sure if this should be here.
    -

    Returns

    -
    mixed
    -
    -
    -
    -

    Get Pagination state but is hard coded to be true right now.

    -
    getPagination() : boolean
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Check for SermonSpeaker and PreachIt

    -
    getSSorPI() : object
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Get version from #__schemas table

    -
    getSchemaVersion() : mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    -mixedthe return value from the query, or null if the query fails
    -
    -
    -
    -

    Returns a reference to the a Table object, always creating it.

    -
    getTable(string $name = 'Admin', string $prefix = 'Table', array $options = array()) : \JTable
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $name

    -string

    The table name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $options

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    -\JTableA JTable object
    -
    -
    -
    -

    Get current version from #__bsms_update table.

    -
    getUpdateJBSMVersion() : mixed
    -
    -
    -
    - - - -
    since9.0.14
    -

    Returns

    -
    -mixedversion if successful, false if fail.
    -
    -
    -
    -

    Get current version from #__extensions table

    -
    getUpdateVersion() : mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -mixedversion if successful, false if fail
    -
    -
    -
    -

    Change Player based off MimeType or Extension of File Name

    -
    playerByMediaType() : string
    -
    -
    -
    - - - -
    since9.0.12
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to save the form data.

    -
    save(array $data) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $data

    -array

    The form data.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Custom clean the cache of com_biblestudy and biblestudy modules

    -
    cleanCache(string $group = null, integer $client_id = 0) : void
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $group

    -string

    The cache group

    -
    -

    $client_id

    -integer

    The ID of the client

    -
    -
    -
    -

    Load Form Date

    -
    loadFormData() : object
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    -
    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since1.7.2
    -

    Parameters

    -
    -

    $ordering

    -string

    ?

    -
    -

    $direction

    -string

    ?

    -
    -
    -
    -

    Prepare and sanitise the table data prior to saving.

    -
    prepareTable(\TableAdmin $table) : void
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $table

    -\TableAdmin

    A JTable object.

    -
    -
    -

    - Properties

    - 
    -

    $changeSet

    -
    $changeSet 
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - 
    -

    The prefix to use with controller messages.

    -
    $text_prefix : string
    -
    -

    Default

    -
    'COM_BIBLESTUDY'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelComment.html b/docs/classes/BiblestudyModelComment.html deleted file mode 100644 index 7d75abbc38..0000000000 --- a/docs/classes/BiblestudyModelComment.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelComment - - - - - - - - - - -
    - -
    - -
    - -
    -

    Comment model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to check-out a row for editing.

    -
    checkout(integer $pk = null) : boolean
    -
    -
    -
    - - - -
    since11.1
    -

    Parameters

    -
    -

    $pk

    -integer

    The numeric id of the primary key.

    -

    Returns

    -
    -booleanFalse on failure or error, true otherwise.
    -
    -
    -
    -

    Get the form data

    -
    getForm(array $data = array(), boolean $loadData = true) : mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $data

    -array

    Data for the form.

    -
    -

    $loadData

    -boolean

    True if the form is to load its own data (default case), false if not.

    -

    Returns

    -
    -mixedA JForm object on success, false on failure
    -
    -
    -
    -

    Method to get a table object, load it if necessary.

    -
    getTable(string $name = 'Comment', string $prefix = 'Table', array $options = array()) : \JTable
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $name

    -string

    The table name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $options

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    -\JTableA JTable object
    -
    -
    -
    -

    Overrides the JModelAdmin save routine to save the topics(tags)

    -
    save(array $data) : boolean
    -
    -
    -
    - - - -
    since7.0.1
    -

    Parameters

    -
    -

    $data

    -array

    The form data.

    -

    Returns

    -
    -booleanTrue on success, False on error.
    -
    -
    -
    -

    Batch copy items to a new category or current.

    -
    batchCopy(integer $value, array $pks, array $contexts) : mixed
    -
    -
    -
    - - - -
    since11.1
    -

    Parameters

    -
    -

    $value

    -integer

    The new category.

    -
    -

    $pks

    -array

    An array of row IDs.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -mixedAn array of new IDs on success, boolean false on failure.
    -
    -
    -
    -

    Method to test whether a record can be deleted.

    -
    canDelete(object $record) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $record

    -object

    A record object.

    -

    Returns

    -
    -booleanTrue if allowed to delete the record. Defaults to the permission set in the component.
    -
    -
    -
    -

    Method to test whether a record can have its state edited.

    -
    canEditState(object $record) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $record

    -object

    A record object.

    -

    Returns

    -
    -booleanTrue if allowed to change the state of the record. Defaults to the permission for the component.
    -
    -
    -
    -

    Clean the cache

    -
    cleanCache(string $group = null, integer $client_id = 0) : void
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $group

    -string

    The cache group

    -
    -

    $client_id

    -integer

    The ID of the client

    -
    -
    -
    -

    Load Form Data

    -
    loadFormData() : object
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Prepare and sanitise the table prior to saving.

    -
    prepareTable(\JTable $table) : void
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $table

    -\JTable

    A reference to a JTable object.

    -
    -
    -

    - Properties

    - 
    -

    The prefix to use with controller messages.

    -
    $text_prefix : string
    -
    -

    Default

    -
    'COM_BIBLESTUDY'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelCommentform.html b/docs/classes/BiblestudyModelCommentform.html deleted file mode 100644 index 83ff078edb..0000000000 --- a/docs/classes/BiblestudyModelCommentform.html +++ /dev/null @@ -1,396 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelCommentform - - - - - - - - - - -
    - -
    - -
    - -
    -

    Comment model class

    -
    -
    - - - - - - - - - - - - - -
    since7.0.0
    packageProclaim.Admin
    inherited_from\BiblestudyModelComment
    -

    - Methods

    -
    -

    Method to check-out a row for editing.

    -
    checkout(integer $pk = null) : boolean
    -
    Inherited
    -
    -
    - - - -
    since11.1
    -

    Parameters

    -
    -

    $pk

    -integer

    The numeric id of the primary key.

    -

    Returns

    -
    -booleanFalse on failure or error, true otherwise.
    -
    -
    -
    -

    Get the form data

    -
    getForm(array $data = array(), boolean $loadData = true) : mixed
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $data

    -array

    Data for the form.

    -
    -

    $loadData

    -boolean

    True if the form is to load its own data (default case), false if not.

    -

    Returns

    -
    -mixedA JForm object on success, false on failure
    -
    -
    -
    -

    Method to get a single record.

    -
    getItem(integer $pk = null) : mixed
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $pk

    -integer

    The id of the primary key.

    -

    Returns

    -
    -mixedObject on success, false on failure.
    -
    -
    -
    -

    Get the return URL.

    -
    getReturnPage() : string
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    -stringThe return URL.
    -
    -
    -
    -

    Method to get a table object, load it if necessary.

    -
    getTable(string $name = 'Comment', string $prefix = 'Table', array $options = array()) : \JTable
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $name

    -string

    The table name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $options

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    -\JTableA JTable object
    -
    -
    -
    -

    Overrides the JModelAdmin save routine to save the topics(tags)

    -
    save(array $data) : boolean
    -
    Inherited
    -
    -
    - - - -
    since7.0.1
    -

    Parameters

    -
    -

    $data

    -array

    The form data.

    -

    Returns

    -
    -booleanTrue on success, False on error.
    -
    -
    -
    -

    Batch copy items to a new category or current.

    -
    batchCopy(integer $value, array $pks, array $contexts) : mixed
    -
    Inherited
    -
    -
    - - - -
    since11.1
    -

    Parameters

    -
    -

    $value

    -integer

    The new category.

    -
    -

    $pks

    -array

    An array of row IDs.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -mixedAn array of new IDs on success, boolean false on failure.
    -
    -
    -
    -

    Method to test whether a record can be deleted.

    -
    canDelete(object $record) : boolean
    -
    Inherited
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $record

    -object

    A record object.

    -

    Returns

    -
    -booleanTrue if allowed to delete the record. Defaults to the permission set in the component.
    -
    -
    -
    -

    Method to test whether a record can have its state edited.

    -
    canEditState(object $record) : boolean
    -
    Inherited
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $record

    -object

    A record object.

    -

    Returns

    -
    -booleanTrue if allowed to change the state of the record. Defaults to the permission for the component.
    -
    -
    -
    -

    Clean the cache

    -
    cleanCache(string $group = null, integer $client_id = 0) : void
    -
    Inherited
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $group

    -string

    The cache group

    -
    -

    $client_id

    -integer

    The ID of the client

    -
    -
    -
    -

    Load Form Data

    -
    loadFormData() : object
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState() : void
    -
    -
    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since1.6
    -
    -
    -
    -

    Prepare and sanitise the table prior to saving.

    -
    prepareTable(\JTable $table) : void
    -
    Inherited
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $table

    -\JTable

    A reference to a JTable object.

    -
    -
    -

    - Properties

    - 
    -

    The prefix to use with controller messages.

    -
    $text_prefix : string
    -
    -

    Default

    -
    'COM_BIBLESTUDY'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelCommentlist.html b/docs/classes/BiblestudyModelCommentlist.html deleted file mode 100644 index 0f46170704..0000000000 --- a/docs/classes/BiblestudyModelCommentlist.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelCommentlist - - - - - - - - - - -
    - -
    - -
    - -
    -

    Comments model class

    -
    -
    - - - - - - - - - - - - - -
    since7.0.0
    packageProclaim.Admin
    inherited_from\BiblestudyModelComments
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -
    -
    -
    -

    Method to get a list of articles.

    -
    getItems() : mixed
    -
    Inherited
    -
    -

    Overridden to add a check for access levels.

    - - - -
    since1.6.1
    -

    Returns

    -
    -mixedAn array of data items on success, false on failure.
    -
    -
    -
    -

    List Query

    -
    getListQuery() : \JDatabaseQuery
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -\JDatabaseQueryA JDatabaseQuery object to retrieve the data set.
    -
    -
    -
    -

    Get Stored ID

    -
    getStoreId(string $id = '') : string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $id

    -string

    An identifier string to generate the store id.

    -

    Returns

    -
    -stringA store id.
    -
    -
    -
    -

    Populate State

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    -
    -
    - - - - - - - - - -
    since7.0
    inherited_from\BiblestudyModelComments::populateState()
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -
    -

    Populate State

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelComments.html b/docs/classes/BiblestudyModelComments.html deleted file mode 100644 index 88b7fd7825..0000000000 --- a/docs/classes/BiblestudyModelComments.html +++ /dev/null @@ -1,200 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelComments - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Comments model class

    -
    -
    - - - - - - - - - -
    since7.0.0
    packageProclaim.Admin
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -
    -
    -
    -

    Method to get a list of articles.

    -
    getItems() : mixed
    -
    -
    -

    Overridden to add a check for access levels.

    - - - -
    since1.6.1
    -

    Returns

    -
    -mixedAn array of data items on success, false on failure.
    -
    -
    -
    -

    List Query

    -
    getListQuery() : \JDatabaseQuery
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -\JDatabaseQueryA JDatabaseQuery object to retrieve the data set.
    -
    -
    -
    -

    Get Stored ID

    -
    getStoreId(string $id = '') : string
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $id

    -string

    An identifier string to generate the store id.

    -

    Returns

    -
    -stringA store id.
    -
    -
    -
    -

    Populate State

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelDir.html b/docs/classes/BiblestudyModelDir.html deleted file mode 100644 index b65bbdcf62..0000000000 --- a/docs/classes/BiblestudyModelDir.html +++ /dev/null @@ -1,234 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelDir - - - - - - - - - - -
    - -
    - -
    - -
    -

    Description of dir

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    Get folder names and their links

    -
    getBreadcrumbs() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayFilled with object with: name, link properties
    -
    -
    -
    -

    Files in current directory

    -
    getFiles() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    array
    -
    -
    -
    -

    Folders in current directory

    -
    getFolders() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    array
    -
    -
    -
    -

    Get current directory from request

    -
    _getCurrentDir(boolean $fullPath = false, string $separator = '/') : string
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $fullPath

    -boolean

    ?

    -
    -

    $separator

    -string

    ?

    -

    Returns

    -
    string
    -
    -
    -
    -

    Save current directory in session for file upload

    -
    _setDirectoryState(string $directoryPath) : void
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $directoryPath

    -string

    ?

    -
    -
    -
    -

    Set information for each file

    -
    _setFileInfo(array $filePaths) : array
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $filePaths

    -array

    ?

    -

    Returns

    -
    array
    -
    -
    -
    -

    Sets the info and path for each folder

    -
    _setFolderInfo(array $folderPaths) : array
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $folderPaths

    -array

    ?

    -

    Returns

    -
    array
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelFolder.html b/docs/classes/BiblestudyModelFolder.html deleted file mode 100644 index 8bbec21b4c..0000000000 --- a/docs/classes/BiblestudyModelFolder.html +++ /dev/null @@ -1,250 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelFolder - - - - - - - - - - -
    - -
    - -
    - -
    -

    Folder model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Method to check-out a row for editing.

    -
    checkout(integer $pk) : boolean
    -
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $pk

    -integer

    The numeric id of the primary key.

    -

    Returns

    -
    -booleanFalse on failure or error, true otherwise.
    -
    -
    -
    -

    Get the form data

    -
    getForm(array $data, boolean $loadData) : mixed
    -
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $data

    -array

    Data for the form.

    -
    -

    $loadData

    -boolean

    True if the form is to load its own data (default case), false if not.

    -
    -

    Returns

    -
    -mixedA JForm object on success, false on failure
    -
    -
    -
    -

    Method to store a record

    -
    store() : boolean
    -
    -
    -
    - - - -
    accesspublic
    -

    Returns

    -
    -booleanTrue on success
    -
    -
    -
    -

    Batch copy items to a new category or current.

    -
    batchCopy(integer $value, array $pks, array $contexts) : mixed
    -
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $value

    -integer

    The new category.

    -
    -

    $pks

    -array

    An array of row IDs.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -mixedAn array of new IDs on success, boolean false on failure.
    -
    -
    -
    -

    Clean the cache

    -
    cleanCache(string $group, integer $client_id) : void
    -
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $group

    -string

    The cache group

    -
    -

    $client_id

    -integer

    The ID of the client

    -
    -
    -
    -

    Load Form Data

    -
    loadFormData() : array
    -
    -
    -
    - - - -
    since
    -

    Returns

    -
    array
    -
    -
    -

    - Properties

    - 
    -

    The prefix to use with controller messages.

    -
    $text_prefix : string
    -
    -
    -
    - - - -
    since
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelFolders.html b/docs/classes/BiblestudyModelFolders.html deleted file mode 100644 index 772e6a3b77..0000000000 --- a/docs/classes/BiblestudyModelFolders.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelFolders - - - - - - - - - - -
    - -
    - -
    - -
    -

    Folders model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config) 
    -
    -
    -
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -
    -
    -
    -

    Get List Query

    -
    getListQuery() : \JDatabaseQuery
    -
    -
    -
    - - - -
    since
    -

    Returns

    -
    -\JDatabaseQueryA JDatabaseQuery object to retrieve the data set.
    -
    -
    -
    -

    Method to get a store id based on model configuration state.

    -
    getStoreId(string $id) : string
    -
    -
    -
    This is necessary because the model is used by the component and -different modules that might need different sets of data or different -ordering requirements.
    - - - -
    since
    -

    Parameters

    -
    -

    $id

    -string

    An identifier string to generate the store id.

    -

    Returns

    -
    -stringA store id.
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState(string $ordering, string $direction) : void
    -
    -
    -
    This method should only be called once per instantiation and is designed -to be called on the first call to the getState() method unless the model -configuration flag to ignore the request is set. - -Note. Calling getState in this method will result in recursion.
    - - - -
    since
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelLandingpage.html b/docs/classes/BiblestudyModelLandingpage.html deleted file mode 100644 index 87bbec38f5..0000000000 --- a/docs/classes/BiblestudyModelLandingpage.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelLandingpage - - - - - - - - - - -
    - -
    - -
    - -
    -

    Model class for LandingPage

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    -
    -
    - - - - - - - - - -
    see
    since1.6
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -
    -
    -
    -

    Method to get a JDatabaseQuery object for retrieving the data set from a database.

    -
    getListQuery() : \JDatabaseQuery
    -
    -
    -
    - - - -
    since11.1
    -

    Returns

    -
    -\JDatabaseQueryA JDatabaseQuery object to retrieve the data set.
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    -
    -

    This method should only be called once per instantiation and is designed -to be called on the first call to the getState() method unless the model -configuration flag to ignore the request is set.

    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since11.1
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelLocation.html b/docs/classes/BiblestudyModelLocation.html deleted file mode 100644 index c71e9c4992..0000000000 --- a/docs/classes/BiblestudyModelLocation.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelLocation - - - - - - - - - - -
    - -
    - -
    - -
    -

    Location model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to check-out a row for editing.

    -
    checkout(integer $pk = null) : boolean
    -
    -
    -
    - - - -
    since11.1
    -

    Parameters

    -
    -

    $pk

    -integer

    The numeric id of the primary key.

    -

    Returns

    -
    -booleanFalse on failure or error, true otherwise.
    -
    -
    -
    -

    Get the form data

    -
    getForm(array $data = array(), boolean $loadData = true) : mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $data

    -array

    Data for the form.

    -
    -

    $loadData

    -boolean

    True if the form is to load its own data (default case), false if not.

    -

    Returns

    -
    -mixedA JForm object on success, false on failure
    -
    -
    -
    -

    Method to store a record

    -
    store() : boolean
    -
    -
    -
    - - - - - - - - - -
    accesspublic
    since7.0
    -

    Returns

    -
    -booleanTrue on success
    -
    -
    -
    -

    Custom clean the cache of com_biblestudy and biblestudy modules

    -
    cleanCache(string $group = null, integer $client_id = 0) : void
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $group

    -string

    The cache group

    -
    -

    $client_id

    -integer

    The ID of the client

    -
    -
    -
    -

    Method to get the data that should be injected in the form.

    -
    loadFormData() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayThe default data is an empty array.
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelLocations.html b/docs/classes/BiblestudyModelLocations.html deleted file mode 100644 index 9d86b72881..0000000000 --- a/docs/classes/BiblestudyModelLocations.html +++ /dev/null @@ -1,245 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelLocations - - - - - - - - - - -
    - -
    - -
    - -
    -

    Locations model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -
    -
    -
    -

    Get Deletes

    -
    getDeletes() : object
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Method to get a list of articles.

    -
    getItems() : mixed
    -
    -
    -

    Overridden to add a check for access levels.

    - - - -
    since1.6.1
    -

    Returns

    -
    -mixedAn array of data items on success, false on failure.
    -
    -
    -
    -

    Get List Query

    -
    getListQuery() : \JDatabaseQuery
    -
    -
    -
    - - - -
    since12.2
    -

    Returns

    -
    -\JDatabaseQueryA JDatabaseQuery object to retrieve the data set.
    -
    -
    -
    -

    Method to get a store id based on model configuration state.

    -
    getStoreId(string $id = '') : string
    -
    -
    -

    This is necessary because the model is used by the component and -different modules that might need different sets of data or different -ordering requirements.

    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $id

    -string

    A prefix for the store id.

    -

    Returns

    -
    -stringA store id.
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    -
    -

    This method should only be called once per instantiation and is designed -to be called on the first call to the getState() method unless the model -configuration flag to ignore the request is set.

    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since7.0
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -

    - Properties

    - 
    -

    Number of Deletes

    -
    $deletes : integer
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelMediafile.html b/docs/classes/BiblestudyModelMediafile.html deleted file mode 100644 index 6d76ddb417..0000000000 --- a/docs/classes/BiblestudyModelMediafile.html +++ /dev/null @@ -1,578 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelMediafile - - - - - - - - - - -
    - -
    - -
    - -
    -

    MediaFile model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to perform batch operations on an item or a set of items.

    -
    batch(array $commands, array $pks, array $contexts) : boolean
    -
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $commands

    -array

    An array of commands to perform.

    -
    -

    $pks

    -array

    An array of item ids.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -booleanReturns true on success, false on failure.
    -
    -
    -
    -

    Method override to check-in a record or an array of record

    -
    checkin(mixed $pks = array()) : mixed
    -
    -
    -
    - - - -
    since12.2
    -

    Parameters

    -
    -

    $pks

    -mixed

    The ID of the primary key or an array of IDs

    -

    Returns

    -
    -mixedBoolean false if there is an error, otherwise the count of records checked in.
    -
    -
    -
    -

    Get the form data

    -
    getForm(array $data = array(), boolean $loadData = true) : boolean | object
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $data

    -array

    Data for the form.

    -
    -

    $loadData

    -boolean

    True if the form is to load its own data (default case), false if not.

    -

    Returns

    -
    -booleanobject -
    -
    -
    -
    -

    Method to get media item

    -
    getItem(integer $pk = null) : mixed
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $pk

    -integer

    int

    -

    Returns

    -
    mixed
    -
    -
    -
    -

    Get the media form

    -
    getMediaForm() : boolean | mixed
    -
    -
    -
    - - - -
    since9.0.0
    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    -booleanmixed -
    -
    -
    -
    -

    Returns a Table object, always creating it.

    -
    getTable(string $type = 'Mediafile', string $prefix = 'Table', array $config = array()) : \TableMediafile
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $type

    -string

    The table type to instantiate

    -
    -

    $prefix

    -string

    A prefix for the table class name. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    -\TableMediafileA database object
    -
    -
    -
    -

    Method to move a mediafile listing

    -
    move(string $direction) : boolean
    -
    -
    -
    - - - - - - - - - -
    accesspublic
    since1.5
    -

    Parameters

    -
    -

    $direction

    -string

    ?

    -

    Returns

    -
    -booleanTrue on success
    -
    -
    -
    -

    Overrides the JModelAdmin save routine in order to implode the podcast_id

    -
    save(array $data) : boolean
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $data

    -array

    The form data.

    -

    Returns

    -
    -booleanTrue on successfully save
    -
    -
    -
    -

    Batch popup changes for a group of media files.

    -
    batchMediatype(string $value, array $pks, array $contexts) : boolean
    -
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $value

    -string

    The new value matching a client.

    -
    -

    $pks

    -array

    An array of row IDs.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -

    Batch popup changes for a group of media files.

    -
    batchMimetype(string $value, array $pks, array $contexts) : boolean
    -
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $value

    -string

    The new value matching a client.

    -
    -

    $pks

    -array

    An array of row IDs.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -

    Batch Player changes for a group of mediafiles.

    -
    batchPlayer(string $value, array $pks, array $contexts) : boolean
    -
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $value

    -string

    The new value matching a player.

    -
    -

    $pks

    -array

    An array of row IDs.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -

    Batch popup changes for a group of media files.

    -
    batchPopup(string $value, array $pks, array $contexts) : boolean
    -
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $value

    -string

    The new value matching a client.

    -
    -

    $pks

    -array

    An array of row IDs.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    - -
    -

    Method to test whether a record can be deleted.

    -
    canDelete(object $record) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $record

    -object

    A record object.

    -

    Returns

    -
    -booleanTrue if allowed to delete the record. Defaults to the permission set in the component.
    -
    -
    -
    -

    Custom clean the cache of com_biblestudy and biblestudy modules

    -
    cleanCache(string $group = null, integer $client_id = 0) : void
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $group

    -string

    The cache group

    -
    -

    $client_id

    -integer

    The ID of the client

    -
    -
    -
    -

    A protected method to get a set of ordering conditions.

    -
    getReorderConditions(object $table) : array
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $table

    -object

    A record object.

    -

    Returns

    -
    -arrayAn array of conditions to add to add to ordering queries.
    -
    -
    -
    -

    Load Form Data

    -
    loadFormData() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    array
    -
    -
    -
    -

    Auto-populate the model state

    -
    populateState() : void
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -

    - Properties

    - 
    -

    _id

    -
     : mixed
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - - - - - - - -
    magic
    property_id
    -
    -
    - 
    -

    The prefix to use with controller messages.

    -
    $text_prefix : string
    -
    -

    Default

    -
    'COM_BIBLESTUDY'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    - 
    -

    Data

    -
    $data : \TableMediafile
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelMediafileform.html b/docs/classes/BiblestudyModelMediafileform.html deleted file mode 100644 index 484126b7c6..0000000000 --- a/docs/classes/BiblestudyModelMediafileform.html +++ /dev/null @@ -1,618 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelMediafileform - - - - - - - - - - -
    - -
    - -
    - -
    -

    Model class for MediaFile

    -
    -
    - - - - - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    inherited_from\BiblestudyModelMediafile
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -
    -
    -
    -

    Method to perform batch operations on an item or a set of items.

    -
    batch(array $commands, array $pks, array $contexts) : boolean
    -
    Inherited
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $commands

    -array

    An array of commands to perform.

    -
    -

    $pks

    -array

    An array of item ids.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -booleanReturns true on success, false on failure.
    -
    -
    -
    -

    Method override to check-in a record or an array of record

    -
    checkin(mixed $pks = array()) : mixed
    -
    Inherited
    -
    -
    - - - -
    since12.2
    -

    Parameters

    -
    -

    $pks

    -mixed

    The ID of the primary key or an array of IDs

    -

    Returns

    -
    -mixedBoolean false if there is an error, otherwise the count of records checked in.
    -
    -
    -
    -

    Get the form data

    -
    getForm(array $data = array(), boolean $loadData = true) : boolean | object
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $data

    -array

    Data for the form.

    -
    -

    $loadData

    -boolean

    True if the form is to load its own data (default case), false if not.

    -

    Returns

    -
    -booleanobject -
    -
    -
    -
    -

    Method to get media item

    -
    getItem(integer $pk = null) : mixed
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $pk

    -integer

    int

    -

    Returns

    -
    mixed
    -
    -
    -
    -

    Get the media form

    -
    getMediaForm() : boolean | mixed
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    -booleanmixed -
    -
    -
    -
    -

    Get the return URL.

    -
    getReturnPage() : string
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    -stringThe return URL.
    -
    -
    -
    -

    Returns a Table object, always creating it.

    -
    getTable(string $type = 'Mediafile', string $prefix = 'Table', array $config = array()) : \TableMediafile
    -
    Inherited
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $type

    -string

    The table type to instantiate

    -
    -

    $prefix

    -string

    A prefix for the table class name. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    -\TableMediafileA database object
    -
    -
    -
    -

    Method to move a mediafile listing

    -
    move(string $direction) : boolean
    -
    Inherited
    -
    -
    - - - - - - - - - -
    accesspublic
    since1.5
    -

    Parameters

    -
    -

    $direction

    -string

    ?

    -

    Returns

    -
    -booleanTrue on success
    -
    -
    -
    -

    Overrides the JModelAdmin save routine in order to implode the podcast_id

    -
    save(array $data) : boolean
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $data

    -array

    The form data.

    -

    Returns

    -
    -booleanTrue on successfully save
    -
    -
    -
    -

    Batch popup changes for a group of media files.

    -
    batchMediatype(string $value, array $pks, array $contexts) : boolean
    -
    Inherited
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $value

    -string

    The new value matching a client.

    -
    -

    $pks

    -array

    An array of row IDs.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -

    Batch popup changes for a group of media files.

    -
    batchMimetype(string $value, array $pks, array $contexts) : boolean
    -
    Inherited
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $value

    -string

    The new value matching a client.

    -
    -

    $pks

    -array

    An array of row IDs.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -

    Batch Player changes for a group of mediafiles.

    -
    batchPlayer(string $value, array $pks, array $contexts) : boolean
    -
    Inherited
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $value

    -string

    The new value matching a player.

    -
    -

    $pks

    -array

    An array of row IDs.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -

    Batch popup changes for a group of media files.

    -
    batchPopup(string $value, array $pks, array $contexts) : boolean
    -
    Inherited
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $value

    -string

    The new value matching a client.

    -
    -

    $pks

    -array

    An array of row IDs.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    - -
    -

    Method to test whether a record can be deleted.

    -
    canDelete(object $record) : boolean
    -
    Inherited
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $record

    -object

    A record object.

    -

    Returns

    -
    -booleanTrue if allowed to delete the record. Defaults to the permission set in the component.
    -
    -
    -
    -

    Custom clean the cache of com_biblestudy and biblestudy modules

    -
    cleanCache(string $group = null, integer $client_id = 0) : void
    -
    Inherited
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $group

    -string

    The cache group

    -
    -

    $client_id

    -integer

    The ID of the client

    -
    -
    -
    -

    A protected method to get a set of ordering conditions.

    -
    getReorderConditions(object $table) : array
    -
    Inherited
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $table

    -object

    A record object.

    -

    Returns

    -
    -arrayAn array of conditions to add to add to ordering queries.
    -
    -
    -
    -

    Load Form Data

    -
    loadFormData() : array
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    array
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState() : void
    -
    -
    -

    Note. Calling getState in this method will result in recursion.

    - - - - - - - - - -
    since1.6
    inherited_from\BiblestudyModelMediafile::populateState()
    -
    -
    -
    -

    Auto-populate the model state

    -
    populateState() : void
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -
    -
    -

    - Properties

    - 
    -

    The prefix to use with controller messages.

    -
    $text_prefix : string
    -
    -

    Default

    -
    'COM_BIBLESTUDY'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    - 
    -

    Data

    -
    $data : \TableMediafile
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelMediafilelist.html b/docs/classes/BiblestudyModelMediafilelist.html deleted file mode 100644 index 26478af13f..0000000000 --- a/docs/classes/BiblestudyModelMediafilelist.html +++ /dev/null @@ -1,316 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelMediafilelist - - - - - - - - - - -
    - -
    - -
    - -
    -

    Model class for MediaFiles

    -
    -
    - - - - - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    inherited_from\BiblestudyModelMediafiles
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -
    -
    -
    -

    Get Deletes

    -
    getDeletes() : object
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Manually joins items and returns and nested object array

    -
    getItems() : mixed
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -mixedArray Media files array
    -
    -
    -
    -

    Build an SQL query to load the list data

    -
    getListQuery() : \JDatabaseQuery
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    \JDatabaseQuery
    -
    -
    -
    -

    Get Stored ID

    -
    getStoreId(string $id = '') : string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $id

    -string

    An identifier string to generate the store id.

    -

    Returns

    -
    -stringA store id.
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    -
    -

    This method should only be called once per instantiation and is designed -to be called on the first call to the getState() method unless the model -configuration flag to ignore the request is set.

    -

    Note. Calling getState in this method will result in recursion.

    - - - - - - - - - -
    since11.1
    inherited_from\BiblestudyModelMediafiles::populateState()
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    Inherited
    -
    -

    This method should only be called once per instantiation and is designed -to be called on the first call to the getState() method unless the model -configuration flag to ignore the request is set.

    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since7.0
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -

    - Properties

    - 
    -

    _data

    -
     : mixed
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - - - - - - - -
    magic
    property_data
    -
    -
    - 
    -

    Model context string.

    -
    $context : string
    -
    -

    Default

    -
    'com_biblestudy.mediafiles'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Number of Deletions

    -
    $deletes : integer
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelMediafiles.html b/docs/classes/BiblestudyModelMediafiles.html deleted file mode 100644 index 8e345cc86f..0000000000 --- a/docs/classes/BiblestudyModelMediafiles.html +++ /dev/null @@ -1,258 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelMediafiles - - - - - - - - - - -
    - -
    - -
    - -
    -

    MediaFiles model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -
    -
    -
    -

    Get Deletes

    -
    getDeletes() : object
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Manually joins items and returns and nested object array

    -
    getItems() : mixed
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -mixedArray Media files array
    -
    -
    -
    -

    Build an SQL query to load the list data

    -
    getListQuery() : \JDatabaseQuery
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    \JDatabaseQuery
    -
    -
    -
    -

    Get Stored ID

    -
    getStoreId(string $id = '') : string
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $id

    -string

    An identifier string to generate the store id.

    -

    Returns

    -
    -stringA store id.
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    -
    -

    This method should only be called once per instantiation and is designed -to be called on the first call to the getState() method unless the model -configuration flag to ignore the request is set.

    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since7.0
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -

    - Properties

    - 
    -

    Model context string.

    -
    $context : string
    -
    -

    Default

    -
    'com_biblestudy.mediafiles'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Number of Deletions

    -
    $deletes : integer
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelMediaimage.html b/docs/classes/BiblestudyModelMediaimage.html deleted file mode 100644 index aa7b213644..0000000000 --- a/docs/classes/BiblestudyModelMediaimage.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelMediaimage - - - - - - - - - - -
    - -
    - -
    - -
    -

    MediaImage model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Method override to check if you can edit an existing record.

    -
    allowEdit(array $data, string $key) : boolean
    -
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $data

    -array

    An array of input data.

    -
    -

    $key

    -string

    The name of the key for the primary key.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Get the form data

    -
    getForm(array $data, boolean $loadData) : mixed
    -
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $data

    -array

    Data for the form.

    -
    -

    $loadData

    -boolean

    True if the form is to load its own data (default case), false if not.

    -
    -

    Returns

    -
    -mixedA JForm object on success, false on failure
    -
    -
    -
    -

    Clean the cache

    -
    cleanCache(string $group, integer $client_id) : void
    -
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $group

    -string

    The cache group

    -
    -

    $client_id

    -integer

    The ID of the client

    -
    -
    -
    -

    Load Form Data

    -
    loadFormData() : object
    -
    -
    -
    - - - -
    since
    -

    Returns

    -
    object
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelMediaimages.html b/docs/classes/BiblestudyModelMediaimages.html deleted file mode 100644 index 3032c4b908..0000000000 --- a/docs/classes/BiblestudyModelMediaimages.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelMediaimages - - - - - - - - - - -
    - -
    - -
    - -
    -

    MediaImages model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config) 
    -
    -
    -
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -
    -
    -
    -

    Build and SQL query to load the list data

    -
    getListQuery() : \JDatabaseQuery
    -
    -
    -
    - - - -
    since
    -

    Returns

    -
    -\JDatabaseQueryA JDatabaseQuery object to retrieve the data set.
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState(string $ordering, string $direction) : void
    -
    -
    -
    This method should only be called once per instantiation and is designed -to be called on the first call to the getState() method unless the model -configuration flag to ignore the request is set. - -Note. Calling getState in this method will result in recursion.
    - - - -
    since
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelMediaplayer.html b/docs/classes/BiblestudyModelMediaplayer.html deleted file mode 100644 index 8073998d4c..0000000000 --- a/docs/classes/BiblestudyModelMediaplayer.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelMediaplayer - - - - - - - - - - -
    - -
    - -
    - -
    -

    Model class for MediaPlayer

    -
    -
    - - - - - - - - - - - - - -
    packageBibleStudy.Site
    since
    todolooks like some of the functions are not needed any longer. bcc
    -

    - Methods

    -
    -

    Constructor

    -
    __construct(array $config) 
    -
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $config

    -array

    An array of configuration options (name, state, dbo, table_path, ignore_request).

    -
    -
    -
    -
    -

    Method to delete record(s)

    -
    delete() : boolean
    -
    -
    -
    - - - -
    accesspublic
    -

    Returns

    -
    -booleanTrue on success
    -
    -
    -
    -

    Get Data

    -
    getData() : object
    -
    -
    -
    -

    Returns

    -
    object
    -
    -
    -
    -

    Method to move a mediafile listing

    -
    move(string $direction) : boolean
    -
    -
    -
    - - - - - - - - - -
    accesspublic
    since
    -

    Parameters

    -
    -

    $direction

    -string

    ACS or DEC

    -

    Returns

    -
    -booleanTrue on success
    -
    -
    -
    -

    Publish record

    -
    publish(array $cid, int $publish) : boolean
    -
    -
    -
    -

    Parameters

    -
    -

    $cid

    -array

    Id's

    -
    -

    $publish

    -int

    State

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Method to move a mediafile listing

    -
    saveorder(array $cid, string $order) : boolean
    -
    -
    -
    - - - - - - - - - -
    accesspublic
    since
    -

    Parameters

    -
    -

    $cid

    -array

    Id's

    -
    -

    $order

    -string

    Order ASC or DEC

    -

    Returns

    -
    -booleanTrue on success
    -
    -
    -
    -

    Set ID

    -
    setId(int $id) : void
    -
    -
    -
    -

    Parameters

    -
    -

    $id

    -int

    ID To Set

    -
    -
    -
    -

    Method to store a record

    -
    store() : boolean
    -
    -
    -
    - - - -
    accesspublic
    -

    Returns

    -
    -booleanTrue on success
    -
    -
    -

    - Properties

    - 
    -

    _data

    -
     : mixed
    -
    -
    -
    - - - - - - - - - -
    magic
    property_data
    -
    -
    - 
    -

    _id

    -
     : mixed
    -
    -
    -
    - - - - - - - - - -
    magic
    property_id
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelMessage.html b/docs/classes/BiblestudyModelMessage.html deleted file mode 100644 index fa74f4ea86..0000000000 --- a/docs/classes/BiblestudyModelMessage.html +++ /dev/null @@ -1,508 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelMessage - - - - - - - - - - -
    - -
    - -
    - -
    -

    Message model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to perform batch operations on an item or a set of items.

    -
    batch(array $commands, array $pks, array $contexts) : boolean
    -
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $commands

    -array

    An array of commands to perform.

    -
    -

    $pks

    -array

    An array of item ids.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -booleanReturns true on success, false on failure.
    -
    -
    -
    -

    Method to check-out a row for editing.

    -
    checkout(integer $pk = null) : boolean
    -
    -
    -
    - - - -
    since11.1
    -

    Parameters

    -
    -

    $pk

    -integer

    The numeric id of the primary key.

    -

    Returns

    -
    -booleanFalse on failure or error, true otherwise.
    -
    -
    -
    -

    Gets all topics available

    -
    getAlltopics() : object
    -
    -
    -
    - - - -
    since7.0.1
    -

    Returns

    -
    -objectJSON Object containing the topics
    -
    -
    -
    -

    Get the form data

    -
    getForm(array $data = array(), boolean $loadData = true) : string
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $data

    -array

    Data for the form.

    -
    -

    $loadData

    -boolean

    True if the form is to load its own data (default case), false if not.

    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get media item

    -
    getItem(integer $pk = null) : mixed | void
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $pk

    -integer

    int

    -

    Returns

    -
    -mixedvoid -
    -
    -
    -
    -

    Returns a list of media files associated with this study

    -
    getMediaFiles() : object
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Returns a reference to the a Table object, always creating it.

    -
    getTable(string $type = 'Message', string $prefix = 'Table', array $config = array()) : \JTable
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $type

    -string

    The table type to instantiate

    -
    -

    $prefix

    -string

    A prefix for the table class name. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    -\JTableA database object
    -
    -
    -
    -

    Gets all the topics associated with a particular study

    -
    getTopics() : object
    -
    -
    -
    - - - -
    since7.0.1
    -

    Returns

    -
    -objectJSON Object containing the topics
    -
    -
    -
    -

    Duplicate Check

    -
    isDuplicate(integer $study_id, integer $topic_id) : boolean
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $study_id

    -integer

    Study ID

    -
    -

    $topic_id

    -integer

    Topic ID

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Overrides the JModelAdmin save routine to save the topics(tags)

    -
    save(string $data) : boolean
    -
    -
    -
    - - - -
    since7.0.1
    -

    Parameters

    -
    -

    $data

    -string

    The form data.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Saves the manually set order of records.

    -
    saveorder(array $pks = null, integer $order = null) : mixed
    -
    -
    -
    - - - -
    since11.1
    -

    Parameters

    -
    -

    $pks

    -array

    An array of primary key ids.

    -
    -

    $order

    -integer

    +1 or -1

    -

    Returns

    -
    mixed
    -
    -
    -
    -

    Batch popup changes for a group of media files.

    -
    batchMessagetype(string $value, array $pks, array $contexts) : boolean
    -
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $value

    -string

    The new value matching a client.

    -
    -

    $pks

    -array

    An array of row IDs.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -

    Batch popup changes for a group of media files.

    -
    batchSeries(string $value, array $pks, array $contexts) : boolean
    -
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $value

    -string

    The new value matching a client.

    -
    -

    $pks

    -array

    An array of row IDs.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -

    Batch popup changes for a group of media files.

    -
    batchTeacher(string $value, array $pks, array $contexts) : boolean
    -
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $value

    -string

    The new value matching a client.

    -
    -

    $pks

    -array

    An array of row IDs.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -

    Custom clean the cache of com_biblestudy and biblestudy modules

    -
    cleanCache(string $group = null, integer $client_id = 0) : void
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $group

    -string

    The cache group

    -
    -

    $client_id

    -integer

    The ID of the client

    -
    -
    -
    -

    Method to get the data that should be injected in the form.

    -
    loadFormData() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayThe default data is an empty array.
    -
    -
    -
    -

    Prepare and sanitise the table prior to saving.

    -
    prepareTable(\TableMessage $table) : void
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $table

    -\TableMessage

    A reference to a JTable object.

    -
    -
    -

    - Properties

    - 
    -

    The type alias for this content type (for example, 'com_content.article').

    -
    $typeAlias : string
    -
    -

    Default

    -
    'com_biblestudy.message'
    -
    -
    -
    -
    - - - -
    since3.2
    -
    -
    - 
    -

    The prefix to use with controller messages.

    -
    $text_prefix : string
    -
    -

    Default

    -
    'COM_BIBLESTUDY'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelMessageform.html b/docs/classes/BiblestudyModelMessageform.html deleted file mode 100644 index 5afbb4893a..0000000000 --- a/docs/classes/BiblestudyModelMessageform.html +++ /dev/null @@ -1,567 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelMessageform - - - - - - - - - - -
    - -
    - -
    - -
    -

    Model class for Message

    -
    -
    - - - - - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    inherited_from\BiblestudyModelMessage
    -

    - Methods

    -
    -

    Method to perform batch operations on an item or a set of items.

    -
    batch(array $commands, array $pks, array $contexts) : boolean
    -
    Inherited
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $commands

    -array

    An array of commands to perform.

    -
    -

    $pks

    -array

    An array of item ids.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -booleanReturns true on success, false on failure.
    -
    -
    -
    -

    Method to check-out a row for editing.

    -
    checkout(integer $pk = null) : boolean
    -
    Inherited
    -
    -
    - - - -
    since11.1
    -

    Parameters

    -
    -

    $pk

    -integer

    The numeric id of the primary key.

    -

    Returns

    -
    -booleanFalse on failure or error, true otherwise.
    -
    -
    -
    -

    Gets all topics available

    -
    getAlltopics() : object
    -
    Inherited
    -
    -
    - - - -
    since7.0.1
    -

    Returns

    -
    -objectJSON Object containing the topics
    -
    -
    -
    -

    Get the form data

    -
    getForm(array $data = array(), boolean $loadData = true) : string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $data

    -array

    Data for the form.

    -
    -

    $loadData

    -boolean

    True if the form is to load its own data (default case), false if not.

    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get article data.

    -
    getItem(integer $pk = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    since7.0
    inherited_from\BiblestudyModelMessage::getItem()
    -

    Parameters

    -
    -

    $pk

    -integer

    The id of the article.

    -

    Returns

    -
    -mixedContent item data object on success, false on failure.
    -
    -
    -
    -

    Method to get media item

    -
    getItem(integer $pk = null) : mixed | void
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $pk

    -integer

    int

    -

    Returns

    -
    -mixedvoid -
    -
    -
    -
    -

    Returns a list of media files associated with this study

    -
    getMediaFiles() : object
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Get the return URL.

    -
    getReturnPage() : string
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    -stringThe return URL.
    -
    -
    -
    -

    Returns a reference to the a Table object, always creating it.

    -
    getTable(string $type = 'Message', string $prefix = 'Table', array $config = array()) : \JTable
    -
    Inherited
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $type

    -string

    The table type to instantiate

    -
    -

    $prefix

    -string

    A prefix for the table class name. Optional.

    -
    -

    $config

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    -\JTableA database object
    -
    -
    -
    -

    Gets all the topics associated with a particular study

    -
    getTopics() : object
    -
    Inherited
    -
    -
    - - - -
    since7.0.1
    -

    Returns

    -
    -objectJSON Object containing the topics
    -
    -
    -
    -

    Duplicate Check

    -
    isDuplicate(integer $study_id, integer $topic_id) : boolean
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $study_id

    -integer

    Study ID

    -
    -

    $topic_id

    -integer

    Topic ID

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Overrides the JModelAdmin save routine to save the topics(tags)

    -
    save(string $data) : boolean
    -
    Inherited
    -
    -
    - - - -
    since7.0.1
    -

    Parameters

    -
    -

    $data

    -string

    The form data.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Saves the manually set order of records.

    -
    saveorder(array $pks = null, integer $order = null) : mixed
    -
    Inherited
    -
    -
    - - - -
    since11.1
    -

    Parameters

    -
    -

    $pks

    -array

    An array of primary key ids.

    -
    -

    $order

    -integer

    +1 or -1

    -

    Returns

    -
    mixed
    -
    -
    -
    -

    Batch popup changes for a group of media files.

    -
    batchMessagetype(string $value, array $pks, array $contexts) : boolean
    -
    Inherited
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $value

    -string

    The new value matching a client.

    -
    -

    $pks

    -array

    An array of row IDs.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -

    Batch popup changes for a group of media files.

    -
    batchSeries(string $value, array $pks, array $contexts) : boolean
    -
    Inherited
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $value

    -string

    The new value matching a client.

    -
    -

    $pks

    -array

    An array of row IDs.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -

    Batch popup changes for a group of media files.

    -
    batchTeacher(string $value, array $pks, array $contexts) : boolean
    -
    Inherited
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $value

    -string

    The new value matching a client.

    -
    -

    $pks

    -array

    An array of row IDs.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -booleanTrue if successful, false otherwise and internal error is set.
    -
    -
    -
    -

    Custom clean the cache of com_biblestudy and biblestudy modules

    -
    cleanCache(string $group = null, integer $client_id = 0) : void
    -
    Inherited
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $group

    -string

    The cache group

    -
    -

    $client_id

    -integer

    The ID of the client

    -
    -
    -
    -

    Method to get the data that should be injected in the form.

    -
    loadFormData() : array
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayThe default data is an empty array.
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState() : void
    -
    -
    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since1.6
    -
    -
    -
    -

    Prepare and sanitise the table prior to saving.

    -
    prepareTable(\TableMessage $table) : void
    -
    Inherited
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $table

    -\TableMessage

    A reference to a JTable object.

    -
    -
    -

    - Properties

    - 
    -

    The type alias for this content type (for example, 'com_content.article').

    -
    $typeAlias : string
    -
    -

    Default

    -
    'com_biblestudy.message'
    -
    -
    -
    -
    - - - -
    since3.2
    -
    -
    - 
    -

    The prefix to use with controller messages.

    -
    $text_prefix : string
    -
    -

    Default

    -
    'COM_BIBLESTUDY'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelMessagelist.html b/docs/classes/BiblestudyModelMessagelist.html deleted file mode 100644 index 1951e132df..0000000000 --- a/docs/classes/BiblestudyModelMessagelist.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelMessagelist - - - - - - - - - - -
    - -
    - -
    - -
    -

    Model class for MessageList

    -
    -
    - - - - - - - - - - - - - -
    packageBibleStudy.Site
    since8.0.0
    inherited_from\BiblestudyModelMessages
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    Inherited
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -
    -
    -
    -

    Method to get a list of articles.

    -
    getItems() : mixed
    -
    Inherited
    -
    -

    Overridden to add a check for access levels.

    - - - -
    since1.6.1
    -

    Returns

    -
    -mixedAn array of data items on success, false on failure.
    -
    -
    -
    -

    Translate item entries: books, topics

    -
    getTranslated(array $items = array()) : array
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $items

    -array

    Items for entries

    -

    Returns

    -
    array
    -
    -
    -
    -

    Build an SQL query to load the list data

    -
    getListQuery() : \JDatabaseQuery
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    \JDatabaseQuery
    -
    -
    -
    -

    Method to get a store id based on model configuration state.

    -
    getStoreId(string $id = '') : string
    -
    Inherited
    -
    -

    This is necessary because the model is used by the component and -different modules that might need different sets of data or different -ordering requirements.

    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $id

    -string

    A prefix for the store id.

    -

    Returns

    -
    -stringA store id.
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    -
    -

    Note. Calling getState in this method will result in recursion.

    - - - - - - - - - -
    since1.6
    inherited_from\BiblestudyModelMessages::populateState()
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    Inherited
    -
    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelMessages.html b/docs/classes/BiblestudyModelMessages.html deleted file mode 100644 index 72466e2f4c..0000000000 --- a/docs/classes/BiblestudyModelMessages.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelMessages - - - - - - - - - - -
    - -
    - -
    - -
    -

    Message model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -
    -
    -
    -

    Method to get a list of articles.

    -
    getItems() : mixed
    -
    -
    -

    Overridden to add a check for access levels.

    - - - -
    since1.6.1
    -

    Returns

    -
    -mixedAn array of data items on success, false on failure.
    -
    -
    -
    -

    Translate item entries: books, topics

    -
    getTranslated(array $items = array()) : array
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $items

    -array

    Items for entries

    -

    Returns

    -
    array
    -
    -
    -
    -

    Build an SQL query to load the list data

    -
    getListQuery() : \JDatabaseQuery
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    \JDatabaseQuery
    -
    -
    -
    -

    Method to get a store id based on model configuration state.

    -
    getStoreId(string $id = '') : string
    -
    -
    -

    This is necessary because the model is used by the component and -different modules that might need different sets of data or different -ordering requirements.

    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $id

    -string

    A prefix for the store id.

    -

    Returns

    -
    -stringA store id.
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    -
    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelMessagetype.html b/docs/classes/BiblestudyModelMessagetype.html deleted file mode 100644 index 08470432ba..0000000000 --- a/docs/classes/BiblestudyModelMessagetype.html +++ /dev/null @@ -1,229 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelMessagetype - - - - - - - - - - -
    - -
    - -
    - -
    -

    MessageType model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to check-out a row for editing.

    -
    checkout(integer $pk = null) : boolean
    -
    -
    -
    - - - -
    since11.1
    -

    Parameters

    -
    -

    $pk

    -integer

    The numeric id of the primary key.

    -

    Returns

    -
    -booleanFalse on failure or error, true otherwise.
    -
    -
    -
    -

    Abstract method for getting the form from the model.

    -
    getForm(array $data = array(), boolean $loadData = true) : mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $data

    -array

    Data for the form.

    -
    -

    $loadData

    -boolean

    True if the form is to load its own data (default case), false if not.

    -

    Returns

    -
    -mixedA JForm object on success, false on failure
    -
    -
    -
    -

    Method to store a record

    -
    store() : boolean
    -
    -
    -
    - - - - - - - - - -
    accesspublic
    since7.0.0
    -

    Returns

    -
    -booleanTrue on success
    -
    -
    -
    -

    Custom clean the cache of com_biblestudy and biblestudy modules

    -
    cleanCache(string $group = null, integer $client_id = 0) : void
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $group

    -string

    The cache group

    -
    -

    $client_id

    -integer

    The ID of the client

    -
    -
    -
    -

    Method to get the data that should be injected in the form.

    -
    loadFormData() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayThe default data is an empty array.
    -
    -
    -
    -

    Prepare and sanitise the table prior to saving.

    -
    prepareTable(\TableMessagetype $table) : void
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $table

    -\TableMessagetype

    A reference to a JTable object.

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelMessagetypes.html b/docs/classes/BiblestudyModelMessagetypes.html deleted file mode 100644 index a3ceefee69..0000000000 --- a/docs/classes/BiblestudyModelMessagetypes.html +++ /dev/null @@ -1,229 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelMessagetypes - - - - - - - - - - -
    - -
    - -
    - -
    -

    MessageType model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -
    -
    -
    -

    Get Deletes

    -
    getDeletes() : object
    -
    -
    -
    - - - -
    since7.0.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Get List Query

    -
    getListQuery() : \JDatabaseQuery
    -
    -
    -
    - - - -
    since7.0.0
    -

    Returns

    -
    -\JDatabaseQueryA JDatabaseQuery object to retrieve the data set.
    -
    -
    -
    -

    Method to get a store id based on model configuration state.

    -
    getStoreId(string $id = '') : string
    -
    -
    -

    This is necessary because the model is used by the component and -different modules that might need different sets of data or different -ordering requirements.

    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $id

    -string

    A prefix for the store id.

    -

    Returns

    -
    -stringA store id.
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    -
    -

    This method should only be called once per instantiation and is designed -to be called on the first call to the getState() method unless the model -configuration flag to ignore the request is set.

    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -

    - Properties

    - 
    -

    Number of Deletions

    -
    $deletes : integer
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelMimetype.html b/docs/classes/BiblestudyModelMimetype.html deleted file mode 100644 index 4e7901ba9f..0000000000 --- a/docs/classes/BiblestudyModelMimetype.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelMimetype - - - - - - - - - - -
    - -
    - -
    - -
    -

    MimeType Admin model

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Method to check-out a row for editing.

    -
    checkout(integer $pk) : boolean
    -
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $pk

    -integer

    The numeric id of the primary key.

    -

    Returns

    -
    -booleanFalse on failure or error, true otherwise.
    -
    -
    -
    -

    Get the form data

    -
    getForm(array $data, boolean $loadData) : mixed
    -
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $data

    -array

    Data for the form.

    -
    -

    $loadData

    -boolean

    True if the form is to load its own data (default case), false if not.

    -
    -

    Returns

    -
    -mixedA JForm object on success, false on failure
    -
    -
    -
    -

    Method to store a record

    -
    store() : boolean
    -
    -
    -
    - - - -
    accesspublic
    -

    Returns

    -
    -booleanTrue on success
    -
    -
    -
    -

    Custom clean the cache of com_biblestudy and biblestudy modules

    -
    cleanCache(string $group, integer $client_id) : void
    -
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $group

    -string

    The cache group

    -
    -

    $client_id

    -integer

    The ID of the client

    -
    -
    -
    -

    Load Form Data

    -
    loadFormData() : array
    -
    -
    -
    - - - -
    since
    -

    Returns

    -
    -arrayThe default data is an empty array.
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelMimetypes.html b/docs/classes/BiblestudyModelMimetypes.html deleted file mode 100644 index 9869d10d6c..0000000000 --- a/docs/classes/BiblestudyModelMimetypes.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelMimetypes - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    MimeTypes model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Get Deleted

    -
    getDeletes() : object
    -
    -
    -
    -

    Returns

    -
    object
    -
    -
    -
    -

    Method to get a JDatabaseQuery object for retrieving the data set from a database.

    -
    getListQuery() : \JDatabaseQuery
    -
    -
    -
    -

    Returns

    -
    -\JDatabaseQueryA JDatabaseQuery object to retrieve the data set.
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState(string $ordering, string $direction) : void
    -
    -
    -
    This method should only be called once per instantiation and is designed -to be called on the first call to the getState() method unless the model -configuration flag to ignore the request is set. - -Note. Calling getState in this method will result in recursion.
    - - - -
    since
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -
    -

    - Properties

    - 
    -

    Deletes

    -
    $_deletes : string
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelPodcast.html b/docs/classes/BiblestudyModelPodcast.html deleted file mode 100644 index 5efaf7cbf2..0000000000 --- a/docs/classes/BiblestudyModelPodcast.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelPodcast - - - - - - - - - - -
    - -
    - -
    - -
    -

    Podcast model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to check-out a row for editing.

    -
    checkout(integer $pk = null) : boolean
    -
    -
    -
    - - - -
    since11.1
    -

    Parameters

    -
    -

    $pk

    -integer

    The numeric id of the primary key.

    -

    Returns

    -
    -booleanFalse on failure or error, true otherwise.
    -
    -
    -
    -

    Get the form data

    -
    getForm(array $data = array(), boolean $loadData = true) : mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $data

    -array

    Data for the form.

    -
    -

    $loadData

    -boolean

    True if the form is to load its own data (default case), false if not.

    -

    Returns

    -
    -mixedA JForm object on success, false on failure
    -
    -
    -
    -

    Method to get a single record.

    -
    getItem(integer $pk = null) : mixed
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $pk

    -integer

    The id of the primary key.

    -

    Returns

    -
    -mixedObject on success, false on failure.
    -
    -
    -
    -

    Returns a reference to the a Table object, always creating it.

    -
    getTable(string $name = 'Podcast', string $prefix = 'Table', array $options = array()) : \JTable
    -
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $name

    -string

    The table name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $options

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    -\JTableA database object
    -
    -
    -
    -

    Custom clean the cache of com_biblestudy and biblestudy modules

    -
    cleanCache(string $group = null, integer $client_id = 0) : void
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $group

    -string

    The cache group

    -
    -

    $client_id

    -integer

    The ID of the client

    -
    -
    -
    -

    Method to get the data that should be injected in the form.

    -
    loadFormData() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayThe default data is an empty array.
    -
    -
    -

    - Properties

    - 
    -

    Protect prefix

    -
    $text_prefix : string
    -
    -

    Default

    -
    'COM_BIBLESTUDY'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelPodcasts.html b/docs/classes/BiblestudyModelPodcasts.html deleted file mode 100644 index 09b1f6f9b1..0000000000 --- a/docs/classes/BiblestudyModelPodcasts.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelPodcasts - - - - - - - - - - -
    - -
    - -
    - -
    -

    Podcasts model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -
    -
    -
    -

    Method to get a JDatabaseQuery object for retrieving the data set from a database.

    -
    getListQuery() : \JDatabaseQuery
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -\JDatabaseQueryA JDatabaseQuery object to retrieve the data set.
    -
    -
    -
    -

    Method to get a store id based on the model configuration state.

    -
    getStoreId(string $id = '') : string
    -
    -
    -

    This is necessary because the model is used by the component and -different modules that might need different sets of data or different -ordering requirements.

    - - - -
    since7.0
    -

    Parameters

    -
    -

    $id

    -string

    An identifier string to generate the store id.

    -

    Returns

    -
    -stringA store id.
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    -
    -

    This method should only be called once per instantiation and is designed -to be called on the first call to the getState() method unless the model -configuration flag to ignore the request is set.

    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since7.0
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelPopup.html b/docs/classes/BiblestudyModelPopup.html deleted file mode 100644 index 52e1ddd9b6..0000000000 --- a/docs/classes/BiblestudyModelPopup.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelPopup - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Comment model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to auto-populate the model state.

    -
    populateState() : void
    -
    -
    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelSerie.html b/docs/classes/BiblestudyModelSerie.html deleted file mode 100644 index 0b96074172..0000000000 --- a/docs/classes/BiblestudyModelSerie.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelSerie - - - - - - - - - - -
    - -
    - -
    - -
    -

    Serie admin model

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to check-out a row for editing.

    -
    checkout(integer $pk = null) : boolean
    -
    -
    -
    - - - -
    since11.1
    -

    Parameters

    -
    -

    $pk

    -integer

    The numeric id of the primary key.

    -

    Returns

    -
    -booleanFalse on failure or error, true otherwise.
    -
    -
    -
    -

    Abstract method for getting the form from the model.

    -
    getForm(array $data = array(), boolean $loadData = true) : mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $data

    -array

    Data for the form.

    -
    -

    $loadData

    -boolean

    True if the form is to load its own data (default case), false if not.

    -

    Returns

    -
    -mixedA JForm object on success, false on failure
    -
    -
    -
    -

    Method to get a single record.

    -
    getItem(integer $pk = null) : mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $pk

    -integer

    The id of the primary key.

    -

    Returns

    -
    -mixedObject on success, false on failure.
    -
    -
    -
    -

    Method to get a table object, load it if necessary.

    -
    getTable(string $name = 'Serie', string $prefix = 'Table', array $options = array()) : \JTable
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $name

    -string

    The table name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $options

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    -\JTableA JTable object
    -
    -
    -
    -

    Get Teacher data

    -
    getTeacher() : object
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Method to save the form data.

    -
    save(array $data) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $data

    -array

    The form data.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Batch copy items to a new category or current.

    -
    batchCopy(integer $value, array $pks, array $contexts) : mixed
    -
    -
    -
    - - - -
    since11.1
    -

    Parameters

    -
    -

    $value

    -integer

    The new category.

    -
    -

    $pks

    -array

    An array of row IDs.

    -
    -

    $contexts

    -array

    An array of item contexts.

    -

    Returns

    -
    -mixedAn array of new IDs on success, boolean false on failure.
    -
    -
    -
    -

    Method to test whether a record can be deleted.

    -
    canDelete(object $record) : boolean
    -
    -
    -
    - - - -
    since12.2
    -

    Parameters

    -
    -

    $record

    -object

    A record object.

    -

    Returns

    -
    -booleanTrue if allowed to delete the record. Defaults to the permission for the component.
    -
    -
    -
    -

    Method to test whether a record can be deleted.

    -
    canEditState(object $record) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $record

    -object

    A record object.

    -

    Returns

    -
    -booleanTrue if allowed to change the state of the record. Defaults to the permission for the component.
    -
    -
    -
    -

    Custom clean the cache of com_biblestudy and biblestudy modules

    -
    cleanCache(string $group = null, integer $client_id = 0) : void
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $group

    -string

    The cache group

    -
    -

    $client_id

    -integer

    The ID of the client

    -
    -
    -
    -

    A protected method to get a set of ordering conditions.

    -
    getReorderConditions(\JTable $table) : array
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $table

    -\JTable

    A JTable object.

    -

    Returns

    -
    -arrayAn array of conditions to add to ordering queries.
    -
    -
    -
    -

    Method to get the data that should be injected in the form.

    -
    loadFormData() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayThe default data is an empty array.
    -
    -
    -
    -

    Prepare and sanitise the table data prior to saving.

    -
    prepareTable(\TableSerie $table) : void
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $table

    -\TableSerie

    A reference to a JTable object.

    -
    -
    -

    - Properties

    - 
    -

    $teacher

    -
    $teacher 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    The prefix to use with controller messages.

    -
    $text_prefix : string
    -
    -

    Default

    -
    'COM_BIBLESTUDY'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelSeries.html b/docs/classes/BiblestudyModelSeries.html deleted file mode 100644 index 556a596b3d..0000000000 --- a/docs/classes/BiblestudyModelSeries.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelSeries - - - - - - - - - - -
    - -
    - -
    - -
    -

    Series model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -
    -
    -
    -

    Method to get a list of articles.

    -
    getItems() : mixed
    -
    -
    -

    Overridden to add a check for access levels.

    - - - -
    since1.6.1
    -

    Returns

    -
    -mixedAn array of data items on success, false on failure.
    -
    -
    -
    -

    Build and SQL query to load the list data

    -
    getListQuery() : \JDatabaseQuery
    -
    -
    -
    - - - -
    since7.1.0
    -

    Returns

    -
    \JDatabaseQuery
    -
    -
    -
    -

    Method to get a store id based on model configuration state.

    -
    getStoreId(string $id = '') : string
    -
    -
    -

    This is necessary because the model is used by the component and -different modules that might need different sets of data or different -ordering requirements.

    - - - -
    since1.6
    -

    Parameters

    -
    -

    $id

    -string

    A prefix for the store id.

    -

    Returns

    -
    -stringA store id.
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    -
    -

    This method should only be called once per instantiation and is designed -to be called on the first call to the getState() method unless the model -configuration flag to ignore the request is set.

    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since7.0
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelSeriesdisplay.html b/docs/classes/BiblestudyModelSeriesdisplay.html deleted file mode 100644 index e19847721e..0000000000 --- a/docs/classes/BiblestudyModelSeriesdisplay.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelSeriesdisplay - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Model class for SeriesDisplay

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Method to get study data.

    -
    getItem(integer $pk = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    since7.1.0
    todolook are removing this may not used. bcc
    -

    Parameters

    -
    -

    $pk

    -integer

    The id of the study.

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    -mixedMenu item data object on success, false on failure.
    -
    -
    -
    -

    Get Studies

    -
    getStudies() : boolean | mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -booleanmixed -
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState() : void
    -
    -
    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since1.6
    -
    -
    -

    - Properties

    - 
    -

    Model context string.

    -
    $context : string
    -
    -

    Default

    -
    'com_biblestudy.seriesdisplay'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelSeriesdisplays.html b/docs/classes/BiblestudyModelSeriesdisplays.html deleted file mode 100644 index 22fe891c55..0000000000 --- a/docs/classes/BiblestudyModelSeriesdisplays.html +++ /dev/null @@ -1,209 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelSeriesdisplays - - - - - - - - - - -
    - -
    - -
    - -
    -

    Model class for SeriesDisplays

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Build Content of series

    -
    _buildContentWhere() : string
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    string
    -
    -
    -
    -

    Get a list of all used series

    -
    getSeries() : Object
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    Object
    -
    -
    -
    -

    Get a list of teachers associated with series

    -
    getTeachers() : mixed
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    mixed
    -
    -
    -
    -

    Get a list of teachers associated with series

    -
    getYears() : mixed
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    mixed
    -
    -
    -
    -

    Build an SQL query to load the list data

    -
    getListQuery() : \JDatabaseQuery
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    \JDatabaseQuery
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    -
    -

    This method should only be called once per instantiation and is designed -to be called on the first call to the getState() method unless the model -configuration flag to ignore the request is set.

    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since11.1
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelSermon.html b/docs/classes/BiblestudyModelSermon.html deleted file mode 100644 index 33effd6961..0000000000 --- a/docs/classes/BiblestudyModelSermon.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelSermon - - - - - - - - - - -
    - -
    - -
    - -
    -

    Model class for Sermon

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Method to retrieve comments for a study

    -
    getComments() : object
    -
    -
    -
    - - - - - - - - - -
    accesspublic
    since7.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Method to get study data.

    -
    getItem(integer $pk = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    since7.1.0
    todothis look like it is not needed. bcc
    -

    Parameters

    -
    -

    $pk

    -integer

    The id of the study.

    -

    Returns

    -
    -mixedMenu item data object on success, false on failure.
    -
    -
    -
    -

    Method to increment the hit counter for the study

    -
    hit(integer $pk = null) : boolean
    -
    -
    -
    - - - - - - - - - - - - - -
    accesspublic
    todothis look like it could be moved to a helper.
    since1.5
    -

    Parameters

    -
    -

    $pk

    -integer

    ID

    -

    Returns

    -
    -booleanTrue on success
    -
    -
    -
    -

    Method to store a record

    -
    storecomment() : boolean
    -
    -
    -
    - - - - - - - - - -
    accesspublic
    since7.0
    -

    Returns

    -
    -booleanTrue on success
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState() : void
    -
    -
    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since1.6
    -
    -
    -

    - Properties

    - 
    -

    Model context string.

    -
    $context : string
    -
    -

    Default

    -
    'com_biblestudy.sermon'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelSermons.html b/docs/classes/BiblestudyModelSermons.html deleted file mode 100644 index f1fa785b73..0000000000 --- a/docs/classes/BiblestudyModelSermons.html +++ /dev/null @@ -1,608 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelSermons - - - - - - - - - - -
    - -
    - -
    - -
    -

    Model class for Sermons

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -
    -
    -
    -

    Get a list of all used books

    -
    getBooks() : mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    mixed
    -
    -
    -
    -

    Get Downloads

    -
    getDownloads(integer $id) : string
    -
    -
    -
    - - - - - - - - - -
    since7.0
    todoNeed to see if we can use this out of a helper to reduce code.
    -

    Parameters

    -
    -

    $id

    -integer

    ID of Download

    -

    Returns

    -
    string
    -
    -
    -
    -

    Creates and executes a new query that retrieves the medifile information from the mediafiles table.

    -
    getFiles() : string
    -
    -
    -

    It then adds to the dataObject the mediafiles associated with the sermon.

    - - - -
    since7.0
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get a list of sermons.

    -
    getItems() : mixed
    -
    -
    -

    Overridden to add a check for access levels.

    - - - -
    since9.0.0
    -

    Returns

    -
    -mixedAn array of data items on success, false on failure.
    -
    -
    -
    -

    Returns the locations

    -
    getLocations() : \JObject
    -
    -
    -
    - - - -
    since7.0.2
    -

    Returns

    -
    \JObject
    -
    -
    -
    -

    Get a list of all used message types

    -
    getMessageTypes() : object
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Get the number of plays of this study

    -
    getPlays(integer $id) : array
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $id

    -integer

    ID

    -

    Returns

    -
    array
    -
    -
    -
    -

    Get a list of all used series

    -
    getSeries() : Object
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    Object
    -
    -
    -
    -

    Get Start 2

    -
    getStart2() : string
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    string
    -
    -
    -
    -

    Get a list of all used teachers

    -
    getTeachers() : object
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Returns the topics

    -
    getTopics() : array | boolean
    -
    -
    -
    - - - -
    since7.0.2
    -

    Returns

    -
    -arrayboolean -
    -
    -
    -
    -

    Translate item entries: books, topics

    -
    getTranslated(array $items = array()) : array
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $items

    -array

    Books

    -

    Returns

    -
    array
    -
    -
    -
    -

    Get a list of all used years

    -
    getYears() : object
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Build an SQL query to load the list data

    -
    getListQuery() : \JDatabaseQuery
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    \JDatabaseQuery
    -
    -
    -
    -

    Method to get a store id based on model configuration state.

    -
    getStoreId(string $id = '') : string
    -
    -
    -

    This is necessary because the model is used by the component and -different modules that might need different sets of data or different -ordering requirements.

    - - - -
    since1.6
    -

    Parameters

    -
    -

    $id

    -string

    A prefix for the store id.

    -

    Returns

    -
    -stringA store id.
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    -
    -

    This method should only be called once per instantiation and is designed -to be called on the first call to the getState() method unless the model -configuration flag to ignore the request is set.

    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since11.1
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -
    -

    Order New using strcmp

    -
    order_new(object $a, object $b) : integer
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $a

    -object

    Start.

    -
    -

    $b

    -object

    End.

    -

    Returns

    -
    -integerUsed to place in new sort.
    -
    -
    -

    - Properties

    - 
    -

    _Topics

    -
     : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - - - - - - - -
    magic
    property_Topics
    -
    -
    - 
    -

    _total

    -
     : mixed
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - - - - - - - -
    magic
    property_total
    -
    -
    - 
    -

    _data

    -
     : mixed
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - - - - - - - -
    magic
    property_data
    -
    -
    - 
    -

    _files

    -
     : null
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - - - - - - - -
    magic
    property_files
    -
    -
    - 
    -

    _Locations

    -
     : mixed
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - - - - - - - -
    magic
    property_Locations
    -
    -
    - 
    -

    landing

    -
     : integer
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - - - - - - - -
    magic
    propertylanding
    -
    -
    - 
    -

    Needed for context for Populate State

    -
    $context : string
    -
    -

    Default

    -
    'com_biblestudy.list'
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    $input

    -
    $input 
    -
    -

    Default

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelServer.html b/docs/classes/BiblestudyModelServer.html deleted file mode 100644 index 2c2fa40043..0000000000 --- a/docs/classes/BiblestudyModelServer.html +++ /dev/null @@ -1,398 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelServer - - - - - - - - - - -
    - -
    - -
    - -
    -

    Server admin model

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor

    -
    __construct(array $config = array()
    -
    -
    -
    - - - -
    since12.2
    -

    Parameters

    -
    -

    $config

    -array

    An array of configuration options (name, state, dbo, table_path, ignore_request).

    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -
    -

    Get the server form

    -
    getAddonServerForm() : boolean | mixed
    -
    -
    -
    - - - -
    since9.0.0
    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    -booleanmixed -
    -
    -
    -
    -

    Return the configuration xml of a server

    -
    getConfig(string $addon) : \SimpleXMLElement
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $addon

    -string

    Type of server

    -

    Returns

    -
    \SimpleXMLElement
    -
    -
    -
    -

    Abstract method for getting the form from the model.

    -
    getForm(array $data = array(), boolean $loadData = true) : mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $data

    -array

    Data for the form.

    -
    -

    $loadData

    -boolean

    True if the form is to load its own data (default case), false if not.

    -

    Returns

    -
    -mixedA JForm object on success, false on failure
    -
    -
    -
    -

    Method to get a server item.

    -
    getItem(null $pk = null, boolean $ext = false) : mixed
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $pk

    -null

    An optional id of the object to get

    -
    -

    $ext

    -boolean

    If comfing from externl

    -

    Returns

    -
    -mixedServer Server data object, false on failure
    -
    -
    -
    -

    Reverse look up of id to server_type

    -
    getType(integer $pk, boolean $ext = false) : String
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $pk

    -integer

    ID to get

    -
    -

    $ext

    -boolean

    If comfing from externl

    -

    Returns

    -
    String
    -
    -
    -
    -

    Method to save the form data.

    -
    save(array $data) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $data

    -array

    The form data.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to test whether a record can be deleted.

    -
    canDelete(object $record) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $record

    -object

    A record object.

    -

    Returns

    -
    -booleanTrue if allowed to delete the record. Defaults to the permission for the component.
    -
    -
    -
    -

    Method to test whether a state can be edited.

    -
    canEditState(object $record) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $record

    -object

    A record object.

    -

    Returns

    -
    -booleanTrue if allowed to change the state of the record. Defaults to the permission set in the - component.
    -
    -
    -
    -

    Custom clean the cache of com_biblestudy and biblestudy modules

    -
    cleanCache(string $group = null, integer $client_id = 0) : void
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $group

    -string

    The cache group

    -
    -

    $client_id

    -integer

    The ID of the client

    -
    -
    -
    -

    Method to get the data that should be injected in the form.

    -
    loadFormData() : array
    -
    -
    -
    - - - - - - - - - -
    since9.0.0
    TODOThis gets called twice, because we're loading two forms. (There is a redundancy - in the bind() because the data is itereted over 2 times, 1 for each form). Possibly, - figure out a way to iterate over only the relevant data)
    -

    Returns

    -
    -arrayThe default data is an empty array.
    -
    -
    -
    -

    Auto-populate the model state.

    -
    populateState() : void
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -

    - Properties

    - 
    -

    Data

    -
    $data : Object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    $event_after_upload

    -
    $event_after_upload 
    -
    -

    Default

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelServers.html b/docs/classes/BiblestudyModelServers.html deleted file mode 100644 index 21c7877769..0000000000 --- a/docs/classes/BiblestudyModelServers.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelServers - - - - - - - - - - -
    - -
    - -
    - -
    -

    Servers model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to get the reverse lookup of the server_id to server_name

    -
    getIdToNameReverseLookup() : array
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    array
    -
    -
    -
    -

    Get a list of available endpoints

    -
    getServerOptions() : array | boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -arraybooleanArray of available endpoints options grouped by type or false if there aren't any
    -
    -
    -
    -

    Method to get the reverse lookup of the Endpoint type to Endpoint name

    -
    getTypeReverseLookup() : array
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -arrayArray of reverse lookup
    -
    -
    -
    -

    Method to get a JDatabaseQuery object for retrieving the data set from a database.

    -
    getListQuery() : \JDatabaseQuery
    -
    -
    -
    - - - -
    since7.0.0
    -

    Returns

    -
    -\JDatabaseQueryA JDatabaseQuery object to retrieve the data set.
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    -
    -

    This method should only be called once per instantiation and is designed -to be called on the first call to the getState() method unless the model -configuration flag to ignore the request is set.

    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -

    - Properties

    - 
    -

    A reverse lookup of the Endpoint id to Endpoint name

    -
    $rlu_id : array
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    A reverse lookup of the Endpoint type to Endpoint name

    -
    $rlu_type : array
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelShare.html b/docs/classes/BiblestudyModelShare.html deleted file mode 100644 index e13dd1a710..0000000000 --- a/docs/classes/BiblestudyModelShare.html +++ /dev/null @@ -1,1087 +0,0 @@ - - - - - - API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - -

    \BiblestudyModelShare

    -

    Share model class

    - - - -
    -

    Summary

    -
    -
    - Methods -
    -
    - Properties -
    -
    - Constants -
    -
    -
    -
    - setId()
    - store()
    - getForm()
    - checkout()
    -
    -
    - No public properties found -
    -
    - No constants found -
    -
    -
    -
    - loadFormData()
    - cleanCache()
    -
    -
    - No protected properties found -
    -
    - N/A -
    -
    -
    -
    - No private methods found -
    -
    - $_id
    - $_data
    - $_admin
    -
    -
    - N/A -
    -
    -
    -
    - -
    - - - -
    -
    -

    Properties

    -
    - -
    - -
    -
    - -
    -

    $_id

    -
    $_id : integer
    -

    ID

    - - -

    Type

    - integer -
    -
    - -
    - -
    -
    - -
    -

    $_data

    -
    $_data : string
    -

    Data

    - - -

    Type

    - string -
    -
    - -
    - -
    -
    - -
    -

    $_admin

    -
    $_admin : \Joomla\Registry\Registry
    -

    Admin Params

    - - -

    Type

    - \Joomla\Registry\Registry -
    -
    - -
    - - - -
    -

    Methods

    - -
    - -
    -
    - -
    -

    setId()

    - -
    setId(integer  $id) : void
    -

    Set ID

    - - -

    Parameters

    - - - - - - -
    integer$id

    ID

    - - - -
    -
    - -
    - -
    -
    - -
    -

    store()

    - -
    store() : boolean
    -

    Method to store a record

    - - - - -

    Returns

    - boolean - —

    True on success

    - -
    -
    - -
    - -
    -
    - -
    -

    getForm()

    - -
    getForm(array  $data = array(), boolean  $loadData = true) : mixed
    -

    Get the form data

    - - -

    Parameters

    - - - - - - - - - - - -
    array$data

    Data for the form.

    boolean$loadData

    True if the form is to load its own data (default case), false if not.

    - - -

    Returns

    - mixed - —

    A JForm object on success, false on failure

    - -
    -
    - -
    - -
    -
    - -
    -

    checkout()

    - -
    checkout(integer  $pk = null) : boolean
    -

    Method to check-out a row for editing.

    - - -

    Parameters

    - - - - - - -
    integer$pk

    The numeric id of the primary key.

    - - -

    Returns

    - boolean - —

    False on failure or error, true otherwise.

    - -
    -
    - -
    - -
    -
    - -
    -

    loadFormData()

    - -
    loadFormData() : array
    -

    Load Form Data

    - - - - -

    Returns

    - array - —

    The default data is an empty array.

    - -
    -
    - -
    - -
    -
    - -
    -

    cleanCache()

    - -
    cleanCache(string  $group = null, integer  $client_id) : void
    -

    Custom clean the cache of com_biblestudy and biblestudy modules

    - - -

    Parameters

    - - - - - - - - - - - -
    string$group

    The cache group

    integer$client_id

    The ID of the client

    - - - -
    -
    - -
    - -
    -
    - - - - -
    - - - diff --git a/docs/classes/BiblestudyModelShares.html b/docs/classes/BiblestudyModelShares.html deleted file mode 100644 index fe6ae1fec2..0000000000 --- a/docs/classes/BiblestudyModelShares.html +++ /dev/null @@ -1,988 +0,0 @@ - - - - - - API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - -

    \BiblestudyModelShares

    -

    Shares model class

    - - - -
    -

    Summary

    -
    -
    - Methods -
    -
    - Properties -
    -
    - Constants -
    -
    -
    -
    - __construct()
    - getItems()
    -
    -
    - No public properties found -
    -
    - No constants found -
    -
    -
    -
    - populateState()
    - getStoreId()
    - getListQuery()
    -
    -
    - No protected properties found -
    -
    - N/A -
    -
    -
    -
    - No private methods found -
    -
    - $_params
    -
    -
    - N/A -
    -
    -
    -
    - -
    - - - -
    -
    -

    Properties

    -
    - -
    - -
    -
    - -
    -

    $_params

    -
    $_params : \Joomla\Registry\Registry
    -

    Params

    - - -

    Type

    - \Joomla\Registry\Registry -
    -
    - -
    - - - -
    -

    Methods

    - -
    - -
    -
    - -
    -

    __construct()

    - -
    __construct(array  $config = array()) 
    -

    Constructor.

    - - -

    Parameters

    - - - - - - -
    array$config

    An optional associative array of configuration settings.

    - - - -
    -
    - -
    - -
    -
    - -
    -

    getItems()

    - -
    getItems() : mixed
    -

    Method to get a list of items.

    - - - - -

    Returns

    - mixed - —

    An array of objects on success, false on failure.

    - -
    -
    - -
    - -
    -
    - -
    -

    populateState()

    - -
    populateState(string  $ordering = null, string  $direction = null) : void
    -

    Populate State

    - - -

    Parameters

    - - - - - - - - - - - -
    string$ordering

    An optional ordering field.

    string$direction

    An optional direction (asc|desc).

    - - - -
    -
    - -
    - -
    -
    - -
    -

    getStoreId()

    - -
    getStoreId(string  $id = '') : string
    -

    Method to get a store id based on model configuration state.

    -

    This is necessary because the model is used by the component and -different modules that might need different sets of data or different -ordering requirements.

    - -

    Parameters

    - - - - - - -
    string$id

    An identifier string to generate the store id.

    - - -

    Returns

    - string - —

    A store id.

    - -
    -
    - -
    - -
    -
    - -
    -

    getListQuery()

    - -
    getListQuery() : \JDatabaseQuery
    -

    Build an SQL query to load the list data.

    - - - - -

    Returns

    - \JDatabaseQuery - -
    -
    - -
    - -
    -
    - - - - -
    - - - diff --git a/docs/classes/BiblestudyModelStyle.html b/docs/classes/BiblestudyModelStyle.html deleted file mode 100644 index f13f8a3aa2..0000000000 --- a/docs/classes/BiblestudyModelStyle.html +++ /dev/null @@ -1,1150 +0,0 @@ - - - - - - API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - -

    \BiblestudyModelStyle

    -

    Style Model class

    - - - -
    -

    Summary

    -
    -
    - Methods -
    -
    - Properties -
    -
    - Constants -
    -
    -
    -
    - getForm()
    - checkout()
    - fixcss()
    - getTable()
    - getItem()
    -
    -
    - No public properties found -
    -
    - No constants found -
    -
    -
    -
    - cleanCache()
    - populateState()
    - loadFormData()
    -
    -
    - $text_prefix
    -
    -
    - N/A -
    -
    -
    -
    - No private methods found -
    -
    - No private properties found -
    -
    - N/A -
    -
    -
    -
    - -
    - - - -
    -
    -

    Properties

    -
    - -
    - -
    -
    - -
    -

    $text_prefix

    -
    $text_prefix : string
    -

    Protect prefix

    - - -

    Type

    - string - — The prefix to use with controller messages.
    -
    - -
    - - - -
    -

    Methods

    - -
    - -
    -
    - -
    -

    getForm()

    - -
    getForm(array  $data = array(), boolean  $loadData = true) : mixed
    -

    Method to get the record form.

    - - -

    Parameters

    - - - - - - - - - - - -
    array$data

    Data for the form.

    boolean$loadData

    True if the form is to load its own data (default case), false if not.

    - - -

    Returns

    - mixed - —

    A JForm object on success, false on failure

    - -
    -
    - -
    - -
    -
    - -
    -

    checkout()

    - -
    checkout(integer  $pk = null) : boolean
    -

    Method to check-out a row for editing.

    - - -

    Parameters

    - - - - - - -
    integer$pk

    The numeric id of the primary key.

    - - -

    Returns

    - boolean - —

    False on failure or error, true otherwise.

    - -
    -
    - -
    - -
    -
    - -
    -

    fixcss()

    - -
    fixcss(array  $pks) : boolean
    -

    Fix the css naming of ID and Class

    - - -

    Parameters

    - - - - - - -
    array$pks

    ID

    - - -

    Returns

    - boolean - -
    -
    - -
    - -
    -
    - -
    -

    getTable()

    - -
    getTable(string  $name = 'Style', string  $prefix = 'Table', array  $options = array()) : \JTable
    -

    Returns a reference to the a Table object, always creating it.

    - - -

    Parameters

    - - - - - - - - - - - - - - - - -
    string$name

    The table name. Optional.

    string$prefix

    The class prefix. Optional.

    array$options

    Configuration array for model. Optional.

    - - -

    Returns

    - \JTable - —

    A database object

    - -
    -
    - -
    - -
    -
    - -
    -

    getItem()

    - -
    getItem(integer  $pk = null) : mixed
    -

    Method to get a single record.

    - - -

    Parameters

    - - - - - - -
    integer$pk

    The id of the primary key.

    - - -

    Returns

    - mixed - —

    Object on success, false on failure.

    - -
    -
    - -
    - -
    -
    - -
    -

    cleanCache()

    - -
    cleanCache(string  $group = null, integer  $client_id) : void
    -

    Custom clean the cache of com_biblestudy and biblestudy modules

    - - -

    Parameters

    - - - - - - - - - - - -
    string$group

    The cache group

    integer$client_id

    The ID of the client

    - - - -
    -
    - -
    - -
    -
    - -
    -

    populateState()

    - -
    populateState() : void
    -

    Method to auto-populate the model state.

    -

    Note. Calling getState in this method will result in recursion.

    - - - - -
    -
    - -
    - -
    -
    - -
    -

    loadFormData()

    - -
    loadFormData() : mixed
    -

    Method to get the data that should be injected in the form.

    - - - - -

    Returns

    - mixed - —

    The data for the form.

    - -
    -
    - -
    - -
    -
    - - - - -
    - - - diff --git a/docs/classes/BiblestudyModelTeacher.html b/docs/classes/BiblestudyModelTeacher.html deleted file mode 100644 index 3d712f3b3c..0000000000 --- a/docs/classes/BiblestudyModelTeacher.html +++ /dev/null @@ -1,417 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelTeacher - - - - - - - - - - -
    - -
    - -
    - -
    -

    Model class for Teacher

    -
    -
    - - - - - - - - - -
    since7.0.0
    packageProclaim.Admin
    -

    - Methods

    -
    -

    Method to get study data.

    -
    getItem(integer $pk = null) : mixed
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $pk

    -integer

    The id of the study.

    -

    Returns

    -
    -mixedMenu item data object on success, false on failure.
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState() : void
    -
    -
    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since1.6
    -
    -
    -

    - Properties

    - 
    -

    Model context string.

    -
    $context : string
    -
    -

    Default

    -
    'com_biblestudy.teacher'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    - -
    -

    Teacher model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to check-out a row for editing.

    -
    checkout(integer $pk = null) : boolean
    -
    -
    -
    - - - -
    since11.1
    -

    Parameters

    -
    -

    $pk

    -integer

    The numeric id of the primary key.

    -

    Returns

    -
    -booleanFalse on failure or error, true otherwise.
    -
    -
    -
    -

    Get the form data

    -
    getForm(array $data = array(), boolean $loadData = true) : mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $data

    -array

    Data for the form.

    -
    -

    $loadData

    -boolean

    True if the form is to load its own data (default case), false if not.

    -

    Returns

    -
    -mixedA JForm object on success, false on failure
    -
    -
    -
    -

    Method to get a single record.

    -
    getItem(integer $pk = null) : mixed
    -
    -
    -
    - - - -
    since1.7.0
    -

    Parameters

    -
    -

    $pk

    -integer

    The id of the primary key.

    -

    Returns

    -
    -mixedObject on success, false on failure.
    -
    -
    -
    -

    Method to get a table object, load it if necessary.

    -
    getTable(string $name = 'Teacher', string $prefix = 'Table', array $options = array()) : \JTable
    -
    -
    -
    - - - -
    since1.7.0
    -

    Parameters

    -
    -

    $name

    -string

    The table name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $options

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    -\JTableA JTable object
    -
    -
    -
    -

    Saves data creating image thumbnails

    -
    save(array $data) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $data

    -array

    Data

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Method to test whether a record can be deleted.

    -
    canEditState(object $record) : boolean
    -
    -
    -
    - - - -
    since12.2
    -

    Parameters

    -
    -

    $record

    -object

    A record object.

    -

    Returns

    -
    -booleanTrue if allowed to change the state of the record. Defaults to the permission for the - component.
    -
    -
    -
    -

    Custom clean the cache of com_biblestudy and biblestudy modules

    -
    cleanCache(string $group = null, integer $client_id = 0) : void
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $group

    -string

    The cache group

    -
    -

    $client_id

    -integer

    The ID of the client

    -
    -
    -
    -

    Method to get the data that should be injected in the form.

    -
    loadFormData() : mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -mixedThe data for the form.
    -
    -
    -
    -

    Prepare and sanitise the table prior to saving.

    -
    prepareTable(\TableTeacher $table) : void
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $table

    -\TableTeacher

    A reference to a JTable object.

    -
    -
    -

    - Properties

    - 
    -

    Controller Prefix

    -
    $text_prefix : string
    -
    -

    Default

    -
    'COM_BIBLESTUDY'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelTeachers.html b/docs/classes/BiblestudyModelTeachers.html deleted file mode 100644 index 7c390693ce..0000000000 --- a/docs/classes/BiblestudyModelTeachers.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelTeachers - - - - - - - - - - -
    - -
    - -
    - -
    -

    Teachers model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    -
    -
    - - - - - - - - - -
    see
    since1.7.0
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -
    -
    -
    -

    Build an SQL query to load the list data.

    -
    getListQuery() : \JDatabaseQuery
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    \JDatabaseQuery
    -
    -
    -
    -

    Method to get a store id based on model configuration state.

    -
    getStoreId(string $id = '') : string
    -
    -
    -

    This is necessary because the model is used by the component and -different modules that might need different sets of data or different -ordering requirements.

    - - - -
    since7.0
    -

    Parameters

    -
    -

    $id

    -string

    A prefix for the store id.

    -

    Returns

    -
    -stringA store id.
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    -
    -

    This method should only be called once per instantiation and is designed -to be called on the first call to the getState() method unless the model -configuration flag to ignore the request is set.

    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since7.0
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -
    -
    - -
    -

    Model class for Teachers

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Method to get a list of sermons.

    -
    getItems() : mixed
    -
    -
    -

    Overridden to add a check for access levels.

    - - - -
    since9.0.0
    -

    Returns

    -
    -mixedAn array of data items on success, false on failure.
    -
    -
    -
    -

    Build an SQL query to load the list data

    -
    getListQuery() : \JDatabaseQuery
    -
    -
    -
    - - - -
    since7.0.0
    -

    Returns

    -
    \JDatabaseQuery
    -
    -
    -
    -

    Populate the State

    -
    populateState(string $ordering = 'teachers.ordering', string $direction = 'asc') : void
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelTemplate.html b/docs/classes/BiblestudyModelTemplate.html deleted file mode 100644 index 5aa49370d1..0000000000 --- a/docs/classes/BiblestudyModelTemplate.html +++ /dev/null @@ -1,278 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelTemplate - - - - - - - - - - -
    - -
    - -
    - -
    -

    Template model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to check-out a row for editing.

    -
    checkout(integer $pk = null) : boolean
    -
    -
    -
    - - - -
    since11.1
    -

    Parameters

    -
    -

    $pk

    -integer

    The numeric id of the primary key.

    -

    Returns

    -
    -booleanFalse on failure or error, true otherwise.
    -
    -
    -
    -

    Copy Template

    -
    copy(array $cid) : boolean
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $cid

    -array

    ID of template

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Get the form data

    -
    getForm(array $data = array(), boolean $loadData = true) : mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $data

    -array

    Data for the form.

    -
    -

    $loadData

    -boolean

    True if the form is to load its own data (default case), false if not.

    -

    Returns

    -
    -mixedA JForm object on success, false on failure
    -
    -
    -
    -

    Method to get a table object, load it if necessary.

    -
    getTable(string $name = 'template', string $prefix = 'Table', array $options = array()) : \JTable
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $name

    -string

    The table name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $options

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    -\JTableA JTable object
    -
    -
    -
    -

    Method to change the published state of one or more records.

    -
    publish(array $pks, integer $value = 1) : boolean
    -
    -
    -
    - - - -
    since12.2
    -

    Parameters

    -
    -

    $pks

    -array

    &$pks A list of the primary keys to change.

    -
    -

    $value

    -integer

    The value of the published state.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to save the form data.

    -
    save(array $data) : boolean
    -
    -
    -
    - - - -
    since12.2
    -

    Parameters

    -
    -

    $data

    -array

    The form data.

    -

    Returns

    -
    -booleanTrue on success, False on error.
    -
    -
    -
    -

    Custom clean the cache of com_biblestudy and biblestudy modules

    -
    cleanCache(string $group = null, integer $client_id = 0) : void
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $group

    -string

    The cache group

    -
    -

    $client_id

    -integer

    The ID of the client

    -
    -
    -
    -

    Load Form Date

    -
    loadFormData() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayThe default data is an empty array.
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelTemplatecode.html b/docs/classes/BiblestudyModelTemplatecode.html deleted file mode 100644 index f0af10a3a2..0000000000 --- a/docs/classes/BiblestudyModelTemplatecode.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelTemplatecode - - - - - - - - - - -
    - -
    - -
    - -
    -

    HelloWorld Model

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.1.0
    -

    - Methods

    -
    -

    Method to check-out a row for editing.

    -
    checkout(integer $pk = null) : boolean
    -
    -
    -
    - - - -
    since11.1
    -

    Parameters

    -
    -

    $pk

    -integer

    The numeric id of the primary key.

    -

    Returns

    -
    -booleanFalse on failure or error, true otherwise.
    -
    -
    -
    -

    Method to get the record form.

    -
    getForm(array $data = array(), boolean $loadData = true) : mixed
    -
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $data

    -array

    Data for the form.

    -
    -

    $loadData

    -boolean

    True if the form is to load its own data (default case), false if not.

    -

    Returns

    -
    -mixedA JForm object on success, false on failure
    -
    -
    -
    -

    Method to get a single record.

    -
    getItem(integer $pk = null) : mixed
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $pk

    -integer

    The id of the primary key.

    -

    Returns

    -
    -mixedObject on success, false on failure.
    -
    -
    -
    -

    Returns a reference to the a Table object, always creating it.

    -
    getTable(string $name = 'Templatecode', string $prefix = 'Table', array $options = array()) : \JTable
    -
    -
    -
    - - - -
    since2.5
    -

    Parameters

    -
    -

    $name

    -string

    The table name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $options

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    -\JTableA JTable object
    -
    -
    -
    -

    Get Type Language String

    -
    getType() : string | Null
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -stringNull -
    -
    -
    -
    -

    Method to get the data that should be injected in the form.

    -
    loadFormData() : mixed
    -
    -
    -
    - - - -
    since2.5
    -

    Returns

    -
    -mixedThe data for the form.
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState() : void
    -
    -
    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since1.6
    -
    -
    -

    - Properties

    - 
    -

    Controller Prefix

    -
    $text_prefix : string
    -
    -

    Default

    -
    'COM_BIBLESTUDY'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelTemplatecodes.html b/docs/classes/BiblestudyModelTemplatecodes.html deleted file mode 100644 index ba71adfa36..0000000000 --- a/docs/classes/BiblestudyModelTemplatecodes.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelTemplatecodes - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Template codes model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.1.0
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    -
    -
    - - - -
    since7.1
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -
    -
    -
    -

    Get list query

    -
    getListQuery() : array
    -
    -
    -
    - - - -
    since7.1
    -

    Returns

    -
    array
    -
    -
    -
    -

    Populate State

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    -
    -
    - - - -
    since7.1
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelTemplates.html b/docs/classes/BiblestudyModelTemplates.html deleted file mode 100644 index 7819f020d0..0000000000 --- a/docs/classes/BiblestudyModelTemplates.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelTemplates - - - - - - - - - - -
    - -
    - -
    - -
    -

    Templates model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -
    -
    -
    -

    Get Templates

    -
    getTemplates() : object
    -
    -
    -
    - - - -
    since7.0.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Gets a list of templates types for the filter dropdown

    -
    getTypes() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayArray of objects
    -
    -
    -
    -

    Build and SQL query to load the list data

    -
    getListQuery() : \JDatabaseQuery
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    \JDatabaseQuery
    -
    -
    -
    -

    Populate State

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -

    - Properties

    - 
    -

    Templates

    -
    $templates : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelTopic.html b/docs/classes/BiblestudyModelTopic.html deleted file mode 100644 index ffb436106d..0000000000 --- a/docs/classes/BiblestudyModelTopic.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelTopic - - - - - - - - - - -
    - -
    - -
    - -
    -

    Topic Model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to check-out a row for editing.

    -
    checkout(integer $pk = null) : boolean
    -
    -
    -
    - - - -
    since11.1
    -

    Parameters

    -
    -

    $pk

    -integer

    The numeric id of the primary key.

    -

    Returns

    -
    -booleanFalse on failure or error, true otherwise.
    -
    -
    -
    -

    Get the form data

    -
    getForm(array $data = array(), boolean $loadData = true) : mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $data

    -array

    Data for the form.

    -
    -

    $loadData

    -boolean

    True if the form is to load its own data (default case), false if not.

    -

    Returns

    -
    -mixedA JForm object on success, false on failure
    -
    -
    -
    -

    Get Table

    -
    getTable(string $name = 'topic', string $prefix = 'Table', array $options = array()) : \JTable
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $name

    -string

    The table name. Optional.

    -
    -

    $prefix

    -string

    The class prefix. Optional.

    -
    -

    $options

    -array

    Configuration array for model. Optional.

    -

    Returns

    -
    -\JTableA JTable object
    -
    -
    -
    -

    Custom clean the cache of com_biblestudy and biblestudy modules

    -
    cleanCache(string $group = null, integer $client_id = 0) : void
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $group

    -string

    The cache group

    -
    -

    $client_id

    -integer

    The ID of the client

    -
    -
    -
    -

    Load Form Data

    -
    loadFormData() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayThe default data is an empty array.
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelTopics.html b/docs/classes/BiblestudyModelTopics.html deleted file mode 100644 index 872115f072..0000000000 --- a/docs/classes/BiblestudyModelTopics.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelTopics - - - - - - - - - - -
    - -
    - -
    - -
    -

    Topics model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(array $config = array()
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $config

    -array

    An optional associative array of configuration settings.

    -
    -
    -
    -

    translate item entries: books, topics

    -
    getTranslated(array $items = array()) : array
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $items

    -array

    Items for entries

    -

    Returns

    -
    array
    -
    -
    -
    -

    Get List Query

    -
    getListQuery() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    array
    -
    -
    -
    -

    Get Stored ID

    -
    getStoreId(string $id = '') : string
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $id

    -string

    A prefix for the store id

    -

    Returns

    -
    -stringA store id
    -
    -
    -
    -

    Populate State

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelUpload.html b/docs/classes/BiblestudyModelUpload.html deleted file mode 100644 index 6f2dee05d8..0000000000 --- a/docs/classes/BiblestudyModelUpload.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelUpload - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Upload model class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Get the form data

    -
    getForm(array $data = array(), boolean $loadData = true) : boolean | object
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $data

    -array

    Data for the form.

    -
    -

    $loadData

    -boolean

    True if the form is to load its own data (default case), false if not.

    -

    Returns

    -
    -booleanobject -
    -
    -
    -

    - Properties

    - 
    -

    _id

    -
     : mixed
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - - - - - - - -
    magic
    property_id
    -
    -
    - 
    -

    The prefix to use with controller messages.

    -
    $text_prefix : string
    -
    -

    Default

    -
    'COM_BIBLESTUDY'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyModelstyles.html b/docs/classes/BiblestudyModelstyles.html deleted file mode 100644 index bac97853a5..0000000000 --- a/docs/classes/BiblestudyModelstyles.html +++ /dev/null @@ -1,872 +0,0 @@ - - - - - - API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - -

    \BiblestudyModelstyles

    -

    Styles list model class

    - - - -
    -

    Summary

    -
    -
    - Methods -
    -
    - Properties -
    -
    - Constants -
    -
    -
    -
    - __construct()
    -
    -
    - No public properties found -
    -
    - No constants found -
    -
    -
    -
    - populateState()
    - getListQuery()
    -
    -
    - No protected properties found -
    -
    - N/A -
    -
    -
    -
    - No private methods found -
    -
    - No private properties found -
    -
    - N/A -
    -
    -
    -
    - -
    - - - - -
    -

    Methods

    - -
    - -
    -
    - -
    -

    __construct()

    - -
    __construct(array  $config = array()) 
    -

    Constructor.

    - - -

    Parameters

    - - - - - - -
    array$config

    An optional associative array of configuration settings.

    - - - -
    -
    - -
    - -
    -
    - -
    -

    populateState()

    - -
    populateState(string  $ordering = null, string  $direction = null) : void
    -

    Populate State.

    - - -

    Parameters

    - - - - - - - - - - - -
    string$ordering

    An optional ordering field.

    string$direction

    An optional direction (asc|desc).

    - - - -
    -
    - -
    - -
    -
    - -
    -

    getListQuery()

    - -
    getListQuery() : string
    -

    Get List Query

    - - - - -

    Returns

    - string - -
    -
    - -
    - -
    -
    - - - - -
    - - - diff --git a/docs/classes/BiblestudyViewAdmin.html b/docs/classes/BiblestudyViewAdmin.html deleted file mode 100644 index 4fe0286811..0000000000 --- a/docs/classes/BiblestudyViewAdmin.html +++ /dev/null @@ -1,552 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewAdmin - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Admin

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : null
    -
    -
    -
    - - - -
    since7.0.0
    -

    Returns

    -
    null
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : null
    -
    -
    -
    - - - -
    since7.1.0
    -

    Returns

    -
    null
    -
    -
    -
    -

    Added for SermonSpeaker and PreachIt.

    -
    versionXML(string $component) : boolean
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $component

    -string

    Component it is coming from

    -

    Returns

    -
    boolean
    -
    -
    -

    - Properties

    - 
    -

    Assets

    -
    $assets : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Can Do

    -
    $canDo : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Change Set

    -
    $changeSet : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Error Count

    -
    $errorCount : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Errors

    -
    $errors : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Filter Params

    -
    $filterParams : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Joomla BibleStudy Version

    -
    $jversion : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Lists

    -
    $lists : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    PI

    -
    $pi : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Player Stats

    -
    $playerstats : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Popups

    -
    $popups : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Results

    -
    $results : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Schema Version

    -
    $schemaVersion : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    SS

    -
    $ss : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Temp Destination

    -
    $tmp_dest : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Update Version

    -
    $updateVersion : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Version

    -
    $version : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Form

    -
    $form : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Item

    -
    $item : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewAssets.html b/docs/classes/BiblestudyViewAssets.html deleted file mode 100644 index dd9463063f..0000000000 --- a/docs/classes/BiblestudyViewAssets.html +++ /dev/null @@ -1,347 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewAssets - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Admin

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : null
    -
    -
    -
    - - - -
    since7.0.0
    -

    Returns

    -
    null
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : null
    -
    -
    -
    - - - -
    since7.1.0
    -

    Returns

    -
    null
    -
    -
    -

    - Properties

    - 
    -

    $assets

    -
    $assets 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Call stack for the Visioning System.

    -
    $callstack : array
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Numbers of Steps already processed

    -
    $doneSteps : integer
    -
    -

    Default

    -
    0
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Starte of install

    -
    $state : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Status

    -
    $status : \JObject
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    $step

    -
    $step 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Total numbers of Steps

    -
    $totalSteps : integer
    -
    -

    Default

    -
    0
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    $version

    -
    $version 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    More

    -
    $more : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Percentage

    -
    $percentage : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    The pre versions to process

    -
    $versionStack : array
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewBackup.html b/docs/classes/BiblestudyViewBackup.html deleted file mode 100644 index f229f2fa56..0000000000 --- a/docs/classes/BiblestudyViewBackup.html +++ /dev/null @@ -1,297 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewBackup - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Admin

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : null
    -
    -
    -
    - - - -
    since7.0.0
    -

    Returns

    -
    null
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : null
    -
    -
    -
    - - - -
    since7.1.0
    -

    Returns

    -
    null
    -
    -
    -
    -

    Added for SermonSpeaker and PreachIt.

    -
    versionXML(string $component) : boolean
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $component

    -string

    Component it is coming from

    -

    Returns

    -
    boolean
    -
    -
    -

    - Properties

    - 
    -

    CanDo function

    -
    $canDo : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Lists

    -
    $lists : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Temp Destination

    -
    $tmp_dest : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Form

    -
    $form : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Item

    -
    $item : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    State

    -
    $state : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewComment.html b/docs/classes/BiblestudyViewComment.html deleted file mode 100644 index e1841c7c85..0000000000 --- a/docs/classes/BiblestudyViewComment.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewComment - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    View class for Comment

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Display the view

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a Error object.
    -
    -
    -
    -

    Adds ToolBar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Form Data

    -
    $form : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Item

    -
    $item : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewCommentform.html b/docs/classes/BiblestudyViewCommentform.html deleted file mode 100644 index d429c3a70f..0000000000 --- a/docs/classes/BiblestudyViewCommentform.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewCommentform - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    View class for Comment

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Display the view

    -
    display(string $tpl = null) : void
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    canDo

    -
     : mixed
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - - - - - - - -
    magic
    propertycanDo
    -
    -
    - 
    -

    pageclass_sfx

    -
     : mixed
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - - - - - - - -
    magic
    propertypageclass_sfx
    -
    -
    - 
    -

    Form

    -
    $form : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Item

    -
    $item : Object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Return Page

    -
    $return_page : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    State

    -
    $state : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewCommentlist.html b/docs/classes/BiblestudyViewCommentlist.html deleted file mode 100644 index 01df814b68..0000000000 --- a/docs/classes/BiblestudyViewCommentlist.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewCommentlist - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    View class for CommentList extends Comments

    -
    -
    - - - - - - - - - -
    since7.0.0
    packageProclaim.Admin
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : void
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -
    -
    -
    -

    Returns an array of fields the table can be sorted by

    -
    getSortFields() : array
    -
    -
    -
    - - - -
    since3.0
    -

    Returns

    -
    -arrayArray containing the field name to sort by as the key and display text as value
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    canDo

    -
     : mixed
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - - - - - - - -
    magic
    propertycanDo
    -
    -
    - 
    -

    f_levels

    -
     : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - - - - - - - -
    magic
    propertyf_levels
    -
    -
    - 
    -

    sidebar

    -
     : mixed
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - - - - - - - -
    magic
    propertysidebar
    -
    -
    - 
    -

    Items

    -
    $items : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    State

    -
    $params : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    State

    -
    $state : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewComments.html b/docs/classes/BiblestudyViewComments.html deleted file mode 100644 index cead2b691c..0000000000 --- a/docs/classes/BiblestudyViewComments.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewComments - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Comments

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add the page title and toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -

    Returns an array of fields the table can be sorted by

    -
    getSortFields() : array
    -
    -
    -
    - - - -
    since3.0
    -

    Returns

    -
    -arrayArray containing the field name to sort by as the key and display text as value
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    $activeFilters

    -
    $activeFilters 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $filterForm

    -
    $filterForm 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Side Bar

    -
    $sidebar : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Filter Levels

    -
    $f_levels : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Items

    -
    $items : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewCpanel.html b/docs/classes/BiblestudyViewCpanel.html deleted file mode 100644 index 7d6275f6b8..0000000000 --- a/docs/classes/BiblestudyViewCpanel.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewCpanel - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    JView class for Cpanel

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Display

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a Error object.
    -
    -
    -
    -

    Add Toolbar to page

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Side Bar

    -
    $sidebar : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Total Messages

    -
    $total_messages : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Data from Model

    -
    $xml : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    $extension_id

    -
    $extension_id 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $hasPostInstallationMessages

    -
    $hasPostInstallationMessages 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    State

    -
    $state : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewDataBase.html b/docs/classes/BiblestudyViewDataBase.html deleted file mode 100644 index 3fb170827a..0000000000 --- a/docs/classes/BiblestudyViewDataBase.html +++ /dev/null @@ -1,540 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewDatabase - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Admin

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.14
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since9.0.14
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    -

    - Properties

    - 
    -

    Assets

    -
    $assets : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    Can Do

    -
    $canDo : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    Change Set

    -
    $changeSet : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    Error Count

    -
    $errorCount : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    Errors

    -
    $errors : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    Filter Params

    -
    $filterParams : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    Joomla BibleStudy Version

    -
    $jversion : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    Lists

    -
    $lists : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    Pagination

    -
    $pagination : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    PI

    -
    $pi : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    Player Stats

    -
    $playerstats : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    Popups

    -
    $popups : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    Results

    -
    $results : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    Schema Version

    -
    $schemaVersion : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    SS

    -
    $ss : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    Temp Destination

    -
    $tmp_dest : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    Update Version

    -
    $updateVersion : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    Version

    -
    $version : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    Form

    -
    $form : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    Item

    -
    $item : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    State

    -
    $state : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.14
    -
    -
    - 
    -

    $updateJBSMVersion

    -
    $updateJBSMVersion 
    -
    -

    Default

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewDir.html b/docs/classes/BiblestudyViewDir.html deleted file mode 100644 index 6cc2dd7a7e..0000000000 --- a/docs/classes/BiblestudyViewDir.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewDir - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Directory View

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a Error object.
    -
    -
    -
    -

    Dir Browser Script

    -
    _dirBrowserScript() : string
    -
    -
    -
    - - - -
    since7.0.0
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    $breadcrumbs

    -
    $breadcrumbs 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $currentFolder

    -
    $currentFolder 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $files

    -
    $files 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $folders

    -
    $folders 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $imgURL

    -
    $imgURL 
    -
    -

    Default

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewInstall.html b/docs/classes/BiblestudyViewInstall.html deleted file mode 100644 index 05f1608f87..0000000000 --- a/docs/classes/BiblestudyViewInstall.html +++ /dev/null @@ -1,519 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewInstall - - - - - - - - - - -
    - -
    - -
    - -
    -

    JView class for Install

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.1.0
    -

    - Methods

    -
    -

    Display

    -
    display(string $tpl = null) : null | void
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $tpl

    -string

    Template to display

    -

    Returns

    -
    -nullvoid -
    -
    -
    -
    -

    Add Toolbar to page

    -
    addToolbar() : null
    -
    -
    -
    - - - -
    since7.0.0
    -

    Returns

    -
    null
    -
    -
    -
    -

    Setup Array for install System

    -
    installsetup() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -
    -

    Loads the Versions/SQL/After stack from the session

    -
    loadStack() : boolean
    -
    -
    -
    - - - -
    since7.0.0
    -

    Returns

    -
    boolean
    -
    -
    -

    - Properties

    - 
    -

    The pre versions sub sql array to process

    -
    $allupdates : array
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Call stack for the Visioning System.

    -
    $callstack : array
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Numbers of Steps already processed

    -
    $doneSteps : integer
    -
    -

    Default

    -
    0
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Array of Install Task

    -
    $install : array
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    $query

    -
    $query 
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - 
    -

    Running Now

    -
    $running : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Starte of install

    -
    $state : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Status

    -
    $status : \JObject
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    $subFiles

    -
    $subFiles 
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - 
    -

    $subQuery

    -
    $subQuery 
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - 
    -

    $subSteps

    -
    $subSteps 
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - 
    -

    Total numbers of Steps

    -
    $totalSteps : integer
    -
    -

    Default

    -
    0
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    $version

    -
    $version 
    -
    -

    Default

    -
    '0.0.0'
    -
    -
    -
    -
    - 
    -

    More

    -
    $more : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Percentage

    -
    $percentage : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    $type

    -
    $type 
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - - - - - - - -
    typestring Type of process
    since7.0.0
    -
    -
    - 
    -

    Array of Finish Task

    -
    $finish : array
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    If was inported

    -
    $isimport : integer
    -
    -

    Default

    -
    0
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    The pre versions to process

    -
    $versionStack : array
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    The pre versions to process

    -
    $versionSwitch : array
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewLandingpage.html b/docs/classes/BiblestudyViewLandingpage.html deleted file mode 100644 index b67b0d23d8..0000000000 --- a/docs/classes/BiblestudyViewLandingpage.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewLandingpage - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Landing page list view class

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : void
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -
    -
    -

    - Properties

    - 
    -

    $main

    -
    $main 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Params

    -
    $params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Request URL

    -
    $request_url : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Params

    -
    $state : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewLatest.html b/docs/classes/BiblestudyViewLatest.html deleted file mode 100644 index 19dbde3c13..0000000000 --- a/docs/classes/BiblestudyViewLatest.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewLatest - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    View class for Latest

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.1.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : void
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewLocation.html b/docs/classes/BiblestudyViewLocation.html deleted file mode 100644 index 41205016da..0000000000 --- a/docs/classes/BiblestudyViewLocation.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewLocation - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    View class for Location

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Defaults

    -
    $defaults : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Form

    -
    $form : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Item

    -
    $item : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewLocations.html b/docs/classes/BiblestudyViewLocations.html deleted file mode 100644 index 8136dac900..0000000000 --- a/docs/classes/BiblestudyViewLocations.html +++ /dev/null @@ -1,284 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewLocations - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Locations

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add the page title and toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -

    Returns an array of fields the table can be sorted by

    -
    getSortFields() : array
    -
    -
    -
    - - - -
    since3.0
    -

    Returns

    -
    -arrayArray containing the field name to sort by as the key and display text as value
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Filter Levels

    -
    $f_levels : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Side Bar

    -
    $sidebar : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Items

    -
    $items : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewMediafile.html b/docs/classes/BiblestudyViewMediafile.html deleted file mode 100644 index 309fd17bf1..0000000000 --- a/docs/classes/BiblestudyViewMediafile.html +++ /dev/null @@ -1,308 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewMediafile - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    View class for MediaFile

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    $admin_params

    -
    $admin_params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    $canDo

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    $admin

    -
    $admin : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    $form

    -
    $form : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    $item

    -
    $item : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    $media_form

    -
    $media_form : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    $options

    -
    $options : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    $state

    -
    $state : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewMediafileform.html b/docs/classes/BiblestudyViewMediafileform.html deleted file mode 100644 index 1e112b9a19..0000000000 --- a/docs/classes/BiblestudyViewMediafileform.html +++ /dev/null @@ -1,346 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewMediafileform - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for MediaFile

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : void
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -
    -
    -
    -

    Prepares the document

    -
    _prepareDocument() : void
    -
    -
    -
    -

    - Properties

    - 
    -

    document

    -
     : mixed
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - - - - - - - -
    magic
    propertydocument
    -
    -
    - 
    -

    $pageclass_sfx

    -
    $pageclass_sfx 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Upload Folder

    -
    $upload_folder : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Upload Folder

    -
    $upload_server : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Can Do

    -
    $canDo : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Form

    -
    $form : \JForm
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Item

    -
    $item : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Media Form

    -
    $media_form : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $options

    -
    $options : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Params

    -
    $params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Return Page

    -
    $return_page : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    State

    -
    $state : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewMediafilelist.html b/docs/classes/BiblestudyViewMediafilelist.html deleted file mode 100644 index d0b10cb991..0000000000 --- a/docs/classes/BiblestudyViewMediafilelist.html +++ /dev/null @@ -1,325 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewMediafilelist - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for MediaFilelist

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : void
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -
    -
    -
    -

    Prepares the document

    -
    _prepareDocument() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -

    Returns an array of fields the table can be sorted by

    -
    getSortFields() : array
    -
    -
    -
    - - - -
    since3.0
    -

    Returns

    -
    -arrayArray containing the field name to sort by as the key and display text as value
    -
    -
    -

    - Properties

    - 
    -

    document

    -
     : mixed
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - - - - - - - -
    magic
    propertydocument
    -
    -
    - 
    -

    Can Do

    -
    $canDo : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Media Types

    -
    $mediatypes : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -  - 
    -

    Page Class SFX

    -
    $pageclass_sfx : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Items @var JObject

    -
    $items 
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Pagination @var array

    -
    $pagination 
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $params

    -
    $params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    State @var object

    -
    $state 
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewMediafiles.html b/docs/classes/BiblestudyViewMediafiles.html deleted file mode 100644 index fa7cf2c7ca..0000000000 --- a/docs/classes/BiblestudyViewMediafiles.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewMediafiles - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Mediafiles

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add the page title and toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -

    Returns an array of fields the table can be sorted by

    -
    getSortFields() : array
    -
    -
    -
    - - - -
    since3.0
    -

    Returns

    -
    -arrayArray containing the field name to sort by as the key and display text as value
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Filter Levers

    -
    $f_levels : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Media Types

    -
    $mediatypes : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Side Bare

    -
    $sidebar : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Items

    -
    $items : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewMediaimage.html b/docs/classes/BiblestudyViewMediaimage.html deleted file mode 100644 index eb70702631..0000000000 --- a/docs/classes/BiblestudyViewMediaimage.html +++ /dev/null @@ -1,217 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewMediaimage - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    View class for Mediaimage

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since
    -
    -
    -

    - Properties

    - 
    -

    Admin

    -
    $admin : object
    -
    -
    -
    - 
    -

    Can Do

    -
    $canDo : object
    -
    -
    -
    - 
    -

    Defaults

    -
    $defaults : object
    -
    -
    -
    - 
    -

    Directory

    -
    $directory : string
    -
    -
    -
    - 
    -

    Form

    -
    $form : object
    -
    -
    -
    - 
    -

    Item

    -
    $item : object
    -
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewMediaimages.html b/docs/classes/BiblestudyViewMediaimages.html deleted file mode 100644 index fa91a3d7d5..0000000000 --- a/docs/classes/BiblestudyViewMediaimages.html +++ /dev/null @@ -1,234 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewMediaimages - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Mediaimages

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add the page title and toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since
    -
    -
    -
    -

    Returns an array of fields the table can be sorted by

    -
    getSortFields() : array
    -
    -
    -
    - - - -
    since
    -

    Returns

    -
    -arrayArray containing the field name to sort by as the key and display text as value
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since
    -
    -
    -

    - Properties

    - 
    -

    Can Do

    -
    $canDo : object
    -
    -
    -
    - 
    -

    Directory

    -
    $directory : string
    -
    -
    -
    - 
    -

    Filter Levels

    -
    $f_levels : string
    -
    -
    -
    - 
    -

    Side Bar

    -
    $sidebar : string
    -
    -
    -
    - 
    -

    Items

    -
    $items : array
    -
    -
    -
    - 
    -

    Pagination

    -
    $pagination : array
    -
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewMessage.html b/docs/classes/BiblestudyViewMessage.html deleted file mode 100644 index fb92d23470..0000000000 --- a/docs/classes/BiblestudyViewMessage.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewMessage - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    View class for Message

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Admin

    -
    $admin : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Admin Params

    -
    $admin_params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Form

    -
    $form : \JForm
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Item

    -
    $item : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Media Files

    -
    $mediafiles : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewMessageform.html b/docs/classes/BiblestudyViewMessageform.html deleted file mode 100644 index aecae54d35..0000000000 --- a/docs/classes/BiblestudyViewMessageform.html +++ /dev/null @@ -1,354 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewMessageform - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    View class for Message

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : void
    -
    -
    -
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -
    -
    -
    -

    Prepares the document

    -
    _prepareDocument() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -

    - Properties

    - 
    -

    document

    -
     : mixed
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - - - - - - - -
    magic
    propertydocument
    -
    -
    - 
    -

    Can Do

    -
    $canDo : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Media Files

    -
    $mediafiles : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Page Class SFX

    -
    $pageclass_sfx : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Params

    -
    $params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    User

    -
    $user : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Admin @var array

    -
    $admin 
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Form @var JForm

    -
    $form 
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Item @var object

    -
    $item 
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Return Page @var string

    -
    $return_page 
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Return Page Item @var string

    -
    $return_page_item 
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    State @var array

    -
    $state 
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewMessagelist.html b/docs/classes/BiblestudyViewMessagelist.html deleted file mode 100644 index c016fc75a3..0000000000 --- a/docs/classes/BiblestudyViewMessagelist.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewMessagelist - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Messages

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : void
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -
    -
    -
    -

    Prepares the document

    -
    _prepareDocument() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -

    - Properties

    - 
    -

    $activeFilters

    -
    $activeFilters 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Books

    -
    $books : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Can Do

    -
    $canDo : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Document

    -
    $document : \JDocument
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $filterForm

    -
    $filterForm 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Message Types

    -
    $messageTypes : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -  - 
    -

    Series

    -
    $series : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Teachers

    -
    $teachers : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Years

    -
    $years : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $admin

    -
    $admin : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Items

    -
    $items : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Params

    -
    $params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    State

    -
    $state : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewMessages.html b/docs/classes/BiblestudyViewMessages.html deleted file mode 100644 index 10190eb64a..0000000000 --- a/docs/classes/BiblestudyViewMessages.html +++ /dev/null @@ -1,375 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewMessages - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for a list of Messages.

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.1.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add the page title and toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -

    Returns an array of fields the table can be sorted by

    -
    getSortFields() : array
    -
    -
    -
    - - - -
    since3.0
    -

    Returns

    -
    -arrayArray containing the field name to sort by as the key and display text as value
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Books

    -
    $books : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Filter Levels

    -
    $f_levels : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Message Types

    -
    $messageTypes : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Series

    -
    $series : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Side Bar

    -
    $sidebar : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Teachers

    -
    $teachers : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Years

    -
    $years : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Items

    -
    $items : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewMessagetype.html b/docs/classes/BiblestudyViewMessagetype.html deleted file mode 100644 index ecde7171ff..0000000000 --- a/docs/classes/BiblestudyViewMessagetype.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewMessagetype - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    View class for Messagetype

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Defaults

    -
    $defaults : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Form

    -
    $form : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Item

    -
    $item : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewMessagetypes.html b/docs/classes/BiblestudyViewMessagetypes.html deleted file mode 100644 index 04795e1be0..0000000000 --- a/docs/classes/BiblestudyViewMessagetypes.html +++ /dev/null @@ -1,290 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewMessagetypes - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Messagetype

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add the page title and toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -

    Returns an array of fields the table can be sorted by

    -
    getSortFields() : array
    -
    -
    -
    - - - -
    since3.0
    -

    Returns

    -
    -arrayArray containing the field name to sort by as the key and display text as value
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Filter Levels

    -
    $f_levels : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Side Bar

    -
    $sidebar : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Items

    -
    $items : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewMigrate.html b/docs/classes/BiblestudyViewMigrate.html deleted file mode 100644 index 3e08826afc..0000000000 --- a/docs/classes/BiblestudyViewMigrate.html +++ /dev/null @@ -1,546 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewMigrate - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Admin

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : null
    -
    -
    -
    - - - -
    since7.0.0
    -

    Returns

    -
    null
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : null
    -
    -
    -
    - - - -
    since7.1.0
    -

    Returns

    -
    null
    -
    -
    -
    -

    Added for SermonSpeaker and PreachIt.

    -
    versionXML(string $component) : boolean
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $component

    -string

    Component it is coming from

    -

    Returns

    -
    boolean
    -
    -
    -

    - Properties

    - 
    -

    Assets

    -
    $assets : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Can Do

    -
    $canDo : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Change Set

    -
    $changeSet : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Error Count

    -
    $errorCount : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Errors

    -
    $errors : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Filter Params

    -
    $filterParams : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Joomla BibleStudy Version

    -
    $jversion : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Lists

    -
    $lists : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    PI

    -
    $pi : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Player Stats

    -
    $playerstats : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Popups

    -
    $popups : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Results

    -
    $results : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Schema Version

    -
    $schemaVersion : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    SS

    -
    $ss : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Temp Destination

    -
    $tmp_dest : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Update Version

    -
    $updateVersion : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Version

    -
    $version : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Form

    -
    $form : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Item

    -
    $item : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewMigration.html b/docs/classes/BiblestudyViewMigration.html deleted file mode 100644 index 71b8895997..0000000000 --- a/docs/classes/BiblestudyViewMigration.html +++ /dev/null @@ -1,1065 +0,0 @@ - - - - - - API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - -

    \BiblestudyViewMigration

    -

    View class for Migration

    - - - -
    -

    Summary

    -
    -
    - Methods -
    -
    - Properties -
    -
    - Constants -
    -
    -
    -
    - display()
    -
    -
    - $totalVersions
    - $doneVersions
    - $running
    - $callstack
    - $subrun
    -
    -
    - No constants found -
    -
    -
    -
    - No protected methods found -
    -
    - $more
    - $percentage
    -
    -
    - N/A -
    -
    -
    -
    - loadStack()
    -
    -
    - $_versionStack
    - $_finish
    -
    -
    - N/A -
    -
    -
    -
    - -
    - - - -
    -
    -

    Properties

    -
    - -
    - -
    -
    - -
    -

    $totalVersions

    -
    $totalVersions : integer
    -

    - - -

    Type

    - integer - — Total numbers of Versions
    -
    - -
    - -
    -
    - -
    -

    $doneVersions

    -
    $doneVersions : integer
    -

    - - -

    Type

    - integer - — Numbers of Versions already processed
    -
    - -
    - -
    -
    - -
    -

    $running

    -
    $running : string
    -

    - - -

    Type

    - string - — Running Now
    -
    - -
    - -
    -
    - -
    -

    $callstack

    -
    $callstack : array
    -

    - - -

    Type

    - array - — Call stack for the Visioning System.
    -
    - -
    - -
    -
    - -
    -

    $subrun

    -
    $subrun : null
    -

    - - -

    Type

    - null - — Sub running processes
    -
    - -
    - -
    -
    - -
    -

    $more

    -
    $more : string
    -

    - - -

    Type

    - string - — More
    -
    - -
    - -
    -
    - -
    -

    $percentage

    -
    $percentage : string
    -

    - - -

    Type

    - string - — Percentage
    -
    - -
    - -
    -
    - -
    -

    $_versionStack

    -
    $_versionStack : array
    -

    - - -

    Type

    - array - — The pre versions to process
    -
    - -
    - -
    -
    - -
    -

    $_finish

    -
    $_finish : array
    -

    - - -

    Type

    - array - — Array of Finish Task
    -
    - -
    - - - -
    -

    Methods

    - -
    - -
    -
    - -
    -

    display()

    - -
    display(string  $tpl = null) : mixed
    -

    Execute and display a template script.

    - - -

    Parameters

    - - - - - - -
    string$tpl

    The name of the template file to parse; automatically searches through the template paths.

    - - -

    Returns

    - mixed - —

    A string if successful, otherwise a JError object.

    - -
    -
    - -
    - -
    -
    - -
    -

    loadStack()

    - -
    loadStack() : void
    -

    Loads the Versions/SQL/After stack from the session

    - - - - - -
    -
    - -
    - -
    -
    - - - - -
    - - - diff --git a/docs/classes/BiblestudyViewMimetype.html b/docs/classes/BiblestudyViewMimetype.html deleted file mode 100644 index 5aa0ad128a..0000000000 --- a/docs/classes/BiblestudyViewMimetype.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewMimetype - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    View class for Mimetype

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since
    -
    -
    -

    - Properties

    - 
    -

    Can Do

    -
    $canDo : object
    -
    -
    -
    - 
    -

    Defaults

    -
    $defaults : array
    -
    -
    -
    - 
    -

    From

    -
    $form : object
    -
    -
    -
    - 
    -

    Item

    -
    $item : object
    -
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewMimetypes.html b/docs/classes/BiblestudyViewMimetypes.html deleted file mode 100644 index 2c72b85d45..0000000000 --- a/docs/classes/BiblestudyViewMimetypes.html +++ /dev/null @@ -1,227 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewMimetypes - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Mimetypes

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add the page title and toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since
    -
    -
    -
    -

    Returns an array of fields the table can be sorted by

    -
    getSortFields() : array
    -
    -
    -
    - - - -
    since
    -

    Returns

    -
    -arrayArray containing the field name to sort by as the key and display text as value
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since
    -
    -
    -

    - Properties

    - 
    -

    Filter Levels

    -
    $f_levels : array
    -
    -
    -
    - 
    -

    Side Bar

    -
    $sidebar : array
    -
    -
    -
    - 
    -

    Can Do

    -
    $canDo : object
    -
    -
    -
    - 
    -

    Items

    -
    $items : array
    -
    -
    -
    - 
    -

    Pagination

    -
    $pagination : object
    -
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewPodcast.html b/docs/classes/BiblestudyViewPodcast.html deleted file mode 100644 index 5f7cb72197..0000000000 --- a/docs/classes/BiblestudyViewPodcast.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewPodcast - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    View class for Podcast

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Defaults

    -
    $defaults : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Form

    -
    $form : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Item

    -
    $item : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewPodcasts.html b/docs/classes/BiblestudyViewPodcasts.html deleted file mode 100644 index 39f675e854..0000000000 --- a/docs/classes/BiblestudyViewPodcasts.html +++ /dev/null @@ -1,290 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewPodcasts - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Podcasts

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Returns an array of fields the table can be sorted by

    -
    getSortFields() : array
    -
    -
    -
    - - - -
    since3.0
    -

    Returns

    -
    -arrayArray containing the field name to sort by as the key and display text as value
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Filter Levels

    -
    $f_levels : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Side Bar

    -
    $sidebar : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Items

    -
    $items : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewPopup.html b/docs/classes/BiblestudyViewPopup.html deleted file mode 100644 index 0d77449606..0000000000 --- a/docs/classes/BiblestudyViewPopup.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewPopup - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Popup

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : void
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -
    -
    -
    -

    Set Titles

    -
    titles(string $text, object $media, string $scripture, string $date, string $length) : object
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $text

    -string

    Text info

    -
    -

    $media

    -object

    Media info

    -
    -

    $scripture

    -string

    scripture

    -
    -

    $date

    -string

    Date

    -
    -

    $length

    -string

    Length of Title

    -

    Returns

    -
    object
    -
    -
    -

    - Properties

    - 
    -

    Auto Start

    -
    $autostart : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Back Color

    -
    $backcolor : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Date

    -
    $date : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Flash Vars

    -
    $flashvars : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Footer Text

    -
    $footertext : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Front Color

    -
    $frontcolor : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Media info

    -
    $getMedia : \JObject
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Header Text

    -
    $headertext : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Length

    -
    $length : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Light Color

    -
    $lightcolor : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Media

    -
    $media : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Path 1

    -
    $path1 : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Player

    -
    $player : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Player Height

    -
    $playerheight : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Player Idle Hide

    -
    $playeridlehide : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Width

    -
    $playerwidth : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Screen Color

    -
    $screencolor : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Scripture Text

    -
    $scripture : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Series Thumbnail

    -
    $series_thumbnail : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Teacher Image

    -
    $teacherimage : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Extra Params

    -
    $extraparams : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Params

    -
    $params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Params

    -
    $state : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Template

    -
    $template : \TableTemplate
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewSerie.html b/docs/classes/BiblestudyViewSerie.html deleted file mode 100644 index d72e791381..0000000000 --- a/docs/classes/BiblestudyViewSerie.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewSerie - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    JView class for Serie

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Admin

    -
    $admin_params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Form

    -
    $form : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Item

    -
    $item : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewSeries.html b/docs/classes/BiblestudyViewSeries.html deleted file mode 100644 index c1e3087cf0..0000000000 --- a/docs/classes/BiblestudyViewSeries.html +++ /dev/null @@ -1,290 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewSeries - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Series

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add the page title and toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -

    Returns an array of fields the table can be sorted by

    -
    getSortFields() : array
    -
    -
    -
    - - - -
    since3.0
    -

    Returns

    -
    -arrayArray containing the field name to sort by as the key and display text as value
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Filter Levels

    -
    $f_levels : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Side Bar

    -
    $sidebar : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Items

    -
    $items : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewSeriesdisplay.html b/docs/classes/BiblestudyViewSeriesdisplay.html deleted file mode 100644 index 96c3baff8f..0000000000 --- a/docs/classes/BiblestudyViewSeriesdisplay.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewSeriesdisplay - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for SeriesDisplay

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : void
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -
    -
    -

    - Properties

    - 
    -

    Admin

    -
    $admin : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Admin Params

    -
    $admin_params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Article

    -
    $article : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Item

    -
    $item : array
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Items

    -
    $items : array
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Page

    -
    $page : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : array
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Params

    -
    $params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -  - 
    -

    Request URL

    -
    $request_url : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Series Studies

    -
    $seriesstudies : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    State

    -
    $state : array
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Studies

    -
    $studies : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Template

    -
    $template : \TableTemplate
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewSeriesdisplays.html b/docs/classes/BiblestudyViewSeriesdisplays.html deleted file mode 100644 index 9572295cd8..0000000000 --- a/docs/classes/BiblestudyViewSeriesdisplays.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewSeriesdisplays - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    View class for SeriesDisplays

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -

    - Properties

    - 
    -

    Admin Info

    -
    $admin : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    State

    -
    $go : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Items

    -
    $items : \JObject
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Page

    -
    $page : String
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : \JObject
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Params

    -
    $params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Request Url

    -
    $request_url : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    State

    -
    $state : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Template

    -
    $template : \JObject
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewSermon.html b/docs/classes/BiblestudyViewSermon.html deleted file mode 100644 index 7a57c2ab5a..0000000000 --- a/docs/classes/BiblestudyViewSermon.html +++ /dev/null @@ -1,440 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewSermon - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Sermon

    -
    -
    - - - - - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    todoStill need to fix all the problems.
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : void
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -
    -

    Display PageBrack

    -
    _displayPagebreak(string $tpl) : void
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $tpl

    -string

    ?

    -
    -
    -
    -

    Prepares the document

    -
    _prepareDocument() : void
    -
    -
    -
    - - - -
    since7.0
    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -

    - Properties

    - 
    -

    document

    -
     : mixed
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - - - - - - - -
    magic
    propertydocument
    -
    -
    - 
    -

    Article

    -
    $article : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Article

    -
    $comments : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -  - 
    -

    Item

    -
    $item : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Menu ID

    -
    $menuid : integer
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Page

    -
    $page : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Params

    -
    $params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Passage

    -
    $passage : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Print

    -
    $print : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -  - 
    -

    State

    -
    $state : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Subscribe

    -
    $subscribe : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Template

    -
    $template : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    User

    -
    $user : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewSermons.html b/docs/classes/BiblestudyViewSermons.html deleted file mode 100644 index 5926d23b6d..0000000000 --- a/docs/classes/BiblestudyViewSermons.html +++ /dev/null @@ -1,580 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewSermons - - - - - - - - - - -
    - -
    - -
    - -
    -

    View for Sermons class

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Prepares the document

    -
    _prepareDocument() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -

    - Properties

    - 
    -

    $document

    -
    $document : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $admin

    -
    $admin : \JObject
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $books

    -
    $books : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $items

    -
    $items : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $limitbox

    -
    $limitbox : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $limitstart

    -
    $limitstart : integer
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $locations

    -
    $locations : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $main

    -
    $main : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $messageTypes

    -
    $messageTypes : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $order

    -
    $order : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $orders

    -
    $orders : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $page

    -
    $page : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -  - 
    -

    $pagination

    -
    $pagination : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $params

    -
    $params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $request_url

    -
    $request_url : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $series

    -
    $series : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $state

    -
    $state : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $study

    -
    $study : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $subscribe

    -
    $subscribe : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $teachers

    -
    $teachers : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $template

    -
    $template : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $topic

    -
    $topic : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $topics

    -
    $topics : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $years

    -
    $years : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewServer.html b/docs/classes/BiblestudyViewServer.html deleted file mode 100644 index 33d551e7e9..0000000000 --- a/docs/classes/BiblestudyViewServer.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewServer - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    View class for Server

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Admin

    -
    $admin : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Form

    -
    $form : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Item

    -
    $item : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Server form

    -
    $server_form : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewServers.html b/docs/classes/BiblestudyViewServers.html deleted file mode 100644 index dfa1e3f41c..0000000000 --- a/docs/classes/BiblestudyViewServers.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewServers - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Servers

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add the page title and toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -

    Returns an array of fields the table can be sorted by

    -
    getSortFields() : array
    -
    -
    -
    - - - -
    since3.0
    -

    Returns

    -
    -arrayArray containing the field name to sort by as the key and display text as value
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Filter Levels

    -
    $f_levels : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Items

    -
    $items : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Side Bar

    -
    $sidebar : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewServersList.html b/docs/classes/BiblestudyViewServersList.html deleted file mode 100644 index e1344251c8..0000000000 --- a/docs/classes/BiblestudyViewServersList.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewServersList - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Servers

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add the page title and toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -

    Returns an array of fields the table can be sorted by

    -
    getSortFields() : array
    -
    -
    -
    - - - -
    since3.0
    -

    Returns

    -
    -arrayArray containing the field name to sort by as the key and display text as value
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    $activeFilters

    -
    $activeFilters 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $filterForm

    -
    $filterForm 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $types

    -
    $types 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Filter Levels

    -
    $f_levels : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Items

    -
    $items : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Side Bar

    -
    $sidebar : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewShare.html b/docs/classes/BiblestudyViewShare.html deleted file mode 100644 index d09c5761e5..0000000000 --- a/docs/classes/BiblestudyViewShare.html +++ /dev/null @@ -1,1008 +0,0 @@ - - - - - - API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - -

    \BiblestudyViewShare

    -

    View class for Share

    - - - -
    -

    Summary

    -
    -
    - Methods -
    -
    - Properties -
    -
    - Constants -
    -
    -
    -
    - display()
    -
    -
    - No public properties found -
    -
    - No constants found -
    -
    -
    -
    - addToolbar()
    - setDocument()
    -
    -
    - $form
    - $item
    - $state
    - $defaults
    - $canDo
    -
    -
    - N/A -
    -
    -
    -
    - No private methods found -
    -
    - No private properties found -
    -
    - N/A -
    -
    -
    -
    - -
    - - - -
    -
    -

    Properties

    -
    - -
    - -
    -
    - -
    -

    $form

    -
    $form : object
    -

    Form

    - - -

    Type

    - object -
    -
    - -
    - -
    -
    - -
    -

    $item

    -
    $item : object
    -

    Item

    - - -

    Type

    - object -
    -
    - -
    - -
    -
    - -
    -

    $state

    -
    $state : object
    -

    State

    - - -

    Type

    - object -
    -
    - -
    - -
    -
    - -
    -

    $defaults

    -
    $defaults : array
    -

    Defaults

    - - -

    Type

    - array -
    -
    - -
    - -
    -
    - -
    -

    $canDo

    -
    $canDo : object
    -

    Can Do

    - - -

    Type

    - object -
    -
    - -
    - - - -
    -

    Methods

    - -
    - -
    -
    - -
    -

    display()

    - -
    display(string  $tpl = null) : mixed
    -

    Execute and display a template script.

    - - -

    Parameters

    - - - - - - -
    string$tpl

    The name of the template file to parse; automatically searches through the template paths.

    - - -

    Returns

    - mixed - —

    A string if successful, otherwise a JError object.

    - -
    -
    - -
    - -
    -
    - -
    -

    addToolbar()

    - -
    addToolbar() : void
    -

    Add Toolbar

    - - - - - -
    -
    - -
    - -
    -
    - -
    -

    setDocument()

    - -
    setDocument() : void
    -

    Add the page title to browser.

    - - - - - -
    -
    - -
    - -
    -
    - - - - -
    - - - diff --git a/docs/classes/BiblestudyViewShares.html b/docs/classes/BiblestudyViewShares.html deleted file mode 100644 index dae0bb2dc2..0000000000 --- a/docs/classes/BiblestudyViewShares.html +++ /dev/null @@ -1,1069 +0,0 @@ - - - - - - API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - -

    \BiblestudyViewShares

    -

    View class for a list of Shares

    - - - -
    -

    Summary

    -
    -
    - Methods -
    -
    - Properties -
    -
    - Constants -
    -
    -
    -
    - display()
    -
    -
    - $sidebar
    -
    -
    - No constants found -
    -
    -
    -
    - addToolbar()
    - setDocument()
    - getSortFields()
    -
    -
    - $items
    - $pagination
    - $state
    - $canDo
    - $f_levels
    -
    -
    - N/A -
    -
    -
    -
    - No private methods found -
    -
    - No private properties found -
    -
    - N/A -
    -
    -
    -
    - -
    - - - -
    -
    -

    Properties

    -
    - -
    - -
    -
    - -
    -

    $sidebar

    -
    $sidebar : object
    -

    - - -

    Type

    - object - — Side Bar
    -
    - -
    - -
    -
    - -
    -

    $items

    -
    $items : object
    -

    Items

    - - -

    Type

    - object -
    -
    - -
    - -
    -
    - -
    -

    $pagination

    -
    $pagination : object
    -

    Pagination

    - - -

    Type

    - object -
    -
    - -
    - -
    -
    - -
    -

    $state

    -
    $state : object
    -

    State

    - - -

    Type

    - object -
    -
    - -
    - -
    -
    - -
    -

    $canDo

    -
    $canDo : object
    -

    Can Do

    - - -

    Type

    - object -
    -
    - -
    - -
    -
    - -
    -

    $f_levels

    -
    $f_levels : array
    -

    - - -

    Type

    - array - — Filter Levels
    -
    - -
    - - - -
    -

    Methods

    - -
    - -
    -
    - -
    -

    display()

    - -
    display(string  $tpl = null) : mixed
    -

    Execute and display a template script.

    - - -

    Parameters

    - - - - - - -
    string$tpl

    The name of the template file to parse; automatically searches through the template paths.

    - - -

    Returns

    - mixed - —

    A string if successful, otherwise a JError object.

    - -
    -
    - -
    - -
    -
    - -
    -

    addToolbar()

    - -
    addToolbar() : void
    -

    Add the page title and toolbar

    - - - - - -
    -
    - -
    - -
    -
    - -
    -

    setDocument()

    - -
    setDocument() : void
    -

    Add the page title to browser.

    - - - - - -
    -
    - -
    - -
    -
    - -
    -

    getSortFields()

    - -
    getSortFields() : array
    -

    Returns an array of fields the table can be sorted by

    - - - - -

    Returns

    - array - —

    Array containing the field name to sort by as the key and display text as value

    - -
    -
    - -
    - -
    -
    - - - - -
    - - - diff --git a/docs/classes/BiblestudyViewSqueezeBox.html b/docs/classes/BiblestudyViewSqueezeBox.html deleted file mode 100644 index 678094fe75..0000000000 --- a/docs/classes/BiblestudyViewSqueezeBox.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewSqueezeBox - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    View for SqueezeBox class

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewStyle.html b/docs/classes/BiblestudyViewStyle.html deleted file mode 100644 index f7808909b4..0000000000 --- a/docs/classes/BiblestudyViewStyle.html +++ /dev/null @@ -1,1033 +0,0 @@ - - - - - - API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - -

    \BiblestudyViewStyle

    -

    View class for Style

    - - - -
    -

    Summary

    -
    -
    - Methods -
    -
    - Properties -
    -
    - Constants -
    -
    -
    -
    - display()
    -
    -
    - No public properties found -
    -
    - No constants found -
    -
    -
    -
    - addToolbar()
    - setDocument()
    -
    -
    - $form
    - $item
    - $state
    - $defaults
    - $defaultstyle
    - $canDo
    -
    -
    - N/A -
    -
    -
    -
    - No private methods found -
    -
    - No private properties found -
    -
    - N/A -
    -
    -
    -
    - -
    - - - -
    -
    -

    Properties

    -
    - -
    - -
    -
    - -
    -

    $form

    -
    $form : object
    -

    Form

    - - -

    Type

    - object -
    -
    - -
    - -
    -
    - -
    -

    $item

    -
    $item : object
    -

    Item

    - - -

    Type

    - object -
    -
    - -
    - -
    -
    - -
    -

    $state

    -
    $state : object
    -

    State

    - - -

    Type

    - object -
    -
    - -
    - -
    -
    - -
    -

    $defaults

    -
    $defaults : string
    -

    Defaults

    - - -

    Type

    - string -
    -
    - -
    - -
    -
    - -
    -

    $defaultstyle

    -
    $defaultstyle : string
    -

    Default Style

    - - -

    Type

    - string -
    -
    - -
    - -
    -
    - -
    -

    $canDo

    -
    $canDo : object
    -

    Can Do

    - - -

    Type

    - object -
    -
    - -
    - - - -
    -

    Methods

    - -
    - -
    -
    - -
    -

    display()

    - -
    display(string  $tpl = null) : mixed
    -

    Execute and display a template script.

    - - -

    Parameters

    - - - - - - -
    string$tpl

    The name of the template file to parse; automatically searches through the template paths.

    - - -

    Returns

    - mixed - —

    A string if successful, otherwise a JError object.

    - -
    -
    - -
    - -
    -
    - -
    -

    addToolbar()

    - -
    addToolbar() : void
    -

    Add Toolbar

    - - - - - -
    -
    - -
    - -
    -
    - -
    -

    setDocument()

    - -
    setDocument() : void
    -

    Add the page title to browser.

    - - - - - -
    -
    - -
    - -
    -
    - - - - -
    - - - diff --git a/docs/classes/BiblestudyViewStyles.html b/docs/classes/BiblestudyViewStyles.html deleted file mode 100644 index 5e3297f838..0000000000 --- a/docs/classes/BiblestudyViewStyles.html +++ /dev/null @@ -1,1032 +0,0 @@ - - - - - - API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - -

    \BiblestudyViewStyles

    -

    View class for Styles

    - - - -
    -

    Summary

    -
    -
    - Methods -
    -
    - Properties -
    -
    - Constants -
    -
    -
    -
    - display()
    -
    -
    - $canDo
    - $f_levels
    - $sidebar
    -
    -
    - No constants found -
    -
    -
    -
    - addToolbar()
    - setDocument()
    -
    -
    - $items
    - $pagination
    - $state
    -
    -
    - N/A -
    -
    -
    -
    - No private methods found -
    -
    - No private properties found -
    -
    - N/A -
    -
    -
    -
    - -
    - - - -
    -
    -

    Properties

    -
    - -
    - -
    -
    - -
    -

    $canDo

    -
    $canDo : object
    -

    Can Do

    - - -

    Type

    - object -
    -
    - -
    - -
    -
    - -
    -

    $f_levels

    -
    $f_levels : array
    -

    - - -

    Type

    - array - — Filter Levels
    -
    - -
    - -
    -
    - -
    -

    $sidebar

    -
    $sidebar : object
    -

    - - -

    Type

    - object - — Side Bar
    -
    - -
    - -
    -
    - -
    -

    $items

    -
    $items : object
    -

    Items

    - - -

    Type

    - object -
    -
    - -
    - -
    -
    - -
    -

    $pagination

    -
    $pagination : object
    -

    Pagination

    - - -

    Type

    - object -
    -
    - -
    - -
    -
    - -
    -

    $state

    -
    $state : object
    -

    State

    - - -

    Type

    - object -
    -
    - -
    - - - -
    -

    Methods

    - -
    - -
    -
    - -
    -

    display()

    - -
    display(string  $tpl = null) : mixed
    -

    Execute and display a template script.

    - - -

    Parameters

    - - - - - - -
    string$tpl

    The name of the template file to parse; automatically searches through the template paths.

    - - -

    Returns

    - mixed - —

    A string if successful, otherwise a JError object.

    - -
    -
    - -
    - -
    -
    - -
    -

    addToolbar()

    - -
    addToolbar() : void
    -

    Add Toolbar

    - - - - - -
    -
    - -
    - -
    -
    - -
    -

    setDocument()

    - -
    setDocument() : void
    -

    Add the page title to browser.

    - - - - - -
    -
    - -
    - -
    -
    - - - - -
    - - - diff --git a/docs/classes/BiblestudyViewTeacher.html b/docs/classes/BiblestudyViewTeacher.html deleted file mode 100644 index a92ec37daf..0000000000 --- a/docs/classes/BiblestudyViewTeacher.html +++ /dev/null @@ -1,486 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewTeacher - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    View class for Teacher

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Admin

    -
    $admin : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Form

    -
    $form : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Item

    -
    $item : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    - -
    -

    View class for Teacher

    -
    -
    - - - - - - - - - -
    since7.0.0
    packageProclaim.Admin
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : void
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -
    -
    -
    -

    Prepares the document;

    -
    _prepareDocument() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -

    - Properties

    - 
    -

    Print

    -
    $document : \JDocument
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Contact

    -
    $contact : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Item

    -
    $item : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Params

    -
    $params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Print

    -
    $print : \JObject
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Admin

    -
    $state : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Studies

    -
    $studies : \JObject
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Template Studies

    -
    $teacherstudies : \JObject
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Template Info

    -
    $template : \TableTemplate
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewTeachers.html b/docs/classes/BiblestudyViewTeachers.html deleted file mode 100644 index 3344fb532d..0000000000 --- a/docs/classes/BiblestudyViewTeachers.html +++ /dev/null @@ -1,524 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewTeachers - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    View class for Teachers

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : void
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -
    -
    -
    -

    Prepares the document;

    -
    _prepareDocument() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -

    - Properties

    - 
    -

    Document

    -
    $document : \JDocument
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Template Table

    -
    $template : \TableTemplate
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Admin

    -
    $admin : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Items

    -
    $items : object
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Page

    -
    $page : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Params

    -
    $params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Request Url

    -
    $request_url : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    State

    -
    $state : \Joomla\Registry\Registry
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    - -
    -

    View class for Teachers

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add the page title and toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -

    Returns an array of fields the table can be sorted by

    -
    getSortFields() : array
    -
    -
    -
    - - - -
    since3.0
    -

    Returns

    -
    -arrayArray containing the field name to sort by as the key and display text as value
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Filter Levels

    -
    $f_levels : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Items

    -
    $items : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Side Bar

    -
    $sidebar : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewTemplate.html b/docs/classes/BiblestudyViewTemplate.html deleted file mode 100644 index fbee944cdc..0000000000 --- a/docs/classes/BiblestudyViewTemplate.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewTemplate - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    View class for Template

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Form

    -
    $form : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Item

    -
    $item : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Types

    -
    $types : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewTemplatecode.html b/docs/classes/BiblestudyViewTemplatecode.html deleted file mode 100644 index 60e3d5f1b6..0000000000 --- a/docs/classes/BiblestudyViewTemplatecode.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewTemplatecode - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    View class for TemplateCode

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : object
    -
    -
    -
    - - - -
    since7.0.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Default Code for the Edit if content is null

    -
    $defaultcode : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Type

    -
    $type : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Defaults

    -
    $defaults : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Form

    -
    $form : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Item

    -
    $item : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewTemplatecodes.html b/docs/classes/BiblestudyViewTemplatecodes.html deleted file mode 100644 index 8047acce37..0000000000 --- a/docs/classes/BiblestudyViewTemplatecodes.html +++ /dev/null @@ -1,290 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewTemplatecodes - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for TemplateCodes

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.1.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -
    -

    Returns an array of fields the table can be sorted by

    -
    getSortFields() : array
    -
    -
    -
    - - - -
    since3.0
    -

    Returns

    -
    -arrayArray containing the field name to sort by as the key and display text as value
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Filter Levels

    -
    $f_levels : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Side Bar

    -
    $sidebar : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Items

    -
    $items : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewTemplates.html b/docs/classes/BiblestudyViewTemplates.html deleted file mode 100644 index 477b46bbb6..0000000000 --- a/docs/classes/BiblestudyViewTemplates.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewTemplates - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Templates

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -

    Returns an array of fields the table can be sorted by

    -
    getSortFields() : array
    -
    -
    -
    - - - -
    since3.0
    -

    Returns

    -
    -arrayArray containing the field name to sort by as the key and display text as value
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    State

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $f_levels : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $sidebar : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $templates : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Items

    -
    $items : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewTerms.html b/docs/classes/BiblestudyViewTerms.html deleted file mode 100644 index 8d39be40d7..0000000000 --- a/docs/classes/BiblestudyViewTerms.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewTerms - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    View class for Terms

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : void
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -
    -
    -
    -

    Prepares the document;

    -
    _prepareDocument() : void
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -

    - Properties

    - 
    -

    Document

    -
    $document : \JDocument
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Media

    -
    $media : Object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Params

    -
    $params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewTopic.html b/docs/classes/BiblestudyViewTopic.html deleted file mode 100644 index 7ccd0123e5..0000000000 --- a/docs/classes/BiblestudyViewTopic.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewTopic - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    View class for Topic

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Adds ToolBar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Defaults

    -
    $defaults : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Form

    -
    $form : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Item

    -
    $item : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewTopics.html b/docs/classes/BiblestudyViewTopics.html deleted file mode 100644 index 1d49d591dd..0000000000 --- a/docs/classes/BiblestudyViewTopics.html +++ /dev/null @@ -1,290 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewTopics - - - - - - - - - - -
    - -
    - -
    - -
    -

    View class for Topics

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0
    -

    - Methods

    -
    -

    Execute and display a template script.

    -
    display(string $tpl = null) : mixed
    -
    -
    -
    - - - - - - - - - -
    see
    since11.1
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -

    Returns

    -
    -mixedA string if successful, otherwise a JError object.
    -
    -
    -
    -

    Add the page title and toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -

    Returns an array of fields the table can be sorted by

    -
    getSortFields() : array
    -
    -
    -
    - - - -
    since3.0
    -

    Returns

    -
    -arrayArray containing the field name to sort by as the key and display text as value
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    Filter Levels

    -
    $f_levels : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Side Bar

    -
    $sidebar : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Can Do

    -
    $canDo : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Items

    -
    $items : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Pagination

    -
    $pagination : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    State

    -
    $state : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/BiblestudyViewUpload.html b/docs/classes/BiblestudyViewUpload.html deleted file mode 100644 index cd63c5b323..0000000000 --- a/docs/classes/BiblestudyViewUpload.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - - -Proclaim API » \BiblestudyViewUpload - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Mediamu View

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    View display method

    -
    display(string $tpl = null) : void
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $tpl

    -string

    The name of the template file to parse; automatically searches through the template paths.

    -
    -
    -
    -

    Add Toolbar

    -
    addToolbar() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -

    Add the page title to browser.

    -
    setDocument() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -

    - Properties

    - 
    -

    $currentDir

    -
    $currentDir 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $enableLog

    -
    $enableLog 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $runtime

    -
    $runtime 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Form

    -
    $form : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/CBiblestudyVersion.html b/docs/classes/CBiblestudyVersion.html deleted file mode 100644 index c2a24edad7..0000000000 --- a/docs/classes/CBiblestudyVersion.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - -Proclaim API » \CBiblestudyVersion - - - - - - - - - - -
    - -
    - -
    - -
    -

    BibleSutdy Version Class

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim.Admin
    since7.0.2
    useThis is used by biblestudy.debug.php
    -

    - Methods

    -
    -

    Retrieve MySQL Server version.

    -
    MySQLVersion() : string
    -
    -
    -
    -

    Returns

    -
    -stringMySQL version
    -
    -
    -
    -

    Retrieve PHP Server version.

    -
    PHPVersion() : string
    -
    -
    -
    -

    Returns

    -
    -stringPHP version
    -
    -
    -
    -

    Retrieve installed Bible Study version as string.

    -
    version() : string
    -
    -
    -
    -

    Returns

    -
    -string"X.Y.Z | YYYY-MM-DD | BUILDNUMBER [versionname]"
    -
    -
    -
    -

    Retrieve installed Biblestudy version as array.

    -
    versionObject() : object
    -
    -
    -
    -

    Returns

    -
    -objectContains fields: version, versiondate, build, versionname
    -
    -
    -
    -

    Retrieve Bible Study version from manifest.xml

    -
    versionXML() : string
    -
    -
    -
    -

    Returns

    -
    -stringversion
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/Com_BiblestudyInstallerScript.html b/docs/classes/Com_BiblestudyInstallerScript.html deleted file mode 100644 index 3be9ae7d23..0000000000 --- a/docs/classes/Com_BiblestudyInstallerScript.html +++ /dev/null @@ -1,555 +0,0 @@ - - - - - -Proclaim API » \Com_BiblestudyInstallerScript - - - - - - - - - - -
    - -
    - -
    - -
    -

    Proclaim Install Script

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Check Requirements

    -
    checkRequirements(string $version) : boolean
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $version

    -string

    JBSM version to check for.

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Delete Files

    -
    deleteFiles(string $path, array $ignore = array()) : void
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $path

    -string

    Path of File

    -
    -

    $ignore

    -array

    Array of files to Ignore

    -
    -
    -
    -

    Delete Folder

    -
    deleteFolder(string $path, array $ignore = array()) : void
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $path

    -string

    Path of folder

    -
    -

    $ignore

    -array

    Ignore list

    -
    -
    -
    -

    Delete Folders

    -
    deleteFolders(string $path, array $ignore = array()) : \void;
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $path

    -string

    Path to folders

    -
    -

    $ignore

    -array

    Ingnore array of files

    -

    Returns

    -
    \void;
    -
    -
    -
    -

    Rout to Install

    -
    discover_install(\JInstallerFile $parent) : boolean
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $parent

    -\JInstallerFile

    ?

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Install

    -
    install(\JInstallerFile $parent) : boolean
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $parent

    -\JInstallerFile

    Where call is coming from

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Post Flight

    -
    postflight(string $type, \JInstallerFile $parent) : void
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $type

    -string

    Type of install

    -
    -

    $parent

    -\JInstallerFile

    Where it is coming from

    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -
    -

    $parent is the class calling this method.

    -
    preflight(string $type, \JInstallerFile $parent) : boolean
    -
    -
    -

    $type is the type of change (install, update or discover_install, not uninstall). -preflight runs before anything else and while the extracted files are in the uploaded temp folder. -If preflight returns false, Joomla will abort the update and undo everything already done.

    - - - -
    since1.5
    -

    Parameters

    -
    -

    $type

    -string

    Type of install

    -
    -

    $parent

    -\JInstallerFile

    Where it is coming from

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Uninstall rout to JBSMModelInstall

    -
    uninstall(\JInstallerFile $parent) : boolean
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $parent

    -\JInstallerFile

    ?

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Update will go to install

    -
    update(\JInstallerFile $parent) : boolean
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $parent

    -\JInstallerFile

    ?

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Check Database Driver

    -
    checkDbo(string $name, array $types) : boolean
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $name

    -string

    Driver

    -
    -

    $types

    -array

    Array of drivers supported

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Check PHP Extension Requirement

    -
    checkExtensions(array $extensions) : integer
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $extensions

    -array

    Array of version to look for

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    integer
    -
    -
    -
    -

    Check the installed version of Proclaim

    -
    checkJBSM(string $version) : boolean
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $version

    -string

    Proclaim Version to check for

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Check Versions of JBSM

    -
    checkVersion(string $name, string $version) : boolean
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $name

    -string

    Name of version

    -
    -

    $version

    -string

    Version to look for

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Uninstalls subextensions (modules, plugins) bundled with the main extension

    -
    _uninstallSubextensions(\JInstallerAdapter $parent) : void
    -
    -
    -
    - - - -
    since9.0.18
    -

    Parameters

    -
    -

    $parent

    -\JInstallerAdapter

    is the class calling this method.

    -
    -
    -

    - Properties

    - 
    -

    Path to Mysql files

    -
    $filePath : string
    -
    -

    Default

    -
    '/components/com_biblestudy/install/sql/updates/mysql'
    -
    -
    -
    -
    - - - -
    since1.5
    -
    -
    - 
    -

    The component's name

    -
    $biblestudy_extension : string
    -
    -

    Default

    -
    'com_biblestudy'
    -
    -
    -
    -
    - - - -
    since1.5
    -
    -
    - 
    -

    $extensions

    -
    $extensions 
    -
    -

    Default

    -
    array('dom', 'gd', 'json', 'pcre', 'SimpleXML')
    -
    -
    -
    -
    - 
    -

    $status

    -
    $status 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    This is Minimum requirements for: PHP, MySQL, Joomla

    -
    $versions : array
    -
    -

    Default

    -
    array('PHP' => array('5.5' => '5.5.3', '5.6' => '5.6.30', '7.0' => '7.0.13', '7.1' => '7.1.0', '0' => '7.0.13'), 'MySQL' => array('5.1' => '5.1', '5.5' => '5.5.3', '0' => '5.5.3'), 'Joomla!' => array('3.6' => '3.6.3', '3.7' => '3.7.0', '0' => '3.8.3'))
    -
    -
    -
    -
    - - - -
    since9.0.9
    -
    -
    - 
    -

    The list of extra modules and plugins to install

    -
    $installation_queue : array
    -
    -

    Default

    -
    array('modules' => array('admin' => array(), 'site' => array('biblestudy' => 0, 'biblestudy_podcast' => 0)), 'plugins' => array('finder' => array('biblestudy' => 1), 'search' => array('biblestudysearch' => 0), 'system' => array('jbspodcast' => 0, 'jbsbackup' => '0')))
    -
    -
    -
    -
    - - - - - - - - - -
    authorCWM Team
    since9.0.18
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/Dump_File.html b/docs/classes/Dump_File.html deleted file mode 100644 index a4942cb526..0000000000 --- a/docs/classes/Dump_File.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - -Proclaim API » \Dump_File - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    BibleStudy Download Class

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Method to send file to browser

    -
    download(int $mid) : null
    -
    -
    -
    - - - -
    since6.1.2
    -

    Parameters

    -
    -

    $mid

    -int

    ID of media

    -

    Returns

    -
    null
    -
    -
    -
    -

    Method to get file size

    -
    getRemoteFileSize(object $url) : boolean
    -
    -
    -
    -

    Parameters

    -
    -

    $url

    -object

    URL

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Method tho track Downloads

    -
    hitDownloads(int $mid) : boolean
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $mid

    -int

    Media ID

    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/FixJBSAssets.html b/docs/classes/FixJBSAssets.html deleted file mode 100644 index e217e39a22..0000000000 --- a/docs/classes/FixJBSAssets.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - -Proclaim API » \FixJBSAssets - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    Asset Fix class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.4
    -

    - Methods

    -
    -

    Check Assets

    -
    checkAssets() : array
    -
    Static
    -
    -
    -

    Returns

    -
    array
    -
    -
    -
    -

    Fix Assets function.

    -
    fixassets() : boolean
    -
    Static
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Table list Array.

    -
    getassetObjects() : array
    -
    Static
    -
    -
    -

    Returns

    -
    array
    -
    -
    -
    -

    Delete assets

    -
    deleteasset(object $data) : boolean
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $data

    -object

    Data

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Set Asset

    -
    setasset(object $data, string $assetname) : boolean
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $data

    -object

    Data

    -
    -

    $assetname

    -string

    Asset Name

    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/GDLib.html b/docs/classes/GDLib.html deleted file mode 100644 index d9c1684dff..0000000000 --- a/docs/classes/GDLib.html +++ /dev/null @@ -1,229 +0,0 @@ - - - - - -Proclaim API » \GDLib - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Abstraction layer for the GD PHP library

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    inherited_from\JBSMImageLib
    -

    - Methods

    -
    -

    Construct System.

    -
    __construct() 
    -
    -
    -
    - - - -
    since1.5
    -
    -
    -
    -

    Get Series Podcast File

    -
    getSeriesPodcast(string $img, string $new) : string
    -
    -InheritedStatic -
    -
    -
    - - - -
    since9.0.18
    -

    Parameters

    -
    -

    $img

    -string

    Org Image File

    -
    -

    $new

    -string

    New Image File

    -

    Returns

    -
    string
    -
    -
    -
    -

    Resize Image

    -
    resize_image(string $targetFile, string $originalFile, integer $newWidth = 200, integer $canv_width = 200, integer $canv_height = 200) : void
    -
    Static
    -
    -
    - - - -
    since9.0.18
    -

    Parameters

    -
    -

    $targetFile

    -string

    Target File Path

    -
    -

    $originalFile

    -string

    File

    -
    -

    $newWidth

    -integer

    Image New Width

    -
    -

    $canv_width

    -integer

    Image Canvas Width

    -
    -

    $canv_height

    -integer

    Image Canvas Height

    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -

    - Properties

    - 
    -

    Extension Name

    -
    $extension : string
    -
    -

    Default

    -
    'com_biblestudy'
    -
    -
    Static
    -
    -
    - - - - - - - - - -
    since1.5
    inherited_from\JBSMImageLib::extension
    -
    -
    - 
    -

    Extension Name

    -
    $extension : string
    -
    -

    Default

    -
    'com_biblestudy'
    -
    -
    Static
    -
    -
    - - - -
    since1.5
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/ImageMagickLib.html b/docs/classes/ImageMagickLib.html deleted file mode 100644 index 581a4e4db9..0000000000 --- a/docs/classes/ImageMagickLib.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - - -Proclaim API » \ImageMagickLib - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Abstraction layer for the ImageMagick PHP library

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    inherited_from\JBSMImageLib
    -

    - Methods

    -
    -

    Get Series Podcast File

    -
    getSeriesPodcast(string $img, string $new) : string
    -
    -InheritedStatic -
    -
    -
    - - - -
    since9.0.18
    -

    Parameters

    -
    -

    $img

    -string

    Org Image File

    -
    -

    $new

    -string

    New Image File

    -

    Returns

    -
    string
    -
    -
    -
    -

    Resize Image

    -
    resize_image(string $targetFile, string $originalFile, integer $newWidth = 200, integer $canv_width = 200, integer $canv_height = 200) : void
    -
    Static
    -
    -
    - - - -
    since9.0.18
    -

    Parameters

    -
    -

    $targetFile

    -string

    Target File Path

    -
    -

    $originalFile

    -string

    File

    -
    -

    $newWidth

    -integer

    Image New Width

    -
    -

    $canv_width

    -integer

    Image Canvas Width

    -
    -

    $canv_height

    -integer

    Image Canvas Height

    -
    -
    -

    - Properties

    - 
    -

    Extension Name

    -
    $extension : string
    -
    -

    Default

    -
    'com_biblestudy'
    -
    -
    Static
    -
    -
    - - - - - - - - - -
    since1.5
    inherited_from\JBSMImageLib::extension
    -
    -
    - 
    -

    Extension Name

    -
    $extension : string
    -
    -

    Default

    -
    'com_biblestudy'
    -
    -
    Static
    -
    -
    - - - -
    since1.5
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBS701Update.html b/docs/classes/JBS701Update.html deleted file mode 100644 index aba1ad2cef..0000000000 --- a/docs/classes/JBS701Update.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - -Proclaim API » \JBS701Update - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    Update for 7.0.1 class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Upgrade for 7.0.1

    -
    do701update() : boolean
    -
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Update the Topics

    -
    updatetopics() : boolean
    -
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBS702Update.html b/docs/classes/JBS702Update.html deleted file mode 100644 index f521a50722..0000000000 --- a/docs/classes/JBS702Update.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - -Proclaim API » \JBS702Update - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    Inserts some css code to fix pagination problem and add a tag for the captcha of comments

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.2
    -

    - Methods

    -
    -

    Update CSS for 7.0.2

    -
    css702() : boolean
    -
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBS710Update.html b/docs/classes/JBS710Update.html deleted file mode 100644 index a60e05ff18..0000000000 --- a/docs/classes/JBS710Update.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - -Proclaim API » \JBS710Update - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    Update for 7.1.0 class

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim.Admin
    since7.1.0
    todoneed to update to new SQL and Joomla @BCC
    -

    - Methods

    -
    -

    Set Empty templates

    -
    setemptytemplates() : void
    -
    Static
    -
    -
    -
    -

    Method to Update to 7.1.0

    -
    update710() : boolean
    -
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBS800Update.html b/docs/classes/JBS800Update.html deleted file mode 100644 index ed61cc81ff..0000000000 --- a/docs/classes/JBS800Update.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - -Proclaim API » \JBS800Update - - - - - - - - - - -
    - -
    - -
    - -
    -

    Update for 8.0.0 class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since8.0.0
    -

    - Methods

    -
    -

    Fix Media File Player settings

    -
    fix_mediafile_params() : mixed
    -
    -
    -
    -

    Returns

    -
    mixed
    -
    -
    -
    -

    Method to Update to 8.0.0

    -
    update800() : boolean
    -
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Migrate Topics

    -
    migrate_topics() : bool
    -
    -
    -
    -

    Returns

    -
    bool
    -
    -
    -
    -

    Update studies to reference newly created topics

    -
    update_studies(Object $topic_table, String $old_topic_id) : void
    -
    -
    -
    -

    Parameters

    -
    -

    $topic_table

    -Object

    Object containing the saved topic record

    -
    -

    $old_topic_id

    -String

    Reference to the old topic id

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSConvert.html b/docs/classes/JBSConvert.html deleted file mode 100644 index e28dc63bda..0000000000 --- a/docs/classes/JBSConvert.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - -Proclaim API » \JBSConvert - - - - - - - - - - -
    - -
    - -
    - -
    -

    Class script to convert SermonSpeaker 3.4 to Proclaim

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.1.0
    -

    - Methods

    -
    -

    function to convert SermonSpeaker

    -
    convertSS() : string
    -
    -
    -
    -

    Returns

    -
    -stringTable for resultes
    -
    -
    -
    -

    Get Time

    -
    getTime(string $time) : object
    -
    -
    -
    -

    Parameters

    -
    -

    $time

    -string

    ?

    -
    -

    Returns

    -
    object
    -
    -
    -
    -

    Get Version of Booknumber

    -
    getVerses(string $sermon) : object
    -
    -
    -
    -

    Parameters

    -
    -

    $sermon

    -string

    Book of the Bible.

    -

    Returns

    -
    -objectVersion of the Books
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSDebug.html b/docs/classes/JBSDebug.html deleted file mode 100644 index 40bd9cfa58..0000000000 --- a/docs/classes/JBSDebug.html +++ /dev/null @@ -1,406 +0,0 @@ - - - - - - - Proclaim API » \JBSDebug - - - - - - - - - - - - - - - - -
    - -
    - -
    - - -
    -

    Class JBS Debug

    - -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    -  Methods

    - - -
    -

    System to get BibleStudy Error

    -
    Biblestudy_error(string $message, int $level, int $back) : null
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $message

    - string - -

    Message to display

    -
    -

    $level

    - int - -

    Lever of Notice

    -
    -

    $back

    - int - -

    Id to return

    -

    Returns

    - -
    null
    -
    -
    -
    - - -
    -

    Check DB Warning

    -
    Check_dbwarning(string $text) : null
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $text

    - string - -

    Text

    -

    Returns

    - -
    null
    -
    -
    -
    - - -
    -

    Show the callstackinfo to this point in a decent format

    -
    Debug_callstackinfo(int $back) : string
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $back

    - int - -

    Back info

    -

    Returns

    - -
    string
    -
    -
    -
    - - -
    -

    Little helper to created a formatted output of variables

    -
    Debug_vars(array $varlist) : string
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $varlist

    - array - -

    List ov Var

    -

    Returns

    - -
    string
    -
    -
    -
    - - -
    -

    Trigger DB Warning

    -
    Trigger_dbwarning(string $text) : null
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $text

    - string - -

    Text

    -

    Returns

    - -
    null
    -
    -
    -
    - - -
    -

    System to Check for DB errors

    -
    check_dberror(string $text, int $back) : null
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $text

    - string - -

    Text to Disaply

    -
    -

    $back

    - int - -

    ID to return

    -

    Returns

    - -
    null
    -
    -
    -
    - - -
    -

    Default assert call back funtion - If certain things fail hard we MUST know about it

    -
    debug_assert_callback(string $script, string $line, string $message) : null
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $script

    - string - -

    Script

    -
    -

    $line

    - string - -

    Line

    -
    -

    $message

    - string - -

    Message

    -

    Returns

    - -
    null
    -
    -
    -
    - - -
    -

    Production error handling

    -
    trigger_dberror(string $text, int $back) : null
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $text

    - string - -

    Text

    -
    -

    $back

    - int - -

    ID

    -

    Returns

    - -
    null
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    - - diff --git a/docs/classes/JBSExport.html b/docs/classes/JBSExport.html deleted file mode 100644 index 10e09f3bf1..0000000000 --- a/docs/classes/JBSExport.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - -Proclaim API » \JBSExport - - - - - - - - - - -
    - -
    - -
    - -
    -

    Export Class

    -
    -
    - - - - - - - - - - - - - -
    packageBibleStudy
    subpackageJBSMigration.Admin
    since
    -

    - Methods

    -
    -

    Creates Backup File.

    -
    createBackup(string $localfilename) : boolean
    -
    -
    -
    -

    Parameters

    -
    -

    $localfilename

    -string

    File Name on local server

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Export Db function

    -
    exportdb() : boolean
    -
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Get Export Table

    -
    getExportTable(string $table) : boolean
    -
    -
    -
    -

    Parameters

    -
    -

    $table

    -string

    Table Name exp: #__bsms_admin

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Get Opjects for tables

    -
    getObjects() : array
    -
    -
    -
    -

    Returns

    -
    array
    -
    -
    -
    -

    File output

    -
    output_file(string $file, string $name, string $mime_type) : boolean
    -
    -
    -
    -

    Parameters

    -
    -

    $file

    -string

    ?

    -
    -
    -

    $name

    -string

    ?

    -
    -
    -

    $mime_type

    -string

    ?

    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSM701Update.html b/docs/classes/JBSM701Update.html deleted file mode 100644 index fbce96b48d..0000000000 --- a/docs/classes/JBSM701Update.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - -Proclaim API » \JBSM701Update - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    Update for 7.0.1 class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Upgrade for 7.0.1

    -
    do701update() : boolean
    -
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Update the Topics

    -
    updatetopics() : boolean
    -
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSM702Update.html b/docs/classes/JBSM702Update.html deleted file mode 100644 index 92842fa45d..0000000000 --- a/docs/classes/JBSM702Update.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - -Proclaim API » \JBSM702Update - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    Inserts some css code to fix pagination problem and add a tag for the captcha of comments

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Update CSS for 7.0.2

    -
    css702() : boolean
    -
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSM710Update.html b/docs/classes/JBSM710Update.html deleted file mode 100644 index a72ae4527a..0000000000 --- a/docs/classes/JBSM710Update.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - -Proclaim API » \JBSM710Update - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    Update for 7.1.0 class

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim.Admin
    since
    todoneed to update to new SQL and Joomla @BCC
    -

    - Methods

    -
    -

    Set Empty templates

    -
    setemptytemplates() : void
    -
    Static
    -
    -
    -
    -

    Method to Update to 7.1.0

    -
    update710() : boolean
    -
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSM800Update.html b/docs/classes/JBSM800Update.html deleted file mode 100644 index d0717823a9..0000000000 --- a/docs/classes/JBSM800Update.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - -Proclaim API » \JBSM800Update - - - - - - - - - - -
    - -
    - -
    - -
    -

    Update for 8.0.0 class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Fix Media File Player settings

    -
    fix_mediafile_params() : mixed
    -
    -
    -
    -

    Returns

    -
    mixed
    -
    -
    -
    -

    Method to Update to 8.0.0

    -
    update800() : boolean
    -
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Migrate Topics

    -
    migrate_topics() : bool
    -
    -
    -
    -

    Returns

    -
    bool
    -
    -
    -
    -

    Update studies to reference newly created topics

    -
    update_studies(Object $topic_table, String $old_topic_id) : void
    -
    -
    -
    -

    Parameters

    -
    -

    $topic_table

    -Object

    Object containing the saved topic record

    -
    -

    $old_topic_id

    -String

    Reference to the old topic id

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMAddon.html b/docs/classes/JBSMAddon.html deleted file mode 100644 index d6e5c204d2..0000000000 --- a/docs/classes/JBSMAddon.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - -Proclaim API » \JBSMAddon - - - - - - - - - - -
    - -
    - -
    - -
    -

    Abstract Server class

    -
    -
    - - - - - - - - - -
    since9.0.0
    packageProclaim.Admin
    -

    - Methods

    -
    -

    Construct

    -
    __construct(array $config = array()
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $config

    -array

    Array of Obtains

    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -
    -

    Returns a Addon object, always creating it

    -
    getInstance(string $type, array $config = array()) : boolean
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $type

    -string

    ?

    -
    -

    $config

    -array

    ?

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Gets the type of addon loaded based on the class name

    -
    getType() : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    string
    -
    -
    -
    -

    Loads the addon configuration from the xml file

    -
    getXml() : boolean | \SimpleXMLElement
    -
    -
    -
    - - - -
    since9.0.0
    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    -boolean\SimpleXMLElement -
    -
    -
    -
    -

    Upload

    -
    upload(\JInput $target) : mixed
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $target

    -\JInput

    URL

    -

    Returns

    -
    mixed
    -
    -
    -

    - Properties

    - 
    -

    $config

    -
    $config 
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - 
    -

    $description

    -
    $description 
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - 
    -

    $name

    -
    $name 
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - 
    -

    The type of server

    -
    $type : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Addon configuration

    -
    $xml : object
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMAddonLegacy.html b/docs/classes/JBSMAddonLegacy.html deleted file mode 100644 index a576eedf00..0000000000 --- a/docs/classes/JBSMAddonLegacy.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - - -Proclaim API » \JBSMAddonLegacy - - - - - - - - - - -
    - -
    - -
    - -
    -

    Class JBSMAddonLegacy

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    inherited_from\JBSMAddon
    -

    - Methods

    -
    -

    Construct

    -
    __construct(array $config = array()
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $config

    -array

    Array of Obtains

    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -
    -

    Returns a Addon object, always creating it

    -
    getInstance(string $type, array $config = array()) : boolean
    -
    -InheritedStatic -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $type

    -string

    ?

    -
    -

    $config

    -array

    ?

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Gets the type of addon loaded based on the class name

    -
    getType() : string
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    string
    -
    -
    -
    -

    Loads the addon configuration from the xml file

    -
    getXml() : boolean | \SimpleXMLElement
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    -boolean\SimpleXMLElement -
    -
    -
    -
    -

    Upload

    -
    upload(\JInput|array $data) : array
    -
    -
    -
    - - - - - - - - - -
    since9.0.0
    inherited_from\JBSMAddon::upload()
    -

    Parameters

    -
    -

    $data

    -\JInputarray

    Data to upload

    -

    Returns

    -
    array
    -
    -
    -
    -

    Upload

    -
    upload(\JInput $target) : mixed
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $target

    -\JInput

    URL

    -

    Returns

    -
    mixed
    -
    -
    -

    - Properties

    - 
    -

    $config

    -
    $config 
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    inherited_from\JBSMAddon::config
    -
    -
    - 
    -

    $config

    -
    $config 
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - 
    -

    $description

    -
    $description 
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - 
    -

    $name

    -
    $name 
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - 
    -

    The type of server

    -
    $type : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Addon configuration

    -
    $xml : object
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMAddonLocal.html b/docs/classes/JBSMAddonLocal.html deleted file mode 100644 index 9c377fbbc9..0000000000 --- a/docs/classes/JBSMAddonLocal.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - - -Proclaim API » \JBSMAddonLocal - - - - - - - - - - -
    - -
    - -
    - -
    -

    Class JBSMAddonLocal

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    inherited_from\JBSMAddon
    -

    - Methods

    -
    -

    Construct

    -
    __construct(array $config = array()
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $config

    -array

    Array of Obtains

    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -
    -

    Returns a Addon object, always creating it

    -
    getInstance(string $type, array $config = array()) : boolean
    -
    -InheritedStatic -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $type

    -string

    ?

    -
    -

    $config

    -array

    ?

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Gets the type of addon loaded based on the class name

    -
    getType() : string
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    string
    -
    -
    -
    -

    Loads the addon configuration from the xml file

    -
    getXml() : boolean | \SimpleXMLElement
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    -boolean\SimpleXMLElement -
    -
    -
    -
    -

    Upload

    -
    upload(\JInput|array $data) : array
    -
    -
    -
    - - - - - - - - - -
    since9.0.0
    inherited_from\JBSMAddon::upload()
    -

    Parameters

    -
    -

    $data

    -\JInputarray

    Data to upload

    -

    Returns

    -
    array
    -
    -
    -
    -

    Upload

    -
    upload(\JInput $target) : mixed
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $target

    -\JInput

    URL

    -

    Returns

    -
    mixed
    -
    -
    -

    - Properties

    - 
    -

    $config

    -
    $config 
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    inherited_from\JBSMAddon::config
    -
    -
    - 
    -

    $config

    -
    $config 
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - 
    -

    $description

    -
    $description 
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - 
    -

    $name

    -
    $name 
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - 
    -

    The type of server

    -
    $type : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Addon configuration

    -
    $xml : object
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMAddonYouTube.html b/docs/classes/JBSMAddonYouTube.html deleted file mode 100644 index 968058141d..0000000000 --- a/docs/classes/JBSMAddonYouTube.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - - -Proclaim API » \JBSMAddonYouTube - - - - - - - - - - -
    - -
    - -
    - -
    -

    Class JBSMAddonYouTube

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    inherited_from\JBSMAddon
    -

    - Methods

    -
    -

    Construct

    -
    __construct(array $config = array()
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $config

    -array

    Array of Obtains

    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -
    -

    Returns a Addon object, always creating it

    -
    getInstance(string $type, array $config = array()) : boolean
    -
    -InheritedStatic -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $type

    -string

    ?

    -
    -

    $config

    -array

    ?

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Gets the type of addon loaded based on the class name

    -
    getType() : string
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    string
    -
    -
    -
    -

    Loads the addon configuration from the xml file

    -
    getXml() : boolean | \SimpleXMLElement
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    -boolean\SimpleXMLElement -
    -
    -
    -
    -

    Upload

    -
    upload(\JInput|array $data) : array
    -
    -
    -
    - - - - - - - - - -
    since9.0.0
    inherited_from\JBSMAddon::upload()
    -

    Parameters

    -
    -

    $data

    -\JInputarray

    Data to upload

    -

    Returns

    -
    array
    -
    -
    -
    -

    Upload

    -
    upload(\JInput $target) : mixed
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $target

    -\JInput

    URL

    -

    Returns

    -
    mixed
    -
    -
    -

    - Properties

    - 
    -

    $config

    -
    $config 
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    inherited_from\JBSMAddon::config
    -
    -
    - 
    -

    $config

    -
    $config 
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - 
    -

    $description

    -
    $description 
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - 
    -

    $name

    -
    $name 
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - 
    -

    The type of server

    -
    $type : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Addon configuration

    -
    $xml : object
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMAlias.html b/docs/classes/JBSMAlias.html deleted file mode 100644 index bb86f142e0..0000000000 --- a/docs/classes/JBSMAlias.html +++ /dev/null @@ -1,185 +0,0 @@ - - - - - -Proclaim API » \JBSMAlias - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Class for updating the alias in certain tables

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.1.0
    -

    - Methods

    -
    -

    Update Alias

    -
    updateAlias() : string
    -
    Static
    -
    -
    - - - -
    since7.1.0
    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Object's for tables

    -
    getObjects() : array
    -
    Static
    -
    -
    - - - -
    since1.5
    -

    Returns

    -
    array
    -
    -
    -
    -

    Get Table fields for updating.

    -
    getTableQuery(string $table, string $title) : boolean | array
    -
    Static
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $table

    -string

    Table

    -
    -

    $title

    -string

    Title

    -

    Returns

    -
    -booleanarray -
    -
    -
    -

    - Properties

    - 
    -

    Extension Name

    -
    $extension : string
    -
    -

    Default

    -
    'com_biblestudy'
    -
    -
    Static
    -
    -
    - - - -
    since1.5
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMAssets.html b/docs/classes/JBSMAssets.html deleted file mode 100644 index 4401c4f997..0000000000 --- a/docs/classes/JBSMAssets.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - - -Proclaim API » \JBSMAssets - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Asset Fix class

    -
    -
    - - - - - - - - - -
    since7.0.4
    packageProclaim.Admin
    -

    - Methods

    -
    -

    Build functions

    -
    build() : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Check Assets

    -
    checkAssets() : array
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    array
    -
    -
    -
    -

    Fix Assets function.

    -
    fixAssets(string $key, object $result) : boolean
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $key

    -string

    Asset name to affect

    -
    -

    $result

    -object

    Assets to look at.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Set Parent ID

    -
    parentid() : integer
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -integerParent ID
    -
    -
    -
    -

    Table list Array.

    -
    getassetObjects() : array
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    array
    -
    -
    -
    -

    Delete assets

    -
    deleteasset(object $data) : boolean
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $data

    -object

    Data

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Set Asset

    -
    setasset(object $data, string $assetName) : boolean
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $data

    -object

    Data

    -
    -

    $assetName

    -string

    Asset Name

    -

    Returns

    -
    boolean
    -
    -
    -

    - Properties

    - 
    -

    $count

    -
    $count 
    -
    -

    Default

    -
    0
    -
    -
    -
    -
    - 
    -

    $parent_id

    -
    $parent_id 
    -
    -

    Default

    -
    null
    -
    -
    Static
    -
    -
    - 
    -

    $query

    -
    $query 
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMBackup.html b/docs/classes/JBSMBackup.html deleted file mode 100644 index 0cb5b46a9c..0000000000 --- a/docs/classes/JBSMBackup.html +++ /dev/null @@ -1,309 +0,0 @@ - - - - - -Proclaim API » \JBSMBackup - - - - - - - - - - -
    - -
    - -
    - -
    -

    JBS Export class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.1.0
    -

    - Methods

    -
    -

    Export DB//

    -
    exportdb(integer $run) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $run

    -integer

    ID

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Get Export Table

    -
    getExportTable(string $table) : boolean | string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $table

    -string

    Table name

    -

    Returns

    -
    -booleanstring -
    -
    -
    -
    -

    File output

    -
    output_file(string $file, string $name, string $mime_type = '') : void
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $file

    -string

    File Name

    -
    -

    $name

    -string

    Name output

    -
    -

    $mime_type

    -string

    Meme_Type

    -
    -
    -
    -

    Update files

    -
    updatefiles(\Joomla\Registry\Registry $params) : void
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    JBSM Params

    -
    -
    -
    -

    Saves the string in $fileData to the file $backupfile. Returns TRUE. If saving -failed, return value is FALSE.

    -
    writeline(string $fileData) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $fileData

    -string

    &$fileData Data to write. Set to null to close the file handle.

    -

    Returns

    -
    -booleanTRUE is saving to the file succeeded
    -
    -
    -

    - Properties

    - 
    -

    Data cache, used to cache data before being written to disk

    -
    $data_cache : string
    -
    -

    Default

    -
    ''
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Absolute path to dump file; must be writable (optional; if left blank it is automatically calculated)

    -
    $dumpFile : string
    -
    -

    Default

    -
    ''
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Relative path of how the file should be saved in the archive

    -
    $saveAsName : string
    -
    -

    Default

    -
    ''
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Absolute path to the temp file

    -
    $tempFile : string
    -
    -

    Default

    -
    ''
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Filepointer to the current dump part

    -
    $fp : resource
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMBibleStudyHelper.html b/docs/classes/JBSMBibleStudyHelper.html deleted file mode 100644 index d899673c5c..0000000000 --- a/docs/classes/JBSMBibleStudyHelper.html +++ /dev/null @@ -1,465 +0,0 @@ - - - - - -Proclaim API » \JBSMBibleStudyHelper - - - - - - - - - - -
    - -
    - -
    - -
    -

    BibleStudy Helper class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Configure the Linkbar.

    -
    addSubmenu(string $vName) : void
    -
    Static
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $vName

    -string

    The name of the active view.

    -
    -
    -
    -

    Sorting the array a Column

    -
    array_sort_by_column(array $arr, string $col, integer $dir = SORT_ASC) : void
    -
    Static
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $arr

    -array

    &$arr Array to sort

    -
    -

    $col

    -string

    Sort column

    -
    -

    $dir

    -integer

    Direction to sort

    -
    -
    -
    -

    Debug switch state form Admin Settings page

    -
    debug() : integer
    -
    Static
    -
    -
    - - - -
    since7.1.0
    -

    Returns

    -
    -integer'1' is on '0' is off
    -
    -
    -
    -

    String Ends with.

    -
    endsWith(string $haystack, string $needle) : boolean
    -
    Static
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $haystack

    -string

    String to search.

    -
    -

    $needle

    -string

    What to search for.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Applies the content tag filters to arbitrary text as per settings for current user group

    -
    filterText(string $text) : string
    -
    Static
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $text

    -string

    The string to filter

    -

    Returns

    -
    -stringThe filtered string
    -
    -
    -
    -

    Get Actions

    -
    getActions(integer $Itemid = 0, string $type = '') : \JObject
    -
    Static
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $Itemid

    -integer

    ID

    -
    -

    $type

    -string

    Type

    -

    Returns

    -
    \JObject
    -
    -
    -
    -

    Media Types

    -
    getMediaTypes() : void
    -
    Static
    -
    -
    - - - - - - - - - -
    since8.0.0
    depreciated9.0.0
    -

    Exceptions

    - - - -
    \ExceptionFor bad function
    -
    -
    -
    -

    Media Years

    -
    getMediaYears() : array
    -
    Static
    -
    -
    - - - -
    since8.0.0
    -

    Returns

    -
    -arrayReturns list of years of media files based on createdate
    -
    -
    -
    -

    Message Types

    -
    getMessageTypes() : array
    -
    Static
    -
    -
    - - - -
    since8.0.0
    -

    Returns

    -
    -arrayReturns list of message types
    -
    -
    -
    -

    Study Books

    -
    getStudyBooks() : array
    -
    Static
    -
    -
    - - - -
    since8.0.0
    -

    Returns

    -
    -arrayReturns list of books
    -
    -
    -
    -

    Study Locations

    -
    getStudyLocations() : array
    -
    Static
    -
    -
    - - - -
    since8.0.0
    -

    Returns

    -
    -arrayReturns list of books
    -
    -
    -
    -

    Study Media Types

    -
    getStudyMediaTypes() : array
    -
    Static
    -
    -
    - - - -
    since8.0.0
    -

    Returns

    -
    -arrayReturns list of books
    -
    -
    -
    -

    Study Years

    -
    getStudyYears() : array
    -
    Static
    -
    -
    - - - -
    since8.0.0
    -

    Returns

    -
    -arrayReturns list of years of studies based on studydate
    -
    -
    -
    -

    Teachers

    -
    getTeachers() : array
    -
    Static
    -
    -
    - - - -
    since8.0.0
    -

    Returns

    -
    -arrayReturns list of Teachers
    -
    -
    -
    -

    Rendering Menu based on Joomla! Version.

    -
    rendermenu(string $text, string $url, string $vName) : void
    -
    Static
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $text

    -string

    Label

    -
    -

    $url

    -string

    Url of link

    -
    -

    $vName

    -string

    Name of view

    -
    -
    -
    -

    String Starts With

    -
    startsWith(string $haystack, string $needle) : boolean
    -
    Static
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $haystack

    -string

    String to search.

    -
    -

    $needle

    -string

    What to search for.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Debug stop

    -
    stop(string $msg = '') : void
    -
    Static
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $msg

    -string

    Message to sent.

    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -

    - Properties

    - 
    -

    $admin_params

    -
    $admin_params 
    -
    -

    Default

    -
    null
    -
    -
    Static
    -
    -
    - 
    -

    Set extension

    -
    $extension : string
    -
    -

    Default

    -
    'com_biblestudy'
    -
    -
    Static
    -
    -
    - - - -
    since1.5
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMBiblestudyVersion.html b/docs/classes/JBSMBiblestudyVersion.html deleted file mode 100644 index f920fa3312..0000000000 --- a/docs/classes/JBSMBiblestudyVersion.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - -Proclaim API » \JBSMBiblestudyVersion - - - - - - - - - - -
    - -
    - -
    - -
    -

    BibleStudy Version Class

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim.Admin
    since7.0.2
    useThis is used by biblestudy.debug.php
    -

    - Methods

    -
    -

    Retrieve MySQL Server version.

    -
    MySQLVersion() : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -stringMySQL version
    -
    -
    -
    -

    Retrieve PHP Server version.

    -
    PHPVersion() : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -stringPHP version
    -
    -
    -
    -

    Retrieve installed Bible Study version as string.

    -
    version() : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -string"X.Y.Z | YYYY-MM-DD | BUILDNUMBER [versionname]"
    -
    -
    -
    -

    Retrieve installed Biblestudy version as array.

    -
    versionObject() : object
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -objectContains fields: version, versiondate, build, versionname
    -
    -
    -
    -

    Retrieve Bible Study version from manifest.xml

    -
    versionXML() : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -stringversion
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMCustom.html b/docs/classes/JBSMCustom.html deleted file mode 100644 index 5686be7d35..0000000000 --- a/docs/classes/JBSMCustom.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - -Proclaim API » \JBSMCustom - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Class custom helper

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since8.0.0
    -

    - Methods

    -
    -

    Get Custom page

    -
    getCustom(integer $rowid, string $custom, object $row, \Joomla\Registry\Registry $params, \TableTemplate $template) : object
    -
    -
    -
    - - - -
    since8.0.0
    -

    Parameters

    -
    -

    $rowid

    -integer

    ID of Row

    -
    -

    $custom

    -string

    Custom String

    -
    -

    $row

    -object

    Row info

    -
    -

    $params

    -\Joomla\Registry\Registry

    Params for intro

    -
    -

    $template

    -\TableTemplate

    Template ID

    -

    Returns

    -
    object
    -
    -
    -
    -

    Get Element Number.

    -
    getElementnumber(integer $rowid) : integer
    -
    Static
    -
    -
    - - - -
    since8.0.0
    -

    Parameters

    -
    -

    $rowid

    -integer

    Row ID

    -

    Returns

    -
    integer
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMDbHelper.html b/docs/classes/JBSMDbHelper.html deleted file mode 100644 index e2d004b41e..0000000000 --- a/docs/classes/JBSMDbHelper.html +++ /dev/null @@ -1,403 +0,0 @@ - - - - - -Proclaim API » \JBSMDbHelper - - - - - - - - - - -
    - -
    - -
    - -
    -

    Database Helper class for version 7.1.0

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.1.0
    -

    - Methods

    -
    -

    Clean up Study Topics Duplicates

    -
    CleanStudyTopics() : void
    -
    Static
    -
    -
    - - - -
    since8.0.0
    -

    Exceptions

    - - - -
    \Exception
    -
    -
    -
    -

    Alters a table -command is only needed for MODIFY. Can be used to ADD, DROP, MODIFY, or CHANGE tables.

    -
    alterDB(array $tables, string $from = null) : boolean
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $tables

    -array

    Tables is an array of tables, fields, type of query and optional command line

    -
    -

    $from

    -string

    Where the query is coming from for msg

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Checks a table for the existence of a field, if it does not find it, runs the Admin model fix()

    -
    checkDB(string $table, string $field) : boolean
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $table

    -string

    table is the table you are checking

    -
    -

    $field

    -string

    field you are checking

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    System to Check if Table Exists

    -
    checkIfTable(string $cktable) : boolean
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $cktable

    -string

    Table to check for exp:"#__bsms_admin

    -

    Returns

    -
    -booleanIf table is there True else False if not.
    -
    -
    -
    -

    Discover the fields in a table

    -
    checkTables(string $table, string $field) : boolean
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $table

    -string

    Is the table you are checking

    -
    -

    $field

    -string

    Checking against.

    -

    Returns

    -
    -booleanfalse equals field does not exist
    -
    -
    -
    -

    Fix up css.

    -
    fixupcss(string $filename, boolean $parent, string $newcss, integer $id = null) : boolean
    -
    Static
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $filename

    -string

    Name of css file

    -
    -

    $parent

    -boolean

    if coming form the update script

    -
    -

    $newcss

    -string

    New css style

    -
    -

    $id

    -integer

    this is the id of record to be fixed

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Get State of install for Main Admin Controller

    -
    getInstallState() : boolean
    -
    Static
    -
    -
    - - - -
    since7.1.0
    -

    Returns

    -
    -booleanfalse if table exists | true if dos not
    -
    -
    -
    -

    Get Objects for tables

    -
    getObjects() : array
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    array
    -
    -
    -
    -

    performs a database query

    -
    performDB(string $query, string $from = null, integer $limit = null) : boolean
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $query

    -string

    Is a Joomla ready query

    -
    -

    $from

    -string

    Where the source of the query comes from

    -
    -

    $limit

    -integer

    Set the Limit of the query

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    -booleantrue if success, or error string if failed
    -
    -
    -
    -

    Set table store()

    -
    reloadtable(object $result, string $table = 'Style') : boolean
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $result

    -object

    Object list that we will get the id from.

    -
    -

    $table

    -string

    Table to be reloaded.

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Reset Database back to defaults

    -
    resetdb(boolean $install = false) : boolean | integer
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $install

    -boolean

    If coming from the installer true|false not form installer

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    -booleaninteger -
    -
    -
    -

    - Properties

    - 
    -

    Extension Name

    -
    $extension : string
    -
    -

    Default

    -
    'com_biblestudy'
    -
    -
    Static
    -
    -
    - - - -
    since1.5
    -
    -
    - 
    -

    $install_state

    -
    $install_state 
    -
    -

    Default

    -
    null
    -
    -
    Static
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMDebug.html b/docs/classes/JBSMDebug.html deleted file mode 100644 index 99207524d6..0000000000 --- a/docs/classes/JBSMDebug.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - -Proclaim API » \JBSMDebug - - - - - - - - - - -
    - -
    - -
    - -
    -

    Class JBSMDebug

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim
    since8.0.0
    deprecated9.0.0 JBSM
    -

    - Methods

    -
    -

    Trigger JBS Errors

    -
    Biblestudy_error(string $message, integer $level = E_USER_NOTICE, integer $back = 1) : void
    -
    -
    -
    - - - - - - - - - -
    deprecated9.0.0 JBSM
    since7.0.0
    -

    Parameters

    -
    -

    $message

    -string

    ?

    -
    -

    $level

    -integer

    ?

    -
    -

    $back

    -integer

    ?

    -
    -
    -
    -

    Check db Error

    -
    Check_Db_error(string $text = '', integer $back = 0) : void
    -
    -
    -
    - - - - - - - - - -
    deprecated9.0.0 JBSM
    since7.0.0
    -

    Parameters

    -
    -

    $text

    -string

    ?

    -
    -

    $back

    -integer

    ?

    -
    -
    -
    -

    Check db warning

    -
    Check_Db_warning(string $text = '') : void
    -
    -
    -
    - - - - - - - - - -
    deprecated9.0.0 JBSM
    since7.0.0
    -

    Parameters

    -
    -

    $text

    -string

    ?

    -
    -
    -
    -

    Default assert call back function -If certain things fail hard we MUST know about it

    -
    Debug_Assert_callback(string $script, integer $line, string $message) : void
    -
    -
    -
    - - - - - - - - - -
    deprecated9.0.0 JBSM
    since7.0.0
    -

    Parameters

    -
    -

    $script

    -string

    ?

    -
    -

    $line

    -integer

    ?

    -
    -

    $message

    -string

    ?

    -
    -
    -
    -

    Show the callstack to this point in a decent format

    -
    Debug_Call_Stack_info(integer $back = 1) : object
    -
    -
    -
    - - - - - - - - - -
    deprecated9.0.0 JBSM
    since7.0.0
    -

    Parameters

    -
    -

    $back

    -integer

    ?

    -

    Returns

    -
    object
    -
    -
    -
    -

    Little helper to created a formatted output of variables

    -
    Debug_vars(array $varlist) : string
    -
    -
    -
    - - - - - - - - - -
    deprecated9.0.0 JBSM
    since7.0.0
    -

    Parameters

    -
    -

    $varlist

    -array

    ?

    -

    Returns

    -
    string
    -
    -
    -
    -

    Production error handling

    -
    Trigger_Db_error(string $text = '', integer $back = 0) : void
    -
    -
    -
    - - - - - - - - - -
    deprecated9.0.0 JBSM
    since7.0.0
    -

    Parameters

    -
    -

    $text

    -string

    ?

    -
    -

    $back

    -integer

    ?

    -
    -
    -
    -

    DB Warning

    -
    Trigger_Db_warning(string $text = '') : void
    -
    -
    -
    - - - - - - - - - -
    deprecated9.0.0 JBSM
    since7.0.0
    -

    Parameters

    -
    -

    $text

    -string

    ?

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMDownload.html b/docs/classes/JBSMDownload.html deleted file mode 100644 index 6b3f9daa69..0000000000 --- a/docs/classes/JBSMDownload.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - -Proclaim API » \JBSMDownload - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    BibleStudy Download Class

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Method to send file to browser

    -
    download(integer $mid) : null
    -
    -
    -
    - - - -
    since6.1.2
    -

    Parameters

    -
    -

    $mid

    -integer

    ID of media

    -

    Returns

    -
    null
    -
    -
    -
    -

    Method tho track Downloads

    -
    hitDownloads(integer $mid) : boolean
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $mid

    -integer

    Media ID

    -

    Returns

    -
    -booleanTrue if hit makes it or False if failed to query
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMElements.html b/docs/classes/JBSMElements.html deleted file mode 100644 index 2bcbea572e..0000000000 --- a/docs/classes/JBSMElements.html +++ /dev/null @@ -1,453 +0,0 @@ - - - - - -Proclaim API » \JBSMElements - - - - - - - - - - -
    - -
    - -
    - -
    -

    Class for Elements

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since
    -

    - Methods

    -
    -

    Check whether date is valid YYYY-MM-DD format

    -
    MyCheckDate(string $datein) : boolean
    -
    -
    -
    -

    Parameters

    -
    -

    $datein

    -string

    Study Date

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Only Return the Body of a html doc.

    -
    body_only(string $html) : string
    -
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $html

    -string

    Html document

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Article

    -
    getArticle(object $media, int $width, int $height, string $src) : string
    -
    -
    -
    -

    Parameters

    -
    -

    $media

    -object

    Media

    -
    -

    $width

    -int

    Width

    -
    -

    $height

    -int

    Height

    -
    -

    $src

    -string

    URL of image

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Docman

    -
    getDocman(object $media, int $width, int $height, string $src, string $duration, int $filesize) : string
    -
    -
    -
    -

    Parameters

    -
    -

    $media

    -object

    Media

    -
    -

    $width

    -int

    Width

    -
    -

    $height

    -int

    Height

    -
    -

    $src

    -string

    Source of Image

    -
    -

    $duration

    -string

    Duration

    -
    -

    $filesize

    -int

    File Size of Doc

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Duration

    -
    getDuration(object $params, object $row) : null | string
    -
    -
    -
    -

    Parameters

    -
    -

    $params

    -object

    Item Params

    -
    -

    $row

    -object

    Row info

    -

    Returns

    -
    -nullstring -
    -
    -
    -
    -

    Get Elementid

    -
    getElementid(int $rowid, \JTable $row, \Registry $params, \Registry $admin_params, int $template) : object
    -
    -
    -
    - - - -
    todoRedo to MVC Standers under a class
    -

    Parameters

    -
    -

    $rowid

    -int

    ID

    -
    -

    $row

    -\JTable

    Table info

    -
    -

    $params

    -\Registry

    Component / System Params

    -
    -
    -

    $admin_params

    -\Registry

    Admin Settings

    -
    -

    $template

    -int

    Template ID

    -

    Returns

    -
    object
    -
    -
    -
    -

    Get File Path

    -
    getFilepath(string $id3, string $idfield, string $mime) : string
    -
    -
    -
    - - - -
    FIXMElook like the last where is not right, TOM
    -

    Parameters

    -
    -

    $id3

    -string

    ID

    -
    -

    $idfield

    -string

    ID Filed

    -
    -

    $mime

    -string

    MimeType info

    -

    Returns

    -
    string
    -
    -
    -
    -

    Function to get File Size

    -
    getFilesize(string $file_size) : null | string
    -
    -
    -
    -

    Parameters

    -
    -

    $file_size

    -string

    Size in bytes

    -

    Returns

    -
    -nullstring -
    -
    -
    -
    -

    Get MediaRows

    -
    getMediaRows(int $study_id) : object
    -
    -
    -
    -

    Parameters

    -
    -

    $study_id

    -int

    ID

    -

    Returns

    -
    object
    -
    -
    -
    -

    Get MediaTable

    -
    getMediatable(object $params, object $row, object $admin_params) : boolean | null | string
    -
    -
    -
    -

    Parameters

    -
    -

    $params

    -object

    Item Params

    -
    -

    $row

    -object

    JTable

    -
    -

    $admin_params

    -object

    Admin Info

    -

    Returns

    -
    -booleannullstring -
    -
    -
    -
    -

    Get Scripture

    -
    getScripture(object $params, object $row, string $esv, string $scripturerow) : string
    -
    -
    -
    -

    Parameters

    -
    -

    $params

    -object

    Item Params

    -
    -

    $row

    -object

    Row Info

    -
    -

    $esv

    -string

    ESV String

    -
    -

    $scripturerow

    -string

    Scripture Row

    -

    Returns

    -
    string
    -
    -
    - -
    -

    Get Virtuart

    -
    getVirtuemart(object $media, int $width, int $height, string $src, object $params) : string
    -
    -
    -
    -

    Parameters

    -
    -

    $media

    -object

    Media info

    -
    -

    $width

    -int

    Width

    -
    -

    $height

    -int

    Height

    -
    -

    $src

    -string

    Source

    -
    -

    $params

    -object

    Item Params

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get StudyDate

    -
    getstudyDate(object $params, string $studydate) : string
    -
    -
    -
    -

    Parameters

    -
    -

    $params

    -object

    Item Params

    -
    -

    $studydate

    -string

    Study Date

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Store

    -
    getStore(object $params, object $row) : string
    -
    -
    -
    -

    Parameters

    -
    -

    $params

    -object

    Params

    -
    -

    $row

    -object

    Row info

    -

    Returns

    -
    -stringFixme look like this has missing info for the width and height. TOM
    -
    -
    -

    - Properties

    - 
    -

    Extension Name

    -
    $extension : string
    -
    Static
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMFixAlias.html b/docs/classes/JBSMFixAlias.html deleted file mode 100644 index e8ea133bbb..0000000000 --- a/docs/classes/JBSMFixAlias.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - -Proclaim API » \JBSMFixAlias - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    Class for updating the alias in certain tables

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.1.0
    -

    - Methods

    -
    -

    Update Alias

    -
    updateAlias() : string
    -
    Static
    -
    -
    - - - -
    since7.1.0
    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Object's for tables

    -
    getObjects() : array
    -
    Static
    -
    -
    -

    Returns

    -
    array
    -
    -
    -
    -

    Get Table fields for updating.

    -
    getTableQuery(string $table, string $title) : boolean | array
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $table

    -string

    Table

    -
    -

    $title

    -string

    Title

    -

    Returns

    -
    -booleanarray -
    -
    -
    -

    - Properties

    - 
    -

    -
    $extension : string
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMFreshInstall.html b/docs/classes/JBSMFreshInstall.html deleted file mode 100644 index 481f85e81e..0000000000 --- a/docs/classes/JBSMFreshInstall.html +++ /dev/null @@ -1,790 +0,0 @@ - - - - - - API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - -

    \JBSMFreshInstall

    -

    Fresh install class

    - - - -
    -

    Summary

    -
    -
    - Methods -
    -
    - Properties -
    -
    - Constants -
    -
    -
    -
    - installCSS()
    -
    -
    - No public properties found -
    -
    - No constants found -
    -
    -
    -
    - No protected methods found -
    -
    - No protected properties found -
    -
    - N/A -
    -
    -
    -
    - No private methods found -
    -
    - No private properties found -
    -
    - N/A -
    -
    -
    -
    - -
    - - - - -
    -

    Methods

    - -
    - -
    -
    - -
    -

    installCSS()

    - -
    installCSS() : boolean
    -

    Install CSS on Fresh install

    - - - - -

    Returns

    - boolean - -
    -
    - -
    - -
    -
    - - - - -
    - - - diff --git a/docs/classes/JBSMHelper.html b/docs/classes/JBSMHelper.html deleted file mode 100644 index 7046babe02..0000000000 --- a/docs/classes/JBSMHelper.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - -Proclaim API » \JBSMHelper - - - - - - - - - - -
    - -
    - -
    - -
    -

    Core Bible Study Helper

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.1.0
    -

    - Methods

    -
    -

    Media Build URL Fix up for '/' and protocol.

    -
    MediaBuildUrl(string $spath, string $path, \Joomla\Registry\Registry $params, boolean $setProtocol = false, boolean $local = false, boolean $podcast = false) : string
    -
    Static
    -
    -
    - - - -
    since9.0.3
    -

    Parameters

    -
    -

    $spath

    -string

    Server Path

    -
    -

    $path

    -string

    File

    -
    -

    $params

    -\Joomla\Registry\Registry

    Parameters.

    -
    -

    $setProtocol

    -boolean

    True add protocol els no

    -
    -

    $local

    -boolean

    Local server

    -
    -

    $podcast

    -boolean

    True if from a precast

    -

    Returns

    -
    -stringCompleted path.
    -
    -
    -
    -

    Set File Size for MediaFile

    -
    SetFileSize(integer $id, integer $size) : void
    -
    Static
    -
    -
    - - - -
    since9.0.14
    -

    Parameters

    -
    -

    $id

    -integer

    ID of MediaFile

    -
    -

    $size

    -integer

    Size of file in bits

    -
    -
    -
    -

    Clear Cache of JBSM

    -
    clearcache(string $state = 'site') : void
    -
    Static
    -
    -
    - - - -
    since9.0.4
    -

    Parameters

    -
    -

    $state

    -string

    Where to clean the cache from. Site or Admin.

    -
    -
    -
    -

    Method to get file size

    -
    getRemoteFileSize(string $url) : integer | boolean
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $url

    -string

    URL

    -

    Returns

    -
    -integerbooleanReturn size or false read.
    -
    -
    -
    -

    Get ShowHide.

    -
    getShowhide() : string
    -
    Static
    -
    -
    - - - - - - - - - -
    deprecated7.1.8
    since8.2.0
    -

    Returns

    -
    string
    -
    -
    -
    -

    Get tooltip.

    -
    getTooltip(object $row, \Joomla\Registry\Registry $params, \TableTemplate $template) : string
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $row

    -object

    JTable

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $template

    -\TableTemplate

    ID

    -

    Returns

    -
    string
    -
    -
    -
    -

    Remove Http

    -
    remove_http(string $url) : mixed
    -
    Static
    -
    -
    - - - -
    since9.0.18
    -

    Parameters

    -
    -

    $url

    -string

    Url

    -

    Returns

    -
    mixed
    -
    -
    -

    - Properties

    - 
    -

    Extension Name

    -
    $extension : string
    -
    -

    Default

    -
    'com_biblestudy'
    -
    -
    Static
    -
    -
    - - - -
    since8.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMHelperRoute.html b/docs/classes/JBSMHelperRoute.html deleted file mode 100644 index 58bcd2c73f..0000000000 --- a/docs/classes/JBSMHelperRoute.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - -Proclaim API » \JBSMHelperRoute - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Biblestudy Component Route Helper

    -
    -
    - - - - - - - - - - - - - -
    static
    packageBibleStudy.Site
    since7.2
    -

    - Methods

    -
    -

    Add Scheme to url

    -
    addScheme(string $url, string $scheme = 'http://') : string
    -
    Static
    -
    -
    - - - - - - - - - -
    since7.2
    deprecate8.0.7
    -

    Parameters

    -
    -

    $url

    -string

    URL of website

    -
    -

    $scheme

    -string

    Scheme that need to lead with.

    -

    Returns

    -
    -stringThe fixed URL
    -
    -
    -
    -

    Get Article Rout

    -
    getArticleRoute(integer $id, integer $language = 0) : string
    -
    Static
    -
    -
    - - - -
    since7.2
    -

    Parameters

    -
    -

    $id

    -integer

    The route of the study item

    -
    -

    $language

    -integer

    The state of language

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Series Route

    -
    getSeriesRoute(integer $id) : string
    -
    Static
    -
    -
    - - - -
    since7.2
    -

    Parameters

    -
    -

    $id

    -integer

    ID

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Teacher Route

    -
    getTeacherRoute(integer $id) : string
    -
    Static
    -
    -
    - - - -
    since7.2
    -

    Parameters

    -
    -

    $id

    -integer

    The route of the teacher item

    -

    Returns

    -
    string
    -
    -
    -
    -

    Find Item

    -
    _findItem(string $needles = null) : mixed
    -
    Static
    -
    -
    - - - -
    since7.2
    -

    Parameters

    -
    -

    $needles

    -string

    ?

    -

    Returns

    -
    mixed
    -
    -
    -

    - Properties

    - 
    -

    Lookup

    -
    $lookup : string
    -
    -

    Default

    -
    -
    -
    Static
    -
    -
    - - - -
    since7.2
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMImage.html b/docs/classes/JBSMImage.html deleted file mode 100644 index 3144ca5496..0000000000 --- a/docs/classes/JBSMImage.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - -Proclaim API » \JBSMImage - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Class for Joomla! Bible Study Image

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.1.2
    -

    - Methods

    -
    -

    Get Image

    -
    getImage(string $path) : object
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $path

    -string

    Path to file

    -

    Returns

    -
    object
    -
    -
    -

    - Properties

    - 
    -

    Extension Name

    -
    $extension : string
    -
    -

    Default

    -
    'com_biblestudy'
    -
    -
    Static
    -
    -
    - - - -
    since1.5
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMImageLib.html b/docs/classes/JBSMImageLib.html deleted file mode 100644 index fb3887c360..0000000000 --- a/docs/classes/JBSMImageLib.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - -Proclaim API » \JBSMImageLib - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Creates an instance of the necessary library class, as specified in the admin -params.

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Get Series Podcast File

    -
    getSeriesPodcast(string $img, string $new) : string
    -
    Static
    -
    -
    - - - -
    since9.0.18
    -

    Parameters

    -
    -

    $img

    -string

    Org Image File

    -
    -

    $new

    -string

    New Image File

    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    Extension Name

    -
    $extension : string
    -
    -

    Default

    -
    'com_biblestudy'
    -
    -
    Static
    -
    -
    - - - -
    since1.5
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMImages.html b/docs/classes/JBSMImages.html deleted file mode 100644 index 9261d044bc..0000000000 --- a/docs/classes/JBSMImages.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - - -Proclaim API » \JBSMImages - - - - - - - - - - -
    - -
    - -
    - -
    -

    BibleStudy images class

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Get Image Path

    -
    getImagePath(string $path) : object
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $path

    -string

    ?

    -

    Returns

    -
    object
    -
    -
    -
    -

    Get Media Image

    -
    getMediaImage(string $media1 = null, string $media2 = null) : object
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $media1

    -string

    ?

    -
    -

    $media2

    -string

    ?

    -

    Returns

    -
    object
    -
    -
    -
    -

    Get Series Thumbnail

    -
    getSeriesThumbnail(string $image = 'openbible.png') : object
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $image

    -string

    ?

    -

    Returns

    -
    object
    -
    -
    -
    -

    Get Show Hide

    -
    getShowHide() : object
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Get Study Thumbnail

    -
    getStudyThumbnail(string $image = 'openbible.png') : object
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $image

    -string

    ?

    -

    Returns

    -
    object
    -
    -
    -
    -

    Get Teacher Image

    -
    getTeacherImage(string $image1 = null, string $image2 = null) : object
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $image1

    -string

    ?

    -
    -

    $image2

    -string

    ?

    -

    Returns

    -
    object
    -
    -
    -
    -

    Get Teacher Thumbnail

    -
    getTeacherThumbnail(string $image1 = null, string $image2 = null) : object
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $image1

    -string

    ?

    -
    -

    $image2

    -string

    ?

    -

    Returns

    -
    object
    -
    -
    -
    -

    Main Study Image

    -
    mainStudyImage() : object
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Get MediaImage Folder

    -
    getMediaImageFolder() : string
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    string
    -
    -
    -
    -

    Get SeriesImage Folder

    -
    getSeriesImageFolder() : string
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    string
    -
    -
    -
    -

    Get StudiesImage Folder

    -
    getStudiesImageFolder() : string
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    string
    -
    -
    -
    -

    Get TeacherImage Folder

    -
    getTeacherImageFolder() : string
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    string
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMLanding.html b/docs/classes/JBSMLanding.html deleted file mode 100644 index cbf664204c..0000000000 --- a/docs/classes/JBSMLanding.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - - -Proclaim API » \JBSMLanding - - - - - - - - - - -
    - -
    - -
    - -
    -

    Class for JBSMLanding

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since8.0.0
    -

    - Methods

    -
    -

    Get Books for Landing Page.

    -
    getBooksLandingPage(\Joomla\Registry\Registry $params, integer $id = 0) : string
    -
    -
    -
    - - - -
    since8.0.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $id

    -integer

    ID

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Locations for Landing Page

    -
    getLocationsLandingPage(\Joomla\Registry\Registry $params, integer $id = 0) : string
    -
    -
    -
    - - - -
    since8.0.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $id

    -integer

    Item ID

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    string
    -
    -
    -
    -

    Get MessageType for Landing Page

    -
    getMessageTypesLandingPage(\Joomla\Registry\Registry $params, integer $id = 0) : string
    -
    -
    -
    - - - -
    since8.0.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $id

    -integer

    ID

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Series for LandingPage

    -
    getSeriesLandingPage(\Joomla\Registry\Registry $params, integer $id = 0) : string
    -
    -
    -
    - - - -
    since8.0.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $id

    -integer

    ID

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Teacher for LandingPage

    -
    getTeacherLandingPage(\Joomla\Registry\Registry $params, integer $id = 0) : string
    -
    -
    -
    - - - -
    since8.0.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $id

    -integer

    Item ID

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Topics for LandingPage

    -
    getTopicsLandingPage(\Joomla\Registry\Registry $params, integer $id = 0) : string
    -
    -
    -
    - - - -
    since8.0.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $id

    -integer

    ID

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Years for Landing Page

    -
    getYearsLandingPage(\Joomla\Registry\Registry $params, integer $id = 0) : string
    -
    -
    -
    - - - -
    since8.0.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $id

    -integer

    Item ID

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    string
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMListing.html b/docs/classes/JBSMListing.html deleted file mode 100644 index 133c2d5330..0000000000 --- a/docs/classes/JBSMListing.html +++ /dev/null @@ -1,764 +0,0 @@ - - - - - -Proclaim API » \JBSMListing - - - - - - - - - - -
    - -
    - -
    - -
    -

    BibleStudy listing class

    -
    -
    - - - - - - - - - -
    since7.0.0
    packageProclaim.Admin
    -

    - Methods

    -
    -

    Create a Element

    -
    createelement(string $element) : string
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $element

    -string

    Case that will chose the element

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Duration

    -
    getDuration(\Joomla\Registry\Registry $params, Object $row) : null | string
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $row

    -Object

    Row info

    -

    Returns

    -
    -nullstring -
    -
    -
    -
    -

    Get Element

    -
    getElement(String $custom, Object $row, \Joomla\Registry\Registry $params, \TableTemplate $template, String $type) : mixed | null | string
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $custom

    -String

    ?

    -
    -

    $row

    -Object

    ?

    -
    -

    $params

    -\Joomla\Registry\Registry

    ?

    -
    -

    $template

    -\TableTemplate

    ?

    -
    -

    $type

    -String

    ?

    -

    Returns

    -
    -mixednullstring -
    -
    -
    -
    -

    Get File Path

    -
    getFilepath(string $id3, string $idfield, string $mime = null) : string
    -
    -
    -
    - - - - - - - - - -
    since7.0
    deprecated8.1.3
    -

    Parameters

    -
    -

    $id3

    -string

    ID

    -
    -

    $idfield

    -string

    ID Filed

    -
    -

    $mime

    -string

    MimeType ID

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Fluid Custom

    -
    getFluidCustom(String $custom, Object $item, \Joomla\Registry\Registry $params, \TableTemplate $template, String $type) : mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $custom

    -String

    ?

    -
    -

    $item

    -Object

    ?

    -
    -

    $params

    -\Joomla\Registry\Registry

    ?

    -
    -

    $template

    -\TableTemplate

    ?

    -
    -

    $type

    -String

    ?

    -

    Returns

    -
    mixed
    -
    -
    -
    -

    Get Fluid Date

    -
    getFluidData(Object $item, Object $row, \Joomla\Registry\Registry $params, \TableTemplate $template, string $header, string $type) : string
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $item

    -Object

    ?

    -
    -

    $row

    -Object

    ?

    -
    -

    $params

    -\Joomla\Registry\Registry

    ?

    -
    -

    $template

    -\TableTemplate

    ?

    -
    -

    $header

    -string

    ?

    -
    -

    $type

    -string

    ?

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Fluid Listing

    -
    getFluidListing(Object $items, \Joomla\Registry\Registry $params, \TableTemplate $template, String $type) : string
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $items

    -Object

    Items

    -
    -

    $params

    -\Joomla\Registry\Registry

    Page Params

    -
    -

    $template

    -\TableTemplate

    Template name

    -
    -

    $type

    -String

    Type of Listing

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Fluid Media Files

    -
    getFluidMediaFiles(Object $item, \Joomla\Registry\Registry $params, \TableTemplate $template) : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $item

    -Object

    ?

    -
    -

    $params

    -\Joomla\Registry\Registry

    ?

    -
    -

    $template

    -\TableTemplate

    ?

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Fluid Media Id's

    -
    getFluidMediaids(Object $item) : array
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $item

    -Object

    Items info

    -

    Returns

    -
    array
    -
    -
    -
    -

    Get Fluid Row

    -
    getFluidRow(array $listrows, array $listsorts, Object $item, \Joomla\Registry\Registry $params, \TableTemplate $template, string $oddeven, string $header, string $type) : string
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $listrows

    -array

    ?

    -
    -

    $listsorts

    -array

    ?

    -
    -

    $item

    -Object

    ?

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $template

    -\TableTemplate

    Template info

    -
    -

    $oddeven

    -string

    ?

    -
    -

    $header

    -string

    ?

    -
    -

    $type

    -string

    ?

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get list Params Array

    -
    getListParamsArray(string $paramtext) : \stdClass
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $paramtext

    -string

    Param Text

    -

    Returns

    -
    \stdClass
    -
    -
    -
    -

    Get Listing Exp

    -
    getListingExp(object $row, \Joomla\Registry\Registry $params, \TableTemplate $template) : object
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $row

    -object

    Item Info

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $template

    -\TableTemplate

    Template

    -

    Returns

    -
    object
    -
    -
    -
    -

    Get Media Files

    -
    getMediaFiles(array $medias) : mixed
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $medias

    -array

    Media files

    -

    Returns

    -
    mixed
    -
    -
    - -
    -

    Get Passage

    -
    getPassage(\Joomla\Registry\Registry $params, object $row) : string
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $row

    -object

    Item Info

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Scripture

    -
    getScripture(object $params, object $row, string $esv, string $scripturerow) : string
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $params

    -object

    Item Params

    -
    -

    $row

    -object

    Row Info

    -
    -

    $esv

    -string

    ESV String

    -
    -

    $scripturerow

    -string

    Scripture Row

    -

    Returns

    -
    string
    -
    -
    -
    -

    Share Helper file

    -
    getShare(string $link, object $row, \Joomla\Registry\Registry $params) : null | string
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $link

    -string

    Link

    -
    -

    $row

    -object

    Item Info

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -

    Returns

    -
    -nullstring -
    -
    -
    -
    -

    Get StudyDate

    -
    getStudyDate(\Joomla\Registry\Registry $params, string $studydate) : string
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $studydate

    -string

    Study Date

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Study Exp

    -
    getStudyExp(object $row, \Joomla\Registry\Registry $params) : object
    -
    -
    -
    - - - - - - - - - -
    since7.0
    deprecated9.0.0
    -

    Parameters

    -
    -

    $row

    -object

    Item Info

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -

    Returns

    -
    object
    -
    -
    -
    -

    Sort Array of Object by Property

    -
    sortArrayofObjectByProperty(array $array, string $property, string $order = "ASC") : array
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $array

    -array

    ?

    -
    -

    $property

    -string

    ?

    -
    -

    $order

    -string

    ?

    -

    Returns

    -
    array
    -
    -
    -
    -

    Use JImage Class

    -
    useJImage(String $path, String $alt = null, String $id = null, integer $width = null, integer $height = null, string $class = null) : boolean | \stdClass
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $path

    -String

    Path to File

    -
    -

    $alt

    -String

    Alternate Text

    -
    -

    $id

    -String

    CSS ID for the image

    -
    -

    $width

    -integer

    Width

    -
    -

    $height

    -integer

    Height

    -
    -

    $class

    -string

    CSS Class

    -

    Returns

    -
    -boolean\stdClass -
    -
    -
    - -
    -

    make a URL small

    -
    make_bitly_url(string $url, string $login, string $appkey, string $format = 'xml', string $version = '2.0.1') : string
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $url

    -string

    Url

    -
    -

    $login

    -string

    Login

    -
    -

    $appkey

    -string

    AppKey

    -
    -

    $format

    -string

    Format

    -
    -

    $version

    -string

    Version

    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    $params

    -
    $params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMMedia.html b/docs/classes/JBSMMedia.html deleted file mode 100644 index 30157f5161..0000000000 --- a/docs/classes/JBSMMedia.html +++ /dev/null @@ -1,525 +0,0 @@ - - - - - -Proclaim API » \JBSMMedia - - - - - - - - - - -
    - -
    - -
    - -
    -

    Joomla! Bible Study Media class.

    -
    -
    - - - - - - - - - -
    since7.0.0
    packageProclaim.Admin
    -

    - Methods

    -
    -

    Used to obtain the button and/or icon for the image

    -
    downloadButton(\Joomla\Registry\Registry $download) : mixed
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $download

    -\Joomla\Registry\Registry

    ?

    -

    Returns

    -
    mixed
    -
    -
    -
    -

    Return AVMedia Code.

    -
    getAVmediacode(string $mediacode, object $media) : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $mediacode

    -string

    Media string

    -
    -

    $media

    -object

    Media info

    -

    Returns

    -
    string
    -
    -
    -
    -

    Return Articles.

    -
    getArticle(object $media, string $image) : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $media

    -object

    Media

    -
    -

    $image

    -string

    Image

    -

    Returns

    -
    string
    -
    -
    -
    -

    Return Docman Media

    -
    getDocman(object $media, string $image) : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $media

    -object

    Media

    -
    -

    $image

    -string

    Image

    -

    Returns

    -
    string
    -
    -
    - -
    -

    Get duration

    -
    getFluidDuration(Object $row, \Joomla\Registry\Registry $params) : null | string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $row

    -Object

    Table Row info

    -
    -

    $params

    -\Joomla\Registry\Registry

    Params

    -

    Returns

    -
    -nullstring -
    -
    -
    -
    -

    return $table

    -
    getFluidFilesize(Object $media, \Joomla\Registry\Registry $params) : null | string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $media

    -Object

    Media info

    -
    -

    $params

    -\Joomla\Registry\Registry

    Params

    -

    Returns

    -
    -nullstring -
    -
    -
    -
    -

    Return Fluid Media row

    -
    getFluidMedia(Object $media, \Joomla\Registry\Registry $params, \TableTemplate $template) : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $media

    -Object

    Media info

    -
    -

    $params

    -\Joomla\Registry\Registry

    Params

    -
    -

    $template

    -\TableTemplate

    Template Table

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Media info Row2

    -
    getMediaRows2(integer $id) : object | boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $id

    -integer

    ID of Row

    -

    Returns

    -
    -objectboolean -
    -
    -
    -
    -

    List of MimeTypes Supported

    -
    getMimetypes() : array
    -
    -
    -
    - - - -
    since9.0.12
    -

    Returns

    -
    array
    -
    -
    -
    -

    Set up Player Attributes

    -
    getPlayerAttributes(\Joomla\Registry\Registry $params, object $media) : object
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Params

    -
    -

    $media

    -object

    Media info

    -

    Returns

    -
    object
    -
    -
    -
    -

    Setup Player Code.

    -
    getPlayerCode(\Joomla\Registry\Registry $params, object $player, String $image, object $media) : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Params are the merged of system and items.

    -
    -

    $player

    -object

    Player code

    -
    -

    $image

    -String

    Image info

    -
    -

    $media

    -object

    Media

    -

    Returns

    -
    string
    -
    -
    -
    -

    Set up Virtumart if Vertumart is installed.

    -
    getVirtuemart(object $media, string $image) : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $media

    -object

    Media

    -
    -

    $image

    -string

    Image

    -

    Returns

    -
    string
    -
    -
    -
    -

    Update Hit count for plays.

    -
    hitPlay(integer $id) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $id

    -integer

    ID to apply the hit to.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Used to obtain the button and/or icon for the image

    -
    mediaButton(\Joomla\Registry\Registry $imageparams) : mixed
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $imageparams

    -\Joomla\Registry\Registry

    ?

    -

    Returns

    -
    mixed
    -
    -
    -
    -

    Render Sqeezbox

    -
    rendersb(object $media, \Joomla\Registry\Registry $params, object $player, string $image, string $path, boolean $direct = false) : string
    -
    -
    -
    - - - -
    sinceversion
    -

    Parameters

    -
    -

    $media

    -object

    Media

    -
    -

    $params

    -\Joomla\Registry\Registry

    Params.

    -
    -

    $player

    -object

    Player settings

    -
    -

    $image

    -string

    The image

    -
    -

    $path

    -string

    The path to the media

    -
    -

    $direct

    -boolean

    If coming from Direct

    -

    Returns

    -
    string
    -
    -
    -
    -

    Use JImage to create images

    -
    useJImage(string $path, string $alt) : boolean | string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $path

    -string

    Path to file

    -
    -

    $alt

    -string

    Accessibility string

    -

    Returns

    -
    -booleanstring -
    -
    -
    -

    - Properties

    - 
    -

    $fsize

    -
    $fsize 
    -
    -

    Default

    -
    0
    -
    -
    -
    -
    - - - - - - - - - -
    typeint File Size
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMMediaHelper.html b/docs/classes/JBSMMediaHelper.html deleted file mode 100644 index 301bb0f942..0000000000 --- a/docs/classes/JBSMMediaHelper.html +++ /dev/null @@ -1,408 +0,0 @@ - - - - - - - Proclaim API » \JBSMMediaHelper - - - - - - - - - - - - - - - - -
    - -
    - -
    - - -
    -

    class for Media Helper

    - -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since8.0.0
    -

    -  Methods

    - - - - - -
    -

    Get Internal Player

    -
    getInternalPlayer(object $media, \Registry $params, \Registry $admin_params) : string
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $media

    - object - -

    Media Info

    -
    -

    $params

    - \Registry - -

    Item Params

    -
    -

    $admin_params

    - \Registry - -

    Admin Params

    -

    Returns

    - -
    string
    -
    -
    -
    - - -
    -

    Get Media

    -
    getMedia(int $id) : object
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $id

    - int - -

    ID

    -

    Returns

    - -
    object
    -
    -
    -
    - - -
    -

    Get Media File

    -
    getMediaFile(object $media, \Registry $params, \Registry $admin_params) : string
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $media

    - object - -

    Media info

    -
    -

    $params

    - \Registry - -

    Item Params

    -
    -

    $admin_params

    - \Registry - -

    Admin Params

    -

    Returns

    - -
    string
    -
    -
    -
    - - -
    -

    Get Media For List

    -
    getMediaForList(object $row, \Registry $params, \Registry $admin_params) : void
    -
    -
    -
    -
    - - - - - -
    deprecatedsince version 7.0.4
    -

    Parameters

    - -
    -

    $row

    - object - -

    Media Info

    -
    -

    $params

    - \Registry - -

    Item Params

    -
    -

    $admin_params

    - \Registry - -

    Admin Params

    -
    -
    -
    - - -
    -

    Get PDF

    -
    getPDF(object $row, \Registry $params, \Registry $admin_params) : string
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $row

    - object - -

    Media Info

    -
    -

    $params

    - \Registry - -

    Item Params

    -
    -

    $admin_params

    - \Registry - -

    Admin Params

    -

    Returns

    - -
    string
    -
    -
    -
    - - -
    -

    Get Type Icon

    -
    getTypeIcon(object $media, \Registry $params, \Registry $admin_params) : string
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $media

    - object - -

    JTable

    -
    -

    $params

    - \Registry - -

    Item Params

    -
    -

    $admin_params

    - \Registry - -

    Admin Params

    -

    Returns

    - -
    string
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    - - diff --git a/docs/classes/JBSMPIconvert.html b/docs/classes/JBSMPIconvert.html deleted file mode 100644 index ec1a75c68b..0000000000 --- a/docs/classes/JBSMPIconvert.html +++ /dev/null @@ -1,426 +0,0 @@ - - - - - -Proclaim API » \JBSMPIconvert - - - - - - - - - - -
    - -
    - -
    - -
    -

    Convert Class -PreachIT Converter system

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.1.0
    -

    - Methods

    -
    -

    Convert PreachIT

    -
    convertPI() : string
    -
    -
    -
    - - - -
    since7.1.0
    -

    Returns

    -
    string
    -
    -
    -
    -

    Insert Media into BibleStudy

    -
    insertMedia(object $pi, string $type, integer $newid, integer $oldid) : boolean
    -
    -
    -
    - - - - - - - - - -
    since9.0.0
    FIXMElook like the $pod is missing.
    -

    Parameters

    -
    -

    $pi

    -object

    ?

    -
    -

    $type

    -string

    Type of Media

    -
    -

    $newid

    -integer

    New ID

    -
    -

    $oldid

    -integer

    Old ID

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Get Books

    -
    getBooks() : array
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    array
    -
    -
    -
    -

    Insert Comments

    -
    insertComments(integer $oldid, integer $newid) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $oldid

    -integer

    ?

    -
    -

    $newid

    -integer

    ?

    -

    Returns

    -
    boolean
    -
    -
    -

    - Properties

    - 
    -

    Can Add switch

    -
    $cadd : integer
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    ???

    -
    $cnoadd : integer
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Array of Comments Id's

    -
    $commentsids : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Array of Folders Id's

    -
    $foldersids : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Array of Locations

    -
    $locations : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Array of Media-Files Id's

    -
    $mediafilesids : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Comment object

    -
    $picomments : object
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Array of Podcasts Id's

    -
    $podcastids : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Number of Podcasts

    -
    $podcasts : integer
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Array of Series Id's

    -
    $seriesids : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Array of Servers Id's

    -
    $serversids : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Array of Studies Id's

    -
    $studiesids : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Array of Teachers Id's

    -
    $teachersids : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMPageBuilder.html b/docs/classes/JBSMPageBuilder.html deleted file mode 100644 index 2af4579703..0000000000 --- a/docs/classes/JBSMPageBuilder.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - -Proclaim API » \JBSMPageBuilder - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Class to build page elements in use by custom template files

    -
    -
    - - - - - - - - - -
    since7.0.1
    packageProclaim.Admin
    -

    - Methods

    -
    -

    Build Page

    -
    buildPage(object $item, \Joomla\Registry\Registry $params, \TableTemplate $template) : object
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $item

    -object

    Item info

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $template

    -\TableTemplate

    Template data

    -

    Returns

    -
    object
    -
    -
    -
    -

    Run Content Plugins

    -
    runContentPlugins(object $item, object $params) : object
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $item

    -object

    Item info

    -
    -

    $params

    -object

    Item params

    -

    Returns

    -
    object
    -
    -
    -
    -

    Study Builder

    -
    studyBuilder(string $whereitem = null, string $wherefield = null, \Joomla\Registry\Registry $params = null, integer $limit = 10, string $order = 'DESC', \TableTemplate $template = null) : array
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $whereitem

    -string

    ?

    -
    -

    $wherefield

    -string

    ?

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item params

    -
    -

    $limit

    -integer

    Limit of Records

    -
    -

    $order

    -string

    DESC or ASC

    -
    -

    $template

    -\TableTemplate

    Template Data

    -

    Returns

    -
    array
    -
    -
    -
    -

    Media Builder

    -
    mediaBuilder(array $mediaids, \Joomla\Registry\Registry $params, \TableTemplate $template, object $item) : string
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $mediaids

    -array

    ID of Media

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $template

    -\TableTemplate

    template date

    -
    -

    $item

    -object

    Item Params

    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    Event

    -
    $event : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    Extension Name

    -
    $extension : string
    -
    -

    Default

    -
    'com_biblestudy'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMParams.html b/docs/classes/JBSMParams.html deleted file mode 100644 index c94b020714..0000000000 --- a/docs/classes/JBSMParams.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - - -Proclaim API » \JBSMParams - - - - - - - - - - -
    - -
    - -
    - -
    -

    This is for Retrieving Admin and Template db

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Gets the settings from Admin

    -
    getAdmin() : mixed
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -mixedReturn Admin table
    -
    -
    -
    -

    Get Template Params

    -
    getTemplateparams(integer $pk = null) : \TableTemplate
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $pk

    -integer

    Id of Template to look for

    -

    Returns

    -
    -\TableTemplateReturn active template info
    -
    -
    -

    - Properties

    - 
    -

    Admin Table

    -
    $admin : Object
    -
    -

    Default

    -
    -
    -
    Static
    -
    -
    - - - -
    since1.5
    -
    -
    - 
    -

    Extension Name

    -
    $extension : string
    -
    -

    Default

    -
    'com_biblestudy'
    -
    -
    Static
    -
    -
    - - - -
    since1.5
    -
    -
    - 
    -

    Default template id and used to check if changed form from last query

    -
    $t_id : integer
    -
    -

    Default

    -
    1
    -
    -
    Static
    -
    -
    - - - -
    since1.5
    -
    -
    - 
    -

    Registry

    -
    $template->params : 
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - - - - - - - -
    magic
    propertyRegistry
    -
    -
    - 
    -

    Template Table

    -
    $template_table : Object
    -
    -

    Default

    -
    -
    -
    Static
    -
    -
    - - - -
    since1.5
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMPodcast.html b/docs/classes/JBSMPodcast.html deleted file mode 100644 index 9ff2c9d54d..0000000000 --- a/docs/classes/JBSMPodcast.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - -Proclaim API » \JBSMPodcast - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    BibleStudy Podcast Class

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    -

    - Methods

    -
    -

    Get Episodes

    -
    getEpisodes(integer $id, string $limit) : array
    -
    -
    -
    - - - -
    since8.0.0
    -

    Parameters

    -
    -

    $id

    -integer

    Id for Episode

    -
    -

    $limit

    -string

    Limit of records

    -

    Returns

    -
    array
    -
    -
    -
    -

    JImage

    -
    jimage(string $path) : array | boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $path

    -string

    Path of Image

    -

    Returns

    -
    -arrayboolean -
    -
    -
    -
    -

    Make Podcasts

    -
    makePodcasts() : boolean | string
    -
    -
    -
    - - - -
    since8.0.0
    -

    Returns

    -
    -booleanstring -
    -
    -
    -
    -

    Write the File

    -
    writeFile(string $file, string $filecontent) : boolean | string
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $file

    -string

    File Name

    -
    -

    $filecontent

    -string

    File Content

    -

    Returns

    -
    -booleanstring -
    -
    -
    -
    -

    Escape Html to XML

    -
    escapeHTML(string $html) : mixed | string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $html

    -string

    HTML string to make safe

    -

    Returns

    -
    -mixedstring -
    -
    -
    -

    - Properties

    - 
    -

    $template

    -
    $template 
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - 
    -

    $templateid

    -
    $templateid 
    -
    -

    Default

    -
    0
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMPodcastSubscribe.html b/docs/classes/JBSMPodcastSubscribe.html deleted file mode 100644 index afebc7d637..0000000000 --- a/docs/classes/JBSMPodcastSubscribe.html +++ /dev/null @@ -1,200 +0,0 @@ - - - - - -Proclaim API » \JBSMPodcastSubscribe - - - - - - - - - - -
    - -
    - -
    - -
    -

    A helper to return buttons for podcast subscriptions

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.1.0
    -

    - Methods

    -
    -

    Build Alternate Podcast

    -
    buildAlternatePodcast(object $podcast) : string
    -
    -
    -
    - - - -
    since7.1
    -

    Parameters

    -
    -

    $podcast

    -object

    Podcast info

    -

    Returns

    -
    string
    -
    -
    -
    -

    Build Podcast Image

    -
    buildPodcastImage(array $podcastimagefromdb = null, array $words = null) : string
    -
    -
    -
    - - - -
    since7.1
    -

    Parameters

    -
    -

    $podcastimagefromdb

    -array

    Podcast image

    -
    -

    $words

    -array

    Alt podcast image text

    -

    Returns

    -
    string
    -
    -
    -
    -

    Build Standard Podcast

    -
    buildStandardPodcast(object $podcast) : string
    -
    -
    -
    - - - -
    since7.1
    -

    Parameters

    -
    -

    $podcast

    -object

    Podcast Info

    -

    Returns

    -
    string
    -
    -
    -
    -

    Build Subscribe Table

    -
    buildSubscribeTable(string $introtext = 'Our Podcasts') : string
    -
    -
    -
    - - - -
    since7.1
    -

    Parameters

    -
    -

    $introtext

    -string

    Intro Text

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Podcasts

    -
    getPodcasts() : object
    -
    -
    -
    - - - -
    since7.1
    -

    Returns

    -
    -objectObject List of Podcasts
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMRelatedStudies.html b/docs/classes/JBSMRelatedStudies.html deleted file mode 100644 index b4749ba483..0000000000 --- a/docs/classes/JBSMRelatedStudies.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - - -Proclaim API » \JBSMRelatedStudies - - - - - - - - - - -
    - -
    - -
    - -
    -

    helper to get related studies to the current one

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.1.0
    -

    - Methods

    -
    -

    Get Related

    -
    getRelated(object $row, \Joomla\Registry\Registry $params) : boolean
    -
    -
    -
    - - - -
    since7.2
    -

    Parameters

    -
    -

    $row

    -object

    JTable

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -

    Returns

    -
    boolean
    -
    -
    - -
    -

    Get Studies

    -
    getStudies() : \JObject
    -
    -
    -
    - - - -
    since7.2
    -

    Returns

    -
    \JObject
    -
    -
    -
    -

    Get Topics for rendering.

    -
    getTopics() : string
    -
    -
    -
    - - - -
    since7.2
    -

    Returns

    -
    string
    -
    -
    -
    -

    Parse keys

    -
    parseKeys(string $source, string $compare, integer $id) : boolean
    -
    -
    -
    - - - -
    since7.2
    -

    Parameters

    -
    -

    $source

    -string

    ?

    -
    -

    $compare

    -string

    ?

    -
    -

    $id

    -integer

    ?

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Remove Common Words form render.

    -
    removeCommonWords(string $input) : array
    -
    -
    -
    - - - -
    since7.2
    -

    Parameters

    -
    -

    $input

    -string

    Home

    -

    Returns

    -
    array
    -
    -
    -

    - Properties

    - 
    -

    Score

    -
    $score : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.2
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMRestore.html b/docs/classes/JBSMRestore.html deleted file mode 100644 index 63092486a3..0000000000 --- a/docs/classes/JBSMRestore.html +++ /dev/null @@ -1,250 +0,0 @@ - - - - - -Proclaim API » \JBSMRestore - - - - - - - - - - -
    - -
    - -
    - -
    -

    Restore class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.4
    -

    - Methods

    -
    -

    Get Package form Upload

    -
    _getPackageFromUpload() : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Import DB

    -
    importdb(boolean $parent) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $parent

    -boolean

    Switch to see if it is coming from migration or restore.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Restore DB for exerting Proclaim

    -
    restoreDB(string $backuprestore) : boolean
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $backuprestore

    -string

    file name to restore

    -

    Returns

    -
    -booleanSee if the restore worked.
    -
    -
    -
    -

    Alter tables for Blob

    -
    TablestoBlob() : boolean
    -
    Static
    -
    -
    - - - -
    since7.0.0
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Modify tables to Text

    -
    TablestoText() : boolean
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Get Objects for tables

    -
    getObjects() : array
    -
    Static
    -
    -
    - - - -
    since7.0.0
    -

    Returns

    -
    array
    -
    -
    -
    -

    Install DB

    -
    installdb(string $tmp_src, boolean $parent = true) : boolean
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $tmp_src

    -string

    Temp info

    -
    -

    $parent

    -boolean

    To tell if coming from migration

    -

    Returns

    -
    -booleanif db installed correctly.
    -
    -
    -
    -

    Get Package from Folder

    -
    _getPackageFromFolder() : boolean
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMRoute.html b/docs/classes/JBSMRoute.html deleted file mode 100644 index 2c6fff5ae9..0000000000 --- a/docs/classes/JBSMRoute.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - -Proclaim API » \JBSMHelperRoute - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    Biblestudy Component Route Helper

    -
    -
    - - - - - - - - - - - - - -
    static
    packageBibleStudy.Site
    since
    -

    - Methods

    -
    -

    addScheme() -

    -
    addScheme(string $url, string $scheme) : string
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $url

    -string

    URL of website

    -
    -

    $scheme

    -string

    Scheme that need to lead with.

    -

    Returns

    -
    -stringThe fixed URL
    -
    -
    -
    -

    Get Article Rout

    -
    getArticleRoute(int $id, int $language) : string
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $id

    -int

    The route of the study item

    -
    -

    $language

    -int

    The state of language

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Series Route

    -
    getSeriesRoute(int $id) : string
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $id

    -int

    ID

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Teacher Route

    -
    getTeacherRoute(int $id) : string
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $id

    -int

    The route of the teacher item

    -

    Returns

    -
    string
    -
    -
    -
    -

    Find Item

    -
    _findItem(string $needles) : mixed
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $needles

    -string

    ?

    -
    -

    Returns

    -
    mixed
    -
    -
    -

    - Properties

    - 
    -

    Lookup

    -
    $lookup : string
    -
    Static
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMSSConvert.html b/docs/classes/JBSMSSConvert.html deleted file mode 100644 index d4aa692f58..0000000000 --- a/docs/classes/JBSMSSConvert.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - -Proclaim API » \JBSMSSConvert - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Class script to convert SermonSpeaker 5.2 to Proclaim

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    function to convert SermonSpeaker

    -
    convertSS() : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -stringTable for results
    -
    -
    -
    -

    Get Time

    -
    getTime(string $time) : object
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $time

    -string

    Time to be formatted out.

    -

    Returns

    -
    object
    -
    -
    -
    -

    Get Version of Book Number

    -
    getVerses(string $sermon) : object
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $sermon

    -string

    Book of the Bible.

    -

    Returns

    -
    -objectVersion of the Books
    -
    -
    -
    -

    New Studies Carnation

    -
    newStudies(object $sermon, array $seriesspeakers) : void
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $sermon

    -object

    Test of Sermons

    -
    -

    $seriesspeakers

    -array

    Array of Series

    -
    -
    -

    - Properties

    - 
    -

    $serverid

    -
    $serverid 
    -
    -

    Default

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMSerieslist.html b/docs/classes/JBSMSerieslist.html deleted file mode 100644 index ccc7aa9c64..0000000000 --- a/docs/classes/JBSMSerieslist.html +++ /dev/null @@ -1,897 +0,0 @@ - - - - - -Proclaim API » \JBSMSerieslist - - - - - - - - - - -
    - -
    - -
    - -
    -

    Class for Series List

    -
    -
    - - - - - - - - - - - - - -
    packageBibleStudy.Site
    since8.0.0
    inherited_from\JBSMListing
    -

    - Methods

    -
    -

    Create a Element

    -
    createelement(string $element) : string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $element

    -string

    Case that will chose the element

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Duration

    -
    getDuration(\Joomla\Registry\Registry $params, Object $row) : null | string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $row

    -Object

    Row info

    -

    Returns

    -
    -nullstring -
    -
    -
    -
    -

    Get Element

    -
    getElement(String $custom, Object $row, \Joomla\Registry\Registry $params, \TableTemplate $template, String $type) : mixed | null | string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $custom

    -String

    ?

    -
    -

    $row

    -Object

    ?

    -
    -

    $params

    -\Joomla\Registry\Registry

    ?

    -
    -

    $template

    -\TableTemplate

    ?

    -
    -

    $type

    -String

    ?

    -

    Returns

    -
    -mixednullstring -
    -
    -
    -
    -

    Get File Path

    -
    getFilepath(string $id3, string $idfield, string $mime = null) : string
    -
    Inherited
    -
    -
    - - - - - - - - - -
    since7.0
    deprecated8.1.3
    -

    Parameters

    -
    -

    $id3

    -string

    ID

    -
    -

    $idfield

    -string

    ID Filed

    -
    -

    $mime

    -string

    MimeType ID

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Fluid Custom

    -
    getFluidCustom(String $custom, Object $item, \Joomla\Registry\Registry $params, \TableTemplate $template, String $type) : mixed
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $custom

    -String

    ?

    -
    -

    $item

    -Object

    ?

    -
    -

    $params

    -\Joomla\Registry\Registry

    ?

    -
    -

    $template

    -\TableTemplate

    ?

    -
    -

    $type

    -String

    ?

    -

    Returns

    -
    mixed
    -
    -
    -
    -

    Get Fluid Date

    -
    getFluidData(Object $item, Object $row, \Joomla\Registry\Registry $params, \TableTemplate $template, string $header, string $type) : string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $item

    -Object

    ?

    -
    -

    $row

    -Object

    ?

    -
    -

    $params

    -\Joomla\Registry\Registry

    ?

    -
    -

    $template

    -\TableTemplate

    ?

    -
    -

    $header

    -string

    ?

    -
    -

    $type

    -string

    ?

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Fluid Listing

    -
    getFluidListing(Object $items, \Joomla\Registry\Registry $params, \TableTemplate $template, String $type) : string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $items

    -Object

    Items

    -
    -

    $params

    -\Joomla\Registry\Registry

    Page Params

    -
    -

    $template

    -\TableTemplate

    Template name

    -
    -

    $type

    -String

    Type of Listing

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Fluid Media Files

    -
    getFluidMediaFiles(Object $item, \Joomla\Registry\Registry $params, \TableTemplate $template) : string
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $item

    -Object

    ?

    -
    -

    $params

    -\Joomla\Registry\Registry

    ?

    -
    -

    $template

    -\TableTemplate

    ?

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Fluid Media Id's

    -
    getFluidMediaids(Object $item) : array
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $item

    -Object

    Items info

    -

    Returns

    -
    array
    -
    -
    -
    -

    Get Fluid Row

    -
    getFluidRow(array $listrows, array $listsorts, Object $item, \Joomla\Registry\Registry $params, \TableTemplate $template, string $oddeven, string $header, string $type) : string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $listrows

    -array

    ?

    -
    -

    $listsorts

    -array

    ?

    -
    -

    $item

    -Object

    ?

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $template

    -\TableTemplate

    Template info

    -
    -

    $oddeven

    -string

    ?

    -
    -

    $header

    -string

    ?

    -
    -

    $type

    -string

    ?

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get list Params Array

    -
    getListParamsArray(string $paramtext) : \stdClass
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $paramtext

    -string

    Param Text

    -

    Returns

    -
    \stdClass
    -
    -
    -
    -

    Get Listing Exp

    -
    getListingExp(object $row, \Joomla\Registry\Registry $params, \TableTemplate $template) : object
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $row

    -object

    Item Info

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $template

    -\TableTemplate

    Template

    -

    Returns

    -
    object
    -
    -
    -
    -

    Get Media Files

    -
    getMediaFiles(array $medias) : mixed
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $medias

    -array

    Media files

    -

    Returns

    -
    mixed
    -
    -
    - -
    -

    Get Passage

    -
    getPassage(\Joomla\Registry\Registry $params, object $row) : string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $row

    -object

    Item Info

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Scripture

    -
    getScripture(object $params, object $row, string $esv, string $scripturerow) : string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $params

    -object

    Item Params

    -
    -

    $row

    -object

    Row Info

    -
    -

    $esv

    -string

    ESV String

    -
    -

    $scripturerow

    -string

    Scripture Row

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Series Details EXP

    -
    getSeriesDetailsExp(object $row, \Joomla\Registry\Registry $params, object $template) : object
    -
    -
    -
    - - - -
    since8.0
    -

    Parameters

    -
    -

    $row

    -object

    JTable

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $template

    -object

    Template

    -

    Returns

    -
    object
    -
    -
    -
    -

    Get Serieslist Exp

    -
    getSerieslistExp(object $row, \Joomla\Registry\Registry $params, object $template) : object
    -
    -
    -
    - - - -
    since8.0
    -

    Parameters

    -
    -

    $row

    -object

    JTable

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $template

    -object

    Template

    -

    Returns

    -
    object
    -
    -
    -
    -

    Get SeriesStudies DBO

    -
    getSeriesstudiesDBO(integer $id, \Joomla\Registry\Registry $params, string $limit = null) : array
    -
    -
    -
    - - - -
    since8.0
    -

    Parameters

    -
    -

    $id

    -integer

    ID

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $limit

    -string

    Limit of Records

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    array
    -
    -
    -
    -

    Get Series Studies Exp

    -
    getSeriesstudiesExp(integer $id, \Joomla\Registry\Registry $params, object $template) : string
    -
    -
    -
    - - - -
    since8.0
    -

    Parameters

    -
    -

    $id

    -integer

    ID

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $template

    -object

    Template

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    string
    -
    -
    -
    -

    Share Helper file

    -
    getShare(string $link, object $row, \Joomla\Registry\Registry $params) : null | string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $link

    -string

    Link

    -
    -

    $row

    -object

    Item Info

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -

    Returns

    -
    -nullstring -
    -
    -
    -
    -

    Get StudyDate

    -
    getStudyDate(\Joomla\Registry\Registry $params, string $studydate) : string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $studydate

    -string

    Study Date

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Study Exp

    -
    getStudyExp(object $row, \Joomla\Registry\Registry $params) : object
    -
    Inherited
    -
    -
    - - - - - - - - - -
    since7.0
    deprecated9.0.0
    -

    Parameters

    -
    -

    $row

    -object

    Item Info

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -

    Returns

    -
    object
    -
    -
    -
    -

    Get Series ElementNumber

    -
    getseriesElementnumber(string $subcustom) : integer
    -
    -
    -
    - - - -
    since8.0
    -

    Parameters

    -
    -

    $subcustom

    -string

    ?

    -

    Returns

    -
    integer
    -
    -
    -
    -

    Sort Array of Object by Property

    -
    sortArrayofObjectByProperty(array $array, string $property, string $order = "ASC") : array
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $array

    -array

    ?

    -
    -

    $property

    -string

    ?

    -
    -

    $order

    -string

    ?

    -

    Returns

    -
    array
    -
    -
    -
    -

    Use JImage Class

    -
    useJImage(String $path, String $alt = null, String $id = null, integer $width = null, integer $height = null, string $class = null) : boolean | \stdClass
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $path

    -String

    Path to File

    -
    -

    $alt

    -String

    Alternate Text

    -
    -

    $id

    -String

    CSS ID for the image

    -
    -

    $width

    -integer

    Width

    -
    -

    $height

    -integer

    Height

    -
    -

    $class

    -string

    CSS Class

    -

    Returns

    -
    -boolean\stdClass -
    -
    -
    - -
    -

    make a URL small

    -
    make_bitly_url(string $url, string $login, string $appkey, string $format = 'xml', string $version = '2.0.1') : string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $url

    -string

    Url

    -
    -

    $login

    -string

    Login

    -
    -

    $appkey

    -string

    AppKey

    -
    -

    $format

    -string

    Format

    -
    -

    $version

    -string

    Version

    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    $params

    -
    $params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMServer.html b/docs/classes/JBSMServer.html deleted file mode 100644 index 094552c686..0000000000 --- a/docs/classes/JBSMServer.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - -Proclaim API » \JBSMServer - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    Class Server Helper

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim.Admin
    since
    todoLooks like this could go into the dbhelper.php file. TOM - what is this even for. I don't think I wrote this.
    -

    - Methods

    -
    -

    Get Folder

    -
    getFolder(int $folderId) : object
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $folderId

    -int

    Folder ID

    -

    Returns

    -
    object
    -
    -
    -
    -

    Get Server

    -
    getServer(int $serverid) : object
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $serverid

    -int

    Server ID

    -

    Returns

    -
    object
    -
    -
    -

    - Properties

    - 
    -

    Extension Name

    -
    $extension : string
    -
    Static
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMShowScripture.html b/docs/classes/JBSMShowScripture.html deleted file mode 100644 index 3ee3d00197..0000000000 --- a/docs/classes/JBSMShowScripture.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - - -Proclaim API » \JBSMShowScripture - - - - - - - - - - -
    - -
    - -
    - -
    -

    Scripture Show class.

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.1.0
    -

    - Methods

    -
    -

    Only Return the Body of a html doc.

    -
    body_only(string $html) : string
    -
    -
    -
    - - - -
    since8.0.0
    -

    Parameters

    -
    -

    $html

    -string

    Html document

    -

    Returns

    -
    string
    -
    -
    -
    -

    Passage Build system

    -
    buildPassage(object $row, \Joomla\Registry\Registry $params) : boolean
    -
    -
    -
    - - - -
    since7.1
    -

    Parameters

    -
    -

    $row

    -object

    Item Info

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Create Form of Reference

    -
    formReference(object $row) : string
    -
    -
    -
    - - - -
    since7.1
    -

    Parameters

    -
    -

    $row

    -object

    ?

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Bible Gateway References

    -
    getBiblegateway(string $reference, string $version) : string
    -
    -
    -
    - - - -
    since7.1
    -

    Parameters

    -
    -

    $reference

    -string

    Search string

    -
    -

    $version

    -string

    Bible Version

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get HideShow

    -
    getHideShow() : string
    -
    -
    -
    - - - -
    since7.1
    -

    Returns

    -
    string
    -
    -
    - -
    -

    Get Show

    -
    getShow() : string
    -
    -
    -
    - - - -
    since7.1
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    -  -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMStats.html b/docs/classes/JBSMStats.html deleted file mode 100644 index bdc6d4a003..0000000000 --- a/docs/classes/JBSMStats.html +++ /dev/null @@ -1,446 +0,0 @@ - - - - - -Proclaim API » \JBSMStats - - - - - - - - - - -
    - -
    - -
    - -
    -

    Bible Study stats support class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Get Downloads ninety

    -
    get_downloads_ninety() : string
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -stringlist of download links
    -
    -
    -
    -

    Get top books

    -
    get_top_books() : object
    -
    Static
    -
    -
    - - - - - - - - - -
    deprecatedNot used as of 8.0.0
    since9.0.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Get Top Downloads

    -
    get_top_downloads() : string
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -stringList of links to the downloads
    -
    -
    -
    -

    Get top studies

    -
    get_top_studies() : string
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    string
    -
    -
    -
    -

    Get top thirty days

    -
    get_top_thirty_days() : string
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    string
    -
    -
    -
    -

    Total media files in Bible Study

    -
    get_total_categories() : integer
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    integer
    -
    -
    -
    -

    Total comments

    -
    get_total_comments() : integer
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    integer
    -
    -
    -
    -

    Total messages in Bible Study

    -
    get_total_messages(string $start = '', string $end = '') : integer
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $start

    -string

    ?

    -
    -

    $end

    -string

    ?

    -

    Returns

    -
    -integerTotal Messages
    -
    -
    -
    -

    Total topics in Bible Study

    -
    get_total_topics(string $start = '', string $end = '') : integer
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $start

    -string

    ?

    -
    -

    $end

    -string

    ?

    -

    Returns

    -
    -integerTotal Topics
    -
    -
    -
    -

    Returns a System of Player

    -
    players() : string
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    string
    -
    -
    -
    -

    Popups for media files

    -
    popups() : string
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    string
    -
    -
    -
    -

    Top Score ???

    -
    top_score() : integer
    -
    Static
    -
    -
    - - - - - - - - - -
    var

    Admin Prams

    since9.0.0
    -

    Returns

    -
    -integernumber of scores
    -
    -
    -
    -

    Top Score Site

    -
    top_score_site() : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    string
    -
    -
    -
    -

    Total Downloads

    -
    total_downloads() : integer
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -integerNumber of Mediafiles Published and have downloads
    -
    -
    -
    -

    Get Total Media Files

    -
    total_media_files() : integer
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -integerNumber of Records under MediaFiles that are published.
    -
    -
    -
    -

    Total plays of media files per study

    -
    total_plays(integer $id) : integer
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $id

    -integer

    Id number of study

    -

    Returns

    -
    -integerTotal plays form the media
    -
    -
    -

    - Properties

    - 
    -

    used to store query of messages

    -
    $total_messages : integer
    -
    -

    Default

    -
    0
    -
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    End Date

    -
    $total_messages_end : string
    -
    -

    Default

    -
    ''
    -
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Start Date

    -
    $total_messages_start : string
    -
    -

    Default

    -
    ''
    -
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMTags.html b/docs/classes/JBSMTags.html deleted file mode 100644 index 604c3f05c6..0000000000 --- a/docs/classes/JBSMTags.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JBSMTags - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Tags Helper

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Check to see if Duplicate

    -
    isDuplicate(integer $study_id, integer $topic_id) : boolean
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $study_id

    -integer

    ?

    -
    -

    $topic_id

    -integer

    ?

    -

    Returns

    -
    boolean
    -
    -
    -

    - Properties

    - 
    -

    Extension Name

    -
    $extension : string
    -
    -

    Default

    -
    'com_biblestudy'
    -
    -
    Static
    -
    -
    - - - -
    since1.5
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMTeacher.html b/docs/classes/JBSMTeacher.html deleted file mode 100644 index 81840c3d52..0000000000 --- a/docs/classes/JBSMTeacher.html +++ /dev/null @@ -1,900 +0,0 @@ - - - - - -Proclaim API » \JBSMTeacher - - - - - - - - - - -
    - -
    - -
    - -
    -

    Class for Teachers Helper

    -
    -
    - - - - - - - - - - - - - -
    packageBibleStudy.Site
    since8.0.0
    inherited_from\JBSMListing
    -

    - Methods

    -
    -

    Create a Element

    -
    createelement(string $element) : string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $element

    -string

    Case that will chose the element

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Duration

    -
    getDuration(\Joomla\Registry\Registry $params, Object $row) : null | string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $row

    -Object

    Row info

    -

    Returns

    -
    -nullstring -
    -
    -
    -
    -

    Get Element

    -
    getElement(String $custom, Object $row, \Joomla\Registry\Registry $params, \TableTemplate $template, String $type) : mixed | null | string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $custom

    -String

    ?

    -
    -

    $row

    -Object

    ?

    -
    -

    $params

    -\Joomla\Registry\Registry

    ?

    -
    -

    $template

    -\TableTemplate

    ?

    -
    -

    $type

    -String

    ?

    -

    Returns

    -
    -mixednullstring -
    -
    -
    -
    -

    Get File Path

    -
    getFilepath(string $id3, string $idfield, string $mime = null) : string
    -
    Inherited
    -
    -
    - - - - - - - - - -
    since7.0
    deprecated8.1.3
    -

    Parameters

    -
    -

    $id3

    -string

    ID

    -
    -

    $idfield

    -string

    ID Filed

    -
    -

    $mime

    -string

    MimeType ID

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Fluid Custom

    -
    getFluidCustom(String $custom, Object $item, \Joomla\Registry\Registry $params, \TableTemplate $template, String $type) : mixed
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $custom

    -String

    ?

    -
    -

    $item

    -Object

    ?

    -
    -

    $params

    -\Joomla\Registry\Registry

    ?

    -
    -

    $template

    -\TableTemplate

    ?

    -
    -

    $type

    -String

    ?

    -

    Returns

    -
    mixed
    -
    -
    -
    -

    Get Fluid Date

    -
    getFluidData(Object $item, Object $row, \Joomla\Registry\Registry $params, \TableTemplate $template, string $header, string $type) : string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $item

    -Object

    ?

    -
    -

    $row

    -Object

    ?

    -
    -

    $params

    -\Joomla\Registry\Registry

    ?

    -
    -

    $template

    -\TableTemplate

    ?

    -
    -

    $header

    -string

    ?

    -
    -

    $type

    -string

    ?

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Fluid Listing

    -
    getFluidListing(Object $items, \Joomla\Registry\Registry $params, \TableTemplate $template, String $type) : string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $items

    -Object

    Items

    -
    -

    $params

    -\Joomla\Registry\Registry

    Page Params

    -
    -

    $template

    -\TableTemplate

    Template name

    -
    -

    $type

    -String

    Type of Listing

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Fluid Media Files

    -
    getFluidMediaFiles(Object $item, \Joomla\Registry\Registry $params, \TableTemplate $template) : string
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $item

    -Object

    ?

    -
    -

    $params

    -\Joomla\Registry\Registry

    ?

    -
    -

    $template

    -\TableTemplate

    ?

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Fluid Media Id's

    -
    getFluidMediaids(Object $item) : array
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $item

    -Object

    Items info

    -

    Returns

    -
    array
    -
    -
    -
    -

    Get Fluid Row

    -
    getFluidRow(array $listrows, array $listsorts, Object $item, \Joomla\Registry\Registry $params, \TableTemplate $template, string $oddeven, string $header, string $type) : string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $listrows

    -array

    ?

    -
    -

    $listsorts

    -array

    ?

    -
    -

    $item

    -Object

    ?

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $template

    -\TableTemplate

    Template info

    -
    -

    $oddeven

    -string

    ?

    -
    -

    $header

    -string

    ?

    -
    -

    $type

    -string

    ?

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get list Params Array

    -
    getListParamsArray(string $paramtext) : \stdClass
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $paramtext

    -string

    Param Text

    -

    Returns

    -
    \stdClass
    -
    -
    -
    -

    Get Listing Exp

    -
    getListingExp(object $row, \Joomla\Registry\Registry $params, \TableTemplate $template) : object
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $row

    -object

    Item Info

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $template

    -\TableTemplate

    Template

    -

    Returns

    -
    object
    -
    -
    -
    -

    Get Media Files

    -
    getMediaFiles(array $medias) : mixed
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $medias

    -array

    Media files

    -

    Returns

    -
    mixed
    -
    -
    - -
    -

    Get Passage

    -
    getPassage(\Joomla\Registry\Registry $params, object $row) : string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $row

    -object

    Item Info

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Scripture

    -
    getScripture(object $params, object $row, string $esv, string $scripturerow) : string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $params

    -object

    Item Params

    -
    -

    $row

    -object

    Row Info

    -
    -

    $esv

    -string

    ESV String

    -
    -

    $scripturerow

    -string

    Scripture Row

    -

    Returns

    -
    string
    -
    -
    -
    -

    Share Helper file

    -
    getShare(string $link, object $row, \Joomla\Registry\Registry $params) : null | string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $link

    -string

    Link

    -
    -

    $row

    -object

    Item Info

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -

    Returns

    -
    -nullstring -
    -
    -
    -
    -

    Get StudyDate

    -
    getStudyDate(\Joomla\Registry\Registry $params, string $studydate) : string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $studydate

    -string

    Study Date

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Study Exp

    -
    getStudyExp(object $row, \Joomla\Registry\Registry $params) : object
    -
    Inherited
    -
    -
    - - - - - - - - - -
    since7.0
    deprecated9.0.0
    -

    Parameters

    -
    -

    $row

    -object

    Item Info

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -

    Returns

    -
    object
    -
    -
    -
    -

    Get Teacher

    -
    getTeacher(\Joomla\Registry\Registry $params, integer $id) : string
    -
    -
    -
    - - - - - - - - - -
    since8.0.0
    todoneed to redo to bootstrap
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -
    -

    $id

    -integer

    Item ID

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Teacher Details Exp

    -
    getTeacherDetailsExp(object $row, \Joomla\Registry\Registry $params) : object
    -
    -
    -
    - - - -
    since8.0.0
    -

    Parameters

    -
    -

    $row

    -object

    Table Row

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -

    Returns

    -
    object
    -
    -
    -
    -

    Get TeacherList Exp

    -
    getTeacherListExp(object $row, object $params, string $oddeven, \TableTemplate $template) : object
    -
    -
    -
    - - - -
    since8.0.0
    -

    Parameters

    -
    -

    $row

    -object

    Table info

    -
    -

    $params

    -object

    Item Params

    -
    -

    $oddeven

    -string

    Odd Even

    -
    -

    $template

    -\TableTemplate

    Template

    -

    Returns

    -
    object
    -
    -
    -
    -

    Get Teacher Studies Exp

    -
    getTeacherStudiesExp(integer $id, \Joomla\Registry\Registry $params) : string
    -
    -
    -
    - - - -
    since8.0.0
    -

    Parameters

    -
    -

    $id

    -integer

    Item ID

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Teacher for Fluid layout

    -
    getTeachersFluid(\Joomla\Registry\Registry $params) : array
    -
    -
    -
    - - - -
    since8.0.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    ?

    -

    Returns

    -
    array
    -
    -
    -
    -

    Sort Array of Object by Property

    -
    sortArrayofObjectByProperty(array $array, string $property, string $order = "ASC") : array
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $array

    -array

    ?

    -
    -

    $property

    -string

    ?

    -
    -

    $order

    -string

    ?

    -

    Returns

    -
    array
    -
    -
    -
    -

    Use JImage Class

    -
    useJImage(String $path, String $alt = null, String $id = null, integer $width = null, integer $height = null, string $class = null) : boolean | \stdClass
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $path

    -String

    Path to File

    -
    -

    $alt

    -String

    Alternate Text

    -
    -

    $id

    -String

    CSS ID for the image

    -
    -

    $width

    -integer

    Width

    -
    -

    $height

    -integer

    Height

    -
    -

    $class

    -string

    CSS Class

    -

    Returns

    -
    -boolean\stdClass -
    -
    -
    - -
    -

    make a URL small

    -
    make_bitly_url(string $url, string $login, string $appkey, string $format = 'xml', string $version = '2.0.1') : string
    -
    Inherited
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $url

    -string

    Url

    -
    -

    $login

    -string

    Login

    -
    -

    $appkey

    -string

    AppKey

    -
    -

    $format

    -string

    Format

    -
    -

    $version

    -string

    Version

    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    $params

    -
    $params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    - 
    -

    $contact

    -
    $contact 
    -
    -

    Default

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMTemplate.html b/docs/classes/JBSMTemplate.html deleted file mode 100644 index a41c0a7a3b..0000000000 --- a/docs/classes/JBSMTemplate.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - - -Proclaim API » \JBSMTemplate - - - - - - - - - - -
    - -
    - -
    - -
    -

    Template helper class

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim.Admin
    since7.0.1
    deprecate8.0.1
    -

    - Methods

    -
    -

    Builds arrays of all the possible tags.

    -
    __construct() 
    -
    -
    -
    - - - -
    since1.5
    -
    -
    -
    -

    Builds list of fields to be used in the SELECT statement, so only the fields required -by the template are selected

    -
    buildSqlSELECT(array $fields) : String
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $fields

    -array

    The fields to include in the SELECT

    -

    Returns

    -
    String
    -
    -
    -
    -

    Get Instance

    -
    getInstance() : \JBSMTemplate
    -
    -
    -
    - - - - - - - - - -
    staticvarbibleStudyTemplate $instance
    since1.5
    -

    Returns

    -
    \JBSMTemplate
    -
    -
    -
    -

    Generates a list of tags that are being used in the input template.

    -
    loadTagList(string $itemTmpl = null, integer $id = null, boolean $fieldNames = false) : array
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $itemTmpl

    -string

    String Raw Html template

    -
    -

    $id

    -integer

    Int An Id of a template to load. This replaces the contents of the $itemTmpl

    -
    -

    $fieldNames

    -boolean

    Boolean Default False. Set to True of you want to load the db fieldnames that correspond to the tags

    -

    Returns

    -
    array
    -
    -
    -
    -

    Generates a drop down list of all the template types. Used in TemplateEdit View to -generate the dropdown box of template types.

    -
    loadTmplTypesOption(string $DefaultSelected) : string
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $DefaultSelected

    -string

    Defines the default item

    -

    Returns

    -
    -stringHTML Dropdown box
    -
    -
    -
    -

    Returns the template object from the database

    -
    queryTemplate(integer $id) : Object
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $id

    -integer

    The id of the template to query

    -

    Returns

    -
    -ObjectRow Object list
    -
    -
    -
    -

    Study Date string.

    -
    studyDate() : string
    -
    -
    -
    - - - -
    since1.5
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    Extension Deceleration

    -
    $extension : string
    -
    -

    Default

    -
    'com_biblestudy'
    -
    -
    Static
    -
    -
    - - - -
    since1.5
    -
    -
    - 
    -

    Template types

    -
    $tmplTypes : array
    -
    -

    Default

    -
    array('tmplList' => 'List', 'tmplListItem' => 'List Item', 'tmplSingleItem' => 'Single Item', 'tmplModuleList' => 'Module List', 'tmplModuleItem' => 'Module List Item', 'tmplPopup' => 'Popup Media Player')
    -
    -
    -
    -
    - - - -
    since1.5
    -
    -
    - 
    -

    DBO

    -
    $DBO : \JDatabaseDriver
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since1.5
    -
    -
    - 
    -

    Tags

    -
    $tags : array
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since1.5
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMThumbnail.html b/docs/classes/JBSMThumbnail.html deleted file mode 100644 index b4311a1db5..0000000000 --- a/docs/classes/JBSMThumbnail.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - -Proclaim API » \JBSMThumbnail - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Thumbnail helper class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    Resize image

    -
    check(string $path, string $file = null) : boolean
    -
    Static
    -
    -
    - - - -
    since9.0
    -

    Parameters

    -
    -

    $path

    -string

    Path to file

    -
    -

    $file

    -string

    file to check

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Creates a thumbnail for an uploaded image

    -
    create(string $file, string $path, integer $size = 100) : null
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $file

    -string

    File name

    -
    -

    $path

    -string

    Path to file

    -
    -

    $size

    -integer

    Size of image with default of 100

    -

    Returns

    -
    null
    -
    -
    -
    -

    Resize image

    -
    resize(string $path, integer $new_size) : null
    -
    Static
    -
    -
    - - - -
    since9.0
    -

    Parameters

    -
    -

    $path

    -string

    Path to file

    -
    -

    $new_size

    -integer

    New image size

    -

    Returns

    -
    null
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMTranslated.html b/docs/classes/JBSMTranslated.html deleted file mode 100644 index a259c5935a..0000000000 --- a/docs/classes/JBSMTranslated.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - -Proclaim API » \JBSMTranslated - - - - - - - - - - -
    - -
    - -
    - -
    -

    class for Translated Helper

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Translate a concatenated list of topics to clear text

    -
    getConcatTopicItemTranslated(object $topicItem) : \string:null
    -
    Static
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $topicItem

    -object

    stdClass containing the studies id and tp_id (i.e. concatenated topic ids)

    -

    Returns

    -
    -\string:nulltranslated string with format '[, [, ]]' or null if topicItem is not initialised
    -
    -
    -
    -

    Translate a topicItem to clear text

    -
    getTopicItemTranslated(object $topicItem) : string | NULL
    -
    Static
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $topicItem

    -object

    stdClass containing topic_text and topic_params

    -

    Returns

    -
    -stringNULLtranslated string or null if topicItem is not initialised
    -
    -
    -
    -

    Translate a list of topicItems to clear text each

    -
    getTopicItemsTranslated(array $topicItems = array()) : array
    -
    Static
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $topicItems

    -array

    array of stdClass containing topic_text and topic_params

    -

    Returns

    -
    -arraylist of topicItems containing translated strings in topic_text
    -
    -
    -

    - Properties

    - 
    -

    Extension Name

    -
    $extension : string
    -
    -

    Default

    -
    'com_biblestudy'
    -
    -
    Static
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSMUpload.html b/docs/classes/JBSMUpload.html deleted file mode 100644 index d2a91976b9..0000000000 --- a/docs/classes/JBSMUpload.html +++ /dev/null @@ -1,557 +0,0 @@ - - - - - -Proclaim API » \JBSMUpload - - - - - - - - - - -
    - -
    - -
    - -
    -

    JBS Upload class

    -
    -
    - - - - - - - - - - - - - -
    packageBibleStudy.Site
    since7.1.0
    deprecate9.0.0 No longer used.
    -

    - Methods

    -
    -

    Method to load javascript for squeezebox modal

    -
    Uploadjs(string $host, string $admin) : string
    -
    -
    -
    - - - - - - - - - -
    since7.0
    deprecate9.0.0 No longer used.
    -

    Parameters

    -
    -

    $host

    -string

    the site base url

    -
    -

    $admin

    -string

    String to add to url

    -

    Returns

    -
    string
    -
    -
    -
    -

    Amazon HMAC

    -
    amazon_hmac(string $stringToSign, string $aws_secret) : string
    -
    Static
    -
    -
    - - - - - - - - - -
    since7.0
    deprecate9.0.0 No longer used.
    -

    Parameters

    -
    -

    $stringToSign

    -string

    Sign

    -
    -

    $aws_secret

    -string

    Secret

    -

    Returns

    -
    string
    -
    -
    -
    -

    AWS

    -
    aws(string $file, object $filename, integer $admin = 0) : boolean
    -
    Static
    -
    -
    - - - - - - - - - -
    since7.0
    deprecate9.0.0 No longer used.
    -

    Parameters

    -
    -

    $file

    -string

    File

    -
    -

    $filename

    -object

    FileName

    -
    -

    $admin

    -integer

    Admin

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    BinSha1

    -
    binsha1(string $d) : string
    -
    Static
    -
    -
    - - - - - - - - - -
    since7.0
    deprecate9.0.0 No longer used.
    -

    Parameters

    -
    -

    $d

    -string

    String to hash

    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to build filepath

    -
    buildpath(array $file, string $type, integer $serverid, integer $folderid, integer $path, integer $flash = 0) : object
    -
    Static
    -
    -
    - - - - - - - - - -
    since7.0
    deprecate9.0.0 No longer used.
    -

    Parameters

    -
    -

    $file

    -array

    File details.

    -
    -

    $type

    -string

    Type

    -
    -

    $serverid

    -integer

    Server ID

    -
    -

    $folderid

    -integer

    Folder Id

    -
    -

    $path

    -integer

    The path id.

    -
    -

    $flash

    -integer

    Sets whether this is a flash upload or normal php upload and chooses right path through function.

    -

    Returns

    -
    object
    -
    -
    -
    -

    Method to check upload file to see if it is allowed

    -
    checkfile(array $file) : boolean
    -
    Static
    -
    -
    - - - - - - - - - -
    since7.0
    deprecate9.0.0 No longer used.
    -

    Parameters

    -
    -

    $file

    -array

    File info

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Method to delete temp file

    -
    deletetempfile(string $tempfile) : boolean
    -
    Static
    -
    -
    - - - - - - - - - -
    since7.0
    deprecate9.0.0 No longer used.
    -

    Parameters

    -
    -

    $tempfile

    -string

    Temp file path.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Method to upload the file over ftp

    -
    ftp(array $file, object $filename, integer $admin = 0) : boolean
    -
    Static
    -
    -
    - - - - - - - - - -
    since7.0
    deprecate9.0.0 No longer used.
    -

    Parameters

    -
    -

    $file

    -array

    Source File details.

    -
    -

    $filename

    -object

    Destination file details.

    -
    -

    $admin

    -integer

    Sets whether call is from Joomla admin or site.

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Method to get path variable

    -
    getpath(array $url, string $tempfile, string $front = '') : string
    -
    Static
    -
    -
    - - - - - - - - - -
    since7.0
    deprecate9.0.0 No longer used.
    -

    Parameters

    -
    -

    $url

    -array

    message details.

    -
    -

    $tempfile

    -string

    Temp file path.

    -
    -

    $front

    -string

    Front info

    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get temp file name from database

    -
    gettempfile() : string
    -
    Static
    -
    -
    - - - - - - - - - -
    since7.0
    deprecate9.0.0 No longer used.
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to build temp folder

    -
    gettempfolder() : string
    -
    Static
    -
    -
    - - - - - - - - - -
    since7.0
    deprecate9.0.0 No longer used.
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to process flash uploaded file

    -
    processflashfile(string $tempfile, object $filename) : string
    -
    Static
    -
    -
    - - - - - - - - - -
    sicne7.0
    deprecate9.0.0 No longer used.
    -

    Parameters

    -
    -

    $tempfile

    -string

    tempfile location

    -
    -

    $filename

    -object

    File info

    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to process flash uploaded file

    -
    processuploadfile(array $file, object $filename) : string
    -
    Static
    -
    -
    - - - - - - - - - -
    since7.0
    deprecate9.0.0 No longer used.
    -

    Parameters

    -
    -

    $file

    -array

    Temp file location

    -
    -

    $filename

    -object

    File info

    -

    Returns

    -
    string
    -
    -
    -
    -

    Send Rest

    -
    sendREST(resource $fp, string $q, boolean $debug = false) : string
    -
    Static
    -
    -
    - - - - - - - - - -
    since7.0
    deprecate9.0.0 No longer used.
    -

    Parameters

    -
    -

    $fp

    -resource

    ?

    -
    -

    $q

    -string

    ?

    -
    -

    $debug

    -boolean

    debug

    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to upload the file

    -
    upload(object $filename, array $file) : string
    -
    Static
    -
    -
    - - - - - - - - - -
    since7.0
    deprecate9.0.0 No longer used.
    -

    Parameters

    -
    -

    $filename

    -object

    Destination file details.

    -
    -

    $file

    -array

    Source File details.

    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to upload the file for ftp upload

    -
    uploadftp(string $filename, array $file) : string
    -
    Static
    -
    -
    - - - - - - - - - -
    since7.0
    deprecate9.0.0 No longer used.
    -

    Parameters

    -
    -

    $filename

    -string

    Destination file details.

    -
    -

    $file

    -array

    Source File details.

    -

    Returns

    -
    string
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JBSPIconvert.html b/docs/classes/JBSPIconvert.html deleted file mode 100644 index 7781f3e46a..0000000000 --- a/docs/classes/JBSPIconvert.html +++ /dev/null @@ -1,530 +0,0 @@ - - - - - - - Proclaim API » \JBSPIconvert - - - - - - - - - - - - - - - - -
    - -
    - -
    - - -
    -

    Convert Class - PreachIT Converter system

    - -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.1.0
    -

    -  Methods

    - - -
    -

    Convert PreachIT

    -
    convertPI() : string
    -
    -
    -
    -
    - - - - - -
    since7.1.0
    -

    Returns

    - -
    string
    -
    -
    -
    - - -
    -

    Insert Media into BibleStudy

    -
    insertMedia(object $pi, string $type, int $newid, int $oldid) : boolean
    -
    -
    -
    -
    - - - - - -
    FIXMElook like the $pod is missing.
    -

    Parameters

    - -
    -

    $pi

    - object - -

    ?

    -
    -
    -

    $type

    - string - -

    Type of Media

    -
    -

    $newid

    - int - -

    New ID

    -
    -

    $oldid

    - int - -

    Old ID

    -

    Returns

    - -
    boolean
    -
    -
    -
    - - -
    -

    Get Books

    -
    getBooks() : array
    -
    -
    -
    -
    -

    Returns

    - -
    array
    -
    -
    -
    - - -
    -

    Insert Comments

    -
    insertComments(int $oldid, int $newid) : boolean
    -
    -
    -
    -
    - - - - - -
    todoLooks like the if statement for $db->insertObject('#__bsms_comments', $comments, - 'id') may not be needed, TOM -
    -

    Parameters

    - -
    -

    $oldid

    - int - -

    ?

    -
    -
    -

    $newid

    - int - -

    ?

    -
    -

    Returns

    - -
    boolean
    -
    -
    -
    -

    -  Properties

    -  - -
    -

    -
    $cadd : int
    -
    -
    -
    -
    -
    -
    -
    -  - -
    -

    -
    $cnoadd : int
    -
    -
    -
    -
    -
    -
    -
    -  - -
    -

    -
    $commentsids : array
    -
    -
    -
    -
    -
    -
    -
    -  - -
    -

    -
    $foldersids : array
    -
    -
    -
    -
    -
    -
    -
    -  - -
    -

    -
    $locations : array
    -
    -
    -
    -
    -
    -
    -
    -  - -
    -

    -
    $mediafilesids : array
    -
    -
    -
    -
    -
    -
    -
    -  - -
    -

    -
    $picomments : object
    -
    -
    -
    -
    -
    -
    -
    -  - -
    -

    -
    $podcastids : array
    -
    -
    -
    -
    -
    -
    -
    -  - -
    -

    -
    $podcasts : int
    -
    -
    -
    -
    -
    -
    -
    -  - -
    -

    -
    $seriesids : array
    -
    -
    -
    -
    -
    -
    -
    -  - -
    -

    -
    $serversids : array
    -
    -
    -
    -
    -
    -
    -
    -  - -
    -

    -
    $studiesids : array
    -
    -
    -
    -
    -
    -
    -
    -  - -
    -

    -
    $teachersids : array
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    - - diff --git a/docs/classes/JBSPagebuilder.html b/docs/classes/JBSPagebuilder.html deleted file mode 100644 index 6956943b63..0000000000 --- a/docs/classes/JBSPagebuilder.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - - - Proclaim API » \JBSPagebuilder - - - - - - - - - - - - - - - - -
    - -
    -
    - - -
    - - -
    - -
    -
    - - -
    -

    Class to build page elements in use by custom template files

    - -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.1
    -

    -  Methods

    - - -
    -

    Build Page

    -
    buildPage(object $item, object $params, object $admin_params) : object
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $item

    - object - -

    Item info

    -
    -

    $params

    - object - -

    Item Params

    -
    -

    $admin_params

    - object - -

    Admin Params

    -

    Returns

    - -
    object
    -
    -
    -
    - - -
    -

    Run Content Plugins

    -
    runContentPlugins(object $item, object $params) : object
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $item

    - object - -

    Item info

    -
    -

    $params

    - object - -

    Item params

    -

    Returns

    - -
    object
    -
    -
    -
    - - -
    -

    Study Builder

    -
    studyBuilder(string $whereitem, string $wherefield, object $params, object $admin_params, int $limit, string $order) : object
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $whereitem

    - string - -

    ?

    -
    -
    -

    $wherefield

    - string - -

    ?

    -
    -
    -

    $params

    - object - -

    Item params

    -
    -

    $admin_params

    - object - -

    Admin params

    -
    -

    $limit

    - int - -

    Limit of Records

    -
    -

    $order

    - string - -

    DESC or ASC

    -

    Returns

    - -
    object
    -
    -
    -
    - - -
    -

    Media Builder

    -
    mediaBuilder(array $mediaids, object $params, object $admin_params) : string
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $mediaids

    - array - -

    ID of Media

    -
    -

    $params

    - object - -

    Item Params

    -
    -

    $admin_params

    - object - -

    Admin Params

    -

    Returns

    - -
    string
    -
    -
    -
    -

    -  Properties

    -   - -
    -

    Event

    -
    $event : string
    -
    -
    -
    -
    -
    -
    -
    -   - -
    -

    Extension Name

    -
    $extension : string
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    - - diff --git a/docs/classes/JBSRestore.html b/docs/classes/JBSRestore.html deleted file mode 100644 index b4adc0ac89..0000000000 --- a/docs/classes/JBSRestore.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - - - - Proclaim API » \JBSRestore - - - - - - - - - - - - - - - - -
    - -
    - -
    - - -
    -

    Restore class

    - -
    -
    - - - - - - - - - - - - - -
    packageProclaim.Admin
    since7.0.4
    todoRename Class to be better suted for restore
    -

    -  Methods

    - - -
    -

    Get Package form Upload

    -
    _getPackageFromUpload() : boolean
    -
    -
    -
    -
    -

    Returns

    - -
    boolean
    -
    -
    -
    - - -
    -

    Import DB

    -
    importdb(boolean $perent) : boolean
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $perent

    - boolean - -

    Switch to see if it is coming from migration or restore.

    -

    Returns

    - -
    boolean
    -
    -
    -
    - - -
    -

    Restor DB for exesting Proclaim

    -
    restoreDB(string $backuprestore) : boolean
    -
    Static
    -
    -
    -
    -

    Parameters

    - -
    -

    $backuprestore

    - string - -

    ?

    -
    -

    Returns

    - -
    - booleanSee if the restore worked. -
    -
    -
    -
    - - -
    -

    Alter tables for Blob

    -
    TablestoBlob() : boolean
    -
    Static
    -
    -
    -
    -

    Returns

    - -
    boolean
    -
    -
    -
    - - -
    -

    Modify tables to Text

    -
    TablestoText() : boolean
    -
    Static
    -
    -
    -
    -

    Returns

    - -
    boolean
    -
    -
    -
    - - -
    -

    Get Opjects for tables

    -
    getObjects() : array
    -
    Static
    -
    -
    -
    -

    Returns

    - -
    array
    -
    -
    -
    - - -
    -

    Install DB

    -
    installdb(string $tmp_src, boolean $parent) : boolean
    -
    Static
    -
    -
    -
    -

    Parameters

    - -
    -

    $tmp_src

    - string - -

    Temp info

    -
    -

    $parent

    - boolean - -

    To tell if coming from migration

    -

    Returns

    - -
    - booleanif db installed correctly. -
    -
    -
    -
    - - -
    -

    Get Packege from Folder

    -
    _getPackageFromFolder() : boolean
    -
    Static
    -
    -
    -
    -

    Returns

    - -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    - - diff --git a/docs/classes/JBSServer.html b/docs/classes/JBSServer.html deleted file mode 100644 index 1b7d8baccd..0000000000 --- a/docs/classes/JBSServer.html +++ /dev/null @@ -1,231 +0,0 @@ - - - - - -Proclaim API » \JBSServer - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Abstract Server class

    -
    -
    - - - - - - - - - -
    since9.0.0
    packageProclaim.Admin
    -

    - Methods

    -
    -

    Instance

    -
    getInstance(array $options = array()) : mixed
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $options

    -array

    ?

    -

    Returns

    -
    mixed
    -
    -
    -
    -

    Get a list of available servers

    -
    getServers() : array
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -arrayAn Array of available servers
    -
    -
    -
    -

    Upload

    -
    upload(string $target, boolean $overwrite = true) : mixed
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $target

    -string

    ?

    -
    -

    $overwrite

    -boolean

    ?

    -

    Returns

    -
    mixed
    -
    -
    -

    - Properties

    - 
    -

    The type of server

    -
    $type : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    The server connection resource

    -
    $connection : resource
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    $file

    -
    $file 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $instances

    -
    $instances 
    -
    -

    Default

    -
    array()
    -
    -
    Static
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldBooklist.html b/docs/classes/JFormFieldBooklist.html deleted file mode 100644 index 83d2ec86a4..0000000000 --- a/docs/classes/JFormFieldBooklist.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JFormFieldBooklist - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Location List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'Booklist'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldDocman.html b/docs/classes/JFormFieldDocman.html deleted file mode 100644 index 14bcf2f884..0000000000 --- a/docs/classes/JFormFieldDocman.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JFormFieldDocman - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Virtuemart Category List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.4
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'Docman'
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldElementOptions.html b/docs/classes/JFormFieldElementOptions.html deleted file mode 100644 index fcaf0f3176..0000000000 --- a/docs/classes/JFormFieldElementOptions.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JFormFieldElementOptions - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Books List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.4
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'Elementoptions'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldFilesize.html b/docs/classes/JFormFieldFilesize.html deleted file mode 100644 index 13f2c30e5c..0000000000 --- a/docs/classes/JFormFieldFilesize.html +++ /dev/null @@ -1,258 +0,0 @@ - - - - - -Proclaim API » \JFormFieldFilesize - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Form Field class for the FileSize

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Get impute of form

    -
    getInput() : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    string
    -
    -
    -
    -

    Returns converted size

    -
    sizeConverter() : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    Set Naming of type

    -
    $type : string
    -
    -

    Default

    -
    'Filesize'
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    - -
    -

    Form Field class for the FileSize

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Get impute of form

    -
    getInput() : string
    -
    -
    -
    - - - -
    since1.5
    -

    Returns

    -
    string
    -
    -
    -
    -

    Returns converted size

    -
    sizeConverter() : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    Set Naming of type

    -
    $type : string
    -
    -

    Default

    -
    'Filesize'
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldFilters.html b/docs/classes/JFormFieldFilters.html deleted file mode 100644 index 9449906d5b..0000000000 --- a/docs/classes/JFormFieldFilters.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - -Proclaim API » \JFormFieldFilters - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Form Field class for the Filters.

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to get the field input markup.

    -
    getInput() : string
    -
    -
    -

    TODO: Add access check.

    - - - -
    since1.6
    -

    Returns

    -
    -stringThe field input markup.
    -
    -
    -
    -

    A helper to get the list of user groups.

    -
    getUserGroups() : array
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    array
    -
    -
    -

    - Properties

    - 
    -

    The form field type.

    -
    $type : string
    -
    -

    Default

    -
    'Filters'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldFolders.html b/docs/classes/JFormFieldFolders.html deleted file mode 100644 index a768eacfa3..0000000000 --- a/docs/classes/JFormFieldFolders.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - -Proclaim API » \JFormFieldFolders - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Form Field class for the Joomla CMS.

    -
    -

    Supports a select grouped list of template styles

    - - - - - - - - - - - - - -
    packageJoomla.Libraries
    subpackageForm
    since1.6
    -

    - Methods

    -
    -

    Method to get the list of template style options -grouped by template.

    -
    getGroups() : array
    -
    -
    -

    Use the client attribute to specify a specific client. -Use the template attribute to specify a specific template

    - - - -
    since1.6
    -

    Returns

    -
    -arrayThe field option objects as a nested array in groups.
    -
    -
    -

    - Properties

    - 
    -

    The form field type.

    -
    $type : string
    -
    -

    Default

    -
    'Folders'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldLinkoptions.html b/docs/classes/JFormFieldLinkoptions.html deleted file mode 100644 index 2e699a7cd9..0000000000 --- a/docs/classes/JFormFieldLinkoptions.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JFormFieldLinkoptions - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Books List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.4
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'Linkoptions'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldListoptions.html b/docs/classes/JFormFieldListoptions.html deleted file mode 100644 index 6ef5b79728..0000000000 --- a/docs/classes/JFormFieldListoptions.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JFormFieldListoptions - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Books List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'Listoptions'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldLoadLanguageFile.html b/docs/classes/JFormFieldLoadLanguageFile.html deleted file mode 100644 index d62ad0b102..0000000000 --- a/docs/classes/JFormFieldLoadLanguageFile.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - -Proclaim API » \JFormFieldLoadLanguageFile - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    This is a dummy form element to load the components language file

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    Get Lable

    -
    getLabel() : \null;
    -
    -
    -
    -

    Returns

    -
    \null;
    -
    -
    -
    -

    Method to load the laguage file; nothing to display.

    -
    getInput() : string
    -
    -
    -
    -

    Returns

    -
    -stringThe field input markup.
    -
    -
    -

    - Properties

    - 
    -

    The hidden state for the form field.

    -
    $hidden : boolean
    -
    -

    Default

    -
    true
    -
    -
    -
    -
    - 
    -

    The form field type.

    -
    $type : string
    -
    -

    Default

    -
    'LoadLanguageFile'
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldLocationlist.html b/docs/classes/JFormFieldLocationlist.html deleted file mode 100644 index dda2547c90..0000000000 --- a/docs/classes/JFormFieldLocationlist.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JFormFieldLocationlist - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Location List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'Locationlist'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldLocationslist.html b/docs/classes/JFormFieldLocationslist.html deleted file mode 100644 index 74562fc1fb..0000000000 --- a/docs/classes/JFormFieldLocationslist.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JFormFieldLocationslist - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Location List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'Locationslist'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldMediafile.html b/docs/classes/JFormFieldMediafile.html deleted file mode 100644 index cb15091d2e..0000000000 --- a/docs/classes/JFormFieldMediafile.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - -Proclaim API » \JFormFieldMediafile - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Location List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'Mediafile'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    - -
    -

    Location List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'Locations'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldMediafileImages.html b/docs/classes/JFormFieldMediafileImages.html deleted file mode 100644 index f9b15ca223..0000000000 --- a/docs/classes/JFormFieldMediafileImages.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - -Proclaim API » \JFormFieldMediafileImages - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Location List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Get Button

    -
    getButton(Object $media) : string
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $media

    -Object

    Media table.

    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Icon

    -
    getIcon(Object $media) : string
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $media

    -Object

    Media Table

    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'Mediafileimages'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldMessagetypelist.html b/docs/classes/JFormFieldMessagetypelist.html deleted file mode 100644 index 75ec8bbf80..0000000000 --- a/docs/classes/JFormFieldMessagetypelist.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JFormFieldMessagetypelist - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Message Type List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'Messagetypes'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldMimetype.html b/docs/classes/JFormFieldMimetype.html deleted file mode 100644 index a40477a726..0000000000 --- a/docs/classes/JFormFieldMimetype.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JFormFieldMimetype - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Mime Type List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'Mimetype'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldModal_Article.html b/docs/classes/JFormFieldModal_Article.html deleted file mode 100644 index 7131e48a0f..0000000000 --- a/docs/classes/JFormFieldModal_Article.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - -Proclaim API » \JFormFieldModal_Article - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    Supports a modal article picker.

    -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since
    -

    - Methods

    -
    -

    Method to get the field input markup.

    -
    getInput() : string
    -
    -
    -
    - - - -
    since
    -

    Returns

    -
    -stringThe field input markup.
    -
    -
    -

    - Properties

    - 
    -

    The form field type.

    -
    $type : string
    -
    -
    -
    - - - -
    since
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldModal_Seriesdetail.html b/docs/classes/JFormFieldModal_Seriesdetail.html deleted file mode 100644 index 6964bbb1bf..0000000000 --- a/docs/classes/JFormFieldModal_Seriesdetail.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JFormFieldModal_Seriesdetail - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Supports a modal series picker.

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to get the field input markup.

    -
    getInput() : string
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    -stringThe field input markup.
    -
    -
    -

    - Properties

    - 
    -

    The form field type.

    -
    $type : string
    -
    -

    Default

    -
    'Modal_Seriesdetail'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldModal_Study.html b/docs/classes/JFormFieldModal_Study.html deleted file mode 100644 index 078d14180a..0000000000 --- a/docs/classes/JFormFieldModal_Study.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - -Proclaim API » \JFormFieldModal_Study - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Field class for Modal_Study

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    deprecatedsince version 7.1.0
    -

    - Methods

    -
    -

    Get input form form

    -
    getInput() : array
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    array
    -
    -
    -

    - Properties

    - 
    -

    Set Modal_Study

    -
    $type : string
    -
    -

    Default

    -
    'Modal_Study'
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldModal_Studydetails.html b/docs/classes/JFormFieldModal_Studydetails.html deleted file mode 100644 index 1f0e4e8c33..0000000000 --- a/docs/classes/JFormFieldModal_Studydetails.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JFormFieldModal_Studydetails - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Supports a modal study picker.

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to get the field input markup.

    -
    getInput() : string
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    -stringThe field input markup.
    -
    -
    -

    - Properties

    - 
    -

    The form field type.

    -
    $type : string
    -
    -

    Default

    -
    'Modal_Studydetails'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldModal_Teacherdisplay.html b/docs/classes/JFormFieldModal_Teacherdisplay.html deleted file mode 100644 index 5c74b01a1a..0000000000 --- a/docs/classes/JFormFieldModal_Teacherdisplay.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JFormFieldModal_Teacherdisplay - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Supports a modal study picker.

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to get the field input markup.

    -
    getInput() : string
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    -stringThe field input markup.
    -
    -
    -

    - Properties

    - 
    -

    The form field type.

    -
    $type : string
    -
    -

    Default

    -
    'Modal_TeacherDisplay'
    -
    -
    -
    -
    - - - -
    since1.6
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldPlupload.html b/docs/classes/JFormFieldPlupload.html deleted file mode 100644 index 849328aeae..0000000000 --- a/docs/classes/JFormFieldPlupload.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - -Proclaim API » \JFormFieldPlupload - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Class JFormFieldPlupload

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    Get Input

    -
    getInput() : string
    -
    -
    -
    - - - -
    since1.5
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    $type

    -
    $type 
    -
    -

    Default

    -
    'Plupload'
    -
    -
    -
    -
    -
    -
    - -
    -

    Class JFormFieldPlupload

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    Get Input

    -
    getInput() : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    $type

    -
    $type 
    -
    -

    Default

    -
    'Plupload'
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldRowOptions.html b/docs/classes/JFormFieldRowOptions.html deleted file mode 100644 index 656a62d71f..0000000000 --- a/docs/classes/JFormFieldRowOptions.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JFormFieldRowOptions - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Books List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.4
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'Rowoptions'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldSeriesLinkoptions.html b/docs/classes/JFormFieldSeriesLinkoptions.html deleted file mode 100644 index 0c32acc868..0000000000 --- a/docs/classes/JFormFieldSeriesLinkoptions.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JFormFieldSeriesLinkoptions - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Books List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.4
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since7.0.4
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'SeriesLinkoptions'
    -
    -
    -
    -
    - - - -
    since7.0.4
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldSerieslist.html b/docs/classes/JFormFieldSerieslist.html deleted file mode 100644 index 886e1baec9..0000000000 --- a/docs/classes/JFormFieldSerieslist.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JFormFieldSeriesList - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Series List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.4
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since7.0.4
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'SeriesList'
    -
    -
    -
    -
    - - - -
    since7.0.4
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldSeriesoptions.html b/docs/classes/JFormFieldSeriesoptions.html deleted file mode 100644 index 51ebf6715e..0000000000 --- a/docs/classes/JFormFieldSeriesoptions.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JFormFieldSeriesoptions - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Books List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'Seriesoptions'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldServer.html b/docs/classes/JFormFieldServer.html deleted file mode 100644 index 3ab35ea6db..0000000000 --- a/docs/classes/JFormFieldServer.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - -Proclaim API » \JFormFieldServer - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Field class for Server

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    Get input form form

    -
    getInput() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    array
    -
    -
    -

    - Properties

    - 
    -

    $type

    -
    $type 
    -
    -

    Default

    -
    'Server'
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldServerType.html b/docs/classes/JFormFieldServerType.html deleted file mode 100644 index f8cb7558cf..0000000000 --- a/docs/classes/JFormFieldServerType.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - -Proclaim API » \JFormFieldServerType - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    ServerType Field class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Get Input

    -
    getInput() : string
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    string
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldSharelist.html b/docs/classes/JFormFieldSharelist.html deleted file mode 100644 index 3bc403f718..0000000000 --- a/docs/classes/JFormFieldSharelist.html +++ /dev/null @@ -1,824 +0,0 @@ - - - - - - API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - -

    \JFormFieldSharelist

    -

    Message Type List Form Field class for the Proclaim component

    - - - -
    -

    Summary

    -
    -
    - Methods -
    -
    - Properties -
    -
    - Constants -
    -
    -
    -
    - No public methods found -
    -
    - No public properties found -
    -
    - No constants found -
    -
    -
    -
    - getOptions()
    -
    -
    - $type
    -
    -
    - N/A -
    -
    -
    -
    - No private methods found -
    -
    - No private properties found -
    -
    - N/A -
    -
    -
    -
    - -
    - - - -
    -
    -

    Properties

    -
    - -
    - -
    -
    - -
    -

    $type

    -
    $type : string
    -

    The field type.

    - - -

    Type

    - string -
    -
    - -
    - - - -
    -

    Methods

    - -
    - -
    -
    - -
    -

    getOptions()

    - -
    getOptions() : array
    -

    Method to get a list of options for a list input.

    - - - - -

    Returns

    - array - —

    An array of JHtml options.

    - -
    -
    - -
    - -
    -
    - - - - -
    - - - diff --git a/docs/classes/JFormFieldSpanOptions.html b/docs/classes/JFormFieldSpanOptions.html deleted file mode 100644 index f561ea99ac..0000000000 --- a/docs/classes/JFormFieldSpanOptions.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JFormFieldSpanOptions - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Books List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.4
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'Spanoptions'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldTeacherLinkoptions.html b/docs/classes/JFormFieldTeacherLinkoptions.html deleted file mode 100644 index 7ccef4d1ec..0000000000 --- a/docs/classes/JFormFieldTeacherLinkoptions.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JFormFieldTeacherLinkoptions - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Books List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.4
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'TeacherLinkoptions'
    -
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldTeacherlist.html b/docs/classes/JFormFieldTeacherlist.html deleted file mode 100644 index 2f3b496859..0000000000 --- a/docs/classes/JFormFieldTeacherlist.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - -Proclaim API » \JFormFieldTeacherlist - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Teachers List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'Teachers'
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    - -
    -

    Teachers List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'Teachers'
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldTopics.html b/docs/classes/JFormFieldTopics.html deleted file mode 100644 index f408fa0533..0000000000 --- a/docs/classes/JFormFieldTopics.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - -Proclaim API » \JFormFieldTopics - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Form Field class for the Topics

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Get input form form

    -
    getInput() : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    Set type to topics

    -
    $type : string
    -
    -

    Default

    -
    'Topics'
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldTopicslist.html b/docs/classes/JFormFieldTopicslist.html deleted file mode 100644 index 6d7cbdc7c6..0000000000 --- a/docs/classes/JFormFieldTopicslist.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - -Proclaim API » \JFormFieldTopicslist - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Topics List Form Field class for the Proclaim component -Displays a topics list of ALL published topics

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'Topics'
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldUpload.html b/docs/classes/JFormFieldUpload.html deleted file mode 100644 index b9ef7d9dd2..0000000000 --- a/docs/classes/JFormFieldUpload.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - -Proclaim API » \JFormFieldUpload - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Upload Field class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    Get Input

    -
    getInput() : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    $type

    -
    $type 
    -
    -

    Default

    -
    'upload'
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldVirtuemart.html b/docs/classes/JFormFieldVirtuemart.html deleted file mode 100644 index 2d019ab7be..0000000000 --- a/docs/classes/JFormFieldVirtuemart.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JFormFieldVirtuemart - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Virtuemart Category List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.4
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since1.5
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'Virtuemart'
    -
    -
    -
    -
    - - - -
    since7.0.4
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JFormFieldYearlist.html b/docs/classes/JFormFieldYearlist.html deleted file mode 100644 index 28c482f3b5..0000000000 --- a/docs/classes/JFormFieldYearlist.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \JFormFieldYearlist - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Location List Form Field class for the Proclaim component

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Method to get a list of options for a list input.

    -
    getOptions() : array
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -arrayAn array of JHtml options.
    -
    -
    -

    - Properties

    - 
    -

    The field type.

    -
    $type : string
    -
    -

    Default

    -
    'Yearlist'
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JHtmlBiblestudy.html b/docs/classes/JHtmlBiblestudy.html deleted file mode 100644 index 5b19912310..0000000000 --- a/docs/classes/JHtmlBiblestudy.html +++ /dev/null @@ -1,399 +0,0 @@ - - - - - -Proclaim API » \JHtmlBiblestudy - - - - - - - - - - -
    - -
    - -
    - -
    -

    Biblestudy HTML class.

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    - -
    -

    Method to get the field options.

    -
    Mediatypelist() : array
    -
    Static
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    -arrayThe field option objects.
    -
    -
    -
    -

    Display a batch widget for the teacher selector.

    -
    Messagetype() : string
    -
    Static
    -
    -
    - - - -
    since2.5
    -

    Returns

    -
    -stringThe necessary HTML for the widget.
    -
    -
    -
    -

    Method to get the field options.

    -
    Messagetypelist() : array
    -
    Static
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    -arrayThe field option objects.
    -
    -
    -
    -

    Display a batch widget for the teacher selector.

    -
    Series() : string
    -
    Static
    -
    -
    - - - -
    since2.5
    -

    Returns

    -
    -stringThe necessary HTML for the widget.
    -
    -
    -
    -

    Method to get the field options.

    -
    Serieslist() : array
    -
    Static
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    -arrayThe field option objects.
    -
    -
    -
    -

    Display a batch widget for the teacher selector.

    -
    Teacher() : string
    -
    Static
    -
    -
    - - - -
    since2.5
    -

    Returns

    -
    -stringThe necessary HTML for the widget.
    -
    -
    -
    -

    Method to get the field options.

    -
    Teacherlist() : array
    -
    Static
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    -arrayThe field option objects.
    -
    -
    -
    -

    Method to load the bPopup JavaScript framework into the document head

    -
    framework(mixed $debug = null, mixed $extra = null) : void
    -
    Static
    -
    -

    If debugging mode is on an uncompressed version of jQuery is included for easier debugging.

    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $debug

    -mixed

    Is debugging mode on? [optional]

    -
    -

    $extra

    -mixed

    Option to load extra js [optional]

    -
    -
    - -
    -

    Loads CSS files needed by Bootstrap

    -
    loadCss(\Joomla\Registry\Registry $params, string $url = null, string $extra = null) : void
    -
    Static
    -
    -
    - - - -
    since3.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Params for css

    -
    -

    $url

    -string

    Url of a css file to load

    -
    -

    $extra

    -string

    Url of a css file to load

    -
    -
    -
    -

    Display a batch widget for the player selector.

    -
    mediatype() : string
    -
    Static
    -
    -
    - - - -
    since2.5
    -

    Returns

    -
    -stringThe necessary HTML for the widget.
    -
    -
    -
    -

    Method to get the field options.

    -
    playerlist() : object
    -
    Static
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    -objectThe field option objects.
    -
    -
    -
    -

    Display a batch widget for the player selector.

    -
    players() : string
    -
    Static
    -
    -
    - - - -
    since2.5
    -

    Returns

    -
    -stringThe necessary HTML for the widget.
    -
    -
    -
    -

    Display a batch widget for the popup selector.

    -
    popup() : string
    -
    Static
    -
    -
    - - - -
    since2.5
    -

    Returns

    -
    -stringThe necessary HTML for the widget.
    -
    -
    -
    -

    Method to get the field options.

    -
    popuplist() : object
    -
    Static
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    -objectThe field option objects.
    -
    -
    -

    - Properties

    - 
    -

    Array containing information for loaded files

    -
    $loaded : array
    -
    -

    Default

    -
    array()
    -
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JHtmlFancybox.html b/docs/classes/JHtmlFancybox.html deleted file mode 100644 index bccb9eb2be..0000000000 --- a/docs/classes/JHtmlFancybox.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - -Proclaim API » \JHtmlFancybox - - - - - - - - - - -
    - -
    - -
    - -
    -

    Utility class for Fancybox JavaScript behaviors

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    Method to load the fancybox JavaScript framework into the document head

    -
    framework(boolean $option = false, boolean $mouseweel = false) : void
    -
    Static
    -
    -

    If debugging mode is on an uncompressed version of jQuery is included for easier debugging.

    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $option

    -boolean

    Optional looks [optional]

    -
    -

    $mouseweel

    -boolean

    To add mouse Well to display [optional]

    -
    -
    -
    -

    Loads CSS files needed by Bootstrap

    -
    loadCss(boolean $option = false) : void
    -
    Static
    -
    -
    - - - -
    since3.0
    -

    Parameters

    -
    -

    $option

    -boolean

    Optional add helpers - button, thumbnail and/or media

    -
    -
    -

    - Properties

    - 
    -

    Array containing information for loaded files

    -
    $loaded : array
    -
    -

    Default

    -
    array()
    -
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JHtmlIcon.html b/docs/classes/JHtmlIcon.html deleted file mode 100644 index db592ea620..0000000000 --- a/docs/classes/JHtmlIcon.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - -Proclaim API » \JHtmlIcon - - - - - - - - - - -
    - -
    - -
    - -
    -

    Content Component HTML Helper

    -
    -
    - - - - - - - - - -
    since1.5
    packageProclaim.Admin
    -

    - Methods

    -
    -

    Method to generate a link to the create item page for the given category

    -
    create(object $category, \Joomla\Registry\Registry $params, array $attribs = array(), boolean $legacy = false) : string
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $category

    -object

    The category information

    -
    -

    $params

    -\Joomla\Registry\Registry

    The item parameters

    -
    -

    $attribs

    -array

    Optional attributes for the link

    -
    -

    $legacy

    -boolean

    True to use legacy images, false to use icomoon based graphic

    -

    Returns

    -
    -stringThe HTML markup for the create item link
    -
    -
    -
    -

    Display an edit icon for the article.

    -
    edit(object $article, \Joomla\Registry\Registry $params, array $attribs = array(), boolean $legacy = false) : string
    -
    Static
    -
    -

    This icon will not display in a popup window, nor if the article is trashed. -Edit access checks must be performed in the calling code.

    - - - -
    since1.6
    -

    Parameters

    -
    -

    $article

    -object

    The article information

    -
    -

    $params

    -\Joomla\Registry\Registry

    The item parameters

    -
    -

    $attribs

    -array

    Optional attributes for the link

    -
    -

    $legacy

    -boolean

    True to use legacy images, false to use icomoon based graphic

    -

    Returns

    -
    -stringThe HTML for the article edit icon.
    -
    -
    -
    -

    Method to generate a link to the email item page for the given article

    -
    email(object $article, \Joomla\Registry\Registry $params, array $attribs = array(), boolean $legacy = false) : string
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $article

    -object

    The article information

    -
    -

    $params

    -\Joomla\Registry\Registry

    The item parameters

    -
    -

    $attribs

    -array

    Optional attributes for the link

    -
    -

    $legacy

    -boolean

    True to use legacy images, false to use icomoon based graphic

    -

    Returns

    -
    -stringThe HTML markup for the email item link
    -
    -
    -
    -

    Method to generate a popup link to print an article

    -
    print_popup(object $article, \Joomla\Registry\Registry $params, array $attribs = array(), boolean $legacy = false) : string
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $article

    -object

    The article information

    -
    -

    $params

    -\Joomla\Registry\Registry

    The item parameters

    -
    -

    $attribs

    -array

    Optional attributes for the link

    -
    -

    $legacy

    -boolean

    True to use legacy images, false to use icomoon based graphic

    -

    Returns

    -
    -stringThe HTML markup for the popup link
    -
    -
    -
    -

    Method to generate a link to print an article

    -
    print_screen(object $article, \Joomla\Registry\Registry $params, array $attribs = array(), boolean $legacy = false) : string
    -
    Static
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $article

    -object

    Not used, @deprecated for 4.0

    -
    -

    $params

    -\Joomla\Registry\Registry

    The item parameters

    -
    -

    $attribs

    -array

    Not used, @deprecated for 4.0

    -
    -

    $legacy

    -boolean

    True to use legacy images, false to use icomoon based graphic

    -

    Returns

    -
    -stringThe HTML markup for the popup link
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JHtmlJquery.html b/docs/classes/JHtmlJquery.html deleted file mode 100644 index 8ca8997636..0000000000 --- a/docs/classes/JHtmlJquery.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - - -Proclaim API » \JHtmlJquery - - - - - - - - - - -
    - -
    - -
    - -
    -

    Utility class for jQuery JavaScript behaviors

    -
    -
    - - - - - - - - - - - - - -
    packageJoomla.Libraries
    subpackageHTML
    since
    -

    - Methods

    -
    -

    Method to load the jQuery JavaScript framework into the document head

    -
    framework(boolean $noConflict, mixed $debug) : void
    -
    Static
    -
    -
    If debugging mode is on an uncompressed version of jQuery is included for easier debugging.
    - - - -
    since
    -

    Parameters

    -
    -

    $noConflict

    -boolean

    True to load jQuery in noConflict mode [optional]

    -
    -
    -

    $debug

    -mixed

    Is debugging mode on? [optional]

    -
    -
    -
    -
    -

    Method to load the jQuery UI JavaScript framework into the document head

    -
    ui(array $components, mixed $debug) : void
    -
    Static
    -
    -
    If debugging mode is on an uncompressed version of jQuery UI is included for easier debugging.
    - - - -
    since
    -

    Parameters

    -
    -

    $components

    -array

    The jQuery UI components to load [optional]

    -
    -
    -

    $debug

    -mixed

    Is debugging mode on? [optional]

    -
    -
    -
    -

    - Properties

    - 
    -

    Array containing information for loaded files

    -
    $loaded : array
    -
    Static
    -
    -
    - - - -
    since
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JHtmlJwplayer.html b/docs/classes/JHtmlJwplayer.html deleted file mode 100644 index f477be2104..0000000000 --- a/docs/classes/JHtmlJwplayer.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - -Proclaim API » \JHtmlJwplayer - - - - - - - - - - -
    - -
    - -
    - -
    -

    Utility class for JWplayer behaviors

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim.Admin
    subpackageHTML
    since3.0
    -

    - Methods

    -
    -

    Method to load the JWplayer JavaScript framework into the document head

    -
    framework() : void
    -
    Static
    -
    -

    If debugging mode is on an uncompressed version of JWplayer is included for easier debugging.

    - - - -
    since3.0
    -
    -
    -
    -

    Render html for media presentation for JW Player

    -
    render(object $media, \Joomla\Registry\Registry $params, boolean $popup = false, object $player = null, integer $t = null) : string
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $media

    -object

    Media info

    -
    -

    $params

    -\Joomla\Registry\Registry

    Params from media have to be in object for do to protection.

    -
    -

    $popup

    -boolean

    If from a popup

    -
    -

    $player

    -object

    To make player for audio like (MP3, M4A, etc..)

    -
    -

    $t

    -integer

    Template id.

    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    Array containing information for loaded files

    -
    $loaded : array
    -
    -

    Default

    -
    array()
    -
    -
    Static
    -
    -
    - - - -
    since3.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JHtmlSortablelist.html b/docs/classes/JHtmlSortablelist.html deleted file mode 100644 index ae62768f32..0000000000 --- a/docs/classes/JHtmlSortablelist.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - -Proclaim API » \JHtmlSortablelist - - - - - - - - - - -
    - -
    - -
    - -
    -

    HTML utility class for creating a sortable table list

    -
    -
    - - - - - - - - - - - - - -
    packageJoomla.Libraries
    subpackageHTML
    since
    -

    - Methods

    -
    -

    Method to inject script for enabled and disable Save order button -when changing value of ordering input boxes

    -
    _proceedSaveOrderButton() : void
    -
    Static
    -
    -
    - - - -
    since
    -
    -
    -
    -

    Method to load the Sortable script and make table sortable

    -
    sortable(string $tableId, string $formId, string $sortDir, string $saveOrderingUrl, boolean $proceedSaveOrderButton, boolean $nestedList) : void
    -
    Static
    -
    -
    - - - -
    since
    -

    Parameters

    -
    -

    $tableId

    -string

    DOM id of the table

    -
    -

    $formId

    -string

    DOM id of the form

    -
    -

    $sortDir

    -string

    Sort direction

    -
    -

    $saveOrderingUrl

    -string

    Save ordering url, ajax-load after an item dropped

    -
    -
    -

    $proceedSaveOrderButton

    -boolean

    Set whether a save order button is displayed

    -
    -

    $nestedList

    -boolean

    Set whether the list is a nested list

    -
    -
    -

    - Properties

    - 
    -

    Array containing information for loaded files

    -
    $loaded : array
    -
    Static
    -
    -
    - - - -
    since
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JHtmlbsMedia.html b/docs/classes/JHtmlbsMedia.html deleted file mode 100644 index 3c09d2040c..0000000000 --- a/docs/classes/JHtmlbsMedia.html +++ /dev/null @@ -1,199 +0,0 @@ - - - - - -Proclaim API » \JHtmlbsMedia - - - - - - - - - - -
    - -
    - -
    - -
    -

    Utility class for bPopup JavaScript behaviors

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    Method to load the bPopup JavaScript framework into the document head

    -
    framework(boolean $noConflict = true, mixed $debug = null) : void
    -
    Static
    -
    -

    If debugging mode is on an uncompressed version of jQuery is included for easier debugging.

    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $noConflict

    -boolean

    True to load jQuery in noConflict mode [optional]

    -
    -

    $debug

    -mixed

    Is debugging mode on? [optional]

    -
    -
    -
    -

    Loads CSS files needed by Bootstrap

    -
    loadCss(boolean $includeMainCss = true, string $cssName = null, string $cssSet = 'default', array $attribs = array()) : void
    -
    Static
    -
    -
    - - - -
    since3.0
    -

    Parameters

    -
    -

    $includeMainCss

    -boolean

    If true, main bootstrap.css files are loaded

    -
    -

    $cssName

    -string

    Name of css to use for view.

    -
    -

    $cssSet

    -string

    what css to load

    -
    -

    $attribs

    -array

    Optional array of attributes to be passed to JHtml::_('stylesheet')

    -
    -
    -
    -

    Add javascript support for Lytebox

    -
    lytebox(string $selector = 'lytebox', array $params = array()) : void
    -
    Static
    -
    -
    - - - -
    since3.0
    -

    Parameters

    -
    -

    $selector

    -string

    Common class for the Lytebox.

    -
    -

    $params

    -array

    An array of options for the modal. - Options for the modal can be:

    -
    -
    -

    - Properties

    - 
    -

    Array containing information for loaded files

    -
    $loaded : array
    -
    -

    Default

    -
    array()
    -
    -
    Static
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JbStats.html b/docs/classes/JbStats.html deleted file mode 100644 index 083e160d0a..0000000000 --- a/docs/classes/JbStats.html +++ /dev/null @@ -1,317 +0,0 @@ - - - - - -Proclaim API » \JbStats - - - - - - - - - - -
    - -
    - -
    - -
    -

    Bible Study stats support class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Get Downloads ninety

    -
    get_downloads_ninety() : array
    -
    Static
    -
    -
    -

    Returns

    -
    -arraylist of download links
    -
    -
    -
    -

    Get top books

    -
    get_top_books() : object
    -
    Static
    -
    -
    - - - -
    deprecatedNot used as of 8.0.0
    -

    Returns

    -
    object
    -
    -
    -
    -

    Get Top Downloads

    -
    get_top_downloads() : string
    -
    Static
    -
    -
    -

    Returns

    -
    -stringList of links to the downloads
    -
    -
    -
    -

    Get top studies

    -
    get_top_studies() : array
    -
    Static
    -
    -
    -

    Returns

    -
    array
    -
    -
    -
    -

    Get top thirty days

    -
    get_top_thirty_days() : string
    -
    Static
    -
    -
    -

    Returns

    -
    string
    -
    -
    -
    -

    Total media files in Bible Study

    -
    get_total_categories() : int
    -
    Static
    -
    -
    -

    Returns

    -
    int
    -
    -
    -
    -

    Total comments

    -
    get_total_comments() : int
    -
    Static
    -
    -
    -

    Returns

    -
    int
    -
    -
    -
    -

    Total messages in Bible Study

    -
    get_total_messages(string $start, string $end) : int
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $start

    -string

    ?

    -
    -
    -

    $end

    -string

    ?

    -
    -

    Returns

    -
    -intTotal Messages
    -
    -
    -
    -

    Total topics in Bible Study

    -
    get_total_topics(string $start, string $end) : int
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $start

    -string

    ?

    -
    -
    -

    $end

    -string

    ?

    -
    -

    Returns

    -
    -intTotal Topics
    -
    -
    -
    -

    Returns a System of Player

    -
    players() : string
    -
    Static
    -
    -
    -

    Returns

    -
    string
    -
    -
    -
    -

    Popups for media files

    -
    popups() : string
    -
    Static
    -
    -
    -

    Returns

    -
    string
    -
    -
    -
    -

    Top Score ???

    -
    top_score() : int
    -
    Static
    -
    -
    -

    Returns

    -
    -intnumber of scors
    -
    -
    -
    -

    Top Score Site

    -
    top_score_site() : string
    -
    -
    -
    -

    Returns

    -
    string
    -
    -
    -
    -

    Total Downloads

    -
    total_downloads() : array
    -
    Static
    -
    -
    -

    Returns

    -
    array
    -
    -
    -
    -

    Get Total Meida Files

    -
    total_media_files() : array
    -
    Static
    -
    -
    -

    Returns

    -
    -arrayDon't know
    -
    -
    -
    -

    Total plays of media files per study

    -
    total_plays(int $id) : int
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $id

    -int

    Id number of study

    -

    Returns

    -
    -intTotal plays form the media
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JoomlaCompatController.html b/docs/classes/JoomlaCompatController.html deleted file mode 100644 index 092316ea39..0000000000 --- a/docs/classes/JoomlaCompatController.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - -Proclaim API » \JoomlaCompatController - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    The Live Update MVC controller

    -
    -
    - - - - - - - - - - - - - - - - - -
    packageLiveUpdate
    copyrightCopyright (c)2010-2013 Nicholas K. Dionysopoulos / AkeebaBackup.com
    licenseGNU LGPLv3 or later <http://www.gnu.org/copyleft/lesser.html>
    since
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JoomlaCompatModel.html b/docs/classes/JoomlaCompatModel.html deleted file mode 100644 index 1d0d39eb14..0000000000 --- a/docs/classes/JoomlaCompatModel.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - -Proclaim API » \JoomlaCompatModel - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    The Live Update MVC model

    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/JoomlaCompatView.html b/docs/classes/JoomlaCompatView.html deleted file mode 100644 index 64d8a2cac2..0000000000 --- a/docs/classes/JoomlaCompatView.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - -Proclaim API » \JoomlaCompatView - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    Live Update Package

    -
    -
    - - - - - - - - - - - - - - - - - -
    packageLiveUpdate
    copyrightCopyright (c)2010-2013 Nicholas K. Dionysopoulos / AkeebaBackup.com
    licenseGNU LGPLv3 or later <http://www.gnu.org/copyleft/lesser.html>
    since
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/LiveUpdate.html b/docs/classes/LiveUpdate.html deleted file mode 100644 index 982ff6be8a..0000000000 --- a/docs/classes/LiveUpdate.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - -Proclaim API » \LiveUpdate - - - - - - - - - - -
    - -
    - -
    - -
    -

    Class LiveUpdate

    -
    -
    -

    - Methods

    -
    -

    Icon

    -
    getIcon(array $config) : string
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $config

    -array -
    -

    Returns

    -
    string
    -
    -
    -
    -

    Returns update information about your extension, based on your configuration settings

    -
    getUpdateInformation(bool $force) : \stdClass
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $force

    -bool

    ???

    -
    -

    Returns

    -
    \stdClass
    -
    -
    -
    -

    Handles requests to the "liveupdate" view which is used to display -update information and perform the live updates

    -
    handleRequest() : void
    -
    Static
    -
    -
    -
    -

    Loads the translation strings -- this is an internal function, called automatically

    -
    loadLanguage() : void
    -
    Static
    -
    -
    -

    - Properties

    - 
    -

    The current version of Akeeba Live Update

    -
    $version : string
    -
    Static
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/LiveUpdateAbstractConfig.html b/docs/classes/LiveUpdateAbstractConfig.html deleted file mode 100644 index 28f9801088..0000000000 --- a/docs/classes/LiveUpdateAbstractConfig.html +++ /dev/null @@ -1,383 +0,0 @@ - - - - - -Proclaim API » \LiveUpdateAbstractConfig - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    This is the base class inherited by the config.php file in LiveUpdate's root.

    -
    -
    You may override it non-final members to customise its behaviour.
    - - - -
    authorNicholas K. Dionysopoulos <nicholas@akeebabackup.com>
    -

    - Methods

    -
    -

    Public constructor. It populates all extension-specific fields. Override to your liking if necessary.

    -
    __construct() 
    -
    -
    -
    -
    -

    Override this ethod to load customized CSS and media files instead of the stock -CSS and media provided by Live Update. If you override this class it MUST return -true, otherwise LiveUpdate's CSS will be loaded after yours and will override your -settings.

    -
    addMedia() : bool
    -
    -
    -
    -

    Returns

    -
    -boolReturn true to stop Live Update from loading its own CSS files.
    -
    -
    -
    -

    Apply CA Cart

    -
    applyCACert($ch) : void
    -
    -
    -
    -

    Parameters

    -

    $ch

    -
    -
    -
    -

    Gets the authorization string to append to the download URL. It returns either the -download ID or username/password pair. Please override the class constructor, not -this method, if you want to fetch these values.

    -
    getAuthorization() : string
    -
    -
    -
    -

    Returns

    -
    string
    -
    -
    -
    -

    Returns all the information we have about the extension and its update preferences

    -
    getExtensionInformation() : array
    -
    -
    -
    -

    Returns

    -
    -arrayThe extension information
    -
    -
    -
    -

    Singleton implementation

    -
    getInstance() : \LiveUpdateConfig
    -
    Static
    -
    -
    -

    Returns

    -
    -\LiveUpdateConfigAn instance of the Live Update configuration class
    -
    -
    -
    -

    Get Minimum Stability

    -
    getMinimumStability() : string
    -
    -
    -
    -

    Returns

    -
    string
    -
    -
    -
    -

    Returns the information regarding the storage adapter

    -
    getStorageAdapterPreferences() : array
    -
    -
    -
    -

    Returns

    -
    array
    -
    -
    -
    -

    Returns the URL to the update INI stream. By default it returns the value to -the protected $_updateURL property of the class. Override with your implementation -if you want to modify its logic.

    -
    getUpdateURL() : string
    -
    -
    -
    -

    Returns

    -
    string
    -
    -
    -
    -

    Get Version Strategy

    -
    getVersionStrategy() : string
    -
    -
    -
    -

    Returns

    -
    string
    -
    -
    -
    -

    Requires Authorization

    -
    requiresAuthorization() : bool
    -
    -
    -
    -

    Returns

    -
    bool
    -
    -
    -
    -

    Fetch username/password and Download ID from the component's configuration.

    -
    populateAuthorization() : void
    -
    -
    -
    -
    -

    Get the current version from the XML manifest of the extension and -populate the class' properties.

    -
    populateExtensionInfo() : void
    -
    -
    -
    -

    - Properties

    - 
    -

    The path to a local copy of cacert.pem, required if you plan on using HTTPS URLs to fetch live udpate information or download files from

    -
    $_cacerts : string
    -
    -
    -
    - 
    -

    current release date of your extension. Populated automatically from the XML manifest.

    -
    $_currentReleaseDate : \The
    -
    -
    -
    - 
    -

    current version of your extension. Populated automatically from the XML manifest.

    -
    $_currentVersion : \The
    -
    -
    -
    - 
    -

    The Download ID to authorize a download on your site; use it instead of the username/password pair

    -
    $_downloadID : string
    -
    -
    -
    - 
    -

    The extension name, e.g. com_foobar, plg_foobar, mod_foobar, tpl_foobar etc

    -
    $_extensionName : string
    -
    -
    -
    - 
    -

    The human-readable name of your extension

    -
    $_extensionTitle : string
    -
    -
    -
    - 
    -

    The minimum stability level to report as available update. One of alpha, beta, rc and stable.

    -
    $_minStability : string
    -
    -
    -
    - 
    -

    The password to authorize a download on your site

    -
    $_password : string
    -
    -
    -
    - 
    -

    Does the download URL require authorization to download the package?

    -
    $_requiresAuthorization : bool
    -
    -
    -
    - 
    -

    The information storage adapter to use. Can be 'file' or 'component'

    -
    $_storageAdapter : string
    -
    -
    -
    - 
    -

    The configuration options for the storage adapter used

    -
    $_storageConfig : array
    -
    -
    -
    - 
    -

    The URL to the INI update stream of this extension

    -
    $_updateURL : string
    -
    -
    -
    - 
    -

    The username to authorize a download on your site

    -
    $_username : string
    -
    -
    -
    - 
    -

    How to determine if a new version is available. 'different' = if the version number is different, -the remote version is newer, 'vcompare' = use version compare between the two versions, 'newest' = -compare the release dates to find the newest. I suggest using 'different' on most cases.

    -
    $_versionStrategy : string
    -
    -
    -
    - 
    -

    The filename of the XML manifest of your extension. Leave blank to use extensionname.xml. For example, -if the extension is com_foobar, it will look for com_foobar.xml and foobar.xml in the component's -directory.

    -
    $_xmlFilename : string
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/LiveUpdateConfig.html b/docs/classes/LiveUpdateConfig.html deleted file mode 100644 index 38295b4d1e..0000000000 --- a/docs/classes/LiveUpdateConfig.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - -Proclaim API » \LiveUpdateConfig - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    Configuration class for your extension's updates. Override to your liking.

    -
    -
    You may override it non-final members to customise its behaviour.
    - - - - - - - - - -
    packageLiveUpdate
    since
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct() 
    -
    -
    -
    -

    - Properties

    - 
    -

    Name of Component Folder

    -
    $_extensionName : string
    -
    -
    -
    - 
    -

    Title of Extension

    -
    $_extensionTitle : string
    -
    -
    -
    - 
    -

    Requires Authorization

    -
    $_requiresAuthorization : bool
    -
    -
    -
    - 
    -

    Update URL

    -
    $_updateURL : string
    -
    -
    -
    - 
    -

    How to compare Versions

    -
    $_versionStrategy : string
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/LiveUpdateController.html b/docs/classes/LiveUpdateController.html deleted file mode 100644 index 316631159f..0000000000 --- a/docs/classes/LiveUpdateController.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - - -Proclaim API » \LiveUpdateController - - - - - - - - - - -
    - -
    - -
    - -
    -

    The Live Update MVC controller

    -
    -
    - - - - - - - - - - - - - - - - - -
    packageLiveUpdate
    copyrightCopyright (c)2010-2013 Nicholas K. Dionysopoulos / AkeebaBackup.com
    licenseGNU LGPLv3 or later <http://www.gnu.org/copyleft/lesser.html>
    since
    -

    - Methods

    -
    -

    Object constructor

    -
    __construct(array $config) 
    -
    -
    -
    -

    Parameters

    -
    -

    $config

    -array

    ??

    -
    -
    -
    -
    -

    Cleanup

    -
    cleanup() : void
    -
    -
    -
    -
    -

    Displays the current view

    -
    display(bool $cachable, bool $urlparams) : void
    -
    -
    -
    -

    Parameters

    -
    -

    $cachable

    -bool

    Ignored!

    -
    -
    -

    $urlparams

    -bool

    Ignored!

    -
    -
    -
    -
    -

    Download the update package

    -
    download() : void
    -
    -
    -
    -
    -

    Extract

    -
    extract() : void
    -
    -
    -
    -
    -

    This Model

    -
    getThisModel() : \LiveUpdateModel
    -
    -
    -
    -

    Returns

    -
    \LiveUpdateModel
    -
    -
    -
    -

    This View

    -
    getThisView() : \LiveUpdateView
    -
    -
    -
    -

    Returns

    -
    \LiveUpdateView
    -
    -
    -
    -

    Install

    -
    install() : void
    -
    -
    -
    -
    -

    Runs the overview page task

    -
    overview() : void
    -
    -
    -
    -
    -

    Starts the update procedure. If the FTP credentials are required, it asks for them.

    -
    startupdate() : void
    -
    -
    -
    -
    -

    Credentials From Request

    -
    setCredentialsFromRequest(string $client) : bool | object
    -
    -
    -
    -

    Parameters

    -
    -

    $client

    -string

    ??

    -
    -

    Returns

    -
    -boolobject -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/LiveUpdateDownloadHelper.html b/docs/classes/LiveUpdateDownloadHelper.html deleted file mode 100644 index ff4cf94bac..0000000000 --- a/docs/classes/LiveUpdateDownloadHelper.html +++ /dev/null @@ -1,236 +0,0 @@ - - - - - -Proclaim API » \LiveUpdateDownloadHelper - - - - - - - - - - -
    - -
    - -
    - -
    -

    Allows downloading packages over the web to your server

    -
    -
    -

    - Methods

    -
    -

    Downloads from a URL and saves the result as a local file

    -
    download(string $url, string $target) : bool
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $url

    -string -
    -
    -

    $target

    -string -
    -

    Returns

    -
    -boolTrue on success
    -
    -
    -
    -

    Downloads from a URL and returns the result as a string

    -
    downloadAndReturn(string $url) : mixed
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $url

    -string -
    -

    Returns

    -
    -mixedResult string on success, false on failure
    -
    -
    -
    -

    Change the permissions of a file, optionally using FTP

    -
    chmod(string $path, int $mode) : bool | void
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $path

    -string

    Absolute path to file

    -
    -

    $mode

    -int

    Permissions, e.g. 0755

    -

    Returns

    -
    -boolvoid -
    -
    -
    -
    -

    Detect and return available download adapters

    -
    getAdapters() : array
    -
    Static
    -
    -
    -

    Returns

    -
    array
    -
    -
    -
    -

    Downloads the contents of a URL and writes them to disk (if $fp is not null) -or returns them as a string (if $fp is null)

    -
    getCURL(string $url, resource $fp, bool $nofollow) : bool | string
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $url

    -string

    The URL to download from

    -
    -

    $fp

    -resource

    The file pointer to download to. Omit to return the contents.

    -
    -

    $nofollow

    -bool

    The file pointer to download to. Omit to return the contents.

    -

    Returns

    -
    -boolstringFalse on failure, true on success ($fp not null) or the URL contents (if $fp is null)
    -
    -
    -
    -

    FOPEN

    -
    getFOPEN(string $url, null $fp) : bool | int | string
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $url

    -string

    URL

    -
    -

    $fp

    -null

    ??

    -
    -

    Returns

    -
    -boolintstring -
    -
    -
    -
    -

    Does the server support PHP's cURL extension?

    -
    hasCURL() : bool
    -
    Static
    -
    -
    -

    Returns

    -
    -boolTrue if it is supported
    -
    -
    -
    -

    Does the server support URL fopen() wrappers?

    -
    hasFOPEN() : bool
    -
    Static
    -
    -
    -

    Returns

    -
    bool
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/LiveUpdateFetch.html b/docs/classes/LiveUpdateFetch.html deleted file mode 100644 index 5d9a2c2d3f..0000000000 --- a/docs/classes/LiveUpdateFetch.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - - -Proclaim API » \LiveUpdateFetch - - - - - - - - - - -
    - -
    - -
    - -
    -

    Fetches the update information from the server or the cache, depending on -whether the cache is fresh or not.

    -
    -
    -

    - Methods

    -
    -

    Get the latest version (update) information, either from the cache or -from the update server.

    -
    getUpdateInformation(bool $force) : \stdClass
    -
    -
    -
    -

    Parameters

    -
    -

    $force

    -bool

    bool Set to true to force fetching fresh data from the server

    -

    Returns

    -
    -\stdClassThe update information, in object format
    -
    -
    -
    -

    One-stop-shop function which fetches update information and tells you -if there are updates available or not, or if updates are not supported.

    -
    hasUpdates(bool $force) : int
    -
    -
    -
    -

    Parameters

    -
    -

    $force

    -bool

    ?

    -
    -

    Returns

    -
    -int0 = no updates, 1 = updates available, -1 = updates not supported, -2 = fetching updates crashes the server
    -
    -
    -
    -

    Fetches update information from the server using cURL

    -
    fetchCURL() : string
    -
    -
    -
    -

    Returns

    -
    -stringThe raw server data
    -
    -
    -
    -

    Fetches update information from the server using file_get_contents, which internally -uses URL fopen() wrappers.

    -
    fetchFOPEN() : string
    -
    -
    -
    -

    Returns

    -
    -stringThe raw server data
    -
    -
    -
    -

    Retrieves the update data from the server, unless previous runs indicate -that the download process gets stuck and ends up in a WSOD.

    -
    getUpdateData(bool $force) : \stdClass
    -
    -
    -
    -

    Parameters

    -
    -

    $force

    -bool

    Set to true to force fetching new data no matter if the process is marked as stuck

    -

    Returns

    -
    \stdClass
    -
    -
    -
    -

    Parses the raw INI data into an array of update information

    -
    parseINI(string $rawData) : array
    -
    -
    -
    -

    Parameters

    -
    -

    $rawData

    -string

    The raw INI data

    -

    Returns

    -
    -arrayThe parsed data
    -
    -
    -

    - Properties

    - 
    -

    Cache Time To Live

    -
    $cacheTTL : int
    -
    -
    -
    - 
    -

    Storage

    -
    $storage : null
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/LiveUpdateINIHelper.html b/docs/classes/LiveUpdateINIHelper.html deleted file mode 100644 index 0df3ab998a..0000000000 --- a/docs/classes/LiveUpdateINIHelper.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - -Proclaim API » \LiveUpdateINIHelper - - - - - - - - - - -
    - -
    - -
    - -
    -

    A smart INI file parser with reproducible behaviour among different PHP versions

    -
    -
    -

    - Methods

    -
    -

    Parse an INI file and return an associative array. Since PHP versions before -5.1 are bitches with regards to INI parsing, I use a PHP-only solution to -overcome this obstacle.

    -
    parse_ini_file(string $file, bool $process_sections, bool $rawdata) : array
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $file

    -string

    The file to process

    -
    -

    $process_sections

    -bool

    True to also process INI sections

    -
    -

    $rawdata

    -bool

    Raw Date.

    -

    Returns

    -
    -arrayAn associative array of sections, keys and values
    -
    -
    -
    -

    A PHP based INI file parser.

    -
    parse_ini_file_php(string $file, bool $process_sections, bool $rawdata) : array
    -
    Static
    -
    -
    Thanks to asohn ~at~ aircanopy ~dot~ net for posting this handy function on -the parse_ini_file page on http://gr.php.net/parse_ini_file
    -

    Parameters

    -
    -

    $file

    -string

    Filename to process

    -
    -

    $process_sections

    -bool

    True to also process INI sections

    -
    -

    $rawdata

    -bool

    If true, the $file contains raw INI data, not a filename

    -
    -

    Returns

    -
    -arrayAn associative array of sections, keys and values
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/LiveUpdateModel.html b/docs/classes/LiveUpdateModel.html deleted file mode 100644 index 410af20ca0..0000000000 --- a/docs/classes/LiveUpdateModel.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Proclaim API » \LiveUpdateModel - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    The Live Update MVC model

    -
    -
    -

    - Methods

    -
    -

    Cleanup

    -
    cleanup() : void
    -
    -
    -
    -
    -

    Download

    -
    download() : bool
    -
    -
    -
    -

    Returns

    -
    bool
    -
    -
    -
    -

    Extract

    -
    extract() : bool
    -
    -
    -
    -

    Returns

    -
    bool
    -
    -
    -
    -

    SRPURL

    -
    getSRPURL(string $return) : bool | string
    -
    -
    -
    -

    Parameters

    -
    -

    $return

    -string

    Return info

    -

    Returns

    -
    -boolstring -
    -
    -
    -
    -

    Install

    -
    install() : bool
    -
    -
    -
    -

    Returns

    -
    bool
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/LiveUpdateStorage.html b/docs/classes/LiveUpdateStorage.html deleted file mode 100644 index 48de23eb79..0000000000 --- a/docs/classes/LiveUpdateStorage.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - -Proclaim API » \LiveUpdateStorage - - - - - - - - - - -
    - -
    - -
    - -
    -

    Abstract class for the update parameters storage

    -
    -
    - - - - - - - - - - - - - - - - - - - - - -
    packageLiveUpdate
    authornicholas
    copyrightCopyright (c)2010-2013 Nicholas K. Dionysopoulos / AkeebaBackup.com
    licenseGNU LGPLv3 or later <http://www.gnu.org/copyleft/lesser.html>
    since
    -

    - Methods

    -
    -

    Get

    -
    get(string $key, string $default) : mixed
    -
    -
    -
    -

    Parameters

    -
    -

    $key

    -string

    ?

    -
    -
    -

    $default

    -string

    ?

    -
    -

    Returns

    -
    mixed
    -
    -
    -
    -

    Instance

    -
    getInstance(string $type, array $config) : \LiveUpdateStorage
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $type

    -string

    ?

    -
    -
    -

    $config

    -array

    ?

    -
    -

    Returns

    -
    \LiveUpdateStorage
    -
    -
    -
    -

    Returns the internally used registry

    -
    getRegistry() : \Registry
    -
    -
    -
    -

    Returns

    -
    \Registry
    -
    -
    -
    -

    Load

    -
    load(string $config) : void
    -
    -
    -
    -

    Parameters

    -
    -

    $config

    -string

    ?

    -
    -
    -
    -
    -

    Save

    -
    save() : void
    -
    -
    -
    -
    -

    Set

    -
    set(string $key, string $value) : void
    -
    -
    -
    -

    Parameters

    -
    -

    $key

    -string

    ?

    -
    -
    -

    $value

    -string

    ?

    -
    -
    -
    -
    -

    Replaces the internally used registry with the one supplied

    -
    setRegistry(\Registry $registry) : void
    -
    -
    -
    -

    Parameters

    -
    -

    $registry

    -\Registry

    ?

    -
    -
    -
    -

    - Properties

    - 
    -

    The update data registry

    -
    $registry : \Registry
    -
    Static
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/LiveUpdateStorageComponent.html b/docs/classes/LiveUpdateStorageComponent.html deleted file mode 100644 index a4f096b2b3..0000000000 --- a/docs/classes/LiveUpdateStorageComponent.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - -Proclaim API » \LiveUpdateStorageComponent - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    Live Update Component Storage Class -Allows to store the update data to a component's parameters. This is the most reliable method.

    -
    -
    Its configuration options are: -component string The name of the component which will store our data. If not specified the extension name will be used. -key string The name of the component parameter where the serialized data will be stored. If not specified "liveupdate" will be used.
    -

    - Methods

    -
    -

    Load

    -
    load(string $config) : void
    -
    -
    -
    -

    Parameters

    -
    -

    $config

    -string

    Config

    -
    -
    -
    -

    Save

    -
    save() : void
    -
    -
    -
    -

    - Properties

    - 
    -

    Component Name

    -
    $component : null
    -
    Static
    -
    -
    - 
    -

    Key

    -
    $key : null
    -
    Static
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/LiveUpdateStorageFile.html b/docs/classes/LiveUpdateStorageFile.html deleted file mode 100644 index 74747f9868..0000000000 --- a/docs/classes/LiveUpdateStorageFile.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - -Proclaim API » \LiveUpdateStorageFile - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    Live Update File Storage Class -Allows to store the update data to files on disk. Its configuration options are: -path string The absolute path to the directory where the update data will be stored as INI files

    -
    -
    -

    - Methods

    -
    -

    Load

    -
    load(string $config) : void
    -
    -
    -
    -

    Parameters

    -
    -

    $config

    -string

    ?

    -
    -
    -
    -
    -

    Save

    -
    save() : void
    -
    -
    -
    -

    - Properties

    - 
    -

    File Name

    -
    $filename : null
    -
    Static
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/LiveUpdateView.html b/docs/classes/LiveUpdateView.html deleted file mode 100644 index f095bf1a21..0000000000 --- a/docs/classes/LiveUpdateView.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - -Proclaim API » \LiveUpdateView - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    The Live Update MVC view

    -
    -
    - - - - - - - - - - - - - - - - - -
    packageLiveUpdate
    copyrightCopyright (c)2010-2013 Nicholas K. Dionysopoulos / AkeebaBackup.com
    licenseGNU LGPLv3 or later <http://www.gnu.org/copyleft/lesser.html>
    since
    -

    - Methods

    -
    -

    Display

    -
    display(null $tpl) : mixed | void
    -
    -
    -
    -

    Parameters

    -
    -

    $tpl

    -null

    ?

    -
    -

    Returns

    -
    -mixedvoid -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/LiveUpdateXMLSlurp.html b/docs/classes/LiveUpdateXMLSlurp.html deleted file mode 100644 index 5d96e05373..0000000000 --- a/docs/classes/LiveUpdateXMLSlurp.html +++ /dev/null @@ -1,292 +0,0 @@ - - - - - -Proclaim API » \LiveUpdateXMLSlurp - - - - - - - - - - -
    - -
    - -
    - -
    -

    Live Update XML Slurp

    -
    -
    - - - - - - - - - - - - - - - - - -
    packageLiveUpdate
    copyrightCopyright (c)2010-2013 Nicholas K. Dionysopoulos / AkeebaBackup.com
    licenseGNU LGPLv3 or later <http://www.gnu.org/copyleft/lesser.html>
    since
    -

    - Methods

    -
    -

    Get Info

    -
    getInfo(string $extensionName, string $xmlName) : mixed
    -
    -
    -
    -

    Parameters

    -
    -

    $extensionName

    -string

    ?

    -
    -
    -

    $xmlName

    -string

    ?

    -
    -

    Returns

    -
    mixed
    -
    -
    -
    -

    Gets the version information of an extension by reading its XML file

    -
    fetchInfo(string $extensionName, string $xmlName) : array
    -
    -
    -
    -

    Parameters

    -
    -

    $extensionName

    -string

    The name of the extension, e.g. com_foobar, mod_foobar, plg_foobar or tpl_foobar.

    -
    -

    $xmlName

    -string

    The name of the XML manifest filename. If empty uses $extensionName.xml

    -
    -

    Returns

    -
    array
    -
    -
    -
    -

    Gets the version information of a component by reading its XML file

    -
    getComponentData(string $extensionName, string $xmlName) : array
    -
    -
    -
    -

    Parameters

    -
    -

    $extensionName

    -string

    The name of the extension, e.g. com_foobar

    -
    -

    $xmlName

    -string

    The name of the XML manifest filename. If empty uses $extensionName.xml

    -
    -

    Returns

    -
    array
    -
    -
    -
    -

    Gets the version information of a module by reading its XML file

    -
    getModuleData(string $extensionName, string $xmlName) : array
    -
    -
    -
    -

    Parameters

    -
    -

    $extensionName

    -string

    The name of the extension, e.g. mod_foobar

    -
    -

    $xmlName

    -string

    The name of the XML manifest filename. If empty uses $extensionName.xml

    -
    -

    Returns

    -
    array
    -
    -
    -
    -

    This method parses the manifest information of package, library and file -extensions. All of those extensions do not store their manifests in the -extension's directory, but in administrator/manifests. Kudos to @mbabker -for sharing this method!

    -
    getPackageData(string $extensionName, string $xmlName) : array
    -
    -
    -
    -

    Parameters

    -
    -

    $extensionName

    -string

    ?

    -
    -
    -

    $xmlName

    -string

    ?

    -
    -

    Returns

    -
    array
    -
    -
    -
    -

    Gets the version information of a plugin by reading its XML file

    -
    getPluginData(string $extensionName, string $xmlName) : array
    -
    -
    -
    -

    Parameters

    -
    -

    $extensionName

    -string

    The name of the plugin, e.g. plg_foobar

    -
    -

    $xmlName

    -string

    The name of the XML manifest filename. If empty uses $extensionName.xml

    -
    -

    Returns

    -
    array
    -
    -
    -
    -

    Gets the version information of a template by reading its XML file

    -
    getTemplateData(string $extensionName, string $xmlName) : array
    -
    -
    -
    -

    Parameters

    -
    -

    $extensionName

    -string

    The name of the template, e.g. tpl_foobar

    -
    -

    $xmlName

    -string

    The name of the XML manifest filename. If empty uses $extensionName.xml or templateDetails.xml

    -
    -

    Returns

    -
    array
    -
    -
    -
    -

    Scans a directory for XML manifest files. The first XML file to be a -manifest wins.

    -
    searchForManifest(string $path) : string | bool
    -
    -
    -
    -

    Parameters

    -
    -

    $path

    -string

    The path to look into

    -

    Returns

    -
    -stringboolThe full path to a manifest file or false if not found
    -
    -
    -

    - Properties

    - 
    -

    Info

    -
    $_info : array
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/Migration611.html b/docs/classes/Migration611.html deleted file mode 100644 index ff05be1d8a..0000000000 --- a/docs/classes/Migration611.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - -Proclaim API » \Migration611 - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Update for 6.1.1 class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    Start of upgrade

    -
    up(\JDatabaseDriver $db) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Data bass driver

    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/Migration612.html b/docs/classes/Migration612.html deleted file mode 100644 index ba0ecccdf3..0000000000 --- a/docs/classes/Migration612.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - -Proclaim API » \Migration612 - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Update for 6.1.2 class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    Start of upgrade

    -
    up(\JDatabaseDriver $db) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Data bass driver

    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/Migration613.html b/docs/classes/Migration613.html deleted file mode 100644 index a72e457628..0000000000 --- a/docs/classes/Migration613.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - -Proclaim API » \Migration613 - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Update for 6.1.3 class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    Start of upgrade

    -
    up(\JDatabaseDriver $db) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Data bass driver

    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/Migration614.html b/docs/classes/Migration614.html deleted file mode 100644 index 75c0ab0e8a..0000000000 --- a/docs/classes/Migration614.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - -Proclaim API » \Migration614 - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Update for 6.1.4 class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    Start of upgrade

    -
    up(\JDatabaseDriver $db) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Data bass driver

    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/Migration622.html b/docs/classes/Migration622.html deleted file mode 100644 index ab6dc2bc4d..0000000000 --- a/docs/classes/Migration622.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - -Proclaim API » \Migration622 - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Update for 6.2.2 class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    Start of upgrade

    -
    up(\JDatabaseDriver $db) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Data bass driver

    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/Migration623.html b/docs/classes/Migration623.html deleted file mode 100644 index 5da001bdd4..0000000000 --- a/docs/classes/Migration623.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - -Proclaim API » \Migration623 - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Update for 6.2.3 class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    Start of upgrade

    -
    up(\JDatabaseDriver $db) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Data bass driver

    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/Migration700.html b/docs/classes/Migration700.html deleted file mode 100644 index 787a3f9d86..0000000000 --- a/docs/classes/Migration700.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - -Proclaim API » \Migration700 - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Update for 7.0.0 class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    Start of upgrade

    -
    up(\JDatabaseDriver $db) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Data bass driver

    -

    Exceptions

    - - - -
    \Exception
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Add Asset Column

    -
    addAssetColumn(string $table) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $table

    -string

    Table name to affect

    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/Migration701.html b/docs/classes/Migration701.html deleted file mode 100644 index 45a17f0d14..0000000000 --- a/docs/classes/Migration701.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - -Proclaim API » \Migration701 - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Update for 7.0.1 class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Start of upgrade

    -
    up(\JDatabaseDriver $db) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Data bass driver

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Update the Topics

    -
    updatetopics() : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/Migration702.html b/docs/classes/Migration702.html deleted file mode 100644 index 5c2172b723..0000000000 --- a/docs/classes/Migration702.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - -Proclaim API » \Migration702 - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Inserts some css code to fix pagination problem and add a tag for the captcha of comments

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.2
    -

    - Methods

    -
    -

    Update CSS for 7.0.2

    -
    up(\JDatabaseDriver $db) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Joomla Data bass driver

    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/Migration710.html b/docs/classes/Migration710.html deleted file mode 100644 index 23417c4040..0000000000 --- a/docs/classes/Migration710.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - -Proclaim API » \Migration710 - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Update for 7.1.0 class

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim.Admin
    since7.1.0
    todoneed to update JError as it has been deprecated, but is still used in Joomla 3.3
    -

    - Methods

    -
    -

    Set Empty templates

    -
    setemptytemplates() : void
    -
    Static
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -

    Method to Update to 7.1.0

    -
    up(\JDatabaseDriver $db) : boolean
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Joomla Data bass driver

    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/Migration800.html b/docs/classes/Migration800.html deleted file mode 100644 index edc0efda97..0000000000 --- a/docs/classes/Migration800.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - - -Proclaim API » \Migration800 - - - - - - - - - - -
    - -
    - -
    - -
    -

    Update for 8.0.0 class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since8.0.0
    -

    - Methods

    -
    -

    Fix Media File Player settings

    -
    fix_mediafile_params(\JDatabaseDriver $db) : mixed
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Joomla Data bass driver

    -

    Returns

    -
    mixed
    -
    -
    -
    -

    Method to Update to 8.0.0

    -
    up(\JDatabaseDriver $db) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Joomla Data bass driver

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Migrate Topics

    -
    migrate_topics(\JDatabaseDriver $db) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Joomla Data bass driver

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Update studies to reference newly created topics

    -
    update_studies(\TableTopic $topic_table, String $old_topic_id, \JDatabaseDriver $db) : void
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $topic_table

    -\TableTopic

    Object containing the saved topic record

    -
    -

    $old_topic_id

    -String

    Reference to the old topic id

    -
    -

    $db

    -\JDatabaseDriver

    Joomla Data bass driver

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/Migration900.html b/docs/classes/Migration900.html deleted file mode 100644 index 24487e8ae9..0000000000 --- a/docs/classes/Migration900.html +++ /dev/null @@ -1,480 +0,0 @@ - - - - - -Proclaim API » \Migration900 - - - - - - - - - - -
    - -
    - -
    - -
    -

    Update for 9.0.0 class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    Build steps and query

    -
    build(\JDatabaseDriver $db) : null
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Joomla DateBase Driver

    -

    Returns

    -
    null
    -
    -
    -
    -

    Remove Old Files and Folders

    -
    deleteUnexactingFiles() : void
    -
    -
    -
    - - - -
    since9.0.1
    -
    -
    -
    -

    Update Media

    -
    media(\JDatabaseDriver $db, array $media) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Joomla database driver

    -
    -

    $media

    -array

    Media to process.

    -

    Exceptions

    - - - -
    stringIf problem with media save.
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Migrate Template Lists

    -
    migrateTemplateLists(\JDatabaseDriver $db) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Joomla Database driver

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Remove Export function to TemplateFiles

    -
    removeExpert(\JDatabaseDriver $db) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Joomla Database driver

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Update Servers

    -
    servers(\JDatabaseDriver $db, array $server) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Joomla database driver

    -
    -

    $server

    -array

    Server to process

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    T Settings Migration

    -
    testingMigration(integer $element) : boolean | string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $element

    -integer

    ?

    -

    Returns

    -
    -booleanstring -
    -
    -
    -
    -

    Call Script for Updates of 9.0.0

    -
    up(\JDatabaseDriver $db) : boolean
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Joomla Database driver

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Update Templates to work with 9.0.0 that cannot be don doing normal sql file.

    -
    updateTemplates(\JDatabaseDriver $db) : void
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Joomla Database driver

    -
    -
    -
    -

    Change Settings

    -
    changeSetting(integer $row, integer $col, \Joomla\Registry\Registry $registry) : \Joomla\Registry\Registry
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $row

    -integer

    ID

    -
    -

    $col

    -integer

    ID

    -
    -

    $registry

    -\Joomla\Registry\Registry

    Strings for Registry

    -

    Returns

    -
    \Joomla\Registry\Registry
    -
    -
    -
    -

    Set del columns

    -
    deleteColumns(string $table, array $columns, \JDatabaseDriver $db) : void
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $table

    -string

    Table

    -
    -

    $columns

    -array

    Column to drop

    -
    -

    $db

    -\JDatabaseDriver

    Data bass driver

    -
    -
    -
    -

    Delete Table

    -
    deleteTable(string $table, \JDatabaseDriver $db) : void
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $table

    -string

    Table

    -
    -

    $db

    -\JDatabaseDriver

    Joomla Database driver

    -
    -
    -
    -

    Elements workings

    -
    element(integer $elementNumber) : boolean | string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $elementNumber

    -integer

    Number to stirng

    -

    Returns

    -
    -booleanstring -
    -
    -
    -
    -

    Replace Strings to actual code

    -
    itemReplace(string $item) : mixed
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $item

    -string

    String to replace

    -

    Returns

    -
    mixed
    -
    -
    -
    -

    Seriese Elements

    -
    serieselement(integer $element) : string
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $element

    -integer

    ID

    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    $count

    -
    $count 
    -
    -

    Default

    -
    0
    -
    -
    -
    -
    - 
    -

    $query

    -
    $query 
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - 
    -

    $steps

    -
    $steps 
    -
    -

    Default

    -
    array('servers', 'media', 'migrateTemplateLists', 'updateTemplates', 'removeExpert', 'deleteUnexactingFiles', 'up')
    -
    -
    -
    -
    - 
    -

    $media

    -
    $media 
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - 
    -

    $servers

    -
    $servers 
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/Migration901.html b/docs/classes/Migration901.html deleted file mode 100644 index cc87272b4f..0000000000 --- a/docs/classes/Migration901.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - -Proclaim API » \Migration901 - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    Update for 9.0.1 class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.1
    -

    - Methods

    -
    -

    Call Script for Updates of 9.0.1

    -
    up(\JDatabaseDriver $db) : boolean
    -
    -
    -
    - - - -
    since9.0.1
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    Joomla Data bass driver

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Remove Old Files and Folders

    -
    deleteUnexistingFiles() : void
    -
    -
    -
    - - - -
    since9.0.1
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/MigrationUpgrade.html b/docs/classes/MigrationUpgrade.html deleted file mode 100644 index 6a4f4e63af..0000000000 --- a/docs/classes/MigrationUpgrade.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - -Proclaim API » \MigrationUpgrade - - - - - - - - - - -
    - -
    - -
    - -
    -

    Update on All upgrades for migrating from old DB's

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Upgrade function

    -
    upgrade611() : boolean
    -
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Upgrade Function

    -
    upgrade612() : boolean
    -
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Upgrade function

    -
    upgrade613() : boolean
    -
    -
    -
    -

    Returns

    -
    -booleanMessages of progress.
    -
    -
    -
    -

    Upgrade function

    -
    upgrade614() : boolean
    -
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Upgrade Function

    -
    upgrade622() : boolean
    -
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Upgrade function

    -
    upgrade623() : boolean
    -
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Upgrade function

    -
    upgrade700() : boolean
    -
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Update for 7.1.0

    -
    upgrade701() : boolean
    -
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Update for 7.1.0

    -
    upgrade710() : boolean
    -
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Update for 8.0.0

    -
    upgrade800() : boolean
    -
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Add Asset Column

    -
    addAssetColumn(array $table) : boolean
    -
    -
    -
    -

    Parameters

    -
    -

    $table

    -array

    Table name to affect

    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/ModBibleStudyPodcast.html b/docs/classes/ModBibleStudyPodcast.html deleted file mode 100644 index ada49f67f2..0000000000 --- a/docs/classes/ModBibleStudyPodcast.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - - -Proclaim API » \ModBibleStudyPodcast - - - - - - - - - - -
    - -
    - -
    - -
    -

    A module to display the podcast subscription table

    -
    -
    - - - - - - - - - - - - - -
    packageBibleStudy
    subpackageModel.Podcast
    since
    -

    - Methods

    -
    -

    Check to see if the component is enabled and the version

    -
    checkforcombiblestudy() : boolean
    -
    Static
    -
    -
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Get BibleStudy Template Params

    -
    getTemplateParams(object $params) : \Registry
    -
    Static
    -
    -
    -

    Parameters

    -
    -

    $params

    -object

    ?

    -
    -

    Returns

    -
    \Registry
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/ModJBSMHelper.html b/docs/classes/ModJBSMHelper.html deleted file mode 100644 index 2fab75f973..0000000000 --- a/docs/classes/ModJBSMHelper.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - -Proclaim API » \ModJBSMHelper - - - - - - - - - - -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -

    BibleStudy mod helper

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim
    subpackageModel.BibleStudy
    since7.1.0
    -

    - Methods

    -
    -

    Get Latest

    -
    getLatest(\Joomla\Registry\Registry $params) : array
    -
    Static
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Item Params

    -

    Returns

    -
    array
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/Mod_BiblestudyInstallerScript.html b/docs/classes/Mod_BiblestudyInstallerScript.html deleted file mode 100644 index a9be97c830..0000000000 --- a/docs/classes/Mod_BiblestudyInstallerScript.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - - -Proclaim API » \Mod_BiblestudyInstallerScript - - - - - - - - - - -
    - -
    - -
    - -
    -

    Script file of HelloWorld module

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.1
    -

    - Methods

    -
    -

    Method to install the extension -$parent is the class calling this method

    -
    install(\JInstallerFile $parent) : void
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $parent

    -\JInstallerFile

    Where it is coming from

    -
    -
    -
    -

    Method to run after an install/update/uninstall method -$parent is the class calling this method -$type is the type of change (install, update or discover_install)

    -
    postflight(string $type, \JInstallerFile $parent) : void
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $type

    -string

    Type of install

    -
    -

    $parent

    -\JInstallerFile

    Where it is coming from

    -
    -
    -
    -

    Method to run before an install/update/uninstall method -$parent is the class calling this method -$type is the type of change (install, update or discover_install)

    -
    preflight(string $type, \JInstallerFile $parent) : void
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $type

    -string

    Type of install

    -
    -

    $parent

    -\JInstallerFile

    Where it is coming from

    -
    -
    -
    -

    Method to uninstall the extension -$parent is the class calling this method

    -
    uninstall(\JInstallerFile $parent) : void
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $parent

    -\JInstallerFile

    Where it is coming from

    -
    -
    -
    -

    Method to update the extension -$parent is the class calling this method

    -
    update(\JInstallerFile $parent) : void
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $parent

    -\JInstallerFile

    Where it is coming from

    -
    -
    -
    -

    Item Replacemnet

    -
    itemreplace(string $item) : mixed
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $item

    -string

    ?

    -

    Returns

    -
    mixed
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/PlgSystemJbspodcast.html b/docs/classes/PlgSystemJbspodcast.html deleted file mode 100644 index 12f11f8800..0000000000 --- a/docs/classes/PlgSystemJbspodcast.html +++ /dev/null @@ -1,236 +0,0 @@ - - - - - -Proclaim API » \PlgSystemJBSPodcast - - - - - - - - - - -
    - -
    - -
    - -
    -

    JBSPodcast jPlugin class

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim
    subpackagePlugin.JBSPodcast
    since7.0.0
    -

    - Methods

    -
    -

    Constructor

    -
    __construct(object $subject, array $config) 
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $subject

    -object

    &$subject The object to observe

    -
    -

    $config

    -array

    An optional associative array of configuration settings. -Recognized key values include 'name', 'group', 'params', 'language' -(this list is not meant to be comprehensive).

    -
    -
    -
    -

    Check Days

    -
    checkdays(\Joomla\Registry\Registry $params) : boolean
    -
    -
    -
    - - - -
    since7.0.5
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Plugin params

    -

    Returns

    -
    -booleanCheck to see if to day is right.
    -
    -
    -
    -

    Check Time

    -
    checktime(object $params) : boolean
    -
    -
    -
    - - - -
    since7.0.5
    -

    Parameters

    -
    -

    $params

    -object

    Plugin params

    -

    Returns

    -
    -booleanTrue if Time is difference. False if not grater then now.
    -
    -
    -
    -

    Send the Email

    -
    doEmail(\Joomla\Registry\Registry $params, boolean|string $dopodcast) : void
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Plugin params

    -
    -

    $dopodcast

    -booleanstring

    Podcast rendering to send in email.

    -
    -
    -
    -

    Do Podcast

    -
    doPodcast() : boolean | string
    -
    -
    -
    - - - -
    since7.0.5
    -

    Returns

    -
    -booleanstring -
    -
    -
    -
    -

    After Initialise system

    -
    onAfterInitialise() : void
    -
    -
    -
    - - - -
    since1.5
    -
    -
    -
    -

    Update Time

    -
    updatetime() : boolean
    -
    -
    -
    - - - -
    since7.0.0
    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/PlgSystemjbsbackup.html b/docs/classes/PlgSystemjbsbackup.html deleted file mode 100644 index 0ba7213b7e..0000000000 --- a/docs/classes/PlgSystemjbsbackup.html +++ /dev/null @@ -1,249 +0,0 @@ - - - - - -Proclaim API » \PlgSystemJBSBackup - - - - - - - - - - -
    - -
    - -
    - -
    -

    JBSBackup jPlugin class

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim
    subpackagePlugin.JBSBackup
    since7.1.0
    -

    - Methods

    -
    -

    Constructor

    -
    __construct(object $subject, array $config) 
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $subject

    -object

    &$subject The object to observe

    -
    -

    $config

    -array

    An optional associative array of configuration settings. -Recognized key values include 'name', 'group', 'params', 'language' -(this list is not meant to be comprehensive).

    -
    -
    -
    -

    Check Days

    -
    checkdays(\Joomla\Registry\Registry $params) : boolean
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    ?

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Check Time

    -
    checktime(\Joomla\Registry\Registry $params) : boolean
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    ?

    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Do the backup

    -
    doBackup() : boolean
    -
    -
    -
    - - - -
    since7.1.0
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    Send the Email

    -
    doEmail(\Joomla\Registry\Registry $params, string $dobackup) : void
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    Component Params

    -
    -

    $dobackup

    -string

    File of Backup

    -
    -
    -
    -

    After Initialise system

    -
    onAfterInitialise() : void
    -
    -
    -
    - - - -
    since1.5
    -
    -
    -
    -

    Update files

    -
    updatefiles(\Joomla\Registry\Registry $params) : void
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $params

    -\Joomla\Registry\Registry

    JBSM Params

    -
    -
    -
    -

    Update Time

    -
    updatetime() : boolean
    -
    -
    -
    - - - -
    since7.1.0
    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/PlgSystemjbspodcastInstallerScript.html b/docs/classes/PlgSystemjbspodcastInstallerScript.html deleted file mode 100644 index 9285733223..0000000000 --- a/docs/classes/PlgSystemjbspodcastInstallerScript.html +++ /dev/null @@ -1,213 +0,0 @@ - - - - - -Proclaim API » \PlgSystemJBSPodcastInstallerScript - - - - - - - - - - -
    - -
    - -
    - -
    -

    Script file of JBSPodcast component

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim
    subpackagePlugin.JBSPodcast
    since7.0.4
    -

    - Methods

    -
    -

    Install DB if needed

    -
    dbupdate() : void
    -
    -
    -
    - - - -
    since1.5
    -
    -
    -
    -

    method to install the component

    -
    install(string $parent) : void
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $parent

    -string

    is the class calling this method

    -
    -
    -
    -

    method to run after an install/update/uninstall method

    -
    postflight(string $type, string $parent) : void
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $type

    -string

    is the type of change (install, update or discover_install)

    -
    -

    $parent

    -string

    is the class calling this method

    -
    -
    -
    -

    method to run before an install/update/uninstall method

    -
    preflight(string $type, string $parent) : void
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $type

    -string

    is the type of change (install, update or discover_install)

    -
    -

    $parent

    -string

    is the class calling this method

    -
    -
    -
    -

    method to uninstall the component

    -
    uninstall(string $parent) : void
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $parent

    -string

    is the class calling this method

    -
    -
    -
    -

    Method to update the component

    -
    update(string $parent) : void
    -
    -
    -
    - - - -
    since1.5
    -

    Parameters

    -
    -

    $parent

    -string

    is the class calling this method

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/PodcastSubscribe.html b/docs/classes/PodcastSubscribe.html deleted file mode 100644 index 85f9ca94a1..0000000000 --- a/docs/classes/PodcastSubscribe.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - - Proclaim API » \PodcastSubscribe - - - - - - - - - - - - - - - - -
    - -
    - -
    - - -
    -

    A helper to return buttons for podcast subscriptions

    - -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.1.0
    -

    -  Methods

    - - -
    -

    Build Alternate Podcast

    -
    buildAlternatePodcast(object $podcast) : string
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $podcast

    - object - -

    Podcast info

    -

    Returns

    - -
    string
    -
    -
    -
    - - -
    -

    Build Podcast Image

    -
    buildPodcastImage(array $podcastimagefromdb, array $words) : string
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $podcastimagefromdb

    - array - -

    Podcast image

    -
    -

    $words

    - array - -

    Alt podcast image text

    -

    Returns

    - -
    string
    -
    -
    -
    - - -
    -

    Build Standard Podcast

    -
    buildStandardPodcast(object $podcast) : string
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $podcast

    - object - -

    Podcast Info

    -

    Returns

    - -
    string
    -
    -
    -
    - - -
    -

    Build Subscribe Table

    -
    buildSubscribeTable(string $introtext) : string
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $introtext

    - string - -

    Intro Text

    -

    Returns

    - -
    string
    -
    -
    -
    - - -
    -

    Get Podcasts

    -
    getPodcasts() : object
    -
    -
    -
    -
    -

    Returns

    - -
    object
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    - - diff --git a/docs/classes/ReCaptchaResponse.html b/docs/classes/ReCaptchaResponse.html deleted file mode 100644 index c88647cd61..0000000000 --- a/docs/classes/ReCaptchaResponse.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - -Proclaim API » \ReCaptchaResponse - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    A ReCaptchaResponse is returned from recaptcha_check_answer()

    -
    -
    - - - - - - - - - - - - - -
    packageBibleStudy
    subpackagePlugin.reCAPTCHA
    since
    -

    - Properties

    - 
    -

    Error

    -
    $error : string
    -
    -
    -
    - 
    -

    ID

    -
    $is_valid : int
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/RelatedStudies.html b/docs/classes/RelatedStudies.html deleted file mode 100644 index 4d7e8201e9..0000000000 --- a/docs/classes/RelatedStudies.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - - - Proclaim API » \RelatedStudies - - - - - - - - - - - - - - - - -
    - -
    - -
    - - -
    -

    helper to get related studies to the current one

    - -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.1.0
    -

    -  Methods

    - - -
    -

    Get Related

    -
    getRelated(object $row, object $params) : boolean
    -
    -
    -
    -
    - - - - - -
    todoneed to look if all is needed. @TOM Look to me this need to me this need to - be updated? -
    -

    Parameters

    - -
    -

    $row

    - object - -

    JTable

    -
    -

    $params

    - object - -

    Item Params

    -

    Returns

    - -
    boolean
    -
    -
    -
    - - - - - -
    -

    Get Studies

    -
    getStudies() : \JObject
    -
    -
    -
    -
    -

    Returns

    - -
    \JObject
    -
    -
    -
    - - -
    -

    Get Topics for rendering.

    -
    getTopics() : string
    -
    -
    -
    -
    -

    Returns

    - -
    string
    -
    -
    -
    - - -
    -

    Parse keys

    -
    parseKeys(string $source, string $compare, int $id) : boolean
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $source

    - string - -

    ?

    -
    -
    -

    $compare

    - string - -

    ?

    -
    -
    -

    $id

    - int - -

    ?

    -
    -

    Returns

    - -
    boolean
    -
    -
    -
    - - -
    -

    Remove Common Words form render.

    -
    removeCommonWords(string $input) : array
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $input

    - string - -

    Home

    -

    Returns

    - -
    array
    -
    -
    -
    -

    -  Properties

    -   - -
    -

    Score

    -
    $score : string
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    - - diff --git a/docs/classes/SefExt_com_biblestudy.html b/docs/classes/SefExt_com_biblestudy.html deleted file mode 100644 index 2c4110c0a4..0000000000 --- a/docs/classes/SefExt_com_biblestudy.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - -Proclaim API » \SefExt_com_biblestudy - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    SefExt for BibleStudy class

    -
    -
    - - - - - - - - - - - - - -
    packageSefExt
    subpackagePugin.BibleStudy
    6.2.2
    -

    - Methods

    -
    -

    Create non-sef vars

    -
    _createNonSefVars(string $uri) : object
    -
    -
    -
    -

    Parameters

    -
    -

    $uri

    -string -
    -

    Returns

    -
    object
    -
    -
    -
    -

    Create url

    -
    create(string $uri) : string
    -
    -
    -
    -

    Parameters

    -
    -

    $uri

    -string -
    -

    Returns

    -
    string
    -
    -
    -
    -

    Get non-sef vars

    -
    getNonSefVars(string $uri) : array
    -
    -
    -
    -

    Parameters

    -
    -

    $uri

    -string -
    -

    Returns

    -
    array
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/ShowScripture.html b/docs/classes/ShowScripture.html deleted file mode 100644 index c9e0ae9659..0000000000 --- a/docs/classes/ShowScripture.html +++ /dev/null @@ -1,375 +0,0 @@ - - - - - - - Proclaim API » \ShowScripture - - - - - - - - - - - - - - - - -
    - -
    - -
    - - -
    -

    Scripture Show class.

    - -
    -
    - - - - - - - - - -
    packageBibleStudy.Site
    since7.1.0
    -

    -  Methods

    - - -
    -

    Passage Build system

    -
    buildPassage(object $row, object $params) : boolean
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $row

    - object - -

    Item Info

    -
    -

    $params

    - object - -

    Item Params

    -

    Returns

    - -
    boolean
    -
    -
    -
    - - -
    -

    Create Form of Reference

    -
    formReference(object $row) : string
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $row

    - object - -

    ?

    -
    -

    Returns

    - -
    string
    -
    -
    -
    - - -
    -

    Get Bible Gateway References

    -
    getBiblegateway(string $reference, string $version) : string
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $reference

    - string - -

    ?

    -
    -
    -

    $version

    - string - -

    ?

    -
    -

    Returns

    - -
    string
    -
    -
    -
    - - -
    -

    Get HideShow

    -
    getHideShow(object $row, string $reference) : string
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $row

    - object - -

    ?

    -
    -
    -

    $reference

    - string - -

    ?

    -
    -

    Returns

    - -
    string
    -
    -
    -
    - - - - - -
    -

    Get Show

    -
    getShow(string $row, string $reference) : string
    -
    -
    -
    -
    -

    Parameters

    - -
    -

    $row

    - string - -

    ?

    -
    -
    -

    $reference

    - string - -

    ?

    -
    -

    Returns

    - -
    string
    -
    -
    -
    -

    -  Properties

    -  - - -
    -
    -
    -
    -
    - -
    -
    - - diff --git a/docs/classes/TableAdmin.html b/docs/classes/TableAdmin.html deleted file mode 100644 index 646d97b284..0000000000 --- a/docs/classes/TableAdmin.html +++ /dev/null @@ -1,373 +0,0 @@ - - - - - -Proclaim API » \TableAdmin - - - - - - - - - - -
    - -
    - -
    - -
    -

    Admin table class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor

    -
    __construct(\JDatabaseDriver $db) 
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    &$db Database connector object

    -
    -
    -
    -

    Method to bind an associative array or object to the JTable instance.This -method only binds properties that are publicly accessible and optionally -takes an array of properties to ignore when binding.

    -
    bind(mixed $array, mixed $ignore = '') : boolean
    -
    -
    -
    - - - - - - - - - -
    linkhttp://docs.joomla.org/JTable/bind
    since11.1
    -

    Parameters

    -
    -

    $array

    -mixed

    An associative array or object to bind to the JTable instance.

    -
    -

    $ignore

    -mixed

    An optional array or space separated list of properties to ignore while binding.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to store a row in the database from the JTable instance properties.

    -
    store(boolean $updateNulls = false) : boolean
    -
    -
    -

    If a primary key value is set the row with that primary key value will be -updated with the instance property values. If no primary key value is set -a new row will be inserted into the database with the properties from the -JTable instance.

    - - - - - - - - - -
    linkhttps://docs.joomla.org/JTable/store
    since11.1
    -

    Parameters

    -
    -

    $updateNulls

    -boolean

    True to update fields even if they are null.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to compute the default name of the asset.

    -
    _getAssetName() : string
    -
    -
    -

    The default name is in the form table_name.id -where id is the value of the primary key of the table.

    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get the parent asset under which to register this one.

    -
    _getAssetParentId(\JTable $table = null, integer $id = null) : integer
    -
    -
    -

    By default, all assets are registered to the ROOT node with ID 1. -The extended class can define a table and id to lookup. If the -asset does not exist it will be created.

    - - - -
    since11.1
    -

    Parameters

    -
    -

    $table

    -\JTable

    A JTable object for the asset parent.

    -
    -

    $id

    -integer

    Id to look up

    -

    Returns

    -
    integer
    -
    -
    -
    -

    Method to return the title to use for the asset table.

    -
    _getAssetTitle() : string
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    Access Level

    -
    $access : integer
    -
    -

    Default

    -
    0
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Asset ID

    -
    $asset_id : integer
    -
    -

    Default

    -
    0
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Debug settings

    -
    $debug : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Drop Tables

    -
    $drop_tables : integer
    -
    -

    Default

    -
    0
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Primary Key

    -
    $id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Install State

    -
    $installstate : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Params

    -
    $params : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/TableComment.html b/docs/classes/TableComment.html deleted file mode 100644 index 1b1418c0e2..0000000000 --- a/docs/classes/TableComment.html +++ /dev/null @@ -1,388 +0,0 @@ - - - - - -Proclaim API » \TableComment - - - - - - - - - - -
    - -
    - -
    - -
    -

    Table class for Comment

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor

    -
    __construct(\JDatabaseDriver $db) 
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    &$db Database connector object

    -
    -
    -
    -

    Method to store a row in the database from the JTable instance properties.

    -
    store(boolean $updateNulls = false) : boolean
    -
    -
    -

    If a primary key value is set the row with that primary key value will be -updated with the instance property values. If no primary key value is set -a new row will be inserted into the database with the properties from the -JTable instance.

    - - - - - - - - - -
    linkhttps://docs.joomla.org/JTable/store
    since11.1
    -

    Parameters

    -
    -

    $updateNulls

    -boolean

    True to update fields even if they are null.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to compute the default name of the asset.

    -
    _getAssetName() : string
    -
    -
    -

    The default name is in the form table_name.id -where id is the value of the primary key of the table.

    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get the parent asset under which to register this one.

    -
    _getAssetParentId(\JTable $table = null, integer $id = null) : integer
    -
    -
    -

    By default, all assets are registered to the ROOT node with ID 1. -The extended class can define a table and id to lookup. If the -asset does not exist it will be created.

    - - - -
    since1.6
    -

    Parameters

    -
    -

    $table

    -\JTable

    A JTable object for the asset parent.

    -
    -

    $id

    -integer

    Id to look up

    -

    Returns

    -
    integer
    -
    -
    -
    -

    Method to return the title to use for the asset table.

    -
    _getAssetTitle() : string
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    $access

    -
    $access 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $asset_id

    -
    $asset_id 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Comment Date

    -
    $comment_date : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Comment Text

    -
    $comment_text : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Full Name

    -
    $full_name : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Primary Key

    -
    $id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    $language

    -
    $language 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Published

    -
    $published : string
    -
    -

    Default

    -
    1
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Study ID

    -
    $study_id : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    User Email

    -
    $user_email : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    User ID

    -
    $user_id : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/TableFolder.html b/docs/classes/TableFolder.html deleted file mode 100644 index 25b7f4d03c..0000000000 --- a/docs/classes/TableFolder.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - - -Proclaim API » \TableFolder - - - - - - - - - - -
    - -
    - -
    - -
    -

    Table class for Folder

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Constructor

    -
    TableFolder($db) 
    -
    -
    -
    -

    Parameters

    -

    $db

    -
    -
    -
    -

    Method to bind an associative array or object to the JTable instance.This -method only binds properties that are publicly accessible and optionally -takes an array of properties to ignore when binding.

    -
    bind(mixed $array, mixed $ignore) : boolean
    -
    -
    -
    - - - - - - - - - -
    linkhttp://docs.joomla.org/JTable/bind
    since
    -

    Parameters

    -
    -

    $array

    -mixed

    An associative array or object to bind to the JTable instance.

    -
    -

    $ignore

    -mixed

    An optional array or space separated list of properties to ignore while binding.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to compute the default name of the asset.

    -
    _getAssetName() : string
    -
    -
    -
    The default name is in the form `table_name.id` -where id is the value of the primary key of the table.
    - - - -
    since
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get the parent asset under which to register this one.

    -
    _getAssetParentId(\JTable $table, integer $id) : integer
    -
    -
    -
    By default, all assets are registered to the ROOT node with ID 1. -The extended class can define a table and id to lookup. If the -asset does not exist it will be created.
    - - - -
    since
    -

    Parameters

    -
    -

    $table

    -\JTable

    A JTable object for the asset parent.

    -
    -

    $id

    -integer

    Id to look up

    -

    Returns

    -
    integer
    -
    -
    -
    -

    Method to return the title to use for the asset table.

    -
    _getAssetTitle() : string
    -
    -
    -
    - - - -
    since
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    Folder Name

    -
    $foldername : string
    -
    -
    -
    - 
    -

    Folder Path

    -
    $folderpath : string
    -
    -
    -
    - 
    -

    Primary Key

    -
    $id : int
    -
    -
    -
    - 
    -

    Published

    -
    $published : int
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/TableLocation.html b/docs/classes/TableLocation.html deleted file mode 100644 index f329c83bfe..0000000000 --- a/docs/classes/TableLocation.html +++ /dev/null @@ -1,305 +0,0 @@ - - - - - -Proclaim API » \TableLocation - - - - - - - - - - -
    - -
    - -
    - -
    -

    Location table class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor

    -
    __construct(\JDatabaseDriver $db) 
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    &$db Database connector object

    -
    -
    -
    -

    Method to bind an associative array or object to the JTable instance.This -method only binds properties that are publicly accessible and optionally -takes an array of properties to ignore when binding.

    -
    bind(mixed $array, mixed $ignore = '') : boolean
    -
    -
    -
    - - - - - - - - - -
    linkhttp://docs.joomla.org/JTable/bind
    since11.1
    -

    Parameters

    -
    -

    $array

    -mixed

    An associative array or object to bind to the JTable instance.

    -
    -

    $ignore

    -mixed

    An optional array or space separated list of properties to ignore while binding.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to store a row in the database from the JTable instance properties.

    -
    store(boolean $updateNulls = false) : boolean
    -
    -
    -

    If a primary key value is set the row with that primary key value will be -updated with the instance property values. If no primary key value is set -a new row will be inserted into the database with the properties from the -JTable instance.

    - - - - - - - - - -
    linkhttps://docs.joomla.org/JTable/store
    since11.1
    -

    Parameters

    -
    -

    $updateNulls

    -boolean

    True to update fields even if they are null.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to compute the default name of the asset.

    -
    _getAssetName() : string
    -
    -
    -

    The default name is in the form table_name.id -where id is the value of the primary key of the table.

    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get the parent asset under which to register this one.

    -
    _getAssetParentId(\JTable $table = null, integer $id = null) : integer
    -
    -
    -

    By default, all assets are registered to the ROOT node with ID 1. -The extended class can define a table and id to lookup. If the -asset does not exist it will be created.

    - - - -
    since11.1
    -

    Parameters

    -
    -

    $table

    -\JTable

    A JTable object for the asset parent.

    -
    -

    $id

    -integer

    Id to look up

    -

    Returns

    -
    integer
    -
    -
    -
    -

    Method to return the title to use for the asset table.

    -
    _getAssetTitle() : string
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    Primary Key

    -
    $id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Location Text

    -
    $location_text : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Published

    -
    $published : integer
    -
    -

    Default

    -
    1
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/TableMediafile.html b/docs/classes/TableMediafile.html deleted file mode 100644 index d3fbcdb8f7..0000000000 --- a/docs/classes/TableMediafile.html +++ /dev/null @@ -1,584 +0,0 @@ - - - - - -Proclaim API » \TableMediafile - - - - - - - - - - -
    - -
    - -
    - -
    -

    Table class for MediaFile

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor

    -
    __construct(\JDatabaseDriver $db) 
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    &$db Database connector object

    -
    -
    -
    -

    Method to bind an associative array or object to the JTable instance.This -method only binds properties that are publicly accessible and optionally -takes an array of properties to ignore when binding.

    -
    bind(mixed $array, mixed $ignore = '') : boolean
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $array

    -mixed

    An associative array or object to bind to the JTable instance.

    -
    -

    $ignore

    -mixed

    An optional array or space separated list of properties to ignore while binding.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to check a row in if the necessary properties/fields exist. Checking -a row in will allow other users the ability to edit the row.

    -
    checkIn(mixed $pk = null) : boolean
    -
    -
    -
    - - - - - - - - - -
    linkhttp://docs.joomla.org/JTable/checkIn
    since11.1
    -

    Parameters

    -
    -

    $pk

    -mixed

    An optional primary key value to check out. If not set the instance property value is used.

    -

    Exceptions

    - - - -
    \UnexpectedValueException
    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to store a row in the database from the JTable instance properties.

    -
    store(boolean $updateNulls = false) : boolean
    -
    -
    -

    If a primary key value is set the row with that primary key value will be -updated with the instance property values. If no primary key value is set -a new row will be inserted into the database with the properties from the -JTable instance.

    - - - - - - - - - -
    linkhttps://docs.joomla.org/JTable/store
    since11.1
    -

    Parameters

    -
    -

    $updateNulls

    -boolean

    True to update fields even if they are null.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to compute the default name of the asset.

    -
    _getAssetName() : string
    -
    -
    -

    The default name is in the form table_name.id -where id is the value of the primary key of the table.

    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get the parent asset under which to register this one.

    -
    _getAssetParentId(\JTable $table = null, integer $id = null) : integer
    -
    -
    -

    By default, all assets are registered to the ROOT node with ID 1. -The extended class can define a table and id to lookup. If the -asset does not exist it will be created.

    - - - -
    since1.6
    -

    Parameters

    -
    -

    $table

    -\JTable

    A JTable object for the asset parent.

    -
    -

    $id

    -integer

    Id to look up

    -

    Returns

    -
    integer
    -
    -
    -
    -

    Method to return the title to use for the asset table.

    -
    _getAssetTitle() : string
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    $access

    -
    $access 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $asset_id

    -
    $asset_id 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $checked_out

    -
    $checked_out 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $checked_out_time

    -
    $checked_out_time 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Comment Text

    -
    $comment : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    $created_by

    -
    $created_by 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $created_by_alias

    -
    $created_by_alias 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Create Date

    -
    $createdate : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    $downloads

    -
    $downloads 
    -
    -

    Default

    -
    0
    -
    -
    -
    -
    - 
    -

    $hits

    -
    $hits 
    -
    -

    Default

    -
    0
    -
    -
    -
    -
    - 
    -

    Primary Key

    -
    $id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    $language

    -
    $language 
    -
    -

    Default

    -
    -
    -
    -
    -
    -  - 
    -

    $modified

    -
    $modified 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $modified_by

    -
    $modified_by 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Ordering

    -
    $ordering : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Media configuration

    -
    $params : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    $plays

    -
    $plays 
    -
    -

    Default

    -
    0
    -
    -
    -
    -
    - 
    -

    Podcast ID

    -
    $podcast_id : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Published

    -
    $published : string
    -
    -

    Default

    -
    1
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Server id

    -
    $server_id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    - 
    -

    Study id

    -
    $study_id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since7.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/TableMediaimage.html b/docs/classes/TableMediaimage.html deleted file mode 100644 index b4ca01a281..0000000000 --- a/docs/classes/TableMediaimage.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - -Proclaim API » \TableMediaimage - - - - - - - - - - -
    - -
    - -
    - -
    -

    MediaImage table class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Constructor

    -
    TableMediaimage($db) 
    -
    -
    -
    -

    Parameters

    -

    $db

    -
    -
    -
    -

    Method to bind an associative array or object to the JTable instance.This -method only binds properties that are publicly accessible and optionally -takes an array of properties to ignore when binding.

    -
    bind(mixed $array, mixed $ignore) : boolean
    -
    -
    -
    - - - - - - - - - -
    linkhttp://docs.joomla.org/JTable/bind
    since
    -

    Parameters

    -
    -

    $array

    -mixed

    An associative array or object to bind to the JTable instance.

    -
    -

    $ignore

    -mixed

    An optional array or space separated list of properties to ignore while binding.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to compute the default name of the asset.

    -
    _getAssetName() : string
    -
    -
    -
    The default name is in the form `table_name.id` -where id is the value of the primary key of the table.
    - - - -
    since
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get the parent asset under which to register this one.

    -
    _getAssetParentId(\JTable $table, integer $id) : integer
    -
    -
    -
    By default, all assets are registered to the ROOT node with ID 1. -The extended class can define a table and id to lookup. If the -asset does not exist it will be created.
    - - - -
    since
    -

    Parameters

    -
    -

    $table

    -\JTable

    A JTable object for the asset parent.

    -
    -

    $id

    -integer

    Id to look up

    -

    Returns

    -
    integer
    -
    -
    -
    -

    Method to return the title to use for the asset table.

    -
    _getAssetTitle() : string
    -
    -
    -
    - - - -
    since
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    Primary Key

    -
    $id : int
    -
    -
    -
    - 
    -

    Media Alt Text

    -
    $media_alttext : string
    -
    -
    -
    - 
    -

    Media Extension

    -
    $media_extension : string
    -
    -
    -
    - 
    -

    Media Image Name

    -
    $media_image_name : string
    -
    -
    -
    - 
    -

    Media Image Override Path

    -
    $media_image_path : string
    -
    -
    -
    - 
    -

    Media Text

    -
    $media_text : string
    -
    -
    -
    - 
    -

    BibleStudy Default Path2

    -
    $path2 : string
    -
    -
    -
    - 
    -

    Published

    -
    $published : string
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/TableMessage.html b/docs/classes/TableMessage.html deleted file mode 100644 index 9e764a76b6..0000000000 --- a/docs/classes/TableMessage.html +++ /dev/null @@ -1,1078 +0,0 @@ - - - - - -Proclaim API » \TableMessage - - - - - - - - - - -
    - -
    - -
    - -
    -

    Table class for Message

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor.

    -
    __construct(\JDatabaseDriver $db) 
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    &$db Database connector object

    -
    -
    -
    -

    Method to bind an associative array or object to the JTable instance.This -method only binds properties that are publicly accessible and optionally -takes an array of properties to ignore when binding.

    -
    bind(mixed $array, mixed $ignore = '') : boolean
    -
    -
    -
    - - - - - - - - - -
    linkhttp://docs.joomla.org/JTable/bind
    since11.1
    -

    Parameters

    -
    -

    $array

    -mixed

    An associative array or object to bind to the JTable instance.

    -
    -

    $ignore

    -mixed

    An optional array or space separated list of properties to ignore while binding.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Ordering.

    -
    ordering() : void
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -

    Method to store a row in the database from the JTable instance properties.

    -
    store(boolean $updateNulls = false) : boolean
    -
    -
    -

    If a primary key value is set the row with that primary key value will be -updated with the instance property values. If no primary key value is set -a new row will be inserted into the database with the properties from the -JTable instance.

    - - - - - - - - - -
    linkhttps://docs.joomla.org/JTable/store
    since11.1
    -

    Parameters

    -
    -

    $updateNulls

    -boolean

    True to update fields even if they are null.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to compute the default name of the asset.

    -
    _getAssetName() : string
    -
    -
    -

    The default name is in the form table_name.id -where id is the value of the primary key of the table.

    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get the parent asset under which to register this one.

    -
    _getAssetParentId(\JTable $table = null, integer $id = null) : integer
    -
    -
    -

    By default, all assets are registered to the ROOT node with ID 1. -The extended class can define a table and id to lookup. If the -asset does not exist it will be created.

    - - - -
    since11.1
    -

    Parameters

    -
    -

    $table

    -\JTable

    A JTable object for the asset parent.

    -
    -

    $id

    -integer

    Id to look up

    -

    Returns

    -
    integer
    -
    -
    -
    -

    Method to return the title to use for the asset table.

    -
    _getAssetTitle() : string
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    $access

    -
    $access 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Alias

    -
    $alias : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    $asset_id

    -
    $asset_id 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Book Number

    -
    $booknumber : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Book Number 2

    -
    $booknumber2 : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Chapter Begin

    -
    $chapter_begin : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Chapter Begin2

    -
    $chapter_begin2 : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Chapter End

    -
    $chapter_end : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Chapter End2

    -
    $chapter_end2 : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    $checked_out

    -
    $checked_out 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $checked_out_time

    -
    $checked_out_time 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Comments

    -
    $comments : integer
    -
    -

    Default

    -
    1
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    $download_id

    -
    $download_id 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Hits

    -
    $hits : integer
    -
    -

    Default

    -
    0
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Primary Key

    -
    $id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    $image_cd

    -
    $image_cd 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $image_dvd

    -
    $image_dvd 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $language

    -
    $language 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Location ID

    -
    $location_id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Media Hours

    -
    $media_hours : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Media Minutes

    -
    $media_minutes : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Media seconds

    -
    $media_seconds : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    MessageType

    -
    $messagetype : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    $modified

    -
    $modified 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $modified_by

    -
    $modified_by 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Ordering

    -
    $ordering : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Params

    -
    $params : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    $prod_cd

    -
    $prod_cd 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $prod_dvd

    -
    $prod_dvd 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Publish Down

    -
    $publish_down : string
    -
    -

    Default

    -
    '0000-00-00 00:00:00'
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Publish Up

    -
    $publish_up : string
    -
    -

    Default

    -
    '0000-00-00 00:00:00'
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Published

    -
    $published : integer
    -
    -

    Default

    -
    1
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Secondary Reference

    -
    $secondary_reference : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Series ID

    -
    $series_id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    $server_cd

    -
    $server_cd 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $server_dvd

    -
    $server_dvd 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Show Level

    -
    $show_level : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Study Date

    -
    $studydate : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Study Intro

    -
    $studyintro : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Study Number

    -
    $studynumber : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Study Text

    -
    $studytext : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    $studytext2

    -
    $studytext2 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Study Title

    -
    $studytitle : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Teacher id

    -
    $teacher_id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    ThumbNail Height

    -
    $thumbhm : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    ThumbNail Media

    -
    $thumbnailm : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    ThumbNail Width

    -
    $thumbwm : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    User ID

    -
    $user_id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    User Name

    -
    $user_name : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Verse Begin

    -
    $verse_begin : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Verse Begin2

    -
    $verse_begin2 : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Verse End

    -
    $verse_end : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Verse End2

    -
    $verse_end2 : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/TableMessagetype.html b/docs/classes/TableMessagetype.html deleted file mode 100644 index 4d4749f0d9..0000000000 --- a/docs/classes/TableMessagetype.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - - -Proclaim API » \TableMessagetype - - - - - - - - - - -
    - -
    - -
    - -
    -

    MessageType table class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor

    -
    __construct(\JDatabaseDriver $db) 
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    &$db Database connector object

    -
    -
    -
    -

    Method to bind an associative array or object to the JTable instance.This -method only binds properties that are publicly accessible and optionally -takes an array of properties to ignore when binding.

    -
    bind(mixed $array, mixed $ignore = '') : boolean
    -
    -
    -
    - - - - - - - - - -
    linkhttp://docs.joomla.org/JTable/bind
    since11.1
    -

    Parameters

    -
    -

    $array

    -mixed

    An associative array or object to bind to the JTable instance.

    -
    -

    $ignore

    -mixed

    An optional array or space separated list of properties to ignore while binding.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to store a row in the database from the JTable instance properties.

    -
    store(boolean $updateNulls = false) : boolean
    -
    -
    -

    If a primary key value is set the row with that primary key value will be -updated with the instance property values. If no primary key value is set -a new row will be inserted into the database with the properties from the -JTable instance.

    - - - - - - - - - -
    linkhttps://docs.joomla.org/JTable/store
    since11.1
    -

    Parameters

    -
    -

    $updateNulls

    -boolean

    True to update fields even if they are null.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to compute the default name of the asset.

    -
    _getAssetName() : string
    -
    -
    -

    The default name is in the form table_name.id -where id is the value of the primary key of the table.

    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get the parent asset under which to register this one.

    -
    _getAssetParentId(\JTable $table = null, integer $id = null) : integer
    -
    -
    -

    By default, all assets are registered to the ROOT node with ID 1. -The extended class can define a table and id to lookup. If the -asset does not exist it will be created.

    - - - -
    since11.1
    -

    Parameters

    -
    -

    $table

    -\JTable

    A JTable object for the asset parent.

    -
    -

    $id

    -integer

    Id to look up

    -

    Returns

    -
    integer
    -
    -
    -
    -

    Method to return the title to use for the asset table.

    -
    _getAssetTitle() : string
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    $access

    -
    $access 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $alias

    -
    $alias 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $asset_id

    -
    $asset_id 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Primary Key

    -
    $id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    $landing_show

    -
    $landing_show 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Message Type

    -
    $message_type : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    $ordering

    -
    $ordering 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Published

    -
    $published : integer
    -
    -

    Default

    -
    1
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/TableMimetype.html b/docs/classes/TableMimetype.html deleted file mode 100644 index 90e63007b8..0000000000 --- a/docs/classes/TableMimetype.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - - -Proclaim API » \TableMimetype - - - - - - - - - - -
    - -
    - -
    - -
    -

    Table class for MimeType

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since
    -

    - Methods

    -
    -

    Constructor

    -
    Tablemimetype($db) 
    -
    -
    -
    -

    Parameters

    -

    $db

    -
    -
    -
    -

    Method to bind an associative array or object to the JTable instance.This -method only binds properties that are publicly accessible and optionally -takes an array of properties to ignore when binding.

    -
    bind(mixed $array, mixed $ignore) : boolean
    -
    -
    -
    - - - - - - - - - -
    linkhttp://docs.joomla.org/JTable/bind
    since
    -

    Parameters

    -
    -

    $array

    -mixed

    An associative array or object to bind to the JTable instance.

    -
    -

    $ignore

    -mixed

    An optional array or space separated list of properties to ignore while binding.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to compute the default name of the asset.

    -
    _getAssetName() : string
    -
    -
    -
    The default name is in the form `table_name.id` -where id is the value of the primary key of the table.
    - - - -
    since
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get the parent asset under which to register this one.

    -
    _getAssetParentId(\JTable $table, integer $id) : integer
    -
    -
    -
    By default, all assets are registered to the ROOT node with ID 1. -The extended class can define a table and id to lookup. If the -asset does not exist it will be created.
    - - - -
    since
    -

    Parameters

    -
    -

    $table

    -\JTable

    A JTable object for the asset parent.

    -
    -

    $id

    -integer

    Id to look up

    -

    Returns

    -
    integer
    -
    -
    -
    -

    Method to return the title to use for the asset table.

    -
    _getAssetTitle() : string
    -
    -
    -
    - - - -
    since
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    Primary Key

    -
    $id : int
    -
    -
    -
    - 
    -

    MimeText

    -
    $mimetext : string
    -
    -
    -
    - 
    -

    MimeType

    -
    $mimetype : string
    -
    -
    -
    - 
    -

    Published

    -
    $published : int
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/TablePodcast.html b/docs/classes/TablePodcast.html deleted file mode 100644 index 73952a71af..0000000000 --- a/docs/classes/TablePodcast.html +++ /dev/null @@ -1,664 +0,0 @@ - - - - - -Proclaim API » \TablePodcast - - - - - - - - - - -
    - -
    - -
    - -
    -

    Podcast table class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor

    -
    __construct(\JDatabaseDriver $db) 
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    &$db Database connector object

    -
    -
    -
    -

    Method to bind an associative array or object to the JTable instance.This -method only binds properties that are publicly accessible and optionally -takes an array of properties to ignore when binding.

    -
    bind(mixed $array, mixed $ignore = '') : boolean
    -
    -
    -
    - - - - - - - - - -
    linkhttp://docs.joomla.org/JTable/bind
    since11.1
    -

    Parameters

    -
    -

    $array

    -mixed

    An associative array or object to bind to the JTable instance.

    -
    -

    $ignore

    -mixed

    An optional array or space separated list of properties to ignore while binding.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to store a row in the database from the JTable instance properties.

    -
    store(boolean $updateNulls = false) : boolean
    -
    -
    -

    If a primary key value is set the row with that primary key value will be -updated with the instance property values. If no primary key value is set -a new row will be inserted into the database with the properties from the -JTable instance.

    - - - - - - - - - -
    linkhttps://docs.joomla.org/JTable/store
    since11.1
    -

    Parameters

    -
    -

    $updateNulls

    -boolean

    True to update fields even if they are null.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to compute the default name of the asset.

    -
    _getAssetName() : string
    -
    -
    -

    The default name is in the form table_name.id -where id is the value of the primary key of the table.

    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get the parent asset under which to register this one.

    -
    _getAssetParentId(\JTable $table = null, integer $id = null) : integer
    -
    -
    -

    By default, all assets are registered to the ROOT node with ID 1. -The extended class can define a table and id to lookup. If the -asset does not exist it will be created.

    - - - -
    since11.1
    -

    Parameters

    -
    -

    $table

    -\JTable

    A JTable object for the asset parent.

    -
    -

    $id

    -integer

    Id to look up

    -

    Returns

    -
    integer
    -
    -
    -
    -

    Method to return the title to use for the asset table.

    -
    _getAssetTitle() : string
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    Author

    -
    $author : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Custom

    -
    $custom : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Custom

    -
    $customsubtitle : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Description

    -
    $description : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Details template ID

    -
    $detailstemplateid : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Editor Email Address

    -
    $editor_email : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Editor Name

    -
    $editor_name : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Details template ID

    -
    $episodesubtitle : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Episode Title

    -
    $episodetitle : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    File Name

    -
    $filename : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Primary Key

    -
    $id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Image

    -
    $image : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Image Height

    -
    $imageh : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Image Width

    -
    $imagew : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Language of Podcast

    -
    $language : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Type of link to use for podcast.

    -
    $linktype : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -

    0 = Default is to episode. -1 = Direct Link. -2 = Popup Player Window with default player as internal.

    - - - -
    since9.0.0
    -
    -
    - 
    -

    Podcast Image

    -
    $podcastimage : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Limit of the episodes in the podcast

    -
    $podcastlimit : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Podcast name

    -
    $podcastname : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Podcast Search Words

    -
    $podcastsearch : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Podcast Summary

    -
    $podcastsummary : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Published

    -
    $published : integer
    -
    -

    Default

    -
    1
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Title

    -
    $title : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Website Address

    -
    $website : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/TableSerie.html b/docs/classes/TableSerie.html deleted file mode 100644 index 59319904c6..0000000000 --- a/docs/classes/TableSerie.html +++ /dev/null @@ -1,387 +0,0 @@ - - - - - -Proclaim API » \TableSerie - - - - - - - - - - -
    - -
    - -
    - -
    -

    Seris JTable class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor

    -
    __construct(\JDatabaseDriver $db) 
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    &$db Database connector object

    -
    -
    -
    -

    Method to store a row in the database from the JTable instance properties.

    -
    store(boolean $updateNulls = false) : boolean
    -
    -
    -

    If a primary key value is set the row with that primary key value will be -updated with the instance property values. If no primary key value is set -a new row will be inserted into the database with the properties from the -JTable instance.

    - - - - - - - - - -
    linkhttps://docs.joomla.org/JTable/store
    since11.1
    -

    Parameters

    -
    -

    $updateNulls

    -boolean

    True to update fields even if they are null.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to compute the default name of the asset.

    -
    _getAssetName() : string
    -
    -
    -

    The default name is in the form table_name.id -where id is the value of the primary key of the table.

    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get the parent asset under which to register this one.

    -
    _getAssetParentId(\JTable $table = null, integer $id = null) : integer
    -
    -
    -

    By default, all assets are registered to the ROOT node with ID 1. -The extended class can define a table and id to lookup. If the -asset does not exist it will be created.

    - - - -
    since1.6
    -

    Parameters

    -
    -

    $table

    -\JTable

    A JTable object for the asset parent.

    -
    -

    $id

    -integer

    Id to look up

    -

    Returns

    -
    integer
    -
    -
    -
    -

    Method to return the title to use for the asset table.

    -
    _getAssetTitle() : string
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    $access

    -
    $access 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $alias

    -
    $alias 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $asset_id

    -
    $asset_id 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Description

    -
    $description : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Primary Key

    -
    $id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    $landing_show

    -
    $landing_show 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $language

    -
    $language 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $ordering

    -
    $ordering 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Publish state

    -
    $published : integer
    -
    -

    Default

    -
    1
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Series Text

    -
    $series_text : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Series Thumbnail

    -
    $series_thumbnail : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Teacher

    -
    $teacher : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/TableServer.html b/docs/classes/TableServer.html deleted file mode 100644 index 597b618f77..0000000000 --- a/docs/classes/TableServer.html +++ /dev/null @@ -1,372 +0,0 @@ - - - - - -Proclaim API » \TableServer - - - - - - - - - - -
    - -
    - -
    - -
    -

    Table class for Server

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor

    -
    __construct(\JDatabaseDriver $db) 
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    &$db Database connector object

    -
    -
    -
    -

    Method to bind an associative array or object to the JTable instance.This -method only binds properties that are publicly accessible and optionally -takes an array of properties to ignore when binding.

    -
    bind(mixed $array, mixed $ignore = '') : boolean
    -
    -
    -
    - - - - - - - - - -
    linkhttp://docs.joomla.org/JTable/bind
    since11.1
    -

    Parameters

    -
    -

    $array

    -mixed

    An associative array or object to bind to the JTable instance.

    -
    -

    $ignore

    -mixed

    An optional array or space separated list of properties to ignore while binding.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to store a row in the database from the JTable instance properties.

    -
    store(boolean $updateNulls = false) : boolean
    -
    -
    -

    If a primary key value is set the row with that primary key value will be -updated with the instance property values. If no primary key value is set -a new row will be inserted into the database with the properties from the -JTable instance.

    - - - - - - - - - -
    linkhttps://docs.joomla.org/JTable/store
    since11.1
    -

    Parameters

    -
    -

    $updateNulls

    -boolean

    True to update fields even if they are null.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to compute the default name of the asset.

    -
    _getAssetName() : string
    -
    -
    -

    The default name is in the form table_name.id -where id is the value of the primary key of the table.

    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get the parent asset under which to register this one.

    -
    _getAssetParentId(\JTable $table = null, integer $id = null) : integer
    -
    -
    -

    By default, all assets are registered to the ROOT node with ID 1. -The extended class can define a table and id to lookup. If the -asset does not exist it will be created.

    - - - -
    since11.1
    -

    Parameters

    -
    -

    $table

    -\JTable

    A JTable object for the asset parent.

    -
    -

    $id

    -integer

    Id to look up

    -

    Returns

    -
    integer
    -
    -
    -
    -

    Method to return the title to use for the asset table.

    -
    _getAssetTitle() : string
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    $access

    -
    $access 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Asset ID

    -
    $assset_id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Primary Key

    -
    $id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    $media

    -
    $media 
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - 
    -

    $params

    -
    $params 
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - 
    -

    Published

    -
    $published : integer
    -
    -

    Default

    -
    1
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Server Name

    -
    $server_name : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Server Type

    -
    $type : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/TableShare.html b/docs/classes/TableShare.html deleted file mode 100644 index f6ebd4e9e3..0000000000 --- a/docs/classes/TableShare.html +++ /dev/null @@ -1,1081 +0,0 @@ - - - - - - API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - -

    \TableShare

    -

    Table class for Share

    - - - -
    -

    Summary

    -
    -
    - Methods -
    -
    - Properties -
    -
    - Constants -
    -
    -
    -
    - TableShare()
    - bind()
    -
    -
    - $id
    - $published
    - $name
    - $params
    -
    -
    - No constants found -
    -
    -
    -
    - _getAssetName()
    - _getAssetTitle()
    - _getAssetParentId()
    -
    -
    - No protected properties found -
    -
    - N/A -
    -
    -
    -
    - No private methods found -
    -
    - No private properties found -
    -
    - N/A -
    -
    -
    -
    - -
    - - - -
    -
    -

    Properties

    -
    - -
    - -
    -
    - -
    -

    $id

    -
    $id : integer
    -

    Primary Key

    - - -

    Type

    - integer -
    -
    - -
    - -
    -
    - -
    -

    $published

    -
    $published : string
    -

    Published

    - - -

    Type

    - string -
    -
    - -
    - -
    -
    - -
    -

    $name

    -
    $name : string
    -

    Name

    - - -

    Type

    - string -
    -
    - -
    - -
    -
    - -
    -

    $params

    -
    $params : string
    -

    Params

    - - -

    Type

    - string -
    -
    - -
    - - - -
    -

    Methods

    - -
    - -
    -
    - -
    -

    TableShare()

    - -
    TableShare(  $db) 
    -

    Constructor

    - - -

    Parameters

    - - - - - - -
    $db
    - - - -
    -
    - -
    - -
    -
    - -
    -

    bind()

    - -
    bind(mixed  $array, mixed  $ignore = '') : boolean
    -

    Method to bind an associative array or object to the JTable instance.This -method only binds properties that are publicly accessible and optionally -takes an array of properties to ignore when binding.

    - - -

    Parameters

    - - - - - - - - - - - -
    mixed$array

    An associative array or object to bind to the JTable instance.

    mixed$ignore

    An optional array or space separated list of properties to ignore while binding.

    - - -

    Returns

    - boolean - —

    True on success.

    - -
    -
    - -
    - -
    -
    - -
    -

    _getAssetName()

    - -
    _getAssetName() : string
    -

    Method to compute the default name of the asset.

    -

    The default name is in the form table_name.id -where id is the value of the primary key of the table.

    - - - -

    Returns

    - string - -
    -
    - -
    - -
    -
    - -
    -

    _getAssetTitle()

    - -
    _getAssetTitle() : string
    -

    Method to return the title to use for the asset table.

    - - - - -

    Returns

    - string - -
    -
    - -
    - -
    -
    - -
    -

    _getAssetParentId()

    - -
    _getAssetParentId(\JTable  $table = null, integer  $id = null) : integer
    -

    Method to get the parent asset under which to register this one.

    -

    By default, all assets are registered to the ROOT node with ID 1. -The extended class can define a table and id to lookup. If the -asset does not exist it will be created.

    - -

    Parameters

    - - - - - - - - - - - -
    \JTable$table

    A JTable object for the asset parent.

    integer$id

    Id to look up

    - - -

    Returns

    - integer - -
    -
    - -
    - -
    -
    - - - - -
    - - - diff --git a/docs/classes/TableStudyTopics.html b/docs/classes/TableStudyTopics.html deleted file mode 100644 index 27ed125ac3..0000000000 --- a/docs/classes/TableStudyTopics.html +++ /dev/null @@ -1,298 +0,0 @@ - - - - - -Proclaim API » \TableStudyTopics - - - - - - - - - - -
    - -
    - -
    - -
    -

    StudyTopics table class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Object constructor to set table and key fields. In most cases this will -be overridden by child classes to explicitly set the table and key fields -for a particular database table.

    -
    __construct(\JDatabaseDriver $db) 
    -
    -
    -
    - - - -
    since11.1
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    &$db JDatabase connector object.

    -
    -
    -
    -

    Method to store a row in the database from the JTable instance properties.

    -
    store(boolean $updateNulls = false) : boolean
    -
    -
    -

    If a primary key value is set the row with that primary key value will be -updated with the instance property values. If no primary key value is set -a new row will be inserted into the database with the properties from the -JTable instance.

    - - - - - - - - - -
    linkhttps://docs.joomla.org/JTable/store
    since11.1
    -

    Parameters

    -
    -

    $updateNulls

    -boolean

    True to update fields even if they are null.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to compute the default name of the asset.

    -
    _getAssetName() : string
    -
    -
    -

    The default name is in the form table_name.id -where id is the value of the primary key of the table.

    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get the parent asset under which to register this one.

    -
    _getAssetParentId(\JTable $table = null, integer $id = null) : integer
    -
    -
    -

    By default, all assets are registered to the ROOT node with ID 1. -The extended class can define a table and id to lookup. If the -asset does not exist it will be created.

    - - - -
    since11.1
    -

    Parameters

    -
    -

    $table

    -\JTable

    A JTable object for the asset parent.

    -
    -

    $id

    -integer

    Id to look up

    -

    Returns

    -
    integer
    -
    -
    -
    -

    Method to return the title to use for the asset table.

    -
    _getAssetTitle() : string
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    $access

    -
    $access 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $asset_id

    -
    $asset_id 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    ID

    -
    $id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Study ID

    -
    $study_id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Topic ID

    -
    $topic_id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/TableStyle.html b/docs/classes/TableStyle.html deleted file mode 100644 index c9e73bebec..0000000000 --- a/docs/classes/TableStyle.html +++ /dev/null @@ -1,1123 +0,0 @@ - - - - - - API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - -

    \TableStyle

    -

    Table class for Style

    - - - -
    -

    Summary

    -
    -
    - Methods -
    -
    - Properties -
    -
    - Constants -
    -
    -
    -
    - __construct()
    - bind()
    - store()
    - delete()
    -
    -
    - $filename
    - $stylecode
    -
    -
    - No constants found -
    -
    -
    -
    - _getAssetName()
    - _getAssetTitle()
    - _getAssetParentId()
    -
    -
    - No protected properties found -
    -
    - N/A -
    -
    -
    -
    - No private methods found -
    -
    - No private properties found -
    -
    - N/A -
    -
    -
    -
    - -
    - - - -
    -
    -

    Properties

    -
    - -
    - -
    -
    - -
    -

    $filename

    -
    $filename : string
    -

    File Name

    - - -

    Type

    - string -
    -
    - -
    - -
    -
    - -
    -

    $stylecode

    -
    $stylecode : string
    -

    CSS Style

    - - -

    Type

    - string -
    -
    - -
    - - - -
    -

    Methods

    - -
    - -
    -
    - -
    -

    __construct()

    - -
    __construct(  $db) 
    -

    Constructor.

    - - -

    Parameters

    - - - - - - -
    $db
    - - - -
    -
    - -
    - -
    -
    - -
    -

    bind()

    - -
    bind(mixed  $array, mixed  $ignore = '') : boolean
    -

    Method to bind an associative array or object to the JTable instance.This -method only binds properties that are publicly accessible and optionally -takes an array of properties to ignore when binding.

    - - -

    Parameters

    - - - - - - - - - - - -
    mixed$array

    An associative array or object to bind to the JTable instance.

    mixed$ignore

    An optional array or space separated list of properties to ignore while binding.

    - - -

    Returns

    - boolean - —

    True on success.

    - -
    -
    - -
    - -
    -
    - -
    -

    store()

    - -
    store(boolean  $updateNulls = false) : boolean
    -

    Overriden JTable::store to set modified data and user id.

    - - -

    Parameters

    - - - - - - -
    boolean$updateNulls

    True to update fields even if they are null.

    - - -

    Returns

    - boolean - —

    True on success.

    - -
    -
    - -
    - -
    -
    - -
    -

    delete()

    - -
    delete(mixed  $pk = null) : boolean
    -

    Method to delete a row from the database table by primary key value.

    - - -

    Parameters

    - - - - - - -
    mixed$pk

    An optional primary key value to delete. If not set the instance property value is used.

    - - -

    Returns

    - boolean - —

    True on success.

    - -
    -
    - -
    - -
    -
    - -
    -

    _getAssetName()

    - -
    _getAssetName() : string
    -

    Method to compute the default name of the asset.

    -

    The default name is in the form table_name.id -where id is the value of the primary key of the table.

    - - - -

    Returns

    - string - -
    -
    - -
    - -
    -
    - -
    -

    _getAssetTitle()

    - -
    _getAssetTitle() : string
    -

    Method to return the title to use for the asset table.

    - - - - -

    Returns

    - string - -
    -
    - -
    - -
    -
    - -
    -

    _getAssetParentId()

    - -
    _getAssetParentId(\JTable  $table = null, integer  $id = null) : integer
    -

    Method to get the parent asset under which to register this one.

    -

    By default, all assets are registered to the ROOT node with ID 1. -The extended class can define a table and id to lookup. If the -asset does not exist it will be created.

    - -

    Parameters

    - - - - - - - - - - - -
    \JTable$table

    A JTable object for the asset parent.

    integer$id

    Id to look up

    - - -

    Returns

    - integer - -
    -
    - -
    - -
    -
    - - - - -
    - - - diff --git a/docs/classes/TableTeacher.html b/docs/classes/TableTeacher.html deleted file mode 100644 index 4786c40abf..0000000000 --- a/docs/classes/TableTeacher.html +++ /dev/null @@ -1,305 +0,0 @@ - - - - - -Proclaim API » \TableTeacher - - - - - - - - - - -
    - -
    - -
    - -
    -

    Teacher table class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor

    -
    __construct(\JDatabaseDriver $db) 
    -
    -
    -
    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    &$db Database connector object

    -
    -
    -
    -

    Method to bind an associative array or object to the JTable instance.This -method only binds properties that are publicly accessible and optionally -takes an array of properties to ignore when binding.

    -
    bind(mixed $array, mixed $ignore = '') : boolean
    -
    -
    -
    - - - - - - - - - -
    linkhttp://docs.joomla.org/JTable/bind
    since11.1
    -

    Parameters

    -
    -

    $array

    -mixed

    An associative array or object to bind to the JTable instance.

    -
    -

    $ignore

    -mixed

    An optional array or space separated list of properties to ignore while binding.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to store a row in the database from the JTable instance properties.

    -
    store(boolean $updateNulls = false) : boolean
    -
    -
    -

    If a primary key value is set the row with that primary key value will be -updated with the instance property values. If no primary key value is set -a new row will be inserted into the database with the properties from the -JTable instance.

    - - - - - - - - - -
    linkhttps://docs.joomla.org/JTable/store
    since11.1
    -

    Parameters

    -
    -

    $updateNulls

    -boolean

    True to update fields even if they are null.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to compute the default name of the asset.

    -
    _getAssetName() : string
    -
    -
    -

    The default name is in the form table_name.id -where id is the value of the primary key of the table.

    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get the parent asset under which to register this one.

    -
    _getAssetParentId(\JTable $table = null, integer $id = null) : integer
    -
    -
    -

    By default, all assets are registered to the ROOT node with ID 1. -The extended class can define a table and id to lookup. If the -asset does not exist it will be created.

    - - - -
    since11.1
    -

    Parameters

    -
    -

    $table

    -\JTable

    A JTable object for the asset parent.

    -
    -

    $id

    -integer

    Id to look up

    -

    Returns

    -
    integer
    -
    -
    -
    -

    Method to return the title to use for the asset table.

    -
    _getAssetTitle() : string
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    Alias

    -
    $alias : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Ordering

    -
    $ordering : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Teacher Name

    -
    $teachername : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/TableTemplate.html b/docs/classes/TableTemplate.html deleted file mode 100644 index 164e37ff6a..0000000000 --- a/docs/classes/TableTemplate.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - -Proclaim API » \TableTemplate - - - - - - - - - - -
    - -
    - -
    - -
    -

    Table class for Template

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Contractor

    -
    __construct(\JDatabaseDriver $db) 
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    &$db Database connector object

    -
    -
    -
    -

    Method to bind an associative array or object to the JTable instance.This -method only binds properties that are publicly accessible and optionally -takes an array of properties to ignore when binding.

    -
    bind(mixed $array, mixed $ignore = '') : boolean
    -
    -
    -
    - - - - - - - - - -
    linkhttp://docs.joomla.org/JTable/bind
    since11.1
    -

    Parameters

    -
    -

    $array

    -mixed

    An associative array or object to bind to the JTable instance.

    -
    -

    $ignore

    -mixed

    An optional array or space separated list of properties to ignore while binding.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to store a row in the database from the JTable instance properties.

    -
    store(boolean $updateNulls = false) : boolean
    -
    -
    -

    If a primary key value is set the row with that primary key value will be -updated with the instance property values. If no primary key value is set -a new row will be inserted into the database with the properties from the -JTable instance.

    - - - - - - - - - -
    linkhttp://docs.joomla.org/JTable/store
    since11.1
    -

    Parameters

    -
    -

    $updateNulls

    -boolean

    True to update fields even if they are null.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to compute the default name of the asset.

    -
    _getAssetName() : string
    -
    -
    -

    The default name is in the form table_name.id -where id is the value of the primary key of the table.

    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get the parent asset under which to register this one.

    -
    _getAssetParentId(\JTable $table = null, integer $id = null) : integer
    -
    -
    -

    By default, all assets are registered to the ROOT node with ID 1. -The extended class can define a table and id to lookup. If the -asset does not exist it will be created.

    - - - -
    since11.1
    -

    Parameters

    -
    -

    $table

    -\JTable

    A JTable object for the asset parent.

    -
    -

    $id

    -integer

    Id to look up

    -

    Returns

    -
    integer
    -
    -
    -
    -

    Method to return the title to use for the asset table.

    -
    _getAssetTitle() : string
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    Id

    -
    $id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Params

    -
    $params : \Joomla\Registry\Registry
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    PDF file

    -
    $pdf : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Published

    -
    $published : integer
    -
    -

    Default

    -
    1
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Text

    -
    $text : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Title

    -
    $title : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Template

    -
    $tmpl : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Type

    -
    $type : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/TableTemplatecode.html b/docs/classes/TableTemplatecode.html deleted file mode 100644 index 1e6d64124d..0000000000 --- a/docs/classes/TableTemplatecode.html +++ /dev/null @@ -1,322 +0,0 @@ - - - - - -Proclaim API » \TableTemplatecode - - - - - - - - - - -
    - -
    - -
    - -
    -

    TemplateCode table class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.1.0
    -

    - Methods

    -
    -

    Constructor

    -
    __construct(\JDatabaseDriver $db) 
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    &$db Database connector object

    -
    -
    -
    -

    Method to bind an associative array or object to the JTable instance.This -method only binds properties that are publicly accessible and optionally -takes an array of properties to ignore when binding.

    -
    bind(mixed $array, mixed $ignore = '') : boolean
    -
    -
    -
    - - - - - - - - - -
    linkhttp://docs.joomla.org/JTable/bind
    since11.1
    -

    Parameters

    -
    -

    $array

    -mixed

    An associative array or object to bind to the JTable instance.

    -
    -

    $ignore

    -mixed

    An optional array or space separated list of properties to ignore while binding.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to delete a row from the database table by primary key value.

    -
    delete(mixed $pk = null) : boolean
    -
    -
    -
    - - - - - - - - - -
    linkhttp://docs.joomla.org/JTable/delete
    since11.1
    -

    Parameters

    -
    -

    $pk

    -mixed

    An optional primary key value to delete. If not set the instance property value is used.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Overriden JTable::store to set modified data and user id.

    -
    store(boolean $updateNulls = false) : boolean
    -
    -
    -
    - - - -
    since1.6
    -

    Parameters

    -
    -

    $updateNulls

    -boolean

    True to update fields even if they are null.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to compute the default name of the asset.

    -
    _getAssetName() : string
    -
    -
    -

    The default name is in the form table_name.id -where id is the value of the primary key of the table.

    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get the parent asset under which to register this one.

    -
    _getAssetParentId(\JTable $table = null, integer $id = null) : integer
    -
    -
    -

    By default, all assets are registered to the ROOT node with ID 1. -The extended class can define a table and id to lookup. If the -asset does not exist it will be created.

    - - - -
    since11.1
    -

    Parameters

    -
    -

    $table

    -\JTable

    A JTable object for the asset parent.

    -
    -

    $id

    -integer

    Id to look up

    -

    Returns

    -
    integer
    -
    -
    -
    -

    Method to return the title to use for the asset table.

    -
    _getAssetTitle() : string
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    File Name

    -
    $filename : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Template Code

    -
    $templatecode : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Type

    -
    $type : string
    -
    -

    Default

    -
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/TableTopic.html b/docs/classes/TableTopic.html deleted file mode 100644 index a6ecba7d8e..0000000000 --- a/docs/classes/TableTopic.html +++ /dev/null @@ -1,418 +0,0 @@ - - - - - -Proclaim API » \TableTopic - - - - - - - - - - -
    - -
    - -
    - -
    -

    Topic table class

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    -

    - Methods

    -
    -

    Constructor

    -
    __construct(\JDatabaseDriver $db) 
    -
    -
    -
    - - - -
    since9.0.0
    -

    Parameters

    -
    -

    $db

    -\JDatabaseDriver

    &$db Database connector object

    -
    -
    -
    -

    Method to bind an associative array or object to the JTable instance.This -method only binds properties that are publicly accessible and optionally -takes an array of properties to ignore when binding.

    -
    bind(mixed $array, mixed $ignore = '') : boolean
    -
    -
    -
    - - - - - - - - - - - - - -
    todoConsider deprecating this override
    linkhttp://docs.joomla.org/JTable/bind
    since11.1
    -

    Parameters

    -
    -

    $array

    -mixed

    An associative array or object to bind to the JTable instance.

    -
    -

    $ignore

    -mixed

    An optional array or space separated list of properties to ignore while binding.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    check and (re-)construct the alias before storing the topic

    -
    checkAlias(array $data = array(), integer $recordId = null) : boolean | array
    -
    -
    -
    - - - - - - - - - -
    since9.0.0
    todothis look like it is not used. (Neither Tom nor Brent wrote this one)
    -

    Parameters

    -
    -

    $data

    -array

    Data of record

    -
    -

    $recordId

    -integer

    id

    -

    Returns

    -
    -booleanarray?
    -
    -
    -
    -

    Overloaded load function

    -
    load(mixed $keys = null, boolean $reset = true) : boolean
    -
    -
    -
    - - - - - - - - - -
    see
    since9.0.0
    -

    Parameters

    -
    -

    $keys

    -mixed

    An optional primary key value to load the row by, or an array of fields to match. If not - set the instance property value is used.

    -
    -

    $reset

    -boolean

    True to reset the default values before loading the new row.

    -

    Returns

    -
    -booleanTrue if successful. False if row not found.
    -
    -
    -
    -

    Method to store a row in the database from the JTable instance properties.

    -
    store(boolean $updateNulls = false) : boolean
    -
    -
    -

    If a primary key value is set the row with that primary key value will be -updated with the instance property values. If no primary key value is set -a new row will be inserted into the database with the properties from the -JTable instance.

    - - - - - - - - - -
    linkhttps://docs.joomla.org/JTable/store
    since11.1
    -

    Parameters

    -
    -

    $updateNulls

    -boolean

    True to update fields even if they are null.

    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to compute the default name of the asset.

    -
    _getAssetName() : string
    -
    -
    -

    The default name is in the form table_name.id -where id is the value of the primary key of the table.

    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -
    -

    Method to get the parent asset under which to register this one.

    -
    _getAssetParentId(\JTable $table = null, integer $id = null) : integer
    -
    -
    -

    By default, all assets are registered to the ROOT node with ID 1. -The extended class can define a table and id to lookup. If the -asset does not exist it will be created.

    - - - -
    since11.1
    -

    Parameters

    -
    -

    $table

    -\JTable

    A JTable object for the asset parent.

    -
    -

    $id

    -integer

    Id to look up

    -

    Returns

    -
    integer
    -
    -
    -
    -

    Method to return the title to use for the asset table.

    -
    _getAssetTitle() : string
    -
    -
    -
    - - - -
    since1.6
    -

    Returns

    -
    string
    -
    -
    -

    - Properties

    - 
    -

    $access

    -
    $access 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $asset_id

    -
    $asset_id 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Primary Key

    -
    $id : integer
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    $language

    -
    $language 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    Params

    -
    $params : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Published

    -
    $published : integer
    -
    -

    Default

    -
    1
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    Topic text

    -
    $topic_text : string
    -
    -

    Default

    -
    null
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/UploadScript.html b/docs/classes/UploadScript.html deleted file mode 100644 index 8363470fa6..0000000000 --- a/docs/classes/UploadScript.html +++ /dev/null @@ -1,387 +0,0 @@ - - - - - -Proclaim API » \UploadScript - - - - - - - - - - -
    - -
    - -
    - -
    -

    Class UploadScript

    -
    -
    - - - - - - - - - -
    packageProclaim.Admin
    since9.0.0
    -

    - Methods

    -
    -

    UI Script

    -
    UIScript() : string
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    string
    -
    -
    -
    -

    Construct

    -
    __construct(object $params, string $mediaRoot) 
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $params

    -object

    Component parameters

    -
    -

    $mediaRoot

    -string

    Media folder

    -
    -
    -
    -

    Get the dependency Script

    -
    getScript() : string
    -
    -
    -
    - - - -
    since7.0
    -

    Returns

    -
    -stringJavaScript code
    -
    -
    -
    -

    Sets up the JavaScript code with component parameters

    -
    _buildScript() : void
    -
    -
    -
    - - - -
    since7.0
    -
    -
    -
    -

    Clean Comma Separated Option

    -
    _cleanOption(string $string) : string
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $string

    -string

    Option to be cleaned

    -

    Returns

    -
    string
    -
    -
    -
    -

    Properly set component parameters for JavaScript usage

    -
    _setParams(object $params) : void
    -
    -
    -
    - - - -
    since7.0
    -

    Parameters

    -
    -

    $params

    -object

    Component parameters

    -
    -
    -

    - Properties

    - 
    -

    $mediaRoot

    -
    $mediaRoot 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $runtime

    -
    $runtime 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $runtimeScript

    -
    $runtimeScript 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $SCRIPT

    -
    $SCRIPT 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $chunkSize

    -
    $chunkSize 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $chunkUnit

    -
    $chunkUnit 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $imageFilter

    -
    $imageFilter 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $maxFileSize

    -
    $maxFileSize 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $otherFilesFilter

    -
    $otherFilesFilter 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $rename

    -
    $rename 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $resize

    -
    $resize 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $resizeHeight

    -
    $resizeHeight 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $resizeQuality

    -
    $resizeQuality 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $resizeWidth

    -
    $resizeWidth 
    -
    -

    Default

    -
    -
    -
    -
    -
    - 
    -

    $uniqueNames

    -
    $uniqueNames 
    -
    -

    Default

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/Xmap_Com_Biblestudy.html b/docs/classes/Xmap_Com_Biblestudy.html deleted file mode 100644 index 7043987c31..0000000000 --- a/docs/classes/Xmap_Com_Biblestudy.html +++ /dev/null @@ -1,1092 +0,0 @@ - - - - - - API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - - -

    \Xmap_Com_Biblestudy

    -

    Class for xmap biblestudy

    - - - -
    -

    Summary

    -
    -
    - Methods -
    -
    - Properties -
    -
    - Constants -
    -
    -
    -
    - isOfType()
    - prepareMenuItem()
    - getTree()
    - showMediaFiles()
    - showStudies()
    - showYears()
    -
    -
    - No public properties found -
    -
    - No constants found -
    -
    -
    -
    - No protected methods found -
    -
    - No protected properties found -
    -
    - N/A -
    -
    -
    -
    - No private methods found -
    -
    - No private properties found -
    -
    - N/A -
    -
    -
    -
    - -
    - - - - -
    -

    Methods

    - -
    - -
    -
    - -
    -

    isOfType()

    - -
    isOfType(  $xmap,   $parent) : boolean
    -

    Type

    - - -

    Parameters

    - - - - - - - - - - - -
    $xmap
    $parent
    - - -

    Returns

    - boolean - -
    -
    - -
    - -
    -
    - -
    -

    prepareMenuItem()

    - -
    prepareMenuItem(array  $node, array  $params) : string
    -

    Prepare Menu

    - - -

    Parameters

    - - - - - - - - - - - -
    array$node

    ?

    array$params

    ?

    - - -

    Returns

    - string - -
    -
    - -
    - -
    -
    - -
    -

    getTree()

    - -
    getTree(object  $xmap, object  $parent,   $params) : mixed
    -

    Get Tree

    - - -

    Parameters

    - - - - - - - - - - - - - - - - -
    object$xmap

    ?

    object$parent

    ?

    $params
    - - -

    Returns

    - mixed - -
    -
    - -
    - -
    -
    - -
    -

    showMediaFiles()

    - -
    showMediaFiles(integer  $id, object  $xmap, string  $limit, string  $order, array  $params, object  $parent) : void
    -

    Show Media Files

    - - -

    Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    integer$id

    ?

    object$xmap

    ?

    string$limit

    ?

    string$order

    ?

    array$params

    ?

    object$parent

    ?

    - - - -
    -
    - -
    - -
    -
    - -
    -

    showStudies()

    - -
    showStudies(object  $study, object  $xmap, integer  $t, string  $limit, string  $order, array  $params, object  $parent) : void
    -

    Show Studies

    - - -

    Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    object$study

    ?

    object$xmap

    ?

    integer$t

    ?

    string$limit

    ?

    string$order

    ?

    array$params

    ?

    object$parent

    ?

    - - - -
    -
    - -
    - -
    -
    - -
    -

    showYears()

    - -
    showYears(array  $result, object  $xmap, integer  $t, string  $limit, string  $order, array  $params, integer  $field, integer  $record, object  $parent) : void
    -

    Show Years

    - - -

    Parameters

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    array$result

    ?

    object$xmap

    ?

    integer$t

    ?

    string$limit

    ?

    string$order

    ?

    array$params

    ?

    integer$field

    ?

    integer$record

    ?

    object$parent

    ?

    - - - -
    -
    - -
    - -
    -
    - - - - -
    - - - diff --git a/docs/classes/biblestudyControllerlocationsedit.html b/docs/classes/biblestudyControllerlocationsedit.html deleted file mode 100644 index 21ee52411a..0000000000 --- a/docs/classes/biblestudyControllerlocationsedit.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - -Proclaim API » \biblestudyControllerlocationsedit - - - - - - - - - - -
    - -
    - -
    - -
    -

    - Methods

    -
    -

    constructor (registers additional tasks to methods)

    -
    __construct() : void
    -
    -
    -
    -
    -

    apply a record

    -
    apply() : void
    -
    -
    -
    -
    -

    cancel editing a record

    -
    cancel() : void
    -
    -
    -
    -
    -

    display the edit form

    -
    edit() : void
    -
    -
    -
    -
    -

    publish() -

    -
    publish() 
    -
    -
    -
    -
    -

    remove record(s)

    -
    remove() : void
    -
    -
    -
    -
    -

    save a record (and redirect to main page)

    -
    save() : void
    -
    -
    -
    -
    -

    unpublish() -

    -
    unpublish() 
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/biblestudyModelserverslist.html b/docs/classes/biblestudyModelserverslist.html deleted file mode 100644 index 78d72953dc..0000000000 --- a/docs/classes/biblestudyModelserverslist.html +++ /dev/null @@ -1,245 +0,0 @@ - - - - - -Proclaim API » \BiblestudyModelServerslist - - - - - - - - - - -
    - -
    - -
    - -
    -

    Servers model class

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim.Admin
    since7.0.0
    inherited_from\BiblestudyModelServers
    -

    - Methods

    -
    -

    Method to get the reverse lookup of the server_id to server_name

    -
    getIdToNameReverseLookup() : array
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    array
    -
    -
    -
    -

    Get a list of available endpoints

    -
    getServerOptions() : array | boolean
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -arraybooleanArray of available endpoints options grouped by type or false if there aren't any
    -
    -
    -
    -

    Method to get the reverse lookup of the Endpoint type to Endpoint name

    -
    getTypeReverseLookup() : array
    -
    Inherited
    -
    -
    - - - -
    since9.0.0
    -

    Returns

    -
    -arrayArray of reverse lookup
    -
    -
    -
    -

    Method to get a JDatabaseQuery object for retrieving the data set from a database.

    -
    getListQuery() : \JDatabaseQuery
    -
    Inherited
    -
    -
    - - - -
    since7.0.0
    -

    Returns

    -
    -\JDatabaseQueryA JDatabaseQuery object to retrieve the data set.
    -
    -
    -
    -

    Method to auto-populate the model state.

    -
    populateState(string $ordering = null, string $direction = null) : void
    -
    Inherited
    -
    -

    This method should only be called once per instantiation and is designed -to be called on the first call to the getState() method unless the model -configuration flag to ignore the request is set.

    -

    Note. Calling getState in this method will result in recursion.

    - - - -
    since7.0.0
    -

    Parameters

    -
    -

    $ordering

    -string

    An optional ordering field.

    -
    -

    $direction

    -string

    An optional direction (asc|desc).

    -
    -
    -

    - Properties

    - 
    -

    A reverse lookup of the Endpoint id to Endpoint name

    -
    $rlu_id : array
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    - 
    -

    A reverse lookup of the Endpoint type to Endpoint name

    -
    $rlu_type : array
    -
    -

    Default

    -
    array()
    -
    -
    -
    -
    - - - -
    since9.0.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/biblestudyViewbookslist.html b/docs/classes/biblestudyViewbookslist.html deleted file mode 100644 index 9007cf53b7..0000000000 --- a/docs/classes/biblestudyViewbookslist.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - Proclaim API » \biblestudyViewbookslist - - - - - - - - - - - - - - - - -
    - -
    -
    - - -
    - - -
    - -
    -
    - - -
    -
    -

    -  Methods

    - - -
    -

    display() -

    -
    display($tpl) 
    -
    -
    -
    -
    -

    Parameters

    - -

    $tpl

    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    - - diff --git a/docs/classes/com_jbsmigrationInstallerScript.html b/docs/classes/com_jbsmigrationInstallerScript.html deleted file mode 100644 index 9562779d0f..0000000000 --- a/docs/classes/com_jbsmigrationInstallerScript.html +++ /dev/null @@ -1,234 +0,0 @@ - - - - - -Proclaim API » \com_jbsmigrationInstallerScript - - - - - - - - - - -
    - -
    - -
    - -
    -

    JBSMigration class

    -
    -
    - - - - - - - - - - - - - -
    packageBibleStudy
    subpackageJBSMigration
    since
    -

    - Methods

    -
    -

    $parent is the class calling this method.

    -
    install(string $parent) : boolean
    -
    -
    -
    install runs after the database scripts are executed. -If the extension is new, the install method is run. -If install returns false, Joomla will abort the install and undo everything already done.
    -

    Parameters

    -
    -

    $parent

    -string -
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    $parent is the class calling this method.

    -
    postflight(string $type, string $parent) : boolean
    -
    -
    -
    $type is the type of change (install, update or discover_install, not uninstall). -postflight is run after the extension is registered in the database.
    -

    Parameters

    -
    -

    $type

    -string -
    -
    -

    $parent

    -string -
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    $parent is the class calling this method.

    -
    preflight(string $type, string $parent) : boolean
    -
    -
    -
    $type is the type of change (install, update or discover_install, not uninstall). -preflight runs before anything else and while the extracted files are in the uploaded temp folder. -If preflight returns false, Joomla will abort the update and undo everything already done.
    -

    Parameters

    -
    -

    $type

    -string -
    -
    -

    $parent

    -string -
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    $parent is the class calling this method -uninstall runs before any other action is taken (file removal or database processing).

    -
    uninstall(string $type, string $parent) : boolean
    -
    -
    -
    -

    Parameters

    -
    -

    $type

    -string -
    -
    -

    $parent

    -string -
    -

    Returns

    -
    boolean
    -
    -
    -
    -

    $parent is the class calling this method.

    -
    update(string $parent) : boolean
    -
    -
    -
    update runs after the database scripts are executed. -If the extension exists, then the update method is run. -If this returns false, Joomla will abort the update and undo everything already done.
    -

    Parameters

    -
    -

    $parent

    -string -
    -

    Returns

    -
    boolean
    -
    -
    -

    - Properties

    - 
    -

    Find mimimum required joomla version for this extension. It will be read from the version attribute (install tag) in the manifest file

    -
    $minimum_joomla_release : string
    -
    -
    -
    - 
    -

    The release value to be displayed and check against throughout this file.

    -
    $release : string
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/jbsMedia.html b/docs/classes/jbsMedia.html deleted file mode 100644 index 3acd150755..0000000000 --- a/docs/classes/jbsMedia.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - -Proclaim API » \jbsMedia - - - - - - - - - - -
    - -
    - -
    - -
    -

    Joomla! Bible Study Media class.

    -
    -
    - - - - - - - - - - - - - -
    packageBibleStudy.Site
    since7.0.0
    todothis mey not be needed if elements has this all. If not we need to refactor it. tom
    -

    - Methods

    -
    -

    Return AVMedia Code.

    -
    getAVmediacode(string $mediacode, object $media) : string
    -
    -
    -
    -

    Parameters

    -
    -

    $mediacode

    -string

    Media stirng

    -
    -

    $media

    -object

    Media info

    -

    Returns

    -
    string
    -
    -
    -
    -

    Return Articles.

    -
    getArticle(object $media, object $image) : string
    -
    -
    -
    -

    Parameters

    -
    -

    $media

    -object

    Media

    -
    -

    $image

    -object

    Image

    -

    Returns

    -
    string
    -
    -
    -
    -

    Return Docman Media

    -
    getDocman(object $media, object $image) : string
    -
    -
    -
    -

    Parameters

    -
    -

    $media

    -object

    Media

    -
    -

    $image

    -object

    Image

    -

    Returns

    -
    -stringFIXME ASAP getDuration is not working.
    -
    -
    -
    -

    Get Media info Row1

    -
    getMediaRows(int $id) : object | boolean
    -
    -
    -
    -

    Parameters

    -
    -

    $id

    -int

    ID of media Row

    -

    Returns

    -
    -objectboolean -
    -
    -
    -
    -

    Get Media info Row2

    -
    getMediaRows2(int $id) : object | boolean
    -
    -
    -
    -

    Parameters

    -
    -

    $id

    -int

    ID of Row

    -

    Returns

    -
    -objectboolean -
    -
    -
    -
    -

    Return Media Table

    -
    getMediaTable(object $row, object $params, object $admin_params) : null | string
    -
    -
    -
    -

    Parameters

    -
    -

    $row

    -object

    Table info

    -
    -

    $params

    -object

    Item Params

    -
    -

    $admin_params

    -object

    Admin Params

    -

    Returns

    -
    -nullstring -
    -
    -
    -
    -

    Get Media ID

    -
    getMediaid(int $id) : object
    -
    -
    -
    -

    Parameters

    -
    -

    $id

    -int

    ID of media

    -

    Returns

    -
    object
    -
    -
    -
    -

    Set up Player Attributes

    -
    getPlayerAttributes(object $admin_params, object $params, object $itemparams, object $media) : object
    -
    -
    -
    -

    Parameters

    -
    -

    $admin_params

    -object

    Admin params

    -
    -

    $params

    -object

    System params

    -
    -

    $itemparams

    -object

    Itam Params //@todo Thinking this could be munged into the $params

    -
    -
    -

    $media

    -object

    Media info

    -

    Returns

    -
    object
    -
    -
    -
    -

    Setup Player Code.

    -
    getPlayerCode(object $params, object $itemparams, object $player, object $image, object $media) : string
    -
    -
    -
    -

    Parameters

    -
    -

    $params

    -object

    System Params

    -
    -

    $itemparams

    -object

    Item Params //@todo need to merge with $params

    -
    -
    -

    $player

    -object

    Player code

    -
    -

    $image

    -object

    Image info

    -
    -

    $media

    -object

    Media

    -

    Returns

    -
    string
    -
    -
    -
    -

    Set up Virtumart if Vertumart is installed.

    -
    getVirtuemart(object $media, object $params, object $image) : string
    -
    -
    -
    -

    Parameters

    -
    -

    $media

    -object

    Media

    -
    -

    $params

    -object

    Item Params

    -
    -

    $image

    -object

    Image

    -

    Returns

    -
    string
    -
    -
    -
    -

    Update Hit count for playes.

    -
    hitPlay(int $id) : boolean
    -
    -
    -
    -

    Parameters

    -
    -

    $id

    -int

    ID to apply the hit to.

    -

    Returns

    -
    boolean
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/jbsmigrationController.html b/docs/classes/jbsmigrationController.html deleted file mode 100644 index 4d103711b0..0000000000 --- a/docs/classes/jbsmigrationController.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - -Proclaim API » \jbsmigrationController - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    JBS Export Migration Controller

    -
    -
    - - - - - - - - - - - - - -
    packageBibleStudy
    subpackageJBSMigration.Admin
    since
    -

    - Methods

    -
    -

    Method to display the view

    -
    display() : void
    -
    -
    -
    - - - -
    accesspublic
    -
    -
    -
    -

    Perform DB Query

    -
    performdb(string $query) : string | boolean
    -
    -
    -
    -

    Parameters

    -
    -

    $query

    -string

    ?

    -
    -

    Returns

    -
    -stringboolean -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/jbsmigrationViewjbsmigration.html b/docs/classes/jbsmigrationViewjbsmigration.html deleted file mode 100644 index 2d5e76c236..0000000000 --- a/docs/classes/jbsmigrationViewjbsmigration.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - -Proclaim API » \jbsmigrationViewjbsmigration - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    View class for JBSMigration

    -
    -
    - - - - - - - - - - - - - -
    packageBibleStudy
    subpackageJBSMigration
    since
    -

    - Methods

    -
    -

    Add the Toolbar to the view

    -
    addToolbar() : void
    -
    -
    -
    -
    -

    Set Display for the view

    -
    display(string $tpl) : void
    -
    -
    -
    -

    Parameters

    -
    -

    $tpl

    -string

    ?

    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/plgFinderBiblestudy.html b/docs/classes/plgFinderBiblestudy.html deleted file mode 100644 index c5172bdb1b..0000000000 --- a/docs/classes/plgFinderBiblestudy.html +++ /dev/null @@ -1,473 +0,0 @@ - - - - - -Proclaim API » \PlgFinderBiblestudy - - - - - - - - - - -
    - -
    - -
    - -
    -

    Finder adapter for Biblestudy.

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim
    subpackageFinder.BibleStudy
    since7.1.0
    -

    - Methods

    -
    -

    Method to remove the link information for items that have been deleted.

    -
    onFinderAfterDelete(string $context, \JTable $table) : boolean
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $context

    -string

    The context of the action being performed.

    -
    -

    $table

    -\JTable

    A JTable object containing the record to be deleted

    -

    Exceptions

    - - - -
    \Exceptionon database error.
    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to determine if the access level of an item changed.

    -
    onFinderAfterSave(string $context, \JTable $row, boolean $isNew) : boolean
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $context

    -string

    The context of the content passed to the plugin.

    -
    -

    $row

    -\JTable

    A JTable object

    -
    -

    $isNew

    -boolean

    If the content has just been created

    -

    Exceptions

    - - - -
    \Exceptionon database error.
    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to reindex the link information for an item that has been saved.

    -
    onFinderBeforeSave(string $context, \JTable $row, boolean $isNew) : boolean
    -
    -
    -

    This event is fired before the data is actually saved so we are going -to queue the item to be indexed later.

    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $context

    -string

    The context of the content passed to the plugin.

    -
    -

    $row

    -\JTable

    A JTable object

    -
    -

    $isNew

    -boolean

    If the content is just about to be created

    -

    Exceptions

    - - - -
    \Exceptionon database error.
    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -
    -

    Method to update the item link information when the item category is -changed. This is fired when the item category is published or unpublished -from the list view.

    -
    onFinderCategoryChangeState(string $extension, array $pks, integer $value) : void
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $extension

    -string

    The extension whose category has been updated.

    -
    -

    $pks

    -array

    A list of primary key ids of the content that has changed state.

    -
    -

    $value

    -integer

    The value of the state that the content has been changed to.

    -
    -
    -
    -

    Method to update the link information for items that have been changed -from outside the edit screen. This is fired when the item is published, -unpublished, archived, or unarchived from the list view.

    -
    onFinderChangeState(string $context, array $pks, integer $value) : void
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $context

    -string

    The context for the content passed to the plugin.

    -
    -

    $pks

    -array

    A list of primary key ids of the content that has changed state.

    -
    -

    $value

    -integer

    The value of the state that the content has been changed to.

    -
    -
    -
    -

    Method to get the SQL query used to retrieve the list of content items.

    -
    getListQuery(mixed $sql = null) : \JDatabaseQuery
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $sql

    -mixed

    A JDatabaseQuery object or null.

    -

    Returns

    -
    -\JDatabaseQueryA database object.
    -
    -
    -
    -

    Method to get a SQL query to load the published and access states for -an biblestudy.

    -
    getStateQuery() : \JDatabaseQuery
    -
    -
    -
    - - - -
    since2.5
    -

    Returns

    -
    -\JDatabaseQueryA database object.
    -
    -
    -
    -

    Method to index an item. The item must be a FinderIndexerResult object.

    -
    index(\FinderIndexerResult $item, string $format = 'html') : void
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $item

    -\FinderIndexerResult

    The item to index as an FinderIndexerResult object.

    -
    -

    $format

    -string

    The item format

    -

    Exceptions

    - - - -
    \Exceptionon database error.
    -
    -
    -
    -

    Method to setup the indexer to be run.

    -
    setup() : boolean
    -
    -
    -
    - - - -
    since7.1.0
    -

    Returns

    -
    -booleanTrue on success.
    -
    -
    -

    - Properties

    - 
    -

    Load the language file on instantiation.

    -
    $autoloadLanguage : boolean
    -
    -

    Default

    -
    true
    -
    -
    -
    -
    - - - -
    since3.1
    -
    -
    - 
    -

    The plugin identifier.

    -
    $context : string
    -
    -

    Default

    -
    'Biblestudy'
    -
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    - 
    -

    The extension name.

    -
    $extension : string
    -
    -

    Default

    -
    'com_biblestudy'
    -
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    - 
    -

    The sublayout to use when rendering the results.

    -
    $layout : string
    -
    -

    Default

    -
    'sermon'
    -
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    - 
    -

    The state field

    -
    $state_field : string
    -
    -

    Default

    -
    'published'
    -
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    - 
    -

    The table name.

    -
    $table : string
    -
    -

    Default

    -
    '#__bsms_studies'
    -
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    - 
    -

    The type of content that the adapter indexes.

    -
    $type_title : string
    -
    -

    Default

    -
    'Studies'
    -
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/classes/plgSystemjbsbackupInstallerScript.html b/docs/classes/plgSystemjbsbackupInstallerScript.html deleted file mode 100644 index a13daabf5a..0000000000 --- a/docs/classes/plgSystemjbsbackupInstallerScript.html +++ /dev/null @@ -1,213 +0,0 @@ - - - - - -Proclaim API » \PlgSystemJBSBackupInstallerScript - - - - - - - - - - -
    - -
    - -
    - -
    -

    Script file of JBSBackup component

    -
    -
    - - - - - - - - - - - - - -
    packageProclaim
    subpackagePlugin.JBSBackup
    since7.1.0
    -

    - Methods

    -
    -

    Update the DB

    -
    dbupdate() : void
    -
    -
    -
    - - - -
    since7.1.0
    -
    -
    -
    -

    method to install the component

    -
    install(string $parent) : void
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $parent

    -string

    is the class calling this method

    -
    -
    -
    -

    method to run after an install/update/uninstall method

    -
    postflight(string $type, string $parent) : void
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $type

    -string

    is the type of change (install, update or discover_install)

    -
    -

    $parent

    -string

    is the class calling this method

    -
    -
    -
    -

    method to run before an install/update/uninstall method

    -
    preflight(string $type, string $parent) : void
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $type

    -string

    is the type of change (install, update or discover_install)

    -
    -

    $parent

    -string

    is the class calling this method

    -
    -
    -
    -

    method to uninstall the component

    -
    uninstall(string $parent) : void
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $parent

    -string

    is the class calling this method

    -
    -
    -
    -

    method to update the component

    -
    update(string $parent) : void
    -
    -
    -
    - - - -
    since7.1.0
    -

    Parameters

    -
    -

    $parent

    -string

    is the class calling this method

    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/deprecated.html b/docs/deprecated.html deleted file mode 100644 index 2c926ae2f9..0000000000 --- a/docs/deprecated.html +++ /dev/null @@ -1,274 +0,0 @@ - - - - - -Proclaim API - - - - - - - - - - -
    - -
    - -
    - -
    -

    -com_biblestudy/admin/helpers/helper.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    deprecated757.1.8
    -

    -com_biblestudy/admin/models/fields/modal/study.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    deprecated21since version 7.1.0
    -

    -com_biblestudy/site/lib/listing.php2 -

    -
    - - - - - - - - - - - - - - - -
    TypeLineDescription
    deprecated26138.1.3
    deprecated27359.0.0
    -

    -com_biblestudy/site/helpers/teacher.php2 -

    -
    - - - - - - - - - - - - - - - -
    TypeLineDescription
    deprecated26138.1.3
    deprecated27359.0.0
    -

    -com_biblestudy/admin/lib/stats.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    deprecated205Not used as of 8.0.0
    -

    -com_biblestudy/site/controllers/sermons.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    deprecated91since version 7.0.4
    -

    -com_biblestudy/admin/lib/debug.php9 -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    deprecated1039.0.0 JBSM
    deprecated1189.0.0 JBSM
    deprecated1339.0.0 JBSM
    deprecated1489.0.0 JBSM
    deprecated2259.0.0 JBSM
    deprecated2459.0.0 JBSM
    deprecated269.0.0 JBSM
    deprecated429.0.0 JBSM
    deprecated659.0.0 JBSM
    -

    -com_biblestudy/admin/controllers/template.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    deprecated898.0.0 Not used in scope bcc
    -

    -com_biblestudy/site/helpers/serieslist.php2 -

    -
    - - - - - - - - - - - - - - - -
    TypeLineDescription
    deprecated26138.1.3
    deprecated27359.0.0
    -
    -
    -
    -
    -
    - - diff --git a/docs/errors.html b/docs/errors.html deleted file mode 100644 index 67cc8df286..0000000000 --- a/docs/errors.html +++ /dev/null @@ -1,2260 +0,0 @@ - - - - - -Proclaim API - - - - - - - - - - -
    - -
    -
    -
    - -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/site/views/landingpage/view.html.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error46No summary for property $main
    -
    -
    -
    -
    -

    -com_biblestudy/admin/models/fields/server.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error23No summary for property $type
    -
    -
    -
    -

    -com_biblestudy/site/views/messagelist/view.html.php3 -

    -
    - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error63No summary for property $filterForm
    error65No summary for property $activeFilters
    error99No summary for property $admin
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/site/views/mediafilelist/view.html.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error62No summary for property $params
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/media/plupload/dump.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error0No summary was found for this file
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/views/mediafile/view.html.php8 -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error25No summary for property $canDo
    error29No summary for property $admin_params
    error33No summary for property $form
    error37No summary for property $media_form
    error41No summary for property $item
    error45No summary for property $state
    error49No summary for property $admin
    error53No summary for property $options
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/addons/servers/legacy/fields/plupload.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error24No summary for property $type
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/helpers/html/fancybox.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error0No summary was found for this file
    -
    -
    -

    -com_biblestudy/admin/lib/ssconvert.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error20No summary for property $serverid
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/site/lib/listing.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error32No summary for property $params
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/models/fields/upload.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error24No summary for property $type
    -
    -
    -
    -
    -

    -com_biblestudy/admin/tables/mediafile.php12 -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error79No summary for property $hits
    error97No summary for property $downloads
    error99No summary for property $plays
    error109No summary for property $asset_id
    error111No summary for property $access
    error113No summary for property $language
    error115No summary for property $created_by
    error117No summary for property $created_by_alias
    error119No summary for property $modified
    error121No summary for property $modified_by
    error123No summary for property $checked_out
    error125No summary for property $checked_out_time
    -
    -
    -
    -

    -com_biblestudy/admin/addons/servers/legacy/legacy.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error21No summary for property $config
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/addons/servers/local/fields/plupload.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error24No summary for property $type
    -
    -
    -

    -com_biblestudy/site/helpers/media.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error25No summary for property $fsize
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/addons/servers/server.php2 -

    -
    - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error36No summary for property $instances
    error38No summary for property $file
    -
    -
    -
    -

    -com_biblestudy/admin/tables/serie.php6 -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error39No summary for property $alias
    error77No summary for property $asset_id
    error79No summary for property $ordering
    error81No summary for property $access
    error83No summary for property $language
    error85No summary for property $landing_show
    -
    -
    -
    -

    -com_biblestudy/admin/addons/addon.php3 -

    -
    - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error28No summary for property $name
    error30No summary for property $description
    error32No summary for property $config
    -
    -
    -

    -com_biblestudy/site/lib/podcast.php2 -

    -
    - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error34No summary for property $templateid
    error36No summary for property $template
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/views/assets/view.html.php3 -

    -
    - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error36No summary for property $version
    error38No summary for property $step
    error40No summary for property $assets
    -
    -
    -
    -
    -

    -com_biblestudy/site/helpers/teacher.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error21No summary for property $contact
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/site/models/sermons.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error27No summary for property $input
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/helpers/html/jwplayer.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error0No summary was found for this file
    -
    -
    -
    -

    -com_biblestudy/admin/addons/servers/youtube/youtube.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error21No summary for property $config
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -mod_biblestudy/script.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error0No summary was found for this file
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/views/upload/view.html.php3 -

    -
    - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error24No summary for property $enableLog
    error26No summary for property $runtime
    error28No summary for property $currentDir
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/models/serie.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error27No summary for property $teacher
    -
    -
    -
    -

    -com_biblestudy/admin/views/archive/view.html.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error21No summary for property $form
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/helpers/dbhelper.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error29No summary for property $install_state
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/site/views/podcastlist/view.html.php4 -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error23No summary for property $state
    error25No summary for property $items
    error27No summary for property $template
    error30No summary for property $params
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/lib/assets.php3 -

    -
    - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error20No summary for property $parent_id
    error22No summary for property $query
    error24No summary for property $count
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/models/server.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error31No summary for property $event_after_upload
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/install/updates/9.0.0.php6 -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error0No summary was found for this file
    error21No summary for property $steps
    error25No summary for property $query
    error28No summary for property $media
    error31No summary for property $servers
    error34No summary for property $count
    -
    -
    -
    -

    -com_biblestudy/admin/helpers/biblestudyhelper.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error21No summary for property $admin_params
    -
    -
    -
    -
    -

    -com_biblestudy/admin/models/admin.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error33No summary for property $changeSet
    -
    -
    -
    -
    -

    -com_biblestudy/admin/controllers/install.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error21No summary for property $modelName
    -
    -
    -

    -com_biblestudy/site/views/sermons/view.html.php25 -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error25No summary for property $document
    error30No summary for property $items
    error35No summary for property $pagination
    error40No summary for property $state
    error45No summary for property $pagelinks
    error50No summary for property $limitbox
    error55No summary for property $admin
    error60No summary for property $params
    error65No summary for property $study
    error70No summary for property $subscribe
    error75No summary for property $series
    error80No summary for property $teachers
    error85No summary for property $messageTypes
    error90No summary for property $years
    error95No summary for property $locations
    error100No summary for property $topics
    error105No summary for property $orders
    error110No summary for property $books
    error115No summary for property $template
    error120No summary for property $order
    error125No summary for property $topic
    error130No summary for property $main
    error135No summary for property $page
    error140No summary for property $request_url
    error145No summary for property $limitstart
    -
    -
    -

    -com_biblestudy/site/views/mediafileform/view.html.php2 -

    -
    - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error34No summary for property $pageclass_sfx
    error74No summary for property $options
    -
    -
    -
    -

    -com_biblestudy/admin/addons/servers/local/fields/jbsmmedia.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error0No summary was found for this file
    -
    -
    -
    -

    -com_biblestudy/admin/models/install.php4 -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error100No summary for property $subSteps
    error110No summary for property $subFiles
    error130No summary for property $type
    error135No summary for property $query
    -
    -
    -

    -com_biblestudy/admin/tables/studytopics.php2 -

    -
    - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error48No summary for property $asset_id
    error50No summary for property $access
    -
    -
    -

    -com_biblestudy/admin/install/updates/9.0.1.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error0No summary was found for this file
    -
    -
    -

    -com_biblestudy/admin/tables/topic.php3 -

    -
    - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error59No summary for property $asset_id
    error61No summary for property $language
    error63No summary for property $access
    -
    -
    -
    -
    -
    -

    -com_biblestudy/site/views/podcastdisplay/view.html.php6 -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error23No summary for property $state
    error25No summary for property $item
    error27No summary for property $template
    error29No summary for property $media
    error32No summary for property $params
    error34No summary for property $studies
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/tables/server.php3 -

    -
    - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error59No summary for property $access
    error70No summary for property $params
    error72No summary for property $media
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/lib/debug.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error0No summary was found for this file
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/controllers/assets.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error21No summary for property $modelName
    -
    -
    -
    -
    -

    -com_biblestudy/admin/views/comments/view.html.php2 -

    -
    - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error66No summary for property $filterForm
    error68No summary for property $activeFilters
    -
    -
    -
    -

    -com_biblestudy/admin/helpers/html/bsmedia.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error0No summary was found for this file
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/models/cpanel.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error0No summary was found for this file
    -
    -
    -
    -
    -
    -

    -com_biblestudy/site/views/serverslist/view.html.php3 -

    -
    - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error21No summary for property $activeFilters
    error23No summary for property $filterForm
    error25No summary for property $types
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/tables/message.php15 -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error158No summary for property $prod_dvd
    error160No summary for property $prod_cd
    error162No summary for property $server_cd
    error164No summary for property $server_dvd
    error166No summary for property $image_cd
    error168No summary for property $image_dvd
    error170No summary for property $studytext2
    error343No summary for property $checked_out
    error345No summary for property $checked_out_time
    error366No summary for property $modified
    error368No summary for property $modified_by
    error370No summary for property $asset_id
    error372No summary for property $access
    error383No summary for property $language
    error385No summary for property $download_id
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/views/dir/view.html.php5 -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error21No summary for property $folders
    error23No summary for property $breadcrumbs
    error25No summary for property $files
    error27No summary for property $imgURL
    error29No summary for property $currentFolder
    -
    -
    -
    -
    -
    -

    -com_biblestudy/biblestudy.script.php3 -

    -
    - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error0No summary was found for this file
    error57No summary for property $status
    error80No summary for property $extensions
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/addons/servers/local/local.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error21No summary for property $config
    -
    -
    -

    -com_biblestudy/admin/views/database/view.html.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error191No summary for property $updateJBSMVersion
    -
    -
    -
    -

    -com_biblestudy/admin/views/install/view.html.php6 -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error39No summary for property $subSteps
    error41No summary for property $subQuery
    error43No summary for property $subFiles
    error45No summary for property $version
    error47No summary for property $query
    error91No summary for property $type
    -
    -
    -
    -
    -

    -plg_biblestudy_backup/jbsbackup.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error0No summary was found for this file
    -
    -
    -

    -com_biblestudy/admin/views/cpanel/view.html.php2 -

    -
    - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error53No summary for property $hasPostInstallationMessages
    error55No summary for property $extension_id
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/tables/comment.php3 -

    -
    - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error85No summary for property $asset_id
    error87No summary for property $access
    error89No summary for property $language
    -
    -
    -
    -

    -plg_biblestudy_podcast/jbspodcast.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    error0No summary was found for this file
    -
    -
    -
    -

    -com_biblestudy/admin/tables/messagetype.php5 -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error41No summary for property $alias
    error52No summary for property $asset_id
    error54No summary for property $access
    error56No summary for property $ordering
    error58No summary for property $landing_show
    -
    -
    -
    -
    -

    -com_biblestudy/admin/helpers/uploadscript.php15 -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error21No summary for property $mediaRoot
    error23No summary for property $runtime
    error25No summary for property $runtimeScript
    error27No summary for property $maxFileSize
    error29No summary for property $chunkSize
    error31No summary for property $chunkUnit
    error33No summary for property $rename
    error35No summary for property $uniqueNames
    error37No summary for property $imageFilter
    error39No summary for property $otherFilesFilter
    error41No summary for property $resize
    error43No summary for property $resizeWidth
    error45No summary for property $resizeHeight
    error47No summary for property $resizeQuality
    error49No summary for property $SCRIPT
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    -com_biblestudy/admin/models/assets.php3 -

    -
    - - - - - - - - - - - - - - - - - - - - - - -
    TypeLineDescription
    error29No summary for property $parent_id
    error39No summary for property $step
    error41No summary for property $assets
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/graph_class.html b/docs/graph_class.html deleted file mode 100644 index 601aa64969..0000000000 --- a/docs/graph_class.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - -Proclaim API - - - - - - - - - - -
    - -
    -
    -
    - - diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index dda641b498..0000000000 --- a/docs/index.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - -Proclaim API - - - - - - - - - - -
    - -
    -

    Proclaim API

    -

    Documentation

    -
    - -
    -
    - - diff --git a/docs/markers.html b/docs/markers.html deleted file mode 100644 index 4c63d4d1be..0000000000 --- a/docs/markers.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - - -Proclaim API - - - - - - - - - - -
    - -
    - -
    - -
    -
    -

    -com_biblestudy/site/models/podcastdisplay.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    todo97look are removing this may not used. bcc
    -
    -
    -

    -com_biblestudy/site/models/seriesdisplay.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    todo97look are removing this may not used. bcc
    -
    -
    -

    -com_biblestudy/site/helpers/teacher.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    todo120need to redo to bootstrap
    -
    -
    -

    -com_biblestudy/site/models/sermons.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    todo361Need to see if we can use this out of a helper to reduce code.
    -
    -
    -

    -com_biblestudy/site/views/sermon/view.html.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    todo24Still need to fix all the problems.
    -
    -
    -

    -com_biblestudy/admin/models/admin.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    todo118not sure if this should be here.
    -
    -
    -

    -com_biblestudy/admin/tables/topic.php2 -

    -
    - - - - - - - - - - - - - - - -
    TypeLineDescription
    todo91Consider deprecating this override
    todo181this look like it is not used. (Neither Tom nor Brent wrote this one)
    -
    -
    -

    -com_biblestudy/site/models/sermon.php2 -

    -
    - - - - - - - - - - - - - - - -
    TypeLineDescription
    todo43this look like it could be moved to a helper.
    todo65this look like it is not needed. bcc
    -
    -
    -

    -com_biblestudy/admin/install/updates/7.1.0.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    todo22need to update JError as it has been deprecated, but is still used in Joomla 3.3
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/namespaces/global.html b/docs/namespaces/global.html deleted file mode 100644 index 9261779364..0000000000 --- a/docs/namespaces/global.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - -Proclaim API » global - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.Admin.HTML.html b/docs/packages/BibleStudy.Admin.HTML.html deleted file mode 100644 index 70c8b737c2..0000000000 --- a/docs/packages/BibleStudy.Admin.HTML.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - -Proclaim API » Proclaim.Admin\HTML - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    - Classes, interfaces, and traits

    -
    -

    JHtmlJwplayer -

    -

    Utility class for JWplayer behaviors

    -
    -« More » -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.Admin.html b/docs/packages/BibleStudy.Admin.html deleted file mode 100644 index 6e5ba67509..0000000000 --- a/docs/packages/BibleStudy.Admin.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - -Proclaim API » BibleStudy.Admin - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.Finder.BibleStudy.html b/docs/packages/BibleStudy.Finder.BibleStudy.html deleted file mode 100644 index 4115bc56a2..0000000000 --- a/docs/packages/BibleStudy.Finder.BibleStudy.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - -Proclaim API » BibleStudy\Finder.BibleStudy - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    - Classes, interfaces, and traits

    -
    -

    PlgFinderBiblestudy -

    -

    Finder adapter for Biblestudy.

    -
    -« More » -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.Finder.html b/docs/packages/BibleStudy.Finder.html deleted file mode 100644 index 2126033b18..0000000000 --- a/docs/packages/BibleStudy.Finder.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - -Proclaim API » BibleStudy\Finder - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    - -
    -

    - Classes and interfaces

    -
    -

    plgFinderBiblestudy -

    -

    Finder adapter for Biblestudy.

    -
    -« More » -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.JBSMigration.Admin.html b/docs/packages/BibleStudy.JBSMigration.Admin.html deleted file mode 100644 index 9edc0a4426..0000000000 --- a/docs/packages/BibleStudy.JBSMigration.Admin.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - -Proclaim API » BibleStudy\JBSMigration.Admin - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    - Classes and interfaces

    -
    -

    JBSExport -

    -

    Export Class

    -
    -« More » -
    -
    -

    jbsmigrationController -

    -

    JBS Export Migration Controller

    -
    -« More » -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.JBSMigration.Site.html b/docs/packages/BibleStudy.JBSMigration.Site.html deleted file mode 100644 index fc917dd89c..0000000000 --- a/docs/packages/BibleStudy.JBSMigration.Site.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - -Proclaim API » BibleStudy\JBSMigration\Site - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.JBSMigration.html b/docs/packages/BibleStudy.JBSMigration.html deleted file mode 100644 index 531bfb8046..0000000000 --- a/docs/packages/BibleStudy.JBSMigration.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - -Proclaim API » BibleStudy\JBSMigration - - - - - - - - - - -
    - -
    - -
    - -
    -

    - Classes and interfaces

    -
    -

    com_jbsmigrationInstallerScript -

    -

    JBSMigration class

    -
    -« More » -
    -
    -

    jbsmigrationViewjbsmigration -

    -

    View class for JBSMigration

    -
    -« More » -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.Model.BibleStudy.html b/docs/packages/BibleStudy.Model.BibleStudy.html deleted file mode 100644 index e4f2fb2383..0000000000 --- a/docs/packages/BibleStudy.Model.BibleStudy.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - -Proclaim API » BibleStudy\Model.BibleStudy - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    - Classes, interfaces, and traits

    -
    -

    ModJBSMHelper -

    -

    BibleStudy mod helper

    -
    -« More » -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.Model.Podcast.html b/docs/packages/BibleStudy.Model.Podcast.html deleted file mode 100644 index 919bc3d42b..0000000000 --- a/docs/packages/BibleStudy.Model.Podcast.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - -Proclaim API » BibleStudy\Model.Podcast - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.Model.html b/docs/packages/BibleStudy.Model.html deleted file mode 100644 index bdbca6081c..0000000000 --- a/docs/packages/BibleStudy.Model.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - -Proclaim API » BibleStudy\Model - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    - -
    -

    - Classes and interfaces

    -
    -

    ModJBSMHelper -

    -

    BibleStudy mod helper

    -
    -« More » -
    -
    - -
    -

    - Classes and interfaces

    -
    -

    ModBibleStudyPodcast -

    -

    A module to display the podcast subscription table

    -
    -« More » -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.Module.html b/docs/packages/BibleStudy.Module.html deleted file mode 100644 index 5cd6f0ea20..0000000000 --- a/docs/packages/BibleStudy.Module.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - -Proclaim API » BibleStudy.Module - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.Plugin.JBSBackup.html b/docs/packages/BibleStudy.Plugin.JBSBackup.html deleted file mode 100644 index 22c0cc0767..0000000000 --- a/docs/packages/BibleStudy.Plugin.JBSBackup.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - -Proclaim API » BibleStudy\Plugin.JBSBackup - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    - Classes, interfaces, and traits

    -
    -

    PlgSystemJBSBackup -

    -

    JBSBackup jPlugin class

    -
    -« More » -
    -
    -

    PlgSystemJBSBackupInstallerScript -

    -

    Script file of JBSBackup component

    -
    -« More » -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.Plugin.JBSPodcast.html b/docs/packages/BibleStudy.Plugin.JBSPodcast.html deleted file mode 100644 index cebe6640f0..0000000000 --- a/docs/packages/BibleStudy.Plugin.JBSPodcast.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - -Proclaim API » BibleStudy\Plugin.JBSPodcast - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    - Classes, interfaces, and traits

    -
    -

    PlgSystemJBSPodcast -

    -

    JBSPodcast jPlugin class

    -
    -« More » -
    -
    -

    PlgSystemJBSPodcastInstallerScript -

    -

    Script file of JBSPodcast component

    -
    -« More » -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.Plugin.html b/docs/packages/BibleStudy.Plugin.html deleted file mode 100644 index 90edda1797..0000000000 --- a/docs/packages/BibleStudy.Plugin.html +++ /dev/null @@ -1,435 +0,0 @@ - - - - - -Proclaim API » BibleStudy\Plugin - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    - -
    -

    - Classes and interfaces

    -
    -

    PlgSystemjbsbackup -

    -

    JBSBackup jplugin class

    -
    -« More » -
    -
    -

    plgSystemjbsbackupInstallerScript -

    -

    Script file of JBSBACKUP component

    -
    -« More » -
    -
    - -
    -

    - Classes and interfaces

    -
    -

    PlgSystemJbspodcast -

    -

    Podcast plugin class

    -
    -« More » -
    -
    -

    PlgSystemjbspodcastInstallerScript -

    -

    Script file of jbspodcast component

    -
    -« More » -
    -
    - -
    -

    - Functions

    -
    -

    Recaptcha AES Encrypt

    -
    _recaptcha_aes_encrypt(string $val, string $ky) : string
    -
    -
    -
    -

    Parameters

    -
    -

    $val

    -string

    ?

    -
    -
    -

    $ky

    -string

    ?

    -
    -

    Returns

    -
    string
    -
    -
    -
    -

    Recaptcha AES Pad

    -
    _recaptcha_aes_pad(string $val) : string
    -
    -
    -
    -

    Parameters

    -
    -

    $val

    -string

    ?

    -
    -

    Returns

    -
    string
    -
    -
    -
    -

    Submits an HTTP POST to a reCAPTCHA server

    -
    _recaptcha_http_post(string $host, string $path, array $data, int $port) : array
    -
    -
    -
    -

    Parameters

    -
    -

    $host

    -string

    Host

    -
    -

    $path

    -string

    Path

    -
    -

    $data

    -array

    Data

    -
    -

    $port

    -int

    Piratical port

    -

    Returns

    -
    -arrayresponse
    -
    -
    -
    -

    gets the parts of the email to expose to the user.

    -
    _recaptcha_mailhide_email_parts(string $email) : string
    -
    -
    -
    -

    eg, given johndoe

    - - - -
    example,com return ["john", "example.com"]. - the email is then displayed as john...@example.com
    -

    Parameters

    -
    -

    $email

    -string

    ?

    -
    -

    Returns

    -
    string
    -
    -
    -

    Examples

    -
    
    -
    -
    -
    -
    -

    Recaptcha MailHide UrlBase64

    -
    _recaptcha_mailhide_urlbase64(string $x) : string
    -
    -
    -
    -

    Parameters

    -
    -

    $x

    -string

    ?

    -
    -

    Returns

    -
    string
    -
    -
    -
    -

    Encodes the given data into a query string format

    -
    _recaptcha_qsencode(array $data) : string
    -
    -
    -
    -

    Parameters

    -
    -

    $data

    -array
      -
    • array of string elements to be encoded
    • -
    -
    -

    Returns

    -
    -string- encoded request
    -
    -
    -
    -

    Calls an HTTP POST function to verify if the user's guess was correct

    -
    recaptcha_check_answer(string $privkey, string $remoteip, string $challenge, string $response, array $extra_params) : \ReCaptchaResponse
    -
    -
    -
    -

    Parameters

    -
    -

    $privkey

    -string

    ?

    -
    -
    -

    $remoteip

    -string

    ?

    -
    -
    -

    $challenge

    -string

    ?

    -
    -
    -

    $response

    -string

    ?

    -
    -
    -

    $extra_params

    -array

    an array of extra variables to post to the server

    -

    Returns

    - -
    -
    -
    -

    Gets the challenge HTML (javascript and non-javascript version).

    -
    recaptcha_get_html(string $pubkey, string $error, boolean $use_ssl) : string
    -
    -
    -

    This is called from the browser, and the resulting reCAPTCHA HTML widget -is embedded within the HTML form it was called from.

    -

    Parameters

    -
    -

    $pubkey

    -string

    A public key for reCAPTCHA

    -
    -

    $error

    -string

    The error given by reCAPTCHA (optional, default is null)

    -
    -
    -

    $use_ssl

    -boolean

    Should the request be made over ssl? (optional, default is false)

    -
    -

    Returns

    -
    -string- The HTML to be embedded in the user's form.
    -
    -
    - -
    -

    Gets html to display an email address given a public an private key.

    -
    recaptcha_mailhide_html(string $pubkey, string $privkey, string $email) : string
    -
    -
    -

    to get a key, go to:

    - -

    http://www.google.com/recaptcha/mailhide/apikey

    -

    Parameters

    -
    -

    $pubkey

    -string

    ?

    -
    -
    -

    $privkey

    -string

    ?

    -
    -
    -

    $email

    -string

    ?

    -
    -

    Returns

    -
    string
    -
    -
    -
    -

    gets the reCAPTCHA Mailhide url for a given email, public key and private key

    -
    recaptcha_mailhide_url(string $pubkey, string $privkey, string $email) : string
    -
    -
    -
    -

    Parameters

    -
    -

    $pubkey

    -string

    ?

    -
    -
    -

    $privkey

    -string

    ?

    -
    -
    -

    $email

    -string

    ?

    -
    -

    Returns

    -
    string
    -
    -
    -

    - Classes and interfaces

    -
    -

    ReCaptchaResponse -

    -

    A ReCaptchaResponse is returned from recaptcha_check_answer()

    -
    -« More » -
    -

    - Constants

    - 
    -

    RECAPTCHA_API_SECURE_SERVER

    -
    RECAPTCHA_API_SECURE_SERVER 
    -
    -
    -
    - 
    -

    RECAPTCHA_API_SERVER

    -
    RECAPTCHA_API_SERVER 
    -
    -
    -
    - 
    -

    RECAPTCHA_VERIFY_SERVER

    -
    RECAPTCHA_VERIFY_SERVER 
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.Plugin.reCAPTCHA.html b/docs/packages/BibleStudy.Plugin.reCAPTCHA.html deleted file mode 100644 index 3997d70939..0000000000 --- a/docs/packages/BibleStudy.Plugin.reCAPTCHA.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - -Proclaim API » BibleStudy\Plugin.reCAPTCHA - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    - Classes and interfaces

    -
    -

    ReCaptchaResponse -

    -

    A ReCaptchaResponse is returned from recaptcha_check_answer()

    -
    -« More » -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.Site.Form.html b/docs/packages/BibleStudy.Site.Form.html deleted file mode 100644 index 804dd5e51e..0000000000 --- a/docs/packages/BibleStudy.Site.Form.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - -Proclaim API » BibleStudy.Site\Form - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    - Classes and interfaces

    -
    -

    JFormFieldFilesize -

    -

    Form Field class for the Joomla Framework.

    -
    -« More » -
    -
    -

    JFormFieldTopics -

    -

    Form Field class for the Joomla Framework.

    -
    -« More » -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.Site.html b/docs/packages/BibleStudy.Site.html deleted file mode 100644 index 50c6e46d63..0000000000 --- a/docs/packages/BibleStudy.Site.html +++ /dev/null @@ -1,502 +0,0 @@ - - - - - -Proclaim API » BibleStudy.Site - - - - - - - - - - -
    - -
    - -
    - -
    -

    - Classes, interfaces, and traits

    -
    -

    BiblestudyController -

    -

    Controller for Core BibleStudy

    -
    -« More » -
    -
    -

    BiblestudyControllerMediafileform -

    -

    Controller class for MediaFile

    -
    -« More » -
    -
    -

    BiblestudyControllerMediafilelist -

    -

    Controller for MediaFiles

    -
    -« More » -
    -
    -

    BiblestudyControllerMessageform -

    -

    Controller class for MessageForm

    -
    -« More » -
    -
    -

    BiblestudyControllerMessagelist -

    -

    Controller class for Messages

    -
    -« More » -
    -
    -

    BiblestudyControllerSeriesdisplay -

    -

    Controller for Seriesdisplay

    -
    -« More » -
    -
    -

    BiblestudyControllerSermon -

    -

    Class for Sermon

    -
    -« More » -
    -
    -

    BiblestudyControllerSermons -

    -

    Controller class for Sermons

    -
    -« More » -
    -
    -

    BiblestudyControllerTeacher -

    -

    Controller class for Teacher

    -
    -« More » -
    -
    -

    BiblestudyControllerTeachers -

    -

    Controller for Teachers

    -
    -« More » -
    -
    -

    BiblestudyControllerTeachers -

    -

    Controller for Teachers

    -
    -« More » -
    -
    -

    BiblestudyModelLandingpage -

    -

    Model class for LandingPage

    -
    -« More » -
    -
    -

    BiblestudyModelMediafileform -

    -

    Model class for MediaFile

    -
    -« More » -
    -
    -

    BiblestudyModelMediafilelist -

    -

    Model class for MediaFiles

    -
    -« More » -
    -
    -

    BiblestudyModelMessageform -

    -

    Model class for Message

    -
    -« More » -
    -
    -

    BiblestudyModelMessagelist -

    -

    Model class for MessageList

    -
    -« More » -
    -
    -

    BiblestudyModelPodcastdisplay -

    -

    Model class for SeriesDisplay

    -
    -« More » -
    -
    -

    BiblestudyModelPodcastlist -

    -

    Model class for MessageList

    -
    -« More » -
    -
    -

    BiblestudyModelSeriesdisplay -

    -

    Model class for SeriesDisplay

    -
    -« More » -
    -
    -

    BiblestudyModelSeriesdisplays -

    -

    Model class for SeriesDisplays

    -
    -« More » -
    -
    -

    BiblestudyModelSermon -

    -

    Model class for Sermon

    -
    -« More » -
    -
    -

    BiblestudyModelSermons -

    -

    Model class for Sermons

    -
    -« More » -
    -
    -

    BiblestudyModelTeachers -

    -

    Model class for Teachers

    -
    -« More » -
    -
    -

    BiblestudyViewLandingpage -

    -

    Landing page list view class

    -
    -« More » -
    -
    -

    BiblestudyViewLatest -

    -

    View class for Latest

    -
    -« More » -
    -
    -

    BiblestudyViewMediafileform -

    -

    View class for MediaFile

    -
    -« More » -
    -
    -

    BiblestudyViewMediafilelist -

    -

    View class for MediaFilelist

    -
    -« More » -
    -
    -

    BiblestudyViewMessageform -

    -

    View class for Message

    -
    -« More » -
    -
    -

    BiblestudyViewMessagelist -

    -

    View class for Messages

    -
    -« More » -
    -
    -

    BiblestudyViewPodcastdisplay -

    -

    View class for Messages

    -
    -« More » -
    -
    -

    BiblestudyViewPodcastlist -

    -

    View class for Messages

    -
    -« More » -
    -
    -

    BiblestudyViewPopup -

    -

    View class for Popup

    -
    -« More » -
    -
    -

    BiblestudyViewSeriesdisplay -

    -

    View class for SeriesDisplay

    -
    -« More » -
    -
    -

    BiblestudyViewSeriesdisplays -

    -

    View class for SeriesDisplays

    -
    -« More » -
    -
    -

    BiblestudyViewSermon -

    -

    View class for Sermon

    -
    -« More » -
    -
    -

    BiblestudyViewSermons -

    -

    View for Sermons class

    -
    -« More » -
    -
    -

    BiblestudyViewSqueezeBox -

    -

    View for SqueezeBox class

    -
    -« More » -
    -
    -

    BiblestudyViewTeachers -

    -

    View class for Teachers

    -
    -« More » -
    -
    -

    BiblestudyViewTerms -

    -

    View class for Terms

    -
    -« More » -
    -
    -

    JBSMCustom -

    -

    Class custom helper

    -
    -« More » -
    -
    -

    JBSMDownload -

    -

    BibleStudy Download Class

    -
    -« More » -
    -
    -

    JBSMHelperRoute -

    -

    Biblestudy Component Route Helper

    -
    -« More » -
    -
    -

    JBSMImages -

    -

    BibleStudy images class

    -
    -« More » -
    -
    -

    JBSMLanding -

    -

    Class for JBSMLanding

    -
    -« More » -
    -
    -

    JBSMPodcast -

    -

    BibleStudy Podcast Class

    -
    -« More » -
    -
    -

    JBSMPodcastSubscribe -

    -

    A helper to return buttons for podcast subscriptions

    -
    -« More » -
    -
    -

    JBSMRelatedStudies -

    -

    helper to get related studies to the current one

    -
    -« More » -
    -
    -

    JBSMSerieslist -

    -

    Class for Series List

    -
    -« More » -
    -
    -

    JBSMShowScripture -

    -

    Scripture Show class.

    -
    -« More » -
    -
    -

    JBSMTeacher -

    -

    Class for Teachers Helper

    -
    -« More » -
    -

    - Constants

    - 
    -

    JBSPAGETITLE

    -
    JBSPAGETITLE = 0 
    -
    -
    -
    - - - -
    packageBibleStudy.Site
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.Site.sh404SEF.BibleStudy.html b/docs/packages/BibleStudy.Site.sh404SEF.BibleStudy.html deleted file mode 100644 index edcfc1bf3b..0000000000 --- a/docs/packages/BibleStudy.Site.sh404SEF.BibleStudy.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - -Proclaim API » BibleStudy.Site\sh404SEF.BibleStudy - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.Site.sh404SEF.html b/docs/packages/BibleStudy.Site.sh404SEF.html deleted file mode 100644 index 782f44dd59..0000000000 --- a/docs/packages/BibleStudy.Site.sh404SEF.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - -Proclaim API » BibleStudy\Site\sh404SEF - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.Xamp.BibleStudy.html b/docs/packages/BibleStudy.Xamp.BibleStudy.html deleted file mode 100644 index d0a6c068aa..0000000000 --- a/docs/packages/BibleStudy.Xamp.BibleStudy.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - -Proclaim API » BibleStudy\Xamp.BibleStudy - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    - Classes and interfaces

    -
    -

    Xmap_Com_Biblestudy -

    -

    Class for xmap biblestudy

    -
    -« More » -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.Xamp.html b/docs/packages/BibleStudy.Xamp.html deleted file mode 100644 index d9c02def29..0000000000 --- a/docs/packages/BibleStudy.Xamp.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - -Proclaim API » BibleStudy\Xamp - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    - -
    -

    - Classes and interfaces

    -
    -

    Xmap_Com_Biblestudy -

    -

    Class for xmap biblestudy

    -
    -« More » -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.Xmap.BibleStudy.html b/docs/packages/BibleStudy.Xmap.BibleStudy.html deleted file mode 100644 index 465905651a..0000000000 --- a/docs/packages/BibleStudy.Xmap.BibleStudy.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - -Proclaim API » BibleStudy\Xmap\BibleStudy - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.Xmap.html b/docs/packages/BibleStudy.Xmap.html deleted file mode 100644 index 02f1ebd4e2..0000000000 --- a/docs/packages/BibleStudy.Xmap.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - -Proclaim API » BibleStudy\Xmap - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.html b/docs/packages/BibleStudy.html deleted file mode 100644 index e30b8a0f40..0000000000 --- a/docs/packages/BibleStudy.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - -Proclaim API » BibleStudy - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.mod.biblestudy.html b/docs/packages/BibleStudy.mod.biblestudy.html deleted file mode 100644 index 127a1265e4..0000000000 --- a/docs/packages/BibleStudy.mod.biblestudy.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - -Proclaim API » BibleStudy\mod\biblestudy - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.mod.html b/docs/packages/BibleStudy.mod.html deleted file mode 100644 index afce680fdb..0000000000 --- a/docs/packages/BibleStudy.mod.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - -Proclaim API » BibleStudy\mod - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -
    -
    -
    -
    - - diff --git a/docs/packages/BibleStudy.mod_biblestudy.html b/docs/packages/BibleStudy.mod_biblestudy.html deleted file mode 100644 index 90b841f143..0000000000 --- a/docs/packages/BibleStudy.mod_biblestudy.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - -Proclaim API » BibleStudy\mod_biblestudy - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    -
    -
    -
    - - diff --git a/docs/packages/Default.html b/docs/packages/Default.html deleted file mode 100644 index 12d61e82bc..0000000000 --- a/docs/packages/Default.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - -Proclaim API » Default - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    -
    -
    -
    - - diff --git a/docs/packages/Joomla.Administrator.com.content.html b/docs/packages/Joomla.Administrator.com.content.html deleted file mode 100644 index 165a4be16a..0000000000 --- a/docs/packages/Joomla.Administrator.com.content.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - Proclaim API » Joomla\Administrator\com\content - - - - - - - - - - - - - - - - -
    - -
    -
    -
    - - -
    - -
    -
    -
    -
    - -
    -
    - - diff --git a/docs/packages/Joomla.Administrator.com.html b/docs/packages/Joomla.Administrator.com.html deleted file mode 100644 index c20c79c36b..0000000000 --- a/docs/packages/Joomla.Administrator.com.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - Proclaim API » Joomla\Administrator\com - - - - - - - - - - - - - - - - -
    - -
    -
    -
    - - -
    - -
    -
    - -
    -
    -
    -
    - -
    -
    - - diff --git a/docs/packages/Joomla.Administrator.html b/docs/packages/Joomla.Administrator.html deleted file mode 100644 index 0cce08cd2b..0000000000 --- a/docs/packages/Joomla.Administrator.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - Proclaim API » Joomla\Administrator - - - - - - - - - - - - - - - - -
    - -
    -
    -
    - - -
    - -
    -
    - -
    - -
    -
    -
    -
    -
    - -
    -
    - - diff --git a/docs/packages/Joomla.Libraries.Form.html b/docs/packages/Joomla.Libraries.Form.html deleted file mode 100644 index 7cfd845bd6..0000000000 --- a/docs/packages/Joomla.Libraries.Form.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - -Proclaim API » Joomla.Libraries\Form - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    -
    -
    -
    - - diff --git a/docs/packages/Joomla.Libraries.HTML.html b/docs/packages/Joomla.Libraries.HTML.html deleted file mode 100644 index 946f9009f9..0000000000 --- a/docs/packages/Joomla.Libraries.HTML.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - - -Proclaim API » Joomla.Libraries\HTML - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    - Classes and interfaces

    -
    -

    JHtmlJquery -

    -

    Utility class for jQuery JavaScript behaviors

    -
    -« More » -
    -
    -

    JHtmlJwplayer -

    -

    Utility class for jQuery JavaScript behaviors

    -
    -« More » -
    -
    -

    JHtmlSortablelist -

    -

    HTML utility class for creating a sortable table list

    -
    -« More » -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/Joomla.Libraries.html b/docs/packages/Joomla.Libraries.html deleted file mode 100644 index b7727c7831..0000000000 --- a/docs/packages/Joomla.Libraries.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - -Proclaim API » Joomla.Libraries - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    - Classes, interfaces, and traits

    -
    -

    JFormFieldJBSMMedia -

    -

    Form Field class for the Joomla CMS.

    -
    -« More » -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/Joomla.html b/docs/packages/Joomla.html deleted file mode 100644 index e94e083e5e..0000000000 --- a/docs/packages/Joomla.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - -Proclaim API » Joomla - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    - -
    - -
    -

    - Classes and interfaces

    -
    -

    JHtmlJquery -

    -

    Utility class for jQuery JavaScript behaviors

    -
    -« More » -
    -
    -

    JHtmlSortablelist -

    -

    HTML utility class for creating a sortable table list

    -
    -« More » -
    -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/LiveUpdate.html b/docs/packages/LiveUpdate.html deleted file mode 100644 index 98adfda1ab..0000000000 --- a/docs/packages/LiveUpdate.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - - -Proclaim API » LiveUpdate - - - - - - - - - - -
    - -
    - -
    - -
    -

    - Classes and interfaces

    -
    -

    JoomlaCompatController -

    -

    The Live Update MVC controller

    -
    -« More » -
    -
    -

    JoomlaCompatModel -

    -

    The Live Update MVC model

    -
    -« More » -
    -
    -

    JoomlaCompatView -

    -

    Live Update Package

    -
    -« More » -
    -
    -

    LiveUpdate -

    -

    Class LiveUpdate

    -
    -« More » -
    -
    -

    LiveUpdateAbstractConfig -

    -

    This is the base class inherited by the config.php file in LiveUpdate's root.

    -
    -« More » -
    -
    -

    LiveUpdateConfig -

    -

    Configuration class for your extension's updates. Override to your liking.

    -
    -« More » -
    -
    -

    LiveUpdateController -

    -

    The Live Update MVC controller

    -
    -« More » -
    -
    -

    LiveUpdateDownloadHelper -

    -

    Allows downloading packages over the web to your server

    -
    -« More » -
    -
    -

    LiveUpdateFetch -

    -

    Fetches the update information from the server or the cache, depending on -whether the cache is fresh or not.

    -
    -« More » -
    -
    -

    LiveUpdateINIHelper -

    -

    A smart INI file parser with reproducible behaviour among different PHP versions

    -
    -« More » -
    -
    -

    LiveUpdateModel -

    -

    The Live Update MVC model

    -
    -« More » -
    -
    -

    LiveUpdateStorage -

    -

    Abstract class for the update parameters storage

    -
    -« More » -
    -
    -

    LiveUpdateStorageComponent -

    -

    Live Update Component Storage Class -Allows to store the update data to a component's parameters. This is the most reliable method.

    -
    -« More » -
    -
    -

    LiveUpdateStorageFile -

    -

    Live Update File Storage Class -Allows to store the update data to files on disk. Its configuration options are: -path string The absolute path to the directory where the update data will be stored as INI files

    -
    -« More » -
    -
    -

    LiveUpdateView -

    -

    The Live Update MVC view

    -
    -« More » -
    -
    -

    LiveUpdateXMLSlurp -

    -

    Live Update XML Slurp

    -
    -« More » -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/SefExt.Pugin.BibleStudy.html b/docs/packages/SefExt.Pugin.BibleStudy.html deleted file mode 100644 index 986765e615..0000000000 --- a/docs/packages/SefExt.Pugin.BibleStudy.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - -Proclaim API » SefExt\Pugin.BibleStudy - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    -

    - Classes and interfaces

    -
    -

    SefExt_com_biblestudy -

    -

    SefExt for BibleStudy class

    -
    -« More » -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/SefExt.Pugin.html b/docs/packages/SefExt.Pugin.html deleted file mode 100644 index 55384e6a2a..0000000000 --- a/docs/packages/SefExt.Pugin.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - -Proclaim API » SefExt\Pugin - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    - -
    -

    - Classes and interfaces

    -
    -

    SefExt_com_biblestudy -

    -

    SefExt for BibleStudy class

    -
    -« More » -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/SefExt.html b/docs/packages/SefExt.html deleted file mode 100644 index f88c977736..0000000000 --- a/docs/packages/SefExt.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - -Proclaim API » SefExt - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    - -
    - -
    -

    - Classes and interfaces

    -
    -

    SefExt_com_biblestudy -

    -

    SefExt for BibleStudy class

    -
    -« More » -
    -
    -
    -
    -
    -
    -
    - - diff --git a/docs/packages/global.html b/docs/packages/global.html deleted file mode 100644 index ae04ab3d2c..0000000000 --- a/docs/packages/global.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - -Proclaim API » global - - - - - - - - - - -
    - -
    -
    -
    - -
    - -
    -
    -
    -
    -
    - - diff --git a/docs/structure.xml b/docs/structure.xml index 043ecec4bf..fe188f0995 100644 --- a/docs/structure.xml +++ b/docs/structure.xml @@ -6,7 +6,7 @@ Part of Proclaim Package - + @@ -177,7 +177,7 @@ Form - + @@ -188,7 +188,7 @@ Part of Proclaim Package - + @@ -210,7 +210,7 @@ Part of Proclaim Package - + @@ -245,7 +245,7 @@ Modal - + @@ -256,7 +256,7 @@ Part of Proclaim Package - + @@ -500,7 +500,7 @@ Edit access checks must be performed in the calling code. Part of Proclaim Package - + @@ -619,7 +619,7 @@ Edit access checks must be performed in the calling code. Part of Proclaim Package - + @@ -713,7 +713,7 @@ Edit access checks must be performed in the calling code. View html - + @@ -1073,7 +1073,7 @@ Edit access checks must be performed in the calling code. Default - + @@ -1084,7 +1084,7 @@ Edit access checks must be performed in the calling code. Study field modal - + @@ -1131,7 +1131,7 @@ Edit access checks must be performed in the calling code. Default - + @@ -1142,7 +1142,7 @@ Edit access checks must be performed in the calling code. Part of Proclaim Package - + @@ -1389,7 +1389,7 @@ Edit access checks must be performed in the calling code. Default - + @@ -1400,7 +1400,7 @@ Edit access checks must be performed in the calling code. Part of Proclaim Package - + @@ -1442,7 +1442,7 @@ Edit access checks must be performed in the calling code. Form for exporting and importing template settings and files - + @@ -1453,7 +1453,7 @@ Edit access checks must be performed in the calling code. Part of Proclaim Package - + @@ -1624,7 +1624,7 @@ Edit access checks must be performed in the calling code. Set Definition for tags - + @@ -1635,7 +1635,7 @@ Edit access checks must be performed in the calling code. Part of Proclaim Package - + @@ -1812,7 +1812,7 @@ from the sermons view "default.php". It has not been implemented yet, so its not Default - + @@ -1823,7 +1823,7 @@ from the sermons view "default.php". It has not been implemented yet, so its not Part of Proclaim Package - + @@ -2064,7 +2064,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -2244,7 +2244,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -2286,7 +2286,7 @@ asset does not exist it will be created. Modal - + @@ -2297,7 +2297,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -2454,7 +2454,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -2513,7 +2513,7 @@ asset does not exist it will be created. - + @@ -2524,7 +2524,7 @@ asset does not exist it will be created. Batch Template - + @@ -2535,7 +2535,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -2546,7 +2546,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -2625,7 +2625,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -2672,7 +2672,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -2719,7 +2719,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -2754,7 +2754,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -2900,7 +2900,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -2948,7 +2948,7 @@ asset does not exist it will be created. JView html - + @@ -3105,7 +3105,7 @@ asset does not exist it will be created. upload.php - + @@ -3204,7 +3204,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -3246,7 +3246,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -3392,7 +3392,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -3425,7 +3425,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -3467,7 +3467,7 @@ asset does not exist it will be created. Form sub migrate - + @@ -3479,7 +3479,7 @@ asset does not exist it will be created. Default - + @@ -3490,7 +3490,7 @@ asset does not exist it will be created. Default Main - + @@ -3501,7 +3501,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -3683,7 +3683,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -3737,7 +3737,7 @@ asset does not exist it will be created. Default - + @@ -3748,7 +3748,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -3868,7 +3868,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -4022,7 +4022,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -4179,7 +4179,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -4713,7 +4713,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -4760,7 +4760,7 @@ Note. Calling getState in this method will result in recursion.Default Custom - + @@ -4771,7 +4771,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -4900,7 +4900,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -4947,7 +4947,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -5236,7 +5236,7 @@ PreachIT Converter system Default - + @@ -5247,7 +5247,7 @@ PreachIT Converter system Part of Proclaim Package - + @@ -5355,7 +5355,7 @@ PreachIT Converter system Part of Proclaim Package - + @@ -5487,7 +5487,7 @@ PreachIT Converter system Part of Proclaim Package - + @@ -5534,7 +5534,7 @@ PreachIT Converter system - + @@ -5545,7 +5545,7 @@ PreachIT Converter system Default - + @@ -5556,7 +5556,7 @@ PreachIT Converter system Part of Proclaim Package - + @@ -5790,7 +5790,7 @@ PreachIT Converter system Study field modal - + @@ -5838,7 +5838,7 @@ PreachIT Converter system - + @@ -5924,7 +5924,7 @@ PreachIT Converter system Part of Proclaim Package - + @@ -6113,7 +6113,7 @@ PreachIT Converter system Modal - + @@ -6124,7 +6124,7 @@ PreachIT Converter system Part of Proclaim Package - + @@ -6238,7 +6238,7 @@ PreachIT Converter system Part of Proclaim Package - + @@ -6417,7 +6417,7 @@ PreachIT Converter system Part of Proclaim Package - + @@ -6534,7 +6534,7 @@ ordering requirements. Part of Proclaim Package - + @@ -6581,7 +6581,7 @@ ordering requirements. Part of Proclaim Package - + @@ -7551,7 +7551,7 @@ ordering requirements. Part of Proclaim Package - + @@ -7598,7 +7598,7 @@ ordering requirements. Part of Proclaim Package - + @@ -7715,7 +7715,7 @@ ordering requirements. Controller for Comments - + @@ -7845,7 +7845,7 @@ ordering requirements. Core BibleStudy Site File - + @@ -7856,7 +7856,7 @@ ordering requirements. Default - + @@ -7867,7 +7867,7 @@ ordering requirements. Form sub backup - + @@ -7891,7 +7891,7 @@ ordering requirements. Part of Proclaim Package - + @@ -8130,7 +8130,7 @@ ordering requirements. Form - + @@ -8141,7 +8141,7 @@ ordering requirements. Default Header - + @@ -8153,7 +8153,7 @@ ordering requirements. Default FooterLink - + @@ -8164,7 +8164,7 @@ ordering requirements. Part of Proclaim Package - + @@ -8210,7 +8210,7 @@ ordering requirements. Batch Template - + @@ -8221,7 +8221,7 @@ ordering requirements. Controller for MediaFiles - + @@ -8312,7 +8312,7 @@ ordering requirements. Part of Proclaim Package - + @@ -8738,7 +8738,7 @@ a row in will allow other users the ability to edit the row. Part of Proclaim Package - + @@ -8785,7 +8785,7 @@ a row in will allow other users the ability to edit the row. Part of Proclaim Package - + @@ -9000,7 +9000,7 @@ a row in will allow other users the ability to edit the row. Teacher view subset main - + @@ -9011,7 +9011,7 @@ a row in will allow other users the ability to edit the row. Edit - + @@ -9022,7 +9022,7 @@ a row in will allow other users the ability to edit the row. Part of Proclaim Package - + @@ -9276,7 +9276,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -9432,7 +9432,7 @@ asset does not exist it will be created. Default - + @@ -9444,7 +9444,7 @@ asset does not exist it will be created. - + @@ -9488,7 +9488,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -9594,7 +9594,7 @@ ordering requirements. Proclaim Package - + @@ -9707,7 +9707,7 @@ ordering requirements. Part of Proclaim Package - + @@ -9924,7 +9924,7 @@ ordering requirements. Default - + @@ -9935,7 +9935,7 @@ ordering requirements. Part of Proclaim Package - + @@ -9981,7 +9981,7 @@ ordering requirements. Part of Proclaim Package - + @@ -10514,7 +10514,7 @@ ordering requirements. Part of Proclaim Package - + @@ -10670,7 +10670,7 @@ ordering requirements. Part of Proclaim Package - + @@ -10749,7 +10749,7 @@ ordering requirements. Controller MessageForm - + @@ -11153,7 +11153,7 @@ ordering requirements. Part of Proclaim Package - + @@ -11219,7 +11219,7 @@ ordering requirements. Part of Proclaim Package - + @@ -11267,7 +11267,7 @@ Displays a topics list of ALL published topics Part of Proclaim Package - + @@ -11397,7 +11397,7 @@ Displays a topics list of ALL published topics Part of Proclaim Package - + @@ -11485,7 +11485,7 @@ Displays a topics list of ALL published topics Part of Proclaim Package - + @@ -11743,7 +11743,7 @@ asset does not exist it will be created. Controller for a Comment - + @@ -11869,7 +11869,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -12048,7 +12048,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -12205,7 +12205,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -12344,7 +12344,7 @@ asset does not exist it will be created. Default FormFooter - + @@ -12356,7 +12356,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -12507,7 +12507,7 @@ asset does not exist it will be created. Default - + @@ -12518,7 +12518,7 @@ asset does not exist it will be created. Controller MediaFile - + @@ -12840,7 +12840,7 @@ asset does not exist it will be created. View html - + @@ -12851,7 +12851,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -12893,7 +12893,7 @@ asset does not exist it will be created. Core Admin BibleStudy file - + @@ -13264,7 +13264,7 @@ asset does not exist it will be created. Assets html - + @@ -13467,7 +13467,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -13578,7 +13578,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -13649,7 +13649,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -14803,7 +14803,7 @@ asset does not exist it will be created. Controller Messages - + @@ -14947,7 +14947,7 @@ asset does not exist it will be created. - + @@ -14959,7 +14959,7 @@ asset does not exist it will be created. ??? - + @@ -14970,7 +14970,7 @@ asset does not exist it will be created. Default - + @@ -14981,7 +14981,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -15100,7 +15100,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -15112,7 +15112,7 @@ asset does not exist it will be created. - + @@ -15490,7 +15490,7 @@ an biblestudy. - + @@ -15501,7 +15501,7 @@ an biblestudy. Part of Proclaim Package - + @@ -15548,7 +15548,7 @@ an biblestudy. Part of Proclaim Package - + @@ -15982,7 +15982,7 @@ ordering requirements. Default for sermons - + @@ -15993,7 +15993,7 @@ ordering requirements. Part of Proclaim Package - + @@ -16040,7 +16040,7 @@ ordering requirements. Batch Template - + @@ -16051,7 +16051,7 @@ ordering requirements. Part of Proclaim Package - + @@ -16227,7 +16227,7 @@ ordering requirements. Part of Proclaim Package - + @@ -16525,7 +16525,7 @@ ordering requirements. Form - + @@ -16536,7 +16536,7 @@ ordering requirements. - + @@ -16640,7 +16640,7 @@ ordering requirements. Part of Proclaim Package - + @@ -16762,7 +16762,7 @@ ordering requirements. Part of Proclaim Package - + @@ -16977,7 +16977,7 @@ ordering requirements. Part of Proclaim Package - + @@ -17182,7 +17182,7 @@ failed, return value is FALSE. Part of Proclaim Package - + @@ -17229,7 +17229,7 @@ failed, return value is FALSE. Part of Proclaim Package - + @@ -17361,7 +17361,7 @@ failed, return value is FALSE. Part of Proclaim Package - + @@ -17400,7 +17400,7 @@ that the message concerning it should be displayed. Part of Proclaim Package - + @@ -17447,7 +17447,7 @@ that the message concerning it should be displayed. Part of Proclaim Package - + @@ -17589,7 +17589,7 @@ Note. Calling getState in this method will result in recursion.Form - + @@ -17600,7 +17600,7 @@ Note. Calling getState in this method will result in recursion. - + @@ -17769,7 +17769,7 @@ $type is the type of change (install, update or discover_install) Part of Proclaim Package - + @@ -17819,7 +17819,7 @@ $type is the type of change (install, update or discover_install) Default - + @@ -17830,7 +17830,7 @@ $type is the type of change (install, update or discover_install) Part of Proclaim Package - + @@ -18177,7 +18177,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -18648,7 +18648,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -18733,7 +18733,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -18856,7 +18856,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -18867,7 +18867,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -18978,7 +18978,7 @@ Note. Calling getState in this method will result in recursion.Default - + @@ -18989,7 +18989,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -19156,7 +19156,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -19737,7 +19737,7 @@ Note. Calling getState in this method will result in recursion.Default Main - + @@ -19748,7 +19748,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -19815,7 +19815,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -20023,7 +20023,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -20034,7 +20034,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -20129,7 +20129,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -20200,7 +20200,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -20319,7 +20319,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -20378,7 +20378,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -20717,7 +20717,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -20867,7 +20867,7 @@ Note. Calling getState in this method will result in recursion.View html - + @@ -20934,7 +20934,7 @@ Note. Calling getState in this method will result in recursion.Default - + @@ -20945,7 +20945,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -21023,7 +21023,7 @@ Note. Calling getState in this method will result in recursion.Controller for Seriesdisplay - + @@ -21045,7 +21045,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -21259,7 +21259,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -21594,7 +21594,7 @@ command is only needed for MODIFY. Can be used to ADD, DROP, MODIFY, or CHANGE t Default - + @@ -21605,7 +21605,7 @@ command is only needed for MODIFY. Can be used to ADD, DROP, MODIFY, or CHANGE t Part of Proclaim Package - + @@ -21616,7 +21616,7 @@ command is only needed for MODIFY. Can be used to ADD, DROP, MODIFY, or CHANGE t Batch Template - + @@ -21627,7 +21627,7 @@ command is only needed for MODIFY. Can be used to ADD, DROP, MODIFY, or CHANGE t Part of Proclaim Package - + @@ -21785,7 +21785,7 @@ command is only needed for MODIFY. Can be used to ADD, DROP, MODIFY, or CHANGE t Form sub Archive - + @@ -21797,7 +21797,7 @@ command is only needed for MODIFY. Can be used to ADD, DROP, MODIFY, or CHANGE t Part of Proclaim Package - + @@ -22096,7 +22096,7 @@ command is only needed for MODIFY. Can be used to ADD, DROP, MODIFY, or CHANGE t Part of Proclaim Package - + @@ -22107,7 +22107,7 @@ command is only needed for MODIFY. Can be used to ADD, DROP, MODIFY, or CHANGE t Part of Proclaim Package - + @@ -22118,7 +22118,7 @@ command is only needed for MODIFY. Can be used to ADD, DROP, MODIFY, or CHANGE t Part of Proclaim Package - + @@ -22323,7 +22323,7 @@ Note. Calling getState in this method will result in recursion.JView html - + @@ -22455,7 +22455,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -22587,7 +22587,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -22658,7 +22658,7 @@ Controller adapted from COM_MEDIAMU Part of Proclaim Package - + @@ -22726,7 +22726,7 @@ Controller adapted from COM_MEDIAMU Part of Proclaim Package - + @@ -22773,7 +22773,7 @@ Controller adapted from COM_MEDIAMU Batch Template - + @@ -22784,7 +22784,7 @@ Controller adapted from COM_MEDIAMU Types html - + @@ -22842,7 +22842,7 @@ Controller adapted from COM_MEDIAMU Part of Proclaim Package - + @@ -23075,7 +23075,7 @@ Controller adapted from COM_MEDIAMU Part of Proclaim Package - + @@ -23253,7 +23253,7 @@ Controller adapted from COM_MEDIAMU Part of Proclaim Package - + @@ -23316,7 +23316,7 @@ Controller adapted from COM_MEDIAMU Message JViewLegacy - + @@ -23520,7 +23520,7 @@ Controller adapted from COM_MEDIAMU Part of Proclaim Package - + @@ -23603,7 +23603,7 @@ Controller adapted from COM_MEDIAMU Form - + @@ -23614,7 +23614,7 @@ Controller adapted from COM_MEDIAMU Part of Proclaim Package - + @@ -23784,7 +23784,7 @@ ordering requirements. Part of Proclaim Package - + @@ -23842,7 +23842,7 @@ ordering requirements. Backup html - + @@ -24007,7 +24007,7 @@ ordering requirements. Form - + @@ -24018,7 +24018,7 @@ ordering requirements. Default Custom - + @@ -24029,7 +24029,7 @@ ordering requirements. Core Admin BibleStudy file - + @@ -24053,7 +24053,7 @@ ordering requirements. Default - + @@ -24064,7 +24064,7 @@ ordering requirements. Part of Proclaim Package - + @@ -24075,7 +24075,7 @@ ordering requirements. Part of Proclaim Package - + @@ -24376,7 +24376,7 @@ ordering requirements. Part of Proclaim Package - + @@ -24423,7 +24423,7 @@ ordering requirements. Part of Proclaim Package - + @@ -24465,7 +24465,7 @@ ordering requirements. Form - + @@ -24476,7 +24476,7 @@ ordering requirements. Admin Form - + @@ -24487,7 +24487,7 @@ ordering requirements. Part of Proclaim Package - + @@ -24509,7 +24509,7 @@ ordering requirements. Helper for Template Code - + @@ -24520,7 +24520,7 @@ ordering requirements. Part of Proclaim Package - + @@ -24667,7 +24667,7 @@ ordering requirements. Part of Proclaim Package - + @@ -24757,7 +24757,7 @@ ordering requirements. Part of Proclaim Package - + @@ -25032,7 +25032,7 @@ ordering requirements. Part of Proclaim Package - + @@ -25299,7 +25299,7 @@ ordering requirements. Part of Proclaim Package - + @@ -25374,7 +25374,7 @@ ordering requirements. Default - + @@ -25385,7 +25385,7 @@ ordering requirements. Default view for Squeezebox - + @@ -25396,7 +25396,7 @@ ordering requirements. Part of Proclaim Package - + @@ -25484,7 +25484,7 @@ ordering requirements. Part of Proclaim Package - + @@ -25531,7 +25531,7 @@ ordering requirements. Part of Proclaim Package - + @@ -25573,7 +25573,7 @@ ordering requirements. - + @@ -26002,7 +26002,7 @@ ordering requirements. Part of Proclaim Package - + @@ -26284,7 +26284,7 @@ ordering requirements. Part of Proclaim Package - + @@ -26662,7 +26662,7 @@ ordering requirements. Form - + @@ -26673,7 +26673,7 @@ ordering requirements. Part of Proclaim Package - + @@ -26707,7 +26707,7 @@ ordering requirements. Part of Proclaim Package - + @@ -27157,7 +27157,7 @@ ordering requirements. Part of Proclaim Package - + @@ -27254,7 +27254,7 @@ ordering requirements. Default CommonetForm - + @@ -27265,7 +27265,7 @@ ordering requirements. Part of Proclaim Package - + @@ -27411,7 +27411,7 @@ ordering requirements. Part of Proclaim Package - + @@ -27819,7 +27819,7 @@ ordering requirements. Part of Proclaim Package - + @@ -28041,7 +28041,7 @@ ordering requirements. Form - + @@ -28328,7 +28328,7 @@ ordering requirements. BibleStudy Download Class - + @@ -28391,7 +28391,7 @@ ordering requirements. Part of Proclaim Package - + @@ -29098,7 +29098,7 @@ ordering requirements. Proclaim Package - + @@ -29279,7 +29279,7 @@ asset does not exist it will be created. - + @@ -29336,7 +29336,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -29634,7 +29634,7 @@ asset does not exist it will be created. Modal - + @@ -29645,7 +29645,7 @@ asset does not exist it will be created. DataBase html - + @@ -29656,7 +29656,7 @@ asset does not exist it will be created. Batch Template - + @@ -29815,7 +29815,7 @@ asset does not exist it will be created. Batch Template - + @@ -29826,7 +29826,7 @@ asset does not exist it will be created. Default - + @@ -29837,7 +29837,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -29931,7 +29931,7 @@ asset does not exist it will be created. Default - + @@ -29942,7 +29942,7 @@ asset does not exist it will be created. Batch Template - + @@ -29953,7 +29953,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -30024,7 +30024,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -30071,7 +30071,7 @@ asset does not exist it will be created. View html - + @@ -30432,7 +30432,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -30679,7 +30679,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -30764,7 +30764,7 @@ from the studiesList view "default.php". It has not been implemented yet, so its Part of Proclaim Package - + @@ -30806,7 +30806,7 @@ from the studiesList view "default.php". It has not been implemented yet, so its TeacherDisplay field modal - + @@ -30853,7 +30853,7 @@ from the studiesList view "default.php". It has not been implemented yet, so its - + @@ -31096,7 +31096,7 @@ If certain things fail hard we MUST know about it Part of Proclaim Package - + @@ -31242,7 +31242,7 @@ If certain things fail hard we MUST know about it Batch Template - + @@ -31253,7 +31253,7 @@ If certain things fail hard we MUST know about it Part of Proclaim Package - + @@ -31383,7 +31383,7 @@ ordering requirements. Part of Proclaim Package - + @@ -31623,7 +31623,7 @@ ordering requirements. Part of Proclaim Package - + @@ -31676,7 +31676,7 @@ ordering requirements. Default - + @@ -31687,7 +31687,7 @@ ordering requirements. Default footer - + @@ -31698,7 +31698,7 @@ ordering requirements. Part of Proclaim Package - + @@ -31709,7 +31709,7 @@ ordering requirements. Form - + @@ -31720,7 +31720,7 @@ ordering requirements. Part of Proclaim Package - + @@ -31881,7 +31881,7 @@ ordering requirements. Part of Proclaim Package - + @@ -32086,7 +32086,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -32143,7 +32143,7 @@ asset does not exist it will be created. Podcasts html - + @@ -32300,7 +32300,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -32508,7 +32508,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -32747,7 +32747,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -33038,7 +33038,7 @@ Note. Calling getState in this method will result in recursion.Default Main - + @@ -33049,7 +33049,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -33099,7 +33099,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -33255,7 +33255,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -33413,7 +33413,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -33566,7 +33566,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -33635,7 +33635,7 @@ Note. Calling getState in this method will result in recursion.View html - + @@ -33801,7 +33801,7 @@ Note. Calling getState in this method will result in recursion.Admin Form - + @@ -33812,7 +33812,7 @@ Note. Calling getState in this method will result in recursion. - + @@ -33950,7 +33950,7 @@ Note. Calling getState in this method will result in recursion.Teachers view subset main - + @@ -33961,7 +33961,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -34496,7 +34496,7 @@ Note. Calling getState in this method will result in recursion.Batch Template - + @@ -34507,7 +34507,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -34650,7 +34650,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -34765,7 +34765,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -34886,7 +34886,7 @@ Note. Calling getState in this method will result in recursion.Form - + @@ -34897,7 +34897,7 @@ Note. Calling getState in this method will result in recursion.Controller for Comments - + @@ -34955,7 +34955,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -35271,7 +35271,7 @@ params. - + @@ -35324,7 +35324,7 @@ some idiot's advice. Apparently there's no shortage of idiots giving terribly ba Part of Proclaim Package - + @@ -35383,7 +35383,7 @@ some idiot's advice. Apparently there's no shortage of idiots giving terribly ba Part of Proclaim Package - + @@ -35546,7 +35546,7 @@ some idiot's advice. Apparently there's no shortage of idiots giving terribly ba Series Deatail modal - + @@ -35593,7 +35593,7 @@ some idiot's advice. Apparently there's no shortage of idiots giving terribly ba Part of Proclaim Package - + @@ -35783,7 +35783,7 @@ some idiot's advice. Apparently there's no shortage of idiots giving terribly ba - + @@ -35794,7 +35794,7 @@ some idiot's advice. Apparently there's no shortage of idiots giving terribly ba Part of Proclaim Package - + @@ -35852,7 +35852,7 @@ some idiot's advice. Apparently there's no shortage of idiots giving terribly ba Part of Proclaim Package - + @@ -36059,7 +36059,7 @@ by the template are selected Part of Proclaim Package - + @@ -36204,7 +36204,7 @@ by the template are selected Part of Proclaim Package - + @@ -36322,7 +36322,7 @@ by the template are selected Part of Proclaim Package - + @@ -36479,7 +36479,7 @@ by the template are selected Topics html - + @@ -36636,7 +36636,7 @@ by the template are selected Part of Proclaim Package - + @@ -36710,7 +36710,7 @@ by the template are selected Form sub backup - + @@ -36721,7 +36721,7 @@ by the template are selected Default for sermons - + @@ -36732,7 +36732,7 @@ by the template are selected Part of Proclaim Package - + @@ -37540,7 +37540,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -37691,7 +37691,7 @@ asset does not exist it will be created. Image Helper - + @@ -37746,7 +37746,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -38059,7 +38059,7 @@ asset does not exist it will be created. Modal - + @@ -38070,7 +38070,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -38176,7 +38176,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -38264,7 +38264,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -38338,7 +38338,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -38349,7 +38349,7 @@ asset does not exist it will be created. - + @@ -38826,7 +38826,7 @@ If preflight returns false, Joomla will abort the update and undo everything alr Batch Template - + @@ -38837,7 +38837,7 @@ If preflight returns false, Joomla will abort the update and undo everything alr Default - + @@ -38848,7 +38848,7 @@ If preflight returns false, Joomla will abort the update and undo everything alr Part of Proclaim Package - + @@ -38870,7 +38870,7 @@ If preflight returns false, Joomla will abort the update and undo everything alr Part of Proclaim Package - + @@ -39277,7 +39277,7 @@ If preflight returns false, Joomla will abort the update and undo everything alr Part of Proclaim Package - + @@ -40438,7 +40438,7 @@ If preflight returns false, Joomla will abort the update and undo everything alr Part of Proclaim Package - + @@ -40485,7 +40485,7 @@ If preflight returns false, Joomla will abort the update and undo everything alr Part of Proclaim Package - + @@ -40674,7 +40674,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -40721,7 +40721,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -40936,7 +40936,7 @@ asset does not exist it will be created. DataBase html - + @@ -41289,7 +41289,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -41514,7 +41514,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -41862,7 +41862,7 @@ asset does not exist it will be created. Default - + @@ -41874,7 +41874,7 @@ asset does not exist it will be created. - + @@ -42049,7 +42049,7 @@ asset does not exist it will be created. View html - + @@ -42189,7 +42189,7 @@ asset does not exist it will be created. Templates html - + @@ -42359,7 +42359,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -42406,7 +42406,7 @@ asset does not exist it will be created. Supports a modal study picker. - + @@ -42453,7 +42453,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -42784,7 +42784,7 @@ asset does not exist it will be created. Controller for Locations - + @@ -42855,7 +42855,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -42877,7 +42877,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -43131,7 +43131,7 @@ asset does not exist it will be created. Admin Controller - + @@ -43207,7 +43207,7 @@ asset does not exist it will be created. - + @@ -43364,7 +43364,7 @@ asset does not exist it will be created. Edit - + @@ -43375,7 +43375,7 @@ asset does not exist it will be created. Proclaim Package - + @@ -43616,7 +43616,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -43751,7 +43751,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -43793,7 +43793,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -44068,7 +44068,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -44079,7 +44079,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package - + @@ -44543,7 +44543,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -44602,7 +44602,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -44774,7 +44774,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -44852,7 +44852,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -44923,7 +44923,7 @@ asset does not exist it will be created. JView html - + @@ -45055,7 +45055,7 @@ asset does not exist it will be created. Default FormHeader - + @@ -45066,7 +45066,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -45379,7 +45379,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -45437,7 +45437,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -45496,7 +45496,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -45642,7 +45642,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -45787,7 +45787,7 @@ asset does not exist it will be created. Part of Proclaim Package - + @@ -45921,7 +45921,7 @@ ordering requirements. Part of Proclaim Package - + diff --git a/mod_biblestudy/helper.php b/mod_biblestudy/helper.php index 4a3ffcb42d..c2e34ba9c6 100644 --- a/mod_biblestudy/helper.php +++ b/mod_biblestudy/helper.php @@ -5,7 +5,7 @@ * * @package Proclaim * @subpackage Model.BibleStudy - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.joomlabiblestudy.org * */ @@ -71,14 +71,14 @@ public static function getLatest($params) $query->select('study.id, study.published, study.studydate, study.studytitle, study.booknumber, study.chapter_begin, study.verse_begin, study.chapter_end, study.verse_end, study.hits, study.alias, study.studyintro, - study.teacher_id, study.secondary_reference, study.booknumber2, study.location_id, study.media_hours, study.media_minutes, ' . + study.teacher_id, study.secondary_reference, study.booknumber2, study.location_id, ' . // Use created if modified is 0 'CASE WHEN study.modified = ' . $db->quote($db->getNullDate()) . ' THEN study.studydate ELSE study.modified END as modified, ' . 'study.modified_by, uam.name as modified_by_name,' . // Use created if publish_up is 0 'CASE WHEN study.publish_up = ' . $db->quote($db->getNullDate()) . ' THEN study.studydate ELSE study.publish_up END as publish_up,' . 'study.publish_down, - study.media_seconds, study.series_id, study.download_id, study.thumbnailm, study.thumbhm, study.thumbwm, + study.series_id, study.download_id, study.thumbnailm, study.thumbhm, study.thumbwm, study.access, study.user_name, study.user_id, study.studynumber, study.chapter_begin2, study.chapter_end2, study.verse_end2, study.verse_begin2, ' . $query->length('study.studytext') . ' AS readmore' . ',' . ' CASE WHEN CHAR_LENGTH(study.alias) THEN CONCAT_WS(\':\', study.id, study.alias) ELSE study.id END as slug '); diff --git a/mod_biblestudy/mod_biblestudy.php b/mod_biblestudy/mod_biblestudy.php index 3857c1ebb0..e559139586 100644 --- a/mod_biblestudy/mod_biblestudy.php +++ b/mod_biblestudy/mod_biblestudy.php @@ -4,7 +4,7 @@ * * @package Proclaim * @subpackage Model.BibleStudy - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.joomlabiblestudy.org * */ diff --git a/mod_biblestudy/mod_biblestudy.xml b/mod_biblestudy/mod_biblestudy.xml index 82eacd5246..7c87cc8094 100644 --- a/mod_biblestudy/mod_biblestudy.xml +++ b/mod_biblestudy/mod_biblestudy.xml @@ -4,9 +4,9 @@ CWM Team info@joomlabiblestudy.org https://www.christianwebministries.org - (C) 2007 - 2018 Proclaim All rights reserved. - 9.1.7 - Nov 14, 2018 + (C) 2007 - 2019 Proclaim All rights reserved. + 9.2.0 + Feb 27, 2019 http://www.gnu.org/licenses/gpl.html JBS_MDL_DESCRIPTION @@ -14,14 +14,12 @@ helper.php tmpl language - mod_biblestudy.xml
    - CWM Team info@joomlabiblestudy.org https://www.christianwebministries.org - (C) 2007 - 2018 Proclaim All rights reserved. - 9.1.7 - Nov 14, 2018 + (C) 2007 - 2019 Proclaim All rights reserved. + 9.2.0 + Feb 27, 2019 http://www.gnu.org/licenses/gpl.html JBS_MDL_PODCAST_XML_DESCRIPTION mod_biblestudy_podcast.php language tmpl - mod_biblestudy_podcast.xml diff --git a/mod_biblestudy_podcast/tmpl/default.php b/mod_biblestudy_podcast/tmpl/default.php index f48eb8e25c..edf78e4604 100644 --- a/mod_biblestudy_podcast/tmpl/default.php +++ b/mod_biblestudy_podcast/tmpl/default.php @@ -4,7 +4,7 @@ * * @package Proclaim * @subpackage Model.Podcast - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.joomlabiblestudy.org */ diff --git a/plg_biblestudy_backup/jbsbackup.php b/plg_biblestudy_backup/jbsbackup.php index 8fc616787f..d57c1946b4 100644 --- a/plg_biblestudy_backup/jbsbackup.php +++ b/plg_biblestudy_backup/jbsbackup.php @@ -2,7 +2,7 @@ /** * @package Proclaim * @subpackage Plugin.JBSBackup - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.joomlabiblestudy.org * */ diff --git a/plg_biblestudy_backup/jbsbackup.xml b/plg_biblestudy_backup/jbsbackup.xml index ca28595007..883e043839 100644 --- a/plg_biblestudy_backup/jbsbackup.xml +++ b/plg_biblestudy_backup/jbsbackup.xml @@ -4,9 +4,9 @@ CWM Team info@joomlabiblestudy.org https://www.christianwebministries.org - (C) 2007 - 2018 Proclaim All rights reserved. - 9.1.7 - Nov 14, 2018 + (C) 2007 - 2019 Proclaim All rights reserved. + 9.2.0 + Feb 27, 2019 http://www.gnu.org/licenses/gpl.html JBS_PLG_BACKUP_XML_DESCRIPTION diff --git a/plg_biblestudy_backup/script.php b/plg_biblestudy_backup/script.php index a39040b08d..377b3abfbe 100644 --- a/plg_biblestudy_backup/script.php +++ b/plg_biblestudy_backup/script.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/plg_biblestudy_finder/biblestudy.php b/plg_biblestudy_finder/biblestudy.php index ede764282b..111ebf99be 100644 --- a/plg_biblestudy_finder/biblestudy.php +++ b/plg_biblestudy_finder/biblestudy.php @@ -5,7 +5,7 @@ * * @package Proclaim * @subpackage Finder.BibleStudy - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.joomlabiblestudy.org * */ diff --git a/plg_biblestudy_finder/biblestudy.xml b/plg_biblestudy_finder/biblestudy.xml index 1b287146cb..63c1e05b50 100644 --- a/plg_biblestudy_finder/biblestudy.xml +++ b/plg_biblestudy_finder/biblestudy.xml @@ -4,9 +4,9 @@ CWM Team info@joomlabiblestudy.org https://www.christianwebministries.org - (C) 2007 - 2018 Proclaim All rights reserved. - 9.1.7 - Nov 14, 2018 + (C) 2007 - 2019 Proclaim All rights reserved. + 9.2.0 + Feb 27, 2019 http://www.gnu.org/licenses/gpl.html JBS_PLG_FINDER_XML_DESCRIPTION diff --git a/plg_biblestudy_podcast/jbspodcast.php b/plg_biblestudy_podcast/jbspodcast.php index 9cd0f8382b..5302a2d28e 100644 --- a/plg_biblestudy_podcast/jbspodcast.php +++ b/plg_biblestudy_podcast/jbspodcast.php @@ -2,7 +2,7 @@ /** * @package Proclaim * @subpackage Plugin.JBSPodcast - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.joomlabiblestudy.org * */ diff --git a/plg_biblestudy_podcast/jbspodcast.xml b/plg_biblestudy_podcast/jbspodcast.xml index e64edc114a..a700cb3817 100644 --- a/plg_biblestudy_podcast/jbspodcast.xml +++ b/plg_biblestudy_podcast/jbspodcast.xml @@ -4,9 +4,9 @@ CWM Team info@joomlabiblestudy.org https://www.christianwebministries.org - (C) 2007 - 2018 Proclaim All rights reserved. - 9.1.7 - Nov 14, 2018 + (C) 2007 - 2019 Proclaim All rights reserved. + 9.2.0 + Feb 27, 2019 http://www.gnu.org/licenses/gpl.html JBS_PLG_PODCAST_XML_DESCRIPTION diff --git a/plg_biblestudy_podcast/script.php b/plg_biblestudy_podcast/script.php index ed242ccbd1..8c7dc9fb34 100644 --- a/plg_biblestudy_podcast/script.php +++ b/plg_biblestudy_podcast/script.php @@ -3,7 +3,7 @@ * Part of Proclaim Package * * @package Proclaim.Admin - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.christianwebministries.org * */ diff --git a/plg_biblestudy_search/biblestudysearch.php b/plg_biblestudy_search/biblestudysearch.php index a00642cb0d..8e46d025c7 100644 --- a/plg_biblestudy_search/biblestudysearch.php +++ b/plg_biblestudy_search/biblestudysearch.php @@ -2,7 +2,7 @@ /** * @package Proclaim * @subpackage Search.BibleStudy - * @copyright 2007 - 2018 (C) CWM Team All rights reserved + * @copyright 2007 - 2019 (C) CWM Team All rights reserved * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.joomlabiblestudy.org * diff --git a/plg_biblestudy_search/biblestudysearch.xml b/plg_biblestudy_search/biblestudysearch.xml index 3be2e8645c..79b2379a6d 100644 --- a/plg_biblestudy_search/biblestudysearch.xml +++ b/plg_biblestudy_search/biblestudysearch.xml @@ -4,9 +4,9 @@ CWM Team info@joomlabiblestudy.org https://www.christianwebministries.org - (C) 2007 - 2018 Proclaim All rights reserved. - 9.1.7 - Nov 14, 2018 + (C) 2007 - 2019 Proclaim All rights reserved. + 9.2.0 + Feb 27, 2019 http://www.gnu.org/licenses/gpl.html JBS_PLG_SEARCH_XML_DESCRIPTION diff --git a/tests/0.0.0.php b/tests/0.0.0.php index 30dea2ec3d..ca6e0b6a1c 100644 --- a/tests/0.0.0.php +++ b/tests/0.0.0.php @@ -1,7 +1,7 @@