From 05160b499f3b3bf15c6ce465ba979f343d91b5cd Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Tue, 22 Nov 2016 07:48:55 +0200 Subject: [PATCH] Improved the compiler, added the option to add the update server file to the zipped package, fixed a few bugs. --- README.md | 12 +- admin/README.txt | 12 +- admin/assets/css/admin.css | 4 +- admin/assets/css/admin_view.css | 4 +- admin/assets/css/admin_views.css | 4 +- admin/assets/css/component.css | 4 +- admin/assets/css/components.css | 4 +- admin/assets/css/custom_admin_view.css | 4 +- admin/assets/css/custom_admin_views.css | 4 +- admin/assets/css/dashboard.css | 4 +- admin/assets/css/dynamic_get.css | 4 +- admin/assets/css/dynamic_gets.css | 4 +- admin/assets/css/field.css | 4 +- admin/assets/css/fields.css | 4 +- admin/assets/css/fieldtype.css | 4 +- admin/assets/css/fieldtypes.css | 4 +- admin/assets/css/help_document.css | 4 +- admin/assets/css/help_documents.css | 4 +- admin/assets/css/layout.css | 4 +- admin/assets/css/layouts.css | 4 +- admin/assets/css/site_view.css | 4 +- admin/assets/css/site_views.css | 4 +- admin/assets/css/snippet.css | 4 +- admin/assets/css/snippets.css | 4 +- admin/assets/css/template.css | 4 +- admin/assets/css/templates.css | 4 +- admin/componentbuilder.php | 4 +- admin/controller.php | 4 +- admin/controllers/admin_view.php | 4 +- admin/controllers/admin_views.php | 4 +- admin/controllers/ajax.json.php | 4 +- admin/controllers/compiler.php | 4 +- admin/controllers/component.php | 4 +- admin/controllers/componentbuilder.php | 4 +- admin/controllers/components.php | 4 +- admin/controllers/custom_admin_view.php | 4 +- admin/controllers/custom_admin_views.php | 4 +- admin/controllers/dynamic_get.php | 4 +- admin/controllers/dynamic_gets.php | 4 +- admin/controllers/field.php | 4 +- admin/controllers/fields.php | 4 +- admin/controllers/fieldtype.php | 4 +- admin/controllers/fieldtypes.php | 4 +- admin/controllers/help.php | 4 +- admin/controllers/help_document.php | 4 +- admin/controllers/help_documents.php | 4 +- admin/controllers/import.php | 4 +- admin/controllers/layout.php | 4 +- admin/controllers/layouts.php | 4 +- admin/controllers/site_view.php | 4 +- admin/controllers/site_views.php | 4 +- admin/controllers/snippet.php | 4 +- admin/controllers/snippets.php | 4 +- admin/controllers/template.php | 4 +- admin/controllers/templates.php | 4 +- .../downloadController_sermonDistributor.php | 8 +- admin/custom/dropbox.php | 605 +++--- admin/custom/dropboxupdater.php | 320 +-- admin/helpers/compiler.php | 12 +- admin/helpers/compiler/e_Interpretation.php | 83 +- admin/helpers/componentbuilder.php | 8 +- admin/helpers/html/batch_.php | 4 +- admin/helpers/indenter.php | 4 +- admin/helpers/js.php | 4 +- admin/helpers/minify.php | 4 +- .../en-GB/en-GB.com_componentbuilder.ini | 47 +- admin/layouts/admin_view/css_fullwidth.php | 4 +- .../admin_view/custom_buttons_fullwidth.php | 4 +- .../admin_view/custom_buttons_left.php | 4 +- .../admin_view/custom_import_fullwidth.php | 4 +- admin/layouts/admin_view/fields_fullwidth.php | 4 +- .../admin_view/javascript_fullwidth.php | 4 +- admin/layouts/admin_view/mysql_fullwidth.php | 4 +- admin/layouts/admin_view/mysql_left.php | 4 +- admin/layouts/admin_view/php_fullwidth.php | 4 +- admin/layouts/admin_view/publishing.php | 4 +- admin/layouts/admin_view/publlshing.php | 4 +- admin/layouts/admin_view/settings_above.php | 4 +- admin/layouts/admin_view/settings_left.php | 4 +- admin/layouts/admin_view/settings_right.php | 4 +- admin/layouts/admin_view/settings_under.php | 4 +- admin/layouts/batchselection.php | 4 +- .../component/admin_views_fullwidth.php | 4 +- admin/layouts/component/details_above.php | 4 +- admin/layouts/component/details_left.php | 4 +- admin/layouts/component/details_right.php | 4 +- admin/layouts/component/details_under.php | 4 +- ....php => dynamic_integration_fullwidth.php} | 10 +- .../component/libs_helpers_fullwidth.php | 4 +- admin/layouts/component/mysql_fullwidth.php | 4 +- admin/layouts/component/php_fullwidth.php | 4 +- admin/layouts/component/publishing.php | 4 +- admin/layouts/component/publlshing.php | 4 +- admin/layouts/component/readme_left.php | 4 +- admin/layouts/component/readme_right.php | 4 +- admin/layouts/component/settings_left.php | 4 +- admin/layouts/component/settings_right.php | 4 +- .../component/site_views_fullwidth.php | 4 +- .../custom_buttons_fullwidth.php | 4 +- .../custom_admin_view/custom_buttons_left.php | 4 +- .../custom_script_fullwidth.php | 4 +- .../custom_admin_view/details_above.php | 4 +- .../custom_admin_view/details_fullwidth.php | 4 +- .../custom_admin_view/details_left.php | 4 +- .../custom_admin_view/details_right.php | 4 +- .../custom_admin_view/details_rightside.php | 4 +- .../custom_admin_view/details_under.php | 4 +- .../layouts/custom_admin_view/publishing.php | 4 +- .../layouts/custom_admin_view/publlshing.php | 4 +- .../layouts/dynamic_get/abacus_fullwidth.php | 4 +- admin/layouts/dynamic_get/abacus_left.php | 4 +- .../dynamic_get/custom_script_fullwidth.php | 4 +- admin/layouts/dynamic_get/gettable_above.php | 4 +- .../dynamic_get/gettable_fullwidth.php | 4 +- admin/layouts/dynamic_get/gettable_left.php | 4 +- admin/layouts/dynamic_get/gettable_right.php | 4 +- admin/layouts/dynamic_get/gettable_under.php | 4 +- admin/layouts/dynamic_get/publishing.php | 4 +- admin/layouts/dynamic_get/publlshing.php | 4 +- admin/layouts/field/details_fullwidth.php | 4 +- admin/layouts/field/details_left.php | 4 +- admin/layouts/field/details_right.php | 4 +- admin/layouts/field/details_under.php | 4 +- admin/layouts/field/publishing.php | 4 +- admin/layouts/field/publlshing.php | 4 +- admin/layouts/field/scripts_left.php | 4 +- admin/layouts/field/scripts_right.php | 4 +- admin/layouts/fieldtype/details_left.php | 4 +- admin/layouts/fieldtype/details_right.php | 4 +- admin/layouts/fieldtype/fields_fullwidth.php | 4 +- admin/layouts/fieldtype/publishing.php | 4 +- admin/layouts/fieldtype/publlshing.php | 4 +- admin/layouts/help_document/details_above.php | 4 +- .../help_document/details_fullwidth.php | 4 +- admin/layouts/help_document/details_left.php | 4 +- admin/layouts/help_document/details_right.php | 4 +- admin/layouts/help_document/details_under.php | 4 +- admin/layouts/help_document/publishing.php | 4 +- admin/layouts/help_document/publlshing.php | 4 +- .../layout/custom_script_fullwidth.php | 4 +- admin/layouts/layout/details_fullwidth.php | 4 +- admin/layouts/layout/details_left.php | 4 +- admin/layouts/layout/details_right.php | 4 +- admin/layouts/layout/details_rightside.php | 4 +- admin/layouts/layout/details_under.php | 4 +- admin/layouts/layout/publishing.php | 4 +- admin/layouts/layout/publlshing.php | 4 +- .../site_view/custom_buttons_fullwidth.php | 4 +- admin/layouts/site_view/details_above.php | 4 +- admin/layouts/site_view/details_fullwidth.php | 4 +- admin/layouts/site_view/details_left.php | 4 +- admin/layouts/site_view/details_right.php | 4 +- admin/layouts/site_view/details_rightside.php | 4 +- admin/layouts/site_view/details_under.php | 4 +- .../site_view/javascript_css_fullwidth.php | 4 +- admin/layouts/site_view/php_fullwidth.php | 4 +- admin/layouts/site_view/publishing.php | 4 +- admin/layouts/site_view/publlshing.php | 4 +- admin/layouts/snippet/details_above.php | 4 +- admin/layouts/snippet/details_left.php | 4 +- admin/layouts/snippet/details_right.php | 4 +- admin/layouts/snippet/publishing.php | 4 +- admin/layouts/snippet/publlshing.php | 4 +- .../template/custom_script_fullwidth.php | 4 +- admin/layouts/template/details_fullwidth.php | 4 +- admin/layouts/template/details_left.php | 4 +- admin/layouts/template/details_right.php | 4 +- admin/layouts/template/details_rightside.php | 4 +- admin/layouts/template/details_under.php | 4 +- admin/layouts/template/publishing.php | 4 +- admin/layouts/template/publlshing.php | 4 +- admin/models/admin_view.php | 4 +- admin/models/admin_views.php | 4 +- admin/models/ajax.php | 4 +- admin/models/compiler.php | 4 +- admin/models/component.php | 28 +- admin/models/componentbuilder.php | 4 +- admin/models/components.php | 12 +- admin/models/custom_admin_view.php | 4 +- admin/models/custom_admin_views.php | 4 +- admin/models/dynamic_get.php | 4 +- admin/models/dynamic_gets.php | 4 +- admin/models/field.php | 4 +- admin/models/fields.php | 4 +- admin/models/fields/adminviewfolderlist.php | 4 +- admin/models/fields/adminviews.php | 4 +- admin/models/fields/articles.php | 4 +- admin/models/fields/customadminviews.php | 4 +- admin/models/fields/customfilelist.php | 4 +- admin/models/fields/customfolderlist.php | 4 +- admin/models/fields/customgets.php | 4 +- admin/models/fields/dbtables.php | 4 +- admin/models/fields/dynamicgets.php | 4 +- admin/models/fields/fields.php | 4 +- admin/models/fields/fieldsmulti.php | 4 +- admin/models/fields/fieldtypes.php | 4 +- admin/models/fields/maingets.php | 4 +- admin/models/fields/siteviewfolderlist.php | 4 +- admin/models/fields/siteviews.php | 4 +- admin/models/fields/snippets.php | 4 +- admin/models/fieldtype.php | 4 +- admin/models/fieldtypes.php | 4 +- admin/models/forms/admin_view.js | 578 ++--- admin/models/forms/admin_view.xml | 16 +- admin/models/forms/component.js | 82 +- admin/models/forms/component.xml | 996 ++++----- admin/models/forms/custom_admin_view.js | 174 +- admin/models/forms/custom_admin_view.xml | 2 +- admin/models/forms/dynamic_get.js | 1882 ++++++++--------- admin/models/forms/dynamic_get.xml | 12 +- admin/models/forms/field.js | 286 +-- admin/models/forms/fieldtype.js | 4 +- admin/models/forms/fieldtype.xml | 2 +- admin/models/forms/help_document.js | 178 +- admin/models/forms/layout.js | 24 +- admin/models/forms/site_view.js | 194 +- admin/models/forms/site_view.xml | 4 +- admin/models/forms/snippet.js | 4 +- admin/models/forms/template.js | 24 +- admin/models/help_document.php | 4 +- admin/models/help_documents.php | 4 +- admin/models/import.php | 4 +- admin/models/layout.php | 4 +- admin/models/layouts.php | 4 +- admin/models/site_view.php | 4 +- admin/models/site_views.php | 4 +- admin/models/snippet.php | 4 +- admin/models/snippets.php | 4 +- admin/models/template.php | 4 +- admin/models/templates.php | 4 +- admin/sql/install.mysql.utf8.sql | 18 +- admin/sql/updates/mysql/2.2.0.sql | 1 + admin/sql/updates/mysql/2.2.1.sql | 1 + admin/tables/admin_view.php | 4 +- admin/tables/component.php | 4 +- admin/tables/custom_admin_view.php | 4 +- admin/tables/dynamic_get.php | 4 +- admin/tables/field.php | 4 +- admin/tables/fieldtype.php | 4 +- admin/tables/help_document.php | 4 +- admin/tables/layout.php | 4 +- admin/tables/site_view.php | 4 +- admin/tables/snippet.php | 4 +- admin/tables/template.php | 4 +- admin/views/admin_view/submitbutton.js | 4 +- admin/views/admin_view/tmpl/edit.php | 310 +-- admin/views/admin_view/view.html.php | 4 +- admin/views/admin_views/tmpl/default.php | 4 +- .../admin_views/tmpl/default_batch_body.php | 4 +- .../admin_views/tmpl/default_batch_footer.php | 4 +- admin/views/admin_views/tmpl/default_body.php | 4 +- admin/views/admin_views/tmpl/default_foot.php | 4 +- admin/views/admin_views/tmpl/default_head.php | 4 +- .../admin_views/tmpl/default_toolbar.php | 4 +- admin/views/admin_views/view.html.php | 4 +- admin/views/compiler/tmpl/default.php | 4 +- admin/views/compiler/view.html.php | 4 +- admin/views/component/submitbutton.js | 4 +- admin/views/component/tmpl/edit.php | 144 +- admin/views/component/view.html.php | 4 +- admin/views/componentbuilder/tmpl/default.php | 4 +- ...sed_issues_the_closed_issues_on_github.php | 4 +- .../componentbuilder/tmpl/default_main.php | 4 +- ..._open_issues_the_open_issues_on_github.php | 4 +- .../tmpl/default_readme_information.php | 4 +- ...t_vast_development_method_notice_board.php | 4 +- .../componentbuilder/tmpl/default_vdm.php | 4 +- admin/views/componentbuilder/view.html.php | 4 +- admin/views/components/tmpl/default.php | 4 +- .../components/tmpl/default_batch_body.php | 4 +- .../components/tmpl/default_batch_footer.php | 4 +- admin/views/components/tmpl/default_body.php | 4 +- admin/views/components/tmpl/default_foot.php | 4 +- admin/views/components/tmpl/default_head.php | 4 +- .../views/components/tmpl/default_toolbar.php | 4 +- admin/views/components/view.html.php | 4 +- admin/views/custom_admin_view/submitbutton.js | 4 +- admin/views/custom_admin_view/tmpl/edit.php | 84 +- admin/views/custom_admin_view/view.html.php | 4 +- .../views/custom_admin_views/tmpl/default.php | 4 +- .../tmpl/default_batch_body.php | 4 +- .../tmpl/default_batch_footer.php | 4 +- .../custom_admin_views/tmpl/default_body.php | 4 +- .../custom_admin_views/tmpl/default_foot.php | 4 +- .../custom_admin_views/tmpl/default_head.php | 4 +- .../tmpl/default_toolbar.php | 4 +- admin/views/custom_admin_views/view.html.php | 4 +- admin/views/dynamic_get/submitbutton.js | 4 +- admin/views/dynamic_get/tmpl/edit.php | 486 ++--- admin/views/dynamic_get/view.html.php | 4 +- admin/views/dynamic_gets/tmpl/default.php | 4 +- .../dynamic_gets/tmpl/default_batch_body.php | 4 +- .../tmpl/default_batch_footer.php | 4 +- .../views/dynamic_gets/tmpl/default_body.php | 4 +- .../views/dynamic_gets/tmpl/default_foot.php | 4 +- .../views/dynamic_gets/tmpl/default_head.php | 4 +- .../dynamic_gets/tmpl/default_toolbar.php | 4 +- admin/views/dynamic_gets/view.html.php | 4 +- admin/views/field/submitbutton.js | 4 +- admin/views/field/tmpl/edit.php | 112 +- admin/views/field/view.html.php | 4 +- admin/views/fields/tmpl/default.php | 4 +- .../views/fields/tmpl/default_batch_body.php | 4 +- .../fields/tmpl/default_batch_footer.php | 4 +- admin/views/fields/tmpl/default_body.php | 4 +- admin/views/fields/tmpl/default_foot.php | 4 +- admin/views/fields/tmpl/default_head.php | 4 +- admin/views/fields/tmpl/default_toolbar.php | 4 +- admin/views/fields/view.html.php | 4 +- admin/views/fieldtype/submitbutton.js | 4 +- admin/views/fieldtype/tmpl/edit.php | 4 +- admin/views/fieldtype/view.html.php | 4 +- admin/views/fieldtypes/tmpl/default.php | 4 +- .../fieldtypes/tmpl/default_batch_body.php | 4 +- .../fieldtypes/tmpl/default_batch_footer.php | 4 +- admin/views/fieldtypes/tmpl/default_body.php | 4 +- admin/views/fieldtypes/tmpl/default_foot.php | 4 +- admin/views/fieldtypes/tmpl/default_head.php | 4 +- .../views/fieldtypes/tmpl/default_toolbar.php | 4 +- admin/views/fieldtypes/view.html.php | 4 +- admin/views/help_document/submitbutton.js | 4 +- admin/views/help_document/tmpl/edit.php | 64 +- admin/views/help_document/view.html.php | 4 +- admin/views/help_documents/tmpl/default.php | 4 +- .../tmpl/default_batch_body.php | 4 +- .../tmpl/default_batch_footer.php | 4 +- .../help_documents/tmpl/default_body.php | 4 +- .../help_documents/tmpl/default_foot.php | 4 +- .../help_documents/tmpl/default_head.php | 4 +- .../help_documents/tmpl/default_toolbar.php | 4 +- admin/views/help_documents/view.html.php | 4 +- admin/views/import/tmpl/default.php | 4 +- admin/views/import/view.html.php | 4 +- admin/views/layout/submitbutton.js | 4 +- admin/views/layout/tmpl/edit.php | 14 +- admin/views/layout/view.html.php | 4 +- admin/views/layouts/tmpl/default.php | 4 +- .../views/layouts/tmpl/default_batch_body.php | 4 +- .../layouts/tmpl/default_batch_footer.php | 4 +- admin/views/layouts/tmpl/default_body.php | 4 +- admin/views/layouts/tmpl/default_foot.php | 4 +- admin/views/layouts/tmpl/default_head.php | 4 +- admin/views/layouts/tmpl/default_toolbar.php | 4 +- admin/views/layouts/view.html.php | 4 +- admin/views/site_view/submitbutton.js | 4 +- admin/views/site_view/tmpl/edit.php | 94 +- admin/views/site_view/view.html.php | 4 +- admin/views/site_views/tmpl/default.php | 4 +- .../site_views/tmpl/default_batch_body.php | 4 +- .../site_views/tmpl/default_batch_footer.php | 4 +- admin/views/site_views/tmpl/default_body.php | 4 +- admin/views/site_views/tmpl/default_foot.php | 4 +- admin/views/site_views/tmpl/default_head.php | 4 +- .../views/site_views/tmpl/default_toolbar.php | 4 +- admin/views/site_views/view.html.php | 4 +- admin/views/snippet/submitbutton.js | 4 +- admin/views/snippet/tmpl/edit.php | 4 +- admin/views/snippet/view.html.php | 4 +- admin/views/snippets/tmpl/default.php | 4 +- .../snippets/tmpl/default_batch_body.php | 4 +- .../snippets/tmpl/default_batch_footer.php | 4 +- admin/views/snippets/tmpl/default_body.php | 4 +- admin/views/snippets/tmpl/default_foot.php | 4 +- admin/views/snippets/tmpl/default_head.php | 4 +- admin/views/snippets/tmpl/default_toolbar.php | 4 +- admin/views/snippets/view.html.php | 4 +- admin/views/template/submitbutton.js | 4 +- admin/views/template/tmpl/edit.php | 14 +- admin/views/template/view.html.php | 4 +- admin/views/templates/tmpl/default.php | 4 +- .../templates/tmpl/default_batch_body.php | 4 +- .../templates/tmpl/default_batch_footer.php | 4 +- admin/views/templates/tmpl/default_body.php | 4 +- admin/views/templates/tmpl/default_foot.php | 4 +- admin/views/templates/tmpl/default_head.php | 4 +- .../views/templates/tmpl/default_toolbar.php | 4 +- admin/views/templates/view.html.php | 4 +- componentbuilder.xml | 6 +- componentbuilder_update_server.xml | 34 + script.php | 14 +- site/assets/css/site.css | 4 +- site/componentbuilder.php | 4 +- site/controller.php | 4 +- site/controllers/help.php | 4 +- site/helpers/componentbuilder.php | 8 +- site/helpers/headercheck.php | 4 +- site/helpers/route.php | 4 +- site/router.php | 4 +- 388 files changed, 4420 insertions(+), 3975 deletions(-) rename admin/layouts/component/{ftp_servers_fullwidth.php => dynamic_integration_fullwidth.php} (89%) create mode 100644 admin/sql/updates/mysql/2.2.0.sql create mode 100644 admin/sql/updates/mysql/2.2.1.sql diff --git a/README.md b/README.md index 4e186887f..ea89f92f3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Component Builder (2.2.0) +# Component Builder (2.2.2) This is a [Joomla 3.x](http://www.joomla.org/) component. @@ -8,7 +8,7 @@ The Component Builder for [Joomla](http://www.joomla.org/) that is highly advanc Whether you're a seasoned [Joomla](http://www.joomla.org/) developer, or have just started, Component Builder will safe you lots of time and money. A real must have! -You can install it quite easily and with no limitations. On [github](https://github.com/vdm-io/Joomla-Component-Builder/releases) is the latest release (2.2.0) with **ALL** its features and **ALL** concepts totally open-source and free! +You can install it quite easily and with no limitations. On [github](https://github.com/vdm-io/Joomla-Component-Builder/releases) is the latest release (2.2.2) with **ALL** its features and **ALL** concepts totally open-source and free! Once installed upgrades are quick and easy via the default Joomla upgrade area. @@ -104,12 +104,12 @@ Component Builder is mapped as a component in itself on my local development env + *Author*: [Llewellyn van der Merwe](mailto:info@vdm.io) + *Name*: [Component Builder](https://www.vdm.io/joomla-component-builder) + *First Build*: 30th April, 2015 -+ *Last Build*: 31st October, 2016 -+ *Version*: 2.2.0 ++ *Last Build*: 22nd November, 2016 ++ *Version*: 2.2.2 + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html -+ *Line count*: **86123** -+ *File count*: **537** ++ *Line count*: **86438** ++ *File count*: **539** + *Folder count*: **99** > This **component** was build with a Joomla [Automated Component Builder](https://www.vdm.io/joomla-component-builder). diff --git a/admin/README.txt b/admin/README.txt index 4e186887f..ea89f92f3 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -1,4 +1,4 @@ -# Component Builder (2.2.0) +# Component Builder (2.2.2) This is a [Joomla 3.x](http://www.joomla.org/) component. @@ -8,7 +8,7 @@ The Component Builder for [Joomla](http://www.joomla.org/) that is highly advanc Whether you're a seasoned [Joomla](http://www.joomla.org/) developer, or have just started, Component Builder will safe you lots of time and money. A real must have! -You can install it quite easily and with no limitations. On [github](https://github.com/vdm-io/Joomla-Component-Builder/releases) is the latest release (2.2.0) with **ALL** its features and **ALL** concepts totally open-source and free! +You can install it quite easily and with no limitations. On [github](https://github.com/vdm-io/Joomla-Component-Builder/releases) is the latest release (2.2.2) with **ALL** its features and **ALL** concepts totally open-source and free! Once installed upgrades are quick and easy via the default Joomla upgrade area. @@ -104,12 +104,12 @@ Component Builder is mapped as a component in itself on my local development env + *Author*: [Llewellyn van der Merwe](mailto:info@vdm.io) + *Name*: [Component Builder](https://www.vdm.io/joomla-component-builder) + *First Build*: 30th April, 2015 -+ *Last Build*: 31st October, 2016 -+ *Version*: 2.2.0 ++ *Last Build*: 22nd November, 2016 ++ *Version*: 2.2.2 + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html -+ *Line count*: **86123** -+ *File count*: **537** ++ *Line count*: **86438** ++ *File count*: **539** + *Folder count*: **99** > This **component** was build with a Joomla [Automated Component Builder](https://www.vdm.io/joomla-component-builder). diff --git a/admin/assets/css/admin.css b/admin/assets/css/admin.css index 411c7e526..365b1c71a 100644 --- a/admin/assets/css/admin.css +++ b/admin/assets/css/admin.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage admin.css diff --git a/admin/assets/css/admin_view.css b/admin/assets/css/admin_view.css index edca0c3b4..88deb5997 100644 --- a/admin/assets/css/admin_view.css +++ b/admin/assets/css/admin_view.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage admin_view.css diff --git a/admin/assets/css/admin_views.css b/admin/assets/css/admin_views.css index 9db420e0e..e75f1d0ae 100644 --- a/admin/assets/css/admin_views.css +++ b/admin/assets/css/admin_views.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage admin_views.css diff --git a/admin/assets/css/component.css b/admin/assets/css/component.css index f6fc708a0..bb313ad13 100644 --- a/admin/assets/css/component.css +++ b/admin/assets/css/component.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage component.css diff --git a/admin/assets/css/components.css b/admin/assets/css/components.css index c42bd3df8..b31c6b32d 100644 --- a/admin/assets/css/components.css +++ b/admin/assets/css/components.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage components.css diff --git a/admin/assets/css/custom_admin_view.css b/admin/assets/css/custom_admin_view.css index cee1f1ec4..e45c73af8 100644 --- a/admin/assets/css/custom_admin_view.css +++ b/admin/assets/css/custom_admin_view.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage custom_admin_view.css diff --git a/admin/assets/css/custom_admin_views.css b/admin/assets/css/custom_admin_views.css index fc16441ff..a7f6008a3 100644 --- a/admin/assets/css/custom_admin_views.css +++ b/admin/assets/css/custom_admin_views.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage custom_admin_views.css diff --git a/admin/assets/css/dashboard.css b/admin/assets/css/dashboard.css index ac0f923e2..5f14d69a9 100644 --- a/admin/assets/css/dashboard.css +++ b/admin/assets/css/dashboard.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage dashboard.css diff --git a/admin/assets/css/dynamic_get.css b/admin/assets/css/dynamic_get.css index e23f180df..1434a469c 100644 --- a/admin/assets/css/dynamic_get.css +++ b/admin/assets/css/dynamic_get.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage dynamic_get.css diff --git a/admin/assets/css/dynamic_gets.css b/admin/assets/css/dynamic_gets.css index 322f3cbd4..24edd1fa2 100644 --- a/admin/assets/css/dynamic_gets.css +++ b/admin/assets/css/dynamic_gets.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage dynamic_gets.css diff --git a/admin/assets/css/field.css b/admin/assets/css/field.css index 2f4868331..48c2a19f9 100644 --- a/admin/assets/css/field.css +++ b/admin/assets/css/field.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage field.css diff --git a/admin/assets/css/fields.css b/admin/assets/css/fields.css index 2b5018249..6e9de0f77 100644 --- a/admin/assets/css/fields.css +++ b/admin/assets/css/fields.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage fields.css diff --git a/admin/assets/css/fieldtype.css b/admin/assets/css/fieldtype.css index 6e906de3a..f13fa7a68 100644 --- a/admin/assets/css/fieldtype.css +++ b/admin/assets/css/fieldtype.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage fieldtype.css diff --git a/admin/assets/css/fieldtypes.css b/admin/assets/css/fieldtypes.css index d9d25dd91..b1fc1a856 100644 --- a/admin/assets/css/fieldtypes.css +++ b/admin/assets/css/fieldtypes.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage fieldtypes.css diff --git a/admin/assets/css/help_document.css b/admin/assets/css/help_document.css index 92ec96386..4877bc2be 100644 --- a/admin/assets/css/help_document.css +++ b/admin/assets/css/help_document.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage help_document.css diff --git a/admin/assets/css/help_documents.css b/admin/assets/css/help_documents.css index 90f840671..0faf6dd94 100644 --- a/admin/assets/css/help_documents.css +++ b/admin/assets/css/help_documents.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage help_documents.css diff --git a/admin/assets/css/layout.css b/admin/assets/css/layout.css index 91037ac12..ed9ebc4df 100644 --- a/admin/assets/css/layout.css +++ b/admin/assets/css/layout.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage layout.css diff --git a/admin/assets/css/layouts.css b/admin/assets/css/layouts.css index 73a651f96..19e3af98e 100644 --- a/admin/assets/css/layouts.css +++ b/admin/assets/css/layouts.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage layouts.css diff --git a/admin/assets/css/site_view.css b/admin/assets/css/site_view.css index 3caf9a9f8..ec5920038 100644 --- a/admin/assets/css/site_view.css +++ b/admin/assets/css/site_view.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage site_view.css diff --git a/admin/assets/css/site_views.css b/admin/assets/css/site_views.css index 66d75568f..e64646d0e 100644 --- a/admin/assets/css/site_views.css +++ b/admin/assets/css/site_views.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage site_views.css diff --git a/admin/assets/css/snippet.css b/admin/assets/css/snippet.css index e01322568..8009ab737 100644 --- a/admin/assets/css/snippet.css +++ b/admin/assets/css/snippet.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage snippet.css diff --git a/admin/assets/css/snippets.css b/admin/assets/css/snippets.css index 2875b7c83..a7f21a1e1 100644 --- a/admin/assets/css/snippets.css +++ b/admin/assets/css/snippets.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage snippets.css diff --git a/admin/assets/css/template.css b/admin/assets/css/template.css index 2b4775166..7eab57848 100644 --- a/admin/assets/css/template.css +++ b/admin/assets/css/template.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage template.css diff --git a/admin/assets/css/templates.css b/admin/assets/css/templates.css index 654534d45..ed20c81fb 100644 --- a/admin/assets/css/templates.css +++ b/admin/assets/css/templates.css @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage templates.css diff --git a/admin/componentbuilder.php b/admin/componentbuilder.php index 21cca5a45..9c48b2463 100644 --- a/admin/componentbuilder.php +++ b/admin/componentbuilder.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage componentbuilder.php diff --git a/admin/controller.php b/admin/controller.php index 37db4a44e..303c1575c 100644 --- a/admin/controller.php +++ b/admin/controller.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage controller.php diff --git a/admin/controllers/admin_view.php b/admin/controllers/admin_view.php index 3381ab751..992e2371c 100644 --- a/admin/controllers/admin_view.php +++ b/admin/controllers/admin_view.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage admin_view.php diff --git a/admin/controllers/admin_views.php b/admin/controllers/admin_views.php index 4a6679659..745b6e21d 100644 --- a/admin/controllers/admin_views.php +++ b/admin/controllers/admin_views.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage admin_views.php diff --git a/admin/controllers/ajax.json.php b/admin/controllers/ajax.json.php index f61e74552..3dbc0609f 100644 --- a/admin/controllers/ajax.json.php +++ b/admin/controllers/ajax.json.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage ajax.json.php diff --git a/admin/controllers/compiler.php b/admin/controllers/compiler.php index 2bab8ef85..b19961318 100644 --- a/admin/controllers/compiler.php +++ b/admin/controllers/compiler.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage compiler.php diff --git a/admin/controllers/component.php b/admin/controllers/component.php index 7ac34ec64..4804dced5 100644 --- a/admin/controllers/component.php +++ b/admin/controllers/component.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage component.php diff --git a/admin/controllers/componentbuilder.php b/admin/controllers/componentbuilder.php index ab530956e..9b9c3f0bf 100644 --- a/admin/controllers/componentbuilder.php +++ b/admin/controllers/componentbuilder.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage componentbuilder.php diff --git a/admin/controllers/components.php b/admin/controllers/components.php index 9ed40e98d..212ee4142 100644 --- a/admin/controllers/components.php +++ b/admin/controllers/components.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage components.php diff --git a/admin/controllers/custom_admin_view.php b/admin/controllers/custom_admin_view.php index 268246aa6..ba2be41c7 100644 --- a/admin/controllers/custom_admin_view.php +++ b/admin/controllers/custom_admin_view.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage custom_admin_view.php diff --git a/admin/controllers/custom_admin_views.php b/admin/controllers/custom_admin_views.php index ebe6368e2..a0ee64e10 100644 --- a/admin/controllers/custom_admin_views.php +++ b/admin/controllers/custom_admin_views.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage custom_admin_views.php diff --git a/admin/controllers/dynamic_get.php b/admin/controllers/dynamic_get.php index b3b067bdf..22b378201 100644 --- a/admin/controllers/dynamic_get.php +++ b/admin/controllers/dynamic_get.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage dynamic_get.php diff --git a/admin/controllers/dynamic_gets.php b/admin/controllers/dynamic_gets.php index 8cda55292..30b909e3e 100644 --- a/admin/controllers/dynamic_gets.php +++ b/admin/controllers/dynamic_gets.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage dynamic_gets.php diff --git a/admin/controllers/field.php b/admin/controllers/field.php index 77cc27b09..b9a29ddc9 100644 --- a/admin/controllers/field.php +++ b/admin/controllers/field.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage field.php diff --git a/admin/controllers/fields.php b/admin/controllers/fields.php index 9e859c716..6a00c0d17 100644 --- a/admin/controllers/fields.php +++ b/admin/controllers/fields.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage fields.php diff --git a/admin/controllers/fieldtype.php b/admin/controllers/fieldtype.php index 1b47e924d..cd0e678e1 100644 --- a/admin/controllers/fieldtype.php +++ b/admin/controllers/fieldtype.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage fieldtype.php diff --git a/admin/controllers/fieldtypes.php b/admin/controllers/fieldtypes.php index a444a32a1..7a953d313 100644 --- a/admin/controllers/fieldtypes.php +++ b/admin/controllers/fieldtypes.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage fieldtypes.php diff --git a/admin/controllers/help.php b/admin/controllers/help.php index e25fb8ce5..285234e63 100644 --- a/admin/controllers/help.php +++ b/admin/controllers/help.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage help.php diff --git a/admin/controllers/help_document.php b/admin/controllers/help_document.php index f4db77fce..18aa82584 100644 --- a/admin/controllers/help_document.php +++ b/admin/controllers/help_document.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage help_document.php diff --git a/admin/controllers/help_documents.php b/admin/controllers/help_documents.php index 91c3aeccd..ada388978 100644 --- a/admin/controllers/help_documents.php +++ b/admin/controllers/help_documents.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage help_documents.php diff --git a/admin/controllers/import.php b/admin/controllers/import.php index b19d3e2b5..d23e57abb 100644 --- a/admin/controllers/import.php +++ b/admin/controllers/import.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage import.php diff --git a/admin/controllers/layout.php b/admin/controllers/layout.php index 46a70d873..e288f6508 100644 --- a/admin/controllers/layout.php +++ b/admin/controllers/layout.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage layout.php diff --git a/admin/controllers/layouts.php b/admin/controllers/layouts.php index 88308528f..bbed21211 100644 --- a/admin/controllers/layouts.php +++ b/admin/controllers/layouts.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage layouts.php diff --git a/admin/controllers/site_view.php b/admin/controllers/site_view.php index 48097f0e7..5ab5349e2 100644 --- a/admin/controllers/site_view.php +++ b/admin/controllers/site_view.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage site_view.php diff --git a/admin/controllers/site_views.php b/admin/controllers/site_views.php index 25fab999b..3c1dfb519 100644 --- a/admin/controllers/site_views.php +++ b/admin/controllers/site_views.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage site_views.php diff --git a/admin/controllers/snippet.php b/admin/controllers/snippet.php index 45fb240d1..98040b3d5 100644 --- a/admin/controllers/snippet.php +++ b/admin/controllers/snippet.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage snippet.php diff --git a/admin/controllers/snippets.php b/admin/controllers/snippets.php index 198db38b9..c5eaf83b0 100644 --- a/admin/controllers/snippets.php +++ b/admin/controllers/snippets.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage snippets.php diff --git a/admin/controllers/template.php b/admin/controllers/template.php index f6031b95b..a6f3af93d 100644 --- a/admin/controllers/template.php +++ b/admin/controllers/template.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage template.php diff --git a/admin/controllers/templates.php b/admin/controllers/templates.php index 523bcc9d5..8caa887d0 100644 --- a/admin/controllers/templates.php +++ b/admin/controllers/templates.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage templates.php diff --git a/admin/custom/downloadController_sermonDistributor.php b/admin/custom/downloadController_sermonDistributor.php index 1599eb7f1..499e77013 100644 --- a/admin/custom/downloadController_sermonDistributor.php +++ b/admin/custom/downloadController_sermonDistributor.php @@ -45,8 +45,8 @@ class ###Component###ControllerDownload extends JControllerLegacy switch($task) { case 'file': - $keys = $jinput->get('key', NULL, 'BASE64'); - $enUrl = $jinput->get('link', NULL, 'BASE64'); + $keys = ###Component###Helper::base64_urldecode($jinput->get('key', NULL, 'STRING')); + $enUrl = ###Component###Helper::base64_urldecode($jinput->get('link', NULL, 'STRING')); $filename = $jinput->get('filename', NULL, 'CMD'); if((base64_encode(base64_decode($enUrl, true)) === $enUrl) && (base64_encode(base64_decode($keys, true)) === $keys) && $filename) { @@ -60,7 +60,7 @@ class ###Component###ControllerDownload extends JControllerLegacy // Get local key $localkey = ###Component###Helper::getLocalKey(); $opener = new FOFEncryptAes($localkey, 128); - $link = rtrim($opener->decryptString(base64_decode($enUrl))); + $link = rtrim($opener->decryptString($enUrl), "\0"); $info = $this->getContentInfo($link); // set headers $app = JFactory::getApplication(); @@ -108,7 +108,7 @@ class ###Component###ControllerDownload extends JControllerLegacy break; } } - return false; + die('Restricted access'); } protected function getContentInfo($url) diff --git a/admin/custom/dropbox.php b/admin/custom/dropbox.php index bd56e4776..afaa13787 100644 --- a/admin/custom/dropbox.php +++ b/admin/custom/dropbox.php @@ -3,9 +3,9 @@ Vast Development Method /-------------------------------------------------------------------------------------------------------/ - @version 1.0.0 - 01st July, 2015 - @package Dropbox Links builder - @subpackage dropboxlinks.php + @version 2.0.0 - 03rd November, 2016 + @package Dropbox API 2 + @subpackage dropbox.php @author Llewellyn van der Merwe @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html @@ -20,295 +20,390 @@ defined('_JEXEC') or die; */ class Dropbox { - // the file name - public $fileName; + /** + * final url + */ + protected $url; + + /** + * The array for the post url + */ + protected $postUrl = array( + "protocol" => "https://", + "suddomain" => "api.", + "domain" => "dropboxapi.com", + "path" => "/2/" + ); - // the file array - public $files = array(); + /** + * the verious pathes we need + */ + protected $domainpath = array( + "list_folder" => "files/list_folder", + "list_folder_continue" => "files/list_folder/continue", + "create_shared_link" => "sharing/create_shared_link", + "get_shared_link_metadata" => "sharing/get_shared_link_metadata", + "revoke" => "auth/token/revoke" + ); - // the extension to get - protected $getfiles = array(); + /** + * the target pathe to get + */ + protected $targetPath = false; + protected $targetPathOriginal = false; - // the extensions to leave - protected $notfiles = array(); + /** + * oauth token + */ + protected $oauthToken; - // the folder array - protected $folders = array(); + /** + * the verious pathes we need + */ + protected $permissionType; - // folder identifiers - protected $getfolders = array('?dl=0'); + /** + * The loop controller in calling Dropbox API + */ + protected $continueCalling = array(); - // the list of extension to help identify what is folders (not exhaustive, only some of the commen files) - protected $notfolders = array( - '.3gp','.3gpp','.7z','.aac','.act','.aiff','.aiff','.amr','.ape','.ar','.asf','.au','.avi','.awb','.bmp','.bup','.bzip2','.crx','.css','.dct','.deb','.djvu', - '.doc','.docx','.drc','.dss','.ear','.egg','.exe','.flac','.flv','.gif','.gifv','.gzip','.htaccess','.html','.ico','.ini','.iso','.jar','.jpeg','.jpg','.js', - '.json','.lzip','.m3u','.m4a','.m4p','.m4v','.mkv','.mmf','.mng','.mov','.mp3','.mp4','.mpc','.mpeg','.mpeg4','.mpegps','.mpg','.mpkg','.msi','.odt','.ogg', - '.opus','.pdf','.pea','.php','.pkg','.png','.ppt','.pptx','.ps','.psd','.pst','.pxv','.rar','.raw','.rm','.rmvb','.rpm','.rtf','.shar','.sql','.svg','.sxw', - '.tar','.tgz','.tgz','.tiff','.txt','.veg','.vep','.vob','.wav','.webm','.wma','.wmv','.xar','.xls','.xml','.yuv','.zip' ); + /** + * the success switch + */ + protected $succes; - // the directory where the downloaded files should be stored - protected $dir; + /** + * the type call + */ + protected $type; + + /** + * the query for the call + */ + protected $query; + + /** + * the query for the call + */ + protected $model; + + /** + * the mediaData bucket + */ + public $mediaData = array(); + + /** + * the error messages + */ + public $error_summary = array(); /** * Constructor */ - public function __construct($mainurl, $config = array('save' => false, 'filename' => 'dropbox', 'download' => false, 'dir' => __DIR__)) + public function __construct(JModelLegacy $model, $buildType) { - if ($this->checkArray($config)) + // set the url at this point for now + $this->url = $this->postUrl["protocol"].$this->postUrl["suddomain"].$this->postUrl["domain"].$this->postUrl["path"]; + // set the local model + $this->model = $model; + // set the build type + $this->build = (int) $buildType; + } + + /** + * getFiles + * + * ============= + * $details + * ============= + * dropboxOption + * dropboxTarget + * addTypes + * + */ + public function getFiles($token, $permissiontype, $details = array()) + { + // we need more then the normal time to run this script 5 minutes at least. + ini_set('max_execution_time', 500); + // set the oauth toke + $this->oauthToken = $token; + + // set the permission type + $this->permissionType = $permissiontype; + + // set the details + if ($this->checkArray($details)) { - // we need more then the normal time to run this script 5 minutes at least. - ini_set('max_execution_time', 500); // TODO this is not the best option I am sure, but for now seems like the only option. - // set main url - $this->mainurl = $mainurl; - // if custom get list is set use it - if (isset($config['get']) && $this->checkArray($config['get'])) + foreach ($details as $detail => $value) { - $this->getfiles = $config['get']; - } - elseif (isset($config['get']) && $this->checkString($config['get'])) - { - $this->getfiles = array($config['get']); - } - // if custom excludelist is set use it - if (isset($config['not']) && $this->checkArray($config['not'])) - { - $this->notfiles = $config['not']; - } - elseif (isset($config['not']) && $this->checkString($config['not'])) - { - $this->notfiles = array($config['not']); - } - // set main folder name - $this->fileName = (isset($config['filename'])) ? md5($this->mainurl.$config['filename']) : md5($this->mainurl.'nofilenamewasset'); - // set save switch - $save = (isset($config['save'])) ? $config['save'] : false; - // set download switch - $download = (isset($config['download'])) ? $config['download'] : false; - // make sure the note folder identifiers are complete - $this->notfolders = array_unique(array_merge($this->getfiles,$this->notfiles,$this->notfolders)); - // set local directory - $this->dir = (isset($config['dir'])) ? $config['dir'] : __DIR__; - // check if the parching of the drobox files is up to date - if (($json = @file_get_contents($this->fileName.".json")) !== FALSE) - { - $this->files = json_decode($json, true); - } - else - { - // set all folders - $this->parseFolders($this->mainurl, 'VDM_pLeK_h0uEr'); - } - // check if we should save the file - if ($save) - { - $this->save(); - } - // check if we should download the file - if ($download) - { - $this->download(); + $this->$detail = $value; } + } + + // set the curent folder path + if (!$this->setFolderPath()) + { + return false; + } + + // start the main factory that calles for the folder data + $this->query = array("path" => $this->targetPath, "recursive" => true, "include_media_info" => true); + $this->type = 'list_folder'; + if ($this->makeCall()) + { + return true; + } + } + + public function revokeToken($token = null) + { + if ($token) + { + // set the oauth toke + $this->oauthToken = $token; + } + // set the call to revoke the token + $this->query = 'null'; + $this->type = 'revoke'; + if ($this->makeCall()) + { return true; } return false; } - - public function download($dir = null) + + protected function setFolderPath() { - if ($this->checkArray($this->files)) + if ('full' == $this->permissionType && isset($this->dropboxOption) && isset($this->dropboxTarget) && $this->checkString($this->dropboxTarget)) { - // insure the directory is set - $dir = ($dir) ? $dir : $this->dir; - foreach($this->files as $path => $url) + if (2 == $this->dropboxOption) { - // now setup correct path - $path = str_replace('VDM_pLeK_h0uEr', $dir, $path); - // boom here we go move.... - $this->getFile($url, $path); + // simply set the path + $this->targetPath = '/'.trim(strtolower($this->dropboxTarget), '/'); + + return true; + } + elseif (1 == $this->dropboxOption) + { + // make a call to get the path + $this->query = array("url" => $this->dropboxTarget); + $this->type = 'get_shared_link_metadata'; + if ($this->makeCall()) + { + return true; + } } } - } - - public function getFile($url, $path) - { - $newfname = $path; - if (($file = @fopen($url, "rb")) !== FALSE) + elseif ('app' == $this->permissionType) { - $filename = substr($path, strrpos($path, '/')); - $makePath = str_replace($filename,'',$path); - if (!file_exists($makePath)) - { - mkdir($makePath, 0755, true); - } - - $newf = fopen($newfname, "wb"); + $this->targetPath = ""; + + return true; + } + return false; + } + + protected function makeCall() + { + if ($this->_isCurl()) + { + return $this->makeCurlCall(); } else { - echo 'error! '.$url.' not found'; - } - - if ($newf) - { - while(!feof($file)) - { - fwrite($newf, fread($file, 1024 * 8 ), 1024 * 8 ); - } - } - - if ($file) - { - fclose($file); - } - - if ($newf) - { - fclose($newf); + return $this->makeGetCall(); } } - - public function save($filename = null) + + protected function makeGetCall() { - if ($this->checkString($filename)) - { - // set main folder name - $this->fileName = md5($this->mainurl.$filename); - } - if ($this->checkArray($this->files)) - { - $data = json_encode($this->files); - // now save this folders data to a file. - $this->saveJson($data); + $query = json_encode($this->query); + + $options = array( + 'http' => array( + 'header' => "Content-Type: application/json\r\n". + "Authorization: Bearer ".$this->oauthToken, + 'method' => "POST", + 'content' => $query + ), + ); + + $context = stream_context_create($options); + $response = file_get_contents($this->url.$this->domainpath[$this->type], false, $context); - return true; + + if ($response === FALSE) + { + $this->error_summary[] = $this->type.'_error'; + return false; + } + else + { + // store the result + return $this->setTheResult(json_decode($response)); + } + } + + protected function makeCurlCall() + { + $query = json_encode($this->query); + + $headers = array('Authorization: Bearer '. $this->oauthToken, + 'Content-Type: application/json' + ); + + $ch = curl_init($this->url.$this->domainpath[$this->type]); + + curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); + curl_setopt($ch, CURLOPT_POSTFIELDS, $query); + curl_setopt($ch, CURLOPT_POST, true); + curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); + // curl_setopt($ch, CURLOPT_VERBOSE, 1); // debug + + $response = curl_exec($ch); + + curl_close($ch); + + if ($this->checkJson($response)) + { + $response = json_decode($response); + } + // store the result + return $this->setTheResult($response); + } + + protected function setTheResult($data) + { + // if there was an error stop!!! + if (isset($data->error_summary)) + { + $this->error_summary[] = $data->error_summary; + return false; + } + + // deal with each type + switch ($this->type) + { + case "list_folder": + case "list_folder_continue": + if (isset($data->entries) && $this->checkArray($data->entries)) + { + if ($this->storeFiles($data->entries)) + { + // run the continue if needed + if (isset($data->has_more) && $data->has_more && isset($data->cursor)) + { + // start the main factory that calles for the folder data + $this->query = array("cursor" => $data->cursor); + $this->type = 'list_folder_continue'; + if ($this->makeCall()) + { + return true; + } + } + return true; + } + } + $this->error_summary[] = $this->type.'_error'; + break; + case "create_shared_link": + if (isset($data->url) && isset($data->path) && $this->storeSharedLink($this->fixPath($data->path), str_replace('?dl=0','?dl=1',$data->url))) + { + // we stored the link + return true; + } + $this->error_summary[] = $this->type.'_error'; + break; + case "get_shared_link_metadata": + if (isset($data->path_lower)) + { + $this->targetPath = $data->path_lower; + return true; + } + $this->error_summary[] = $this->type.'_error'; + break; + case "revoke": + if (is_null($data)) + { + return true; + } + $this->error_summary[] = $this->type.'_error'; + break; + } + return false; + } + + protected function storeSharedLink($path, $url) + { + // we need to store the url to DB + if (isset($this->mediaData[$path])) + { + $localListing = array(); + $localListing['id'] = 0; + $localListing['name'] = $this->mediaData[$path]['name']; + $localListing['size'] = $this->mediaData[$path]['size']; + $localListing['key'] = $path; + $localListing['url'] = $url; + $localListing['build'] = $this->build; + // free some memory + unset($this->mediaData[$path]); + // check if item already set + if ($id = $this->model->searchForId($path)) + { + // update item + $localListing['id'] = $id; + } + return $this->model->save($localListing); } return false; } - protected function saveJson($data) - { - if ($this->checkString($data)) - { - /* - for now it will save - the files in the same - directory as the php - file where the class - is called we will have - to change this to suite - your custom needs. - */ - $fp = fopen($this->fileName.'.json', 'w'); - fwrite($fp, $data); - fclose($fp); - } - } - - protected function parseFolders($url, $foldername) - { - if ($this->checkString($url)) - { - // get the page html - if (($html = @file_get_contents($url)) !== FALSE) + protected function storeFiles($entries) + { + foreach ($entries as $item) + { + if (isset($item->{'.tag'}) && 'file' == $item->{'.tag'} && isset($item->name)) { - //Create a new DOM document - $dom = new DOMDocument; - - //Parse the HTML. The @ is used to suppress any parsing errors - //that will be thrown if the $html string isn't valid XHTML. - @$dom->loadHTML($html); - - //Get all links. You could also use any other tag name here, - //like 'img' or 'table', to extract other tags. - $links = $dom->getElementsByTagName('a'); - - //Iterate over the extracted links and display their URLs - if ($this->checkObject($links)) + $addLink = false; + // remove if not related to type + if (isset($this->addTypes) && $this->checkArray($this->addTypes)) { - // the types - $types = array('folders','files'); - foreach ($types as $type) + foreach ($this->addTypes as $add) { - // folder bucket - $buket = array(); - foreach ($links as $nr => $link) + if (strpos($item->name,$add) !== false) { - // switch to add link - $add = false; - // get actual link - $href = $link->getAttribute('href'); - // only use link reated to type - if ($this->checkArray($this->{'get'.$type}) && $this->checkString($href)) - { - foreach ($this->{'get'.$type} as $get) - { - if (!$add) - { - if (strpos($get,'?dl') === false) - { - $get = $get . '?dl=0'; - } - if (strpos($href,'https://www.dropbox.com/') !== false && strpos($href,$get) !== false) - { - $add = true; - } - } - } - } - else - { - if (strpos($href,'https://www.dropbox.com/') !== false && strpos($href,'?dl=0') !== false) - { - $add = true; - } - } - - // remove if not related to type - if ($this->checkArray($this->{'not'.$type}) && $this->checkString($href) && $add) - { - foreach ($this->{'not'.$type} as $not) - { - if ($add) - { - if (strpos($href,$not) !== false) - { - $add = false; - } - } - } - } - - // now add if still related to type - if ($add) - { - if (!in_array($href,$buket)) - { - $name = str_replace('?dl=0','',substr($href, strrpos($href, '/') + 1)); - - if ($type == 'folders' && strpos($name,'.') === false) - { - // parse this folder for more files and sub folders - $this->parseFolders($href, $foldername.'/'.str_replace('?lst','',$name)); - $buket[] = $href; - unset($links->$nr); - - } - elseif ($type == 'files' && strpos($name,'.') !== false) - { - // Add to file list - $this->files[$foldername.'/'.$name] = str_replace('?dl=0','?dl=1',$href); - $buket[] = $href; - unset($links->$nr); - } - } - } + $addLink = true; } } } - return true; + if ($addLink && isset($item->path_lower)) + { + // store media info + $this->mediaData[$this->fixPath($item->path_lower)] = array('name' => $item->name, 'size' => $item->size); + // get the shared link + $this->query = array("path" => $item->path_lower); + $this->type = 'create_shared_link'; + if (!$this->makeCall()) + { + return false; + } + } } } - return false; + return true; + } + + protected function fixPath($path) + { + if ($this->checkString($this->targetPath)) + { + $path = str_replace($this->targetPath, 'VDM_pLeK_h0uEr', $path); + } + else + { + $path = 'VDM_pLeK_h0uEr'.$path; + } + return $path; } protected function checkObject($object) @@ -328,6 +423,16 @@ class Dropbox } return false; } + + protected function checkJson($string) + { + if ($this->checkString($string)) + { + json_decode($string); + return (json_last_error() === JSON_ERROR_NONE); + } + return false; + } protected function checkString($string) { @@ -337,6 +442,10 @@ class Dropbox } return false; } + + protected function _isCurl() + { + return function_exists('curl_version'); + } } -?> \ No newline at end of file diff --git a/admin/custom/dropboxupdater.php b/admin/custom/dropboxupdater.php index 8af91b1f5..29c9e3932 100644 --- a/admin/custom/dropboxupdater.php +++ b/admin/custom/dropboxupdater.php @@ -22,10 +22,6 @@ defined('_JEXEC') or die('Restricted access'); */ class Dropboxupdater { - /** - * to see where we are in the prosses - **/ - public $progress = array('report' => 0); /** * update flag (if false update will not happen) @@ -33,14 +29,19 @@ class Dropboxupdater protected $okay = true; /** - * the type of linksto update + * update flag (if false update will not happen) **/ - protected $type; + protected $data = null; /** - * allow a forced manual update + * the file Key **/ - protected $runManual; + protected $fileKey; + + /** + * allow a forced update + **/ + protected $forceUpdate; /** * Todays date-time @@ -58,14 +59,9 @@ class Dropboxupdater protected $updateMethod; /** - * update links + * update targets **/ - protected $updateLinks = array(); - - /** - * Listing of dropbox links - **/ - protected $listing = array(); + protected $updateTarget; /** * info related to this update @@ -78,10 +74,20 @@ class Dropboxupdater **/ protected $localkey = false; + /** + * Main dropbox class + **/ + protected $dropbox; + /** * component parameters **/ protected $app_params; + + /** + * the errors + **/ + protected $errors = array(); /** * everything we want done when initialized @@ -90,32 +96,68 @@ class Dropboxupdater { // get params $this->app_params = JComponentHelper::getParams('com_###component###'); - - // set local key - $this->localkey = md5($this->app_params->get('link_encryption', 'localKey34fdWEkl')); } /** - * update mehtod + * get the logged errors array **/ - public function update($type = false, $runManual = false) + public function getErrors() + { + return $this->errors; + } + + /** + * set the error to the log + **/ + protected function setErrors($error) + { + if (###Component###Helper::checkString($error)) + { + $this->errors[] = $error; + } + elseif (###Component###Helper::checkArray($error)) + { + foreach($error as $log) + { + if (###Component###Helper::checkString($log)) + { + $this->errors[] = $log; + } + } + } + } + + /** + * update method + **/ + public function update($id, $target, $type = false, $forceUpdate = false, $sleutel = null) { if ($type) { - // start frech + // start fresh $this->okay = true; - // set type + $this->data = null; + // is this a forced run + $this->forceUpdate = $forceUpdate; + // the file key + $this->fileKey = ###Component###Helper::safeString($id.$target.$type); + // set the type of this listing $this->type = $type; - $this->runManual = $runManual; - // set progress file name - $this->progressFilePath = JPATH_COMPONENT_SITE.'/helpers/'.md5($this->type.'progress'.$this->localkey).'.json'; + // get the external source data being updated + $this->setExternalSourceData($id); + + // load the token if manualy set + if ($sleutel) + { + $this->setExternalSourceData($id, array('oauthtoken' => $sleutel)); + } // what update method is set $this->setUpdateMethod(); // set the update links - $this->setUpdateLinks(); + $this->setUpdateTarget($target); // set needed dates if ($this->okay) @@ -126,7 +168,7 @@ class Dropboxupdater // get info data or set if not found if ($this->okay) { - $this->setInfoData(); + $this->setUpdateInfoData(); } // check if update should run now @@ -134,11 +176,6 @@ class Dropboxupdater { $this->checkUpdateStatus(); } - // set progress - if ($this->okay) - { - $this->saveProgress(); - } // before update save update info incase class is called again if($this->okay) @@ -161,35 +198,60 @@ class Dropboxupdater if ($this->okay) { // set the config - $this->setDropboxConfig(); - // set progress - $this->progress['report'] = 30; - $this->saveProgress(); + $this->setDetailsConfig(); // load the file JLoader::import('dropbox', JPATH_COMPONENT_SITE.'/helpers'); - // okay now update - if ($this->doUpdate()) + $build = 1; + if ('auto' == $this->type) { - return $this->okay; + $build = 2; } + // load the dropbox class + $this->dropbox = new Dropbox(###Component###Helper::getModel('local_listing', JPATH_COMPONENT_ADMINISTRATOR), $build); + // okay now update + $this->okay = $this->doUpdate(); } + // always reset if all okay + return $this->resetUpdate(); } + $this->setErrors('The update type is unknown.'); return false; } + + /** + * set the exsternal source data + */ + protected function setExternalSourceData($id, $data = array()) + { + // get the data if not set + if (!$this->data || !###Component###Helper::checkObject($this->data)) + { + // load model to get the data + $model = ###Component###Helper::getModel('external_source', JPATH_COMPONENT_ADMINISTRATOR); + $this->data = $model->getItem($id); + } + // if new data is set load it + if (###Component###Helper::checkArray($data)) + { + foreach ($data as $key => $value) + { + $this->data->$key = $value; + } + } + } /** * set update mehtod **/ protected function setUpdateMethod() { - $method = $this->app_params->get($this->type.'_link_update_method', 0); - if ($this->runManual) + if ($this->forceUpdate) { // this is a manual method $this->updateMethod = 'manual'; } - elseif (2 == $method) - { + elseif (2 == $this->data->update_method) + { // this it an auto mehtod $this->updateMethod = 'auto'; } @@ -200,31 +262,53 @@ class Dropboxupdater } /** - * set update Links + * set update target **/ - protected function setUpdateLinks() + protected function setUpdateTarget($nr) { - // the number of links - $numbers = range(1, 4); - // now check if they are set - foreach ($numbers as $number) + // get target based on type and position + if ('full' == $this->data->permissiontype && $nr > 0) { - // set the number to string - $numStr = ###Component###Helper::safeString($number); - // Get the url - $url = $this->app_params->get($this->type.'dropbox'.$numStr, null); - // only load those that are set - if ($url) + $position = $nr - 1; + if (1 == $this->data->dropboxoptions && ###Component###Helper::checkJson($this->data->sharedurl)) { - $this->updateLinks[] = $url; + $targets = json_decode($this->data->sharedurl)->tsharedurl; + } + elseif (2 == $this->data->dropboxoptions && ###Component###Helper::checkJson($this->data->folder)) + { + $targets = json_decode($this->data->folder)->tfolder; + } + // check if we found any + if (!isset($targets[$position]) || !###Component###Helper::checkString($targets[$position])) + { + $this->setErrors('The target Shared-url or Folder is not set.'); + $this->okay = false; + } + else + { + $this->updateTarget = $targets[$position]; } } - // check if we found any - if (!isset($this->updateLinks) || !###Component###Helper::checkArray($this->updateLinks)) + else { - $this->okay = false; + $this->updateTarget = ''; } } + + /** + * set the configeration for exsternal source class + **/ + protected function setDetailsConfig() + { + // reset config + $this->detailsConfig = array(); + // get the legal files set + $this->detailsConfig['addTypes'] = $this->data->filetypes; + // set other config settings + $this->detailsConfig['dropboxOption'] = $this->data->dropboxoptions; + // set dropbox target + $this->detailsConfig['dropboxTarget'] = $this->updateTarget; + } /** * set next update time @@ -243,7 +327,7 @@ class Dropboxupdater else { // based on the auto time we will set the next update date/time - $timer = $this->app_params->get($this->type.'_dropbox_timer', '60'); + $timer = $this->data->update_timer; if ($timer != 0) { // Get Next Update Time @@ -252,18 +336,19 @@ class Dropboxupdater // if timer is 0 we should not update else { + $this->setErrors('The timer is not setup correctly.'); $this->okay = false; } } } /** - * set update mehtod + * set update info data **/ - protected function setInfoData() + protected function setUpdateInfoData() { // set the info file name - $fileName = md5($this->type.'info'.$this->localkey); + $fileName = md5($this->fileKey.'info'.$this->localkey); // set file path $this->infoFilePath = JPATH_COMPONENT_SITE.'/helpers/'.$fileName.'.json'; @@ -289,11 +374,13 @@ class Dropboxupdater if ($this->updateInfo->updateactive) { $this->okay = false; + $this->setErrors('There is an update already running.'); } // check if the time has come to do the next update elseif (('auto' == $this->updateMethod) && ($this->updateInfo->nextupdate > $this->today)) { $this->okay = false; + $this->setErrors('It is not yet time to run this update.'); } else { @@ -301,14 +388,6 @@ class Dropboxupdater } } - /** - * save the update info - **/ - protected function saveProgress() - { - return $this->saveJson(json_encode($this->progress),$this->progressFilePath); - } - /** * save the update info **/ @@ -324,93 +403,32 @@ class Dropboxupdater { // we need more then the normal time to run this script 5 minutes at least. ini_set('max_execution_time', 500); - // get data of all the urls - foreach ($this->updateLinks as $mainUrl) + // get data of all the shared links of all target items + if (!$this->dropbox->getFiles($this->data->oauthtoken, $this->data->permissiontype, $this->detailsConfig)) { - // set progress - if ($this->progress['report'] < 60) - { - $this->progress['report'] = $this->progress['report'] + 5; - $this->saveProgress(); - } - // get ldropbox links - $dropbox = new Dropbox($mainUrl, $this->dropboxConfig); - // set progress - if ($this->progress['report'] < 70) - { - $this->progress['report'] = $this->progress['report'] + 5; - $this->saveProgress(); - } - // get the links - if (###Component###Helper::checkArray($dropbox->files)) - { - $this->listing = array_merge($this->listing, $dropbox->files); - } - // set progress - if ($this->progress['report'] < 80) - { - $this->progress['report'] = $this->progress['report'] + 5; - $this->saveProgress(); - } - unset($dropbox); + $this->setErrors($this->dropbox->error_summary); + return false; + } + // if this is a manual update, then revoke the token + if ($this->forceUpdate) + { + $this->dropbox->revokeToken($this->data->oauthtoken); } - - // now store the new listing - return $this->setNewListing(); + return true; } - protected function setNewListing() - { - // set progress - $this->progress['report'] = 100; - $this->saveProgress(); - // reset storage - $storeage = array(); - // set the listing file name - $fileName = md5($this->type.'listing'.$this->localkey); - // set file path - $listingFilePath = JPATH_COMPONENT_SITE.'/helpers/'.$fileName.'.json'; - - // now store the new listing - if (###Component###Helper::checkArray($this->listing)) - { - // encrypt the urls - $locker = new FOFEncryptAes($this->localkey, 128); - foreach ($this->listing as $folder => $link) - { - $storeage[$folder] = base64_encode($locker->encryptString($link)); - } - } - else - { - $this->okay = false; - } - // save the update links. - $this->saveJson(json_encode($storeage),$listingFilePath); - // make sure the update reset - $this->updateInfo->nextupdate = $this->next; - $this->updateInfo->updateactive = false; - $this->updateInfo->updatenow = false; - - return $this->saveUpdateInfo(); - } - - /** - * set the configeration for dropbox class - **/ - protected function setDropboxConfig() + protected function resetUpdate() { - // reset config - $this->dropboxConfig = array(); - // get the legal files set - $getfiles = $this->app_params->get('dropbox_filetypes', null); - if (###Component###Helper::checkArray($getfiles)) + if ($this->okay) { - $this->dropboxConfig['get'] = $getfiles; + // make sure the update reset + $this->updateInfo->nextupdate = $this->next; + $this->updateInfo->updateactive = false; + $this->updateInfo->updatenow = false; + + return $this->saveUpdateInfo(); } - // set other config settings - $this->dropboxConfig['save'] = false; - $this->dropboxConfig['download'] = false; + return false; } protected function saveJson($data,$filename) diff --git a/admin/helpers/compiler.php b/admin/helpers/compiler.php index 9a1ac9d7b..5e31ff655 100644 --- a/admin/helpers/compiler.php +++ b/admin/helpers/compiler.php @@ -43,7 +43,7 @@ class Compiler extends Infusion public $filepath = ''; // fixed pathes - protected $add2SalesServer = false; + protected $dynamicIntegration = false; protected $backupPath = false; protected $gitPath = false; @@ -61,8 +61,8 @@ class Compiler extends Infusion // set some folder paths in relation to distribution if ($config['addBackup']) { - $this->backupPath = $this->params->get('backup_folder_path', $this->tempPath).'/'.$this->componentBackupName.'.zip'; - $this->add2SalesServer = true; + $this->backupPath = $this->params->get('backup_folder_path', $this->tempPath).'/'.$this->componentBackupName.'.zip'; + $this->dynamicIntegration = true; } if ($config['addGit']) { @@ -187,7 +187,7 @@ class Compiler extends Infusion } } // move the update server to host - if ($this->componentData->add_update_server && isset($this->updateServerFileName) && $this->add2SalesServer) + if ($this->componentData->add_update_server && $this->componentData->update_server_target == 1 && isset($this->updateServerFileName) && $this->dynamicIntegration) { $xml_update_server_path = $this->componentPath.'/'.$this->updateServerFileName.'.xml'; // make sure we have the correct file @@ -329,12 +329,12 @@ class Compiler extends Infusion if ($zip->create($this->filepath, $zipArray)) { // now move to backup if zip was made and backup is requered - if ($this->backupPath) + if ($this->backupPath && $this->dynamicIntegration) { JFile::copy($this->filepath, $this->backupPath); } // move to sales server host - if ($this->componentData->add_sales_server) + if ($this->componentData->add_sales_server && $this->dynamicIntegration) { // make sure we have the correct file if (isset($this->componentData->sales_server_ftp)) diff --git a/admin/helpers/compiler/e_Interpretation.php b/admin/helpers/compiler/e_Interpretation.php index 519d94bf2..2021a08f2 100644 --- a/admin/helpers/compiler/e_Interpretation.php +++ b/admin/helpers/compiler/e_Interpretation.php @@ -445,13 +445,13 @@ class Interpretation extends Fields $function = array(); if (isset($this->basicEncryptionBuilder) && ComponentbuilderHelper::checkArray($this->basicEncryptionBuilder) && ComponentbuilderHelper::checkArray($this->advancedEncryptionBuilder)) { - $function[] = "\n\n\tpublic static function getCryptKey(\$type)"; + $function[] = "\n\n\tpublic static function getCryptKey(\$type, \$default = null)"; $function[] = "\t{"; $function[] = "\t\t//".$this->setLine(__LINE__)." Get the global params"; $function[] = "\t\t\$params = JComponentHelper::getParams('com_".$component."', true);"; $function[] = "\t\tif ('advanced' == \$type)"; $function[] = "\t\t{"; - $function[] = "\t\t\t\$advanced_key = \$params->get('advanced_key', null);"; + $function[] = "\t\t\t\$advanced_key = \$params->get('advanced_key', \$default);"; $function[] = "\t\t\tif (\$advanced_key)"; $function[] = "\t\t\t{"; $function[] = "\t\t\t\t//".$this->setLine(__LINE__)." load the file"; @@ -462,7 +462,7 @@ class Interpretation extends Fields $function[] = "\t\t}"; $function[] = "\t\telseif ('basic' == \$type)"; $function[] = "\t\t{"; - $function[] = "\t\t\t\$basic_key = \$params->get('basic_key', null);"; + $function[] = "\t\t\t\$basic_key = \$params->get('basic_key', \$default);"; $function[] = "\t\t\tif (\$basic_key)"; $function[] = "\t\t\t{"; $function[] = "\t\t\t\treturn \$basic_key;"; @@ -473,13 +473,13 @@ class Interpretation extends Fields } elseif (isset($this->advancedEncryptionBuilder) && ComponentbuilderHelper::checkArray($this->advancedEncryptionBuilder)) { - $function[] = "\n\n\tpublic static function getCryptKey(\$type)"; + $function[] = "\n\n\tpublic static function getCryptKey(\$type, \$default = null)"; $function[] = "\t{"; $function[] = "\t\tif ('advanced' == \$type)"; $function[] = "\t\t{"; $function[] = "\t\t\t//".$this->setLine(__LINE__)." Get the global params"; $function[] = "\t\t\t\$params = JComponentHelper::getParams('com_".$component."', true);"; - $function[] = "\t\t\t\$advanced_key = \$params->get('advanced_key', null);"; + $function[] = "\t\t\t\$advanced_key = \$params->get('advanced_key', \$default);"; $function[] = "\t\t\tif (\$advanced_key)"; $function[] = "\t\t\t{"; $function[] = "\t\t\t\t//".$this->setLine(__LINE__)." load the file"; @@ -493,13 +493,13 @@ class Interpretation extends Fields } elseif (isset($this->basicEncryptionBuilder) && ComponentbuilderHelper::checkArray($this->basicEncryptionBuilder)) { - $function[] = "\n\n\tpublic static function getCryptKey(\$type)"; + $function[] = "\n\n\tpublic static function getCryptKey(\$type, \$default = null)"; $function[] = "\t{"; $function[] = "\t\tif ('basic' == \$type)"; $function[] = "\t\t{"; $function[] = "\t\t\t//".$this->setLine(__LINE__)." Get the global params"; $function[] = "\t\t\t\$params = JComponentHelper::getParams('com_".$component."', true);"; - $function[] = "\t\t\t\$basic_key = \$params->get('basic_key', null);"; + $function[] = "\t\t\t\$basic_key = \$params->get('basic_key', \$default);"; $function[] = "\t\t\tif (\$basic_key)"; $function[] = "\t\t\t{"; $function[] = "\t\t\t\treturn \$basic_key;"; @@ -521,7 +521,7 @@ class Interpretation extends Fields { $updateXML = array(); // add the update server - if ($this->componentData->add_update_server) + if ($this->componentData->add_update_server && $this->componentData->update_server_target != 3) { $updateXML[] = ''; } @@ -545,7 +545,7 @@ class Interpretation extends Fields $this->fileContentDynamic[$name.'_'.$update['version']]['###UPDATE_VERSION_MYSQL###'] = $update['mysql']; } // add the update server - if ($this->componentData->add_update_server) + if ($this->componentData->add_update_server && $this->componentData->update_server_target != 3) { // build update xml $updateXML[] = "\t"; @@ -571,8 +571,8 @@ class Interpretation extends Fields $updateXML[] = "\t"; } } - // add the update server - if ($this->componentData->add_update_server) + // add the update server file + if ($this->componentData->add_update_server && $this->componentData->update_server_target != 3) { $updateXML[] = ''; // ###UPDATE_SERVER_XML### @@ -583,16 +583,19 @@ class Interpretation extends Fields // set the Update server file name $this->updateServerFileName = $name; - - // ###UPDATESERVER### - $updateServer = array(); - $updateServer[] = "\n\t"; - $updateServer[] = "\t\t".''.$this->componentData->update_server.''; - $updateServer[] = "\t"; - // return the array to string - $updateServer = implode("\n", $updateServer); } } + // add the update server link to component XML + if ($this->componentData->add_update_server && isset($this->componentData->update_server) && ComponentbuilderHelper::checkString($this->componentData->update_server)) + { + // ###UPDATESERVER### + $updateServer = array(); + $updateServer[] = "\n\t"; + $updateServer[] = "\t\t".''.$this->componentData->update_server.''; + $updateServer[] = "\t"; + // return the array to string + $updateServer = implode("\n", $updateServer); + } // add update server details to component XML file $this->fileContentStatic['###UPDATESERVER###'] = $updateServer; } @@ -2711,6 +2714,27 @@ class Interpretation extends Fields // check if custom button should be added if (isset($view['settings']->add_custom_button) && $view['settings']->add_custom_button == 1) { + // insure the controller and model strings are added + if (ComponentbuilderHelper::checkString($view['settings']->php_controller) && $view['settings']->php_controller != '//') + { + // set the custom buttons ###CUSTOM_BUTTONS_CONTROLLER### + $this->fileContentDynamic[$viewName]['###'.$TARGET.'_CUSTOM_BUTTONS_CONTROLLER###'] = + "\n\n".str_replace(array_keys($this->placeholders),array_values($this->placeholders),$view['settings']->php_controller); + if ('site' == $this->target) + { + // add the controller for this view + // build the file + $target = array($this->target => $viewName); + $this->buildDynamique($target,'custom_form'); + ###GET_FORM_CUSTOM### + } + } + if (ComponentbuilderHelper::checkString($view['settings']->php_model) && $view['settings']->php_model != '//') + { + // set the custom buttons ###CUSTOM_BUTTONS_METHOD### + $this->fileContentDynamic[$viewName]['###'.$TARGET.'_CUSTOM_BUTTONS_METHOD###'] = + "\n\n".str_replace(array_keys($this->placeholders),array_values($this->placeholders),$view['settings']->php_model); + } if (ComponentbuilderHelper::checkArray($view['settings']->custom_buttons)) { $buttons = array(); @@ -2732,27 +2756,6 @@ class Interpretation extends Fields } if (ComponentbuilderHelper::checkArray($buttons)) { - if (ComponentbuilderHelper::checkString($view['settings']->php_controller)) - { - // set the custom buttons ###CUSTOM_BUTTONS_CONTROLLER### - $this->fileContentDynamic[$viewName]['###'.$TARGET.'_CUSTOM_BUTTONS_CONTROLLER###'] = - "\n\n".str_replace(array_keys($this->placeholders),array_values($this->placeholders),$view['settings']->php_controller); - if ('site' == $this->target) - { - // add the controller for this view - // build the file - $target = array($this->target => $viewName); - $this->buildDynamique($target,'custom_form'); - ###GET_FORM_CUSTOM### - } - } - if (ComponentbuilderHelper::checkString($view['settings']->php_model)) - { - // set the custom buttons ###CUSTOM_BUTTONS_METHOD### - $this->fileContentDynamic[$viewName]['###'.$TARGET.'_CUSTOM_BUTTONS_METHOD###'] = - "\n\n".str_replace(array_keys($this->placeholders),array_values($this->placeholders),$view['settings']->php_model); - } - return "\n".implode("\n",$buttons); } } diff --git a/admin/helpers/componentbuilder.php b/admin/helpers/componentbuilder.php index 4eb62c915..34b204a97 100644 --- a/admin/helpers/componentbuilder.php +++ b/admin/helpers/componentbuilder.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage componentbuilder.php @@ -1465,13 +1465,13 @@ abstract class ComponentbuilderHelper return implode($key); } - public static function getCryptKey($type) + public static function getCryptKey($type, $default = null) { if ('basic' == $type) { // Get the global params $params = JComponentHelper::getParams('com_componentbuilder', true); - $basic_key = $params->get('basic_key', null); + $basic_key = $params->get('basic_key', $default); if ($basic_key) { return $basic_key; diff --git a/admin/helpers/html/batch_.php b/admin/helpers/html/batch_.php index 6db11cf06..d3711ac6d 100644 --- a/admin/helpers/html/batch_.php +++ b/admin/helpers/html/batch_.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage batch_.php diff --git a/admin/helpers/indenter.php b/admin/helpers/indenter.php index 2a9efbf70..f495cf754 100644 --- a/admin/helpers/indenter.php +++ b/admin/helpers/indenter.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage indenter.php diff --git a/admin/helpers/js.php b/admin/helpers/js.php index ad64a58a1..9d26580f4 100644 --- a/admin/helpers/js.php +++ b/admin/helpers/js.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage js.php diff --git a/admin/helpers/minify.php b/admin/helpers/minify.php index 09805d1a9..3d3203c5e 100644 --- a/admin/helpers/minify.php +++ b/admin/helpers/minify.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage minify.php diff --git a/admin/language/en-GB/en-GB.com_componentbuilder.ini b/admin/language/en-GB/en-GB.com_componentbuilder.ini index af944e981..89f5ebef0 100644 --- a/admin/language/en-GB/en-GB.com_componentbuilder.ini +++ b/admin/language/en-GB/en-GB.com_componentbuilder.ini @@ -53,22 +53,28 @@ COM_COMPONENTBUILDER_ADMIN_VIEW_ACTIVE_ONLY_FOUR_TEXT_FIELD="Active (only 4 text COM_COMPONENTBUILDER_ADMIN_VIEW_ADD="Add" COM_COMPONENTBUILDER_ADMIN_VIEW_ADDCONDITIONS="Addconditions" COM_COMPONENTBUILDER_ADMIN_VIEW_ADDCONDITIONS_DESCRIPTION="Conditional setup for the above fields." +COM_COMPONENTBUILDER_ADMIN_VIEW_ADDCONDITIONS_LABEL="Conditions" COM_COMPONENTBUILDER_ADMIN_VIEW_ADDCONDITIONS_SELECT="Add" COM_COMPONENTBUILDER_ADMIN_VIEW_ADDFIELDS="Addfields" COM_COMPONENTBUILDER_ADMIN_VIEW_ADDFIELDS_DESCRIPTION="Setup fields for this view." +COM_COMPONENTBUILDER_ADMIN_VIEW_ADDFIELDS_LABEL="Fields" COM_COMPONENTBUILDER_ADMIN_VIEW_ADDFIELDS_SELECT="Add" COM_COMPONENTBUILDER_ADMIN_VIEW_ADDLINKED_VIEWS="Addlinked Views" COM_COMPONENTBUILDER_ADMIN_VIEW_ADDLINKED_VIEWS_DESCRIPTION="Setup the linked views for this view." +COM_COMPONENTBUILDER_ADMIN_VIEW_ADDLINKED_VIEWS_LABEL="Linked Views" COM_COMPONENTBUILDER_ADMIN_VIEW_ADDLINKED_VIEWS_SELECT="Add" COM_COMPONENTBUILDER_ADMIN_VIEW_ADDNEW_LABEL="Add New Button" COM_COMPONENTBUILDER_ADMIN_VIEW_ADDPERMISSIONS="Addpermissions" COM_COMPONENTBUILDER_ADMIN_VIEW_ADDPERMISSIONS_DESCRIPTION="Set permissions for this view" +COM_COMPONENTBUILDER_ADMIN_VIEW_ADDPERMISSIONS_LABEL="Permissions" COM_COMPONENTBUILDER_ADMIN_VIEW_ADDPERMISSIONS_SELECT="Add" COM_COMPONENTBUILDER_ADMIN_VIEW_ADDRESS="Address" COM_COMPONENTBUILDER_ADMIN_VIEW_ADDTABLES="Addtables" +COM_COMPONENTBUILDER_ADMIN_VIEW_ADDTABLES_LABEL="Tables" COM_COMPONENTBUILDER_ADMIN_VIEW_ADDTABLES_SELECT="Add" COM_COMPONENTBUILDER_ADMIN_VIEW_ADDTABS="Addtabs" COM_COMPONENTBUILDER_ADMIN_VIEW_ADDTABS_DESCRIPTION="Setup tabs for this view." +COM_COMPONENTBUILDER_ADMIN_VIEW_ADDTABS_LABEL="Tabs" COM_COMPONENTBUILDER_ADMIN_VIEW_ADDTABS_SELECT="Add" COM_COMPONENTBUILDER_ADMIN_VIEW_ADD_CSS_VIEW="Add Css View" COM_COMPONENTBUILDER_ADMIN_VIEW_ADD_CSS_VIEWS="Add Css Views" @@ -126,6 +132,7 @@ COM_COMPONENTBUILDER_ADMIN_VIEW_ADMINVIEW="Adminview" COM_COMPONENTBUILDER_ADMIN_VIEW_ADMINVIEW_DESCRIPTION="Select an admin view" COM_COMPONENTBUILDER_ADMIN_VIEW_ADMINVIEW_LABEL="View" COM_COMPONENTBUILDER_ADMIN_VIEW_AJAX_INPUT="Ajax Input" +COM_COMPONENTBUILDER_ADMIN_VIEW_AJAX_INPUT_LABEL="Ajax Input" COM_COMPONENTBUILDER_ADMIN_VIEW_AJAX_INPUT_SELECT="Add" COM_COMPONENTBUILDER_ADMIN_VIEW_ALIAS_DESCRIPTION="Select if the field is the alias field." COM_COMPONENTBUILDER_ADMIN_VIEW_ALIAS_LABEL="Alias" @@ -218,6 +225,7 @@ COM_COMPONENTBUILDER_ADMIN_VIEW_CSS_VIEW_LABEL="CSS" COM_COMPONENTBUILDER_ADMIN_VIEW_CUBE="Cube" COM_COMPONENTBUILDER_ADMIN_VIEW_CUSTOM_BUTTON="Custom Button" COM_COMPONENTBUILDER_ADMIN_VIEW_CUSTOM_BUTTONS="Custom Buttons" +COM_COMPONENTBUILDER_ADMIN_VIEW_CUSTOM_BUTTON_LABEL="Custom Buttons" COM_COMPONENTBUILDER_ADMIN_VIEW_CUSTOM_BUTTON_SELECT="Add" COM_COMPONENTBUILDER_ADMIN_VIEW_CUSTOM_IMPORT="Custom Import" COM_COMPONENTBUILDER_ADMIN_VIEW_DASHBOARD="Dashboard" @@ -699,22 +707,29 @@ COM_COMPONENTBUILDER_COMPONENT_ACCESS_DESCRIPTION="Select if this view should us COM_COMPONENTBUILDER_COMPONENT_ACCESS_LABEL="Add Access" COM_COMPONENTBUILDER_COMPONENT_ADDADMIN_VIEWS="Addadmin Views" COM_COMPONENTBUILDER_COMPONENT_ADDADMIN_VIEWS_DESCRIPTION="Setup the admin views for this component." +COM_COMPONENTBUILDER_COMPONENT_ADDADMIN_VIEWS_LABEL="Admin Views" COM_COMPONENTBUILDER_COMPONENT_ADDADMIN_VIEWS_SELECT="Add" COM_COMPONENTBUILDER_COMPONENT_ADDCONFIG="Addconfig" COM_COMPONENTBUILDER_COMPONENT_ADDCONFIG_DESCRIPTION="Setup config fields." +COM_COMPONENTBUILDER_COMPONENT_ADDCONFIG_LABEL="Config" COM_COMPONENTBUILDER_COMPONENT_ADDCONFIG_SELECT="Add" COM_COMPONENTBUILDER_COMPONENT_ADDCONTRIBUTORS="Addcontributors" COM_COMPONENTBUILDER_COMPONENT_ADDCONTRIBUTORS_DESCRIPTION="Setup contributors for the component." +COM_COMPONENTBUILDER_COMPONENT_ADDCONTRIBUTORS_LABEL="Contributors" COM_COMPONENTBUILDER_COMPONENT_ADDCONTRIBUTORS_SELECT="Add" COM_COMPONENTBUILDER_COMPONENT_ADDCUSTOMMENUS="Addcustommenus" +COM_COMPONENTBUILDER_COMPONENT_ADDCUSTOMMENUS_LABEL="Custom Admin Menus" COM_COMPONENTBUILDER_COMPONENT_ADDCUSTOMMENUS_SELECT="Add" COM_COMPONENTBUILDER_COMPONENT_ADDCUSTOM_ADMIN_VIEWS="Addcustom Admin Views" +COM_COMPONENTBUILDER_COMPONENT_ADDCUSTOM_ADMIN_VIEWS_LABEL="Custom Admin Views" COM_COMPONENTBUILDER_COMPONENT_ADDCUSTOM_ADMIN_VIEWS_SELECT="Add" COM_COMPONENTBUILDER_COMPONENT_ADDFILES="Addfiles" COM_COMPONENTBUILDER_COMPONENT_ADDFILES_DESCRIPTION="Add custom files to this component." +COM_COMPONENTBUILDER_COMPONENT_ADDFILES_LABEL="Files" COM_COMPONENTBUILDER_COMPONENT_ADDFILES_SELECT="Add" COM_COMPONENTBUILDER_COMPONENT_ADDFOLDERS="Addfolders" COM_COMPONENTBUILDER_COMPONENT_ADDFOLDERS_DESCRIPTION="Add custom folder to this component." +COM_COMPONENTBUILDER_COMPONENT_ADDFOLDERS_LABEL="Folder" COM_COMPONENTBUILDER_COMPONENT_ADDFOLDERS_SELECT="Add" COM_COMPONENTBUILDER_COMPONENT_ADDFOOTABLE="Addfootable" COM_COMPONENTBUILDER_COMPONENT_ADDFOOTABLE_LABEL="Add FooTable" @@ -723,6 +738,7 @@ COM_COMPONENTBUILDER_COMPONENT_ADDREADME_LABEL="Add README" COM_COMPONENTBUILDER_COMPONENT_ADDRESS="Address" COM_COMPONENTBUILDER_COMPONENT_ADDSITE_VIEWS="Addsite Views" COM_COMPONENTBUILDER_COMPONENT_ADDSITE_VIEWS_DESCRIPTION="Setup the site views for this component." +COM_COMPONENTBUILDER_COMPONENT_ADDSITE_VIEWS_LABEL="Site Views" COM_COMPONENTBUILDER_COMPONENT_ADDSITE_VIEWS_SELECT="Add" COM_COMPONENTBUILDER_COMPONENT_ADDUIKIT="Adduikit" COM_COMPONENTBUILDER_COMPONENT_ADDUIKIT_LABEL="Add Uikit" @@ -758,7 +774,7 @@ COM_COMPONENTBUILDER_COMPONENT_ADD_SITE_EVENT="Add Site Event" COM_COMPONENTBUILDER_COMPONENT_ADD_SITE_EVENT_LABEL="Add Global Site Event" COM_COMPONENTBUILDER_COMPONENT_ADD_SQL="Add Sql" COM_COMPONENTBUILDER_COMPONENT_ADD_SQL_DESCRIPTION="if set in view" -COM_COMPONENTBUILDER_COMPONENT_ADD_SQL_LABEL="Add MySQL (to view table)" +COM_COMPONENTBUILDER_COMPONENT_ADD_SQL_LABEL="Add MySQL" COM_COMPONENTBUILDER_COMPONENT_ADD_SQL_OPTIONS_DESCRIPTION="if being added" COM_COMPONENTBUILDER_COMPONENT_ADD_SQL_OPTIONS_LABEL="Options" COM_COMPONENTBUILDER_COMPONENT_ADD_UPDATE_SERVER="Add Update Server" @@ -878,6 +894,7 @@ COM_COMPONENTBUILDER_COMPONENT_DASHBOARD_ADD_LABEL="Dashboard (add record)" COM_COMPONENTBUILDER_COMPONENT_DASHBOARD_LIST_DESCRIPTION="Select if the view should show on the dashboard." COM_COMPONENTBUILDER_COMPONENT_DASHBOARD_LIST_LABEL="Dashboard (list of records)" COM_COMPONENTBUILDER_COMPONENT_DASHBOARD_TAB="Dashboard Tab" +COM_COMPONENTBUILDER_COMPONENT_DASHBOARD_TAB_LABEL="Dashboard Tabs" COM_COMPONENTBUILDER_COMPONENT_DASHBOARD_TAB_SELECT="Add" COM_COMPONENTBUILDER_COMPONENT_DATABASE="Database" COM_COMPONENTBUILDER_COMPONENT_DEBUG_LINENR="Debug Linenr" @@ -892,6 +909,7 @@ COM_COMPONENTBUILDER_COMPONENT_DESCRIPTION_HINT="Add Description Here" COM_COMPONENTBUILDER_COMPONENT_DESCRIPTION_LABEL="Description" COM_COMPONENTBUILDER_COMPONENT_DETAILS="Details" COM_COMPONENTBUILDER_COMPONENT_DOWNLOAD="Download" +COM_COMPONENTBUILDER_COMPONENT_DYNAMIC_INTEGRATION="Dynamic Integration" COM_COMPONENTBUILDER_COMPONENT_EDIT="Editing the Component" COM_COMPONENTBUILDER_COMPONENT_EDIT_CREATE_SITE_VIEW_DESCRIPTION="add site edit & create view for this admin view" COM_COMPONENTBUILDER_COMPONENT_EDIT_CREATE_SITE_VIEW_LABEL="Edit/Create Site View" @@ -944,7 +962,7 @@ COM_COMPONENTBUILDER_COMPONENT_FOLDER_THREE="Folder 3" COM_COMPONENTBUILDER_COMPONENT_FORWARD_CIRCLE="Forward Circle" COM_COMPONENTBUILDER_COMPONENT_FORWARD_TWO="Forward 2" COM_COMPONENTBUILDER_COMPONENT_FRONT="Front" -COM_COMPONENTBUILDER_COMPONENT_FTP_SERVERS="FTP Servers" +COM_COMPONENTBUILDER_COMPONENT_FTP="FTP" COM_COMPONENTBUILDER_COMPONENT_GENERIC="Generic" COM_COMPONENTBUILDER_COMPONENT_GRID="Grid" COM_COMPONENTBUILDER_COMPONENT_GRID_TWO="Grid 2" @@ -1102,6 +1120,12 @@ Project duration: **###projectWeekTime### weeks** or **###projectMonthTime### mo * Bitcoin: 3H35PYwikEosvcjxHXGPLS1GufZ4b4iFu3 " COM_COMPONENTBUILDER_COMPONENT_NOTE_README_LABEL="Demo README (with all place-holders)" +COM_COMPONENTBUILDER_COMPONENT_NOTE_UPDATE_SERVER_NOTE_FTP_DESCRIPTION="Add your FTP signature in the given field and during compilation the file will be moved to the FTP folder. You still need to point the above update server url to the xml file on your FTP server for it to work correctly.
Here are the details of the signature:
   string $host = '127.0.0.1'
   string $port = '21'
   array $options = array()
   string $user = null
   string $pass = null
   OPTIONS = Array with any of these options:
      type=>[FTP_AUTOASCII|FTP_ASCII|FTP_BINARY]
      timeout=>(int)
Here is an example signature:
host=HOSTNAME&port=PORT_INT&options[type]=FTP_BINARY&options[timeout]=15&username=user@name.com&password=password" +COM_COMPONENTBUILDER_COMPONENT_NOTE_UPDATE_SERVER_NOTE_FTP_LABEL="The FTP Option" +COM_COMPONENTBUILDER_COMPONENT_NOTE_UPDATE_SERVER_NOTE_OTHER_DESCRIPTION="Not really sure what other options to add.... so let me know. For now this option does not really do anything except adding the link above to your component as an update server. So it really could be called the manual option, since you will need to set the update server your self. You still need to point the above update server url to the manually created xml file for it to work correctly." +COM_COMPONENTBUILDER_COMPONENT_NOTE_UPDATE_SERVER_NOTE_OTHER_LABEL="The Other Options" +COM_COMPONENTBUILDER_COMPONENT_NOTE_UPDATE_SERVER_NOTE_ZIP_DESCRIPTION="The update server XML file will be added to the zipped package during compilation. You still need to point the above update server url to the xml wherever you have placed the files online." +COM_COMPONENTBUILDER_COMPONENT_NOTE_UPDATE_SERVER_NOTE_ZIP_LABEL="The ZIP Option" COM_COMPONENTBUILDER_COMPONENT_NOTE_WHMCS_LISENCING_NOTE_DESCRIPTION="You can use WHMCS licensing addon in your component
Helpful Links
https://www.whmcs.com/addons/licensing-addon/
http://docs.whmcs.com/Licensing_Addon" COM_COMPONENTBUILDER_COMPONENT_NOTE_WHMCS_LISENCING_NOTE_LABEL="Licensing addon module for WHMCS" COM_COMPONENTBUILDER_COMPONENT_NOTIFICATION="Notification" @@ -1114,6 +1138,7 @@ COM_COMPONENTBUILDER_COMPONENT_NUMBER_LABEL="Number" COM_COMPONENTBUILDER_COMPONENT_ORDERING_LABEL="Ordering" COM_COMPONENTBUILDER_COMPONENT_ORDER_DESCRIPTION="Overide the default order" COM_COMPONENTBUILDER_COMPONENT_ORDER_LABEL="Order" +COM_COMPONENTBUILDER_COMPONENT_OTHER="Other" COM_COMPONENTBUILDER_COMPONENT_PALETTE="Palette" COM_COMPONENTBUILDER_COMPONENT_PARAGRAPH_CENTER="Paragraph Center" COM_COMPONENTBUILDER_COMPONENT_PARAGRAPH_JUSTIFY="Paragraph Justify" @@ -1233,6 +1258,7 @@ COM_COMPONENTBUILDER_COMPONENT_SQL_HINT="// Add MySQL Table Dump Here" COM_COMPONENTBUILDER_COMPONENT_SQL_LABEL="MySQL" COM_COMPONENTBUILDER_COMPONENT_SQL_TWEAK="Sql Tweak" COM_COMPONENTBUILDER_COMPONENT_SQL_TWEAK_DESCRIPTION="Tweak the view MySql dump settings." +COM_COMPONENTBUILDER_COMPONENT_SQL_TWEAK_LABEL="MySql (tweak)" COM_COMPONENTBUILDER_COMPONENT_SQL_TWEAK_SELECT="Open" COM_COMPONENTBUILDER_COMPONENT_SQUARE="Square" COM_COMPONENTBUILDER_COMPONENT_STACK="Stack" @@ -1274,11 +1300,14 @@ COM_COMPONENTBUILDER_COMPONENT_UPDATES_USED_IN_JOOMLA_UPDATER="Updates (used in COM_COMPONENTBUILDER_COMPONENT_UPDATE_SERVER="Update Server" COM_COMPONENTBUILDER_COMPONENT_UPDATE_SERVER_DESCRIPTION="Enter Update Server URL" COM_COMPONENTBUILDER_COMPONENT_UPDATE_SERVER_FTP="Update Server Ftp" -COM_COMPONENTBUILDER_COMPONENT_UPDATE_SERVER_FTP_DESCRIPTION="The FTP details for the update server XML location. (string $host = '127.0.0.1', string $port = '21', array $options = array(), string $user = null, string $pass = null) OPTIONS = Array with any of these options: type=>[FTP_AUTOASCII|FTP_ASCII|FTP_BINARY], timeout=>(int)" +COM_COMPONENTBUILDER_COMPONENT_UPDATE_SERVER_FTP_DESCRIPTION="The FTP details for the update server XML location." COM_COMPONENTBUILDER_COMPONENT_UPDATE_SERVER_FTP_HINT="host=HOSTNAME&port=PORT_INT&options[type]=FTP_BINARY&options[timeout]=15&username=user@name.com&password=password" COM_COMPONENTBUILDER_COMPONENT_UPDATE_SERVER_FTP_LABEL="Update Server FTP
(encrypted field)" COM_COMPONENTBUILDER_COMPONENT_UPDATE_SERVER_HINT="http://www.example.com/update/component.xml" COM_COMPONENTBUILDER_COMPONENT_UPDATE_SERVER_LABEL="Update Server" +COM_COMPONENTBUILDER_COMPONENT_UPDATE_SERVER_TARGET="Update Server Target" +COM_COMPONENTBUILDER_COMPONENT_UPDATE_SERVER_TARGET_DESCRIPTION="Select the type of way you would like the update server to be set." +COM_COMPONENTBUILDER_COMPONENT_UPDATE_SERVER_TARGET_LABEL="Update Server Target" COM_COMPONENTBUILDER_COMPONENT_UPLOAD="Upload" COM_COMPONENTBUILDER_COMPONENT_URL_DESCRIPTION="Enter Download Link" COM_COMPONENTBUILDER_COMPONENT_URL_HINT="http://www.example.com/file.zip" @@ -1294,6 +1323,7 @@ COM_COMPONENTBUILDER_COMPONENT_VERSION_HINT="1.0.0" COM_COMPONENTBUILDER_COMPONENT_VERSION_LABEL="SQL Update Version" COM_COMPONENTBUILDER_COMPONENT_VERSION_UPDATE="Version Update" COM_COMPONENTBUILDER_COMPONENT_VERSION_UPDATE_DESCRIPTION="Add Version Updates Here!" +COM_COMPONENTBUILDER_COMPONENT_VERSION_UPDATE_LABEL="Version Updates" COM_COMPONENTBUILDER_COMPONENT_VERSION_UPDATE_SELECT="Add Update SQL" COM_COMPONENTBUILDER_COMPONENT_VTHREE="V3" COM_COMPONENTBUILDER_COMPONENT_VTWO="V2" @@ -1316,6 +1346,7 @@ COM_COMPONENTBUILDER_COMPONENT_WIFI="Wifi" COM_COMPONENTBUILDER_COMPONENT_WRENCH="Wrench" COM_COMPONENTBUILDER_COMPONENT_YES="Yes" COM_COMPONENTBUILDER_COMPONENT_YOUTUBE="Youtube" +COM_COMPONENTBUILDER_COMPONENT_ZIP="ZIP" COM_COMPONENTBUILDER_COMPONENT_ZOOM_IN="Zoom In" COM_COMPONENTBUILDER_COMPONENT_ZOOM_OUT="Zoom Out" COM_COMPONENTBUILDER_CONFIG_ALMOST_FLAT_LOAD="Almost Flat" @@ -1542,6 +1573,7 @@ COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_CSS_LABEL="CSS" COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_CUBE="Cube" COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_CUSTOM_BUTTON="Custom Button" COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_CUSTOM_BUTTONS="Custom Buttons" +COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_CUSTOM_BUTTON_LABEL="Custom Buttons" COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_CUSTOM_BUTTON_SELECT="Add" COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_CUSTOM_GET="Custom Get" COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_CUSTOM_GET_DESCRIPTION="Select the custom get methods" @@ -1918,6 +1950,7 @@ COM_COMPONENTBUILDER_DYNAMIC_GET_F="f" COM_COMPONENTBUILDER_DYNAMIC_GET_FF="ff" COM_COMPONENTBUILDER_DYNAMIC_GET_FILTER="Filter" COM_COMPONENTBUILDER_DYNAMIC_GET_FILTER_DESCRIPTION="Here you can add filters to the query." +COM_COMPONENTBUILDER_DYNAMIC_GET_FILTER_LABEL="Filter" COM_COMPONENTBUILDER_DYNAMIC_GET_FILTER_SELECT="Add" COM_COMPONENTBUILDER_DYNAMIC_GET_FILTER_TYPE_DESCRIPTION="The type of filter you want to setup." COM_COMPONENTBUILDER_DYNAMIC_GET_FILTER_TYPE_LABEL="Filter Type" @@ -1937,6 +1970,7 @@ COM_COMPONENTBUILDER_DYNAMIC_GET_GETTYPE_LABEL="getType" COM_COMPONENTBUILDER_DYNAMIC_GET_GG="gg" COM_COMPONENTBUILDER_DYNAMIC_GET_GLOBAL="Global" COM_COMPONENTBUILDER_DYNAMIC_GET_GLOBAL_DESCRIPTION="Here you can add global variables." +COM_COMPONENTBUILDER_DYNAMIC_GET_GLOBAL_LABEL="Set Global" COM_COMPONENTBUILDER_DYNAMIC_GET_GLOBAL_SELECT="Add" COM_COMPONENTBUILDER_DYNAMIC_GET_GREATER_THAN="greater than" COM_COMPONENTBUILDER_DYNAMIC_GET_GREATER_THAN_OR_EQUAL="greater than or equal" @@ -1950,6 +1984,7 @@ COM_COMPONENTBUILDER_DYNAMIC_GET_J="j" COM_COMPONENTBUILDER_DYNAMIC_GET_JJ="jj" COM_COMPONENTBUILDER_DYNAMIC_GET_JOIN_DB_TABLE="Join Db Table" COM_COMPONENTBUILDER_DYNAMIC_GET_JOIN_DB_TABLE_DESCRIPTION="Here you can add more table data to the query from other databases." +COM_COMPONENTBUILDER_DYNAMIC_GET_JOIN_DB_TABLE_LABEL="Join DB Tables" COM_COMPONENTBUILDER_DYNAMIC_GET_JOIN_DB_TABLE_SELECT="Add" COM_COMPONENTBUILDER_DYNAMIC_GET_JOIN_FIELD_DESCRIPTION="Name of the field" COM_COMPONENTBUILDER_DYNAMIC_GET_JOIN_FIELD_HINT="b.field" @@ -1961,6 +1996,7 @@ COM_COMPONENTBUILDER_DYNAMIC_GET_JOIN_RIGHT="Join RIGHT" COM_COMPONENTBUILDER_DYNAMIC_GET_JOIN_RIGHT_OUTER="Join RIGHT OUTER" COM_COMPONENTBUILDER_DYNAMIC_GET_JOIN_VIEW_TABLE="Join View Table" COM_COMPONENTBUILDER_DYNAMIC_GET_JOIN_VIEW_TABLE_DESCRIPTION="Here you can add more tables to the query from the views of this component." +COM_COMPONENTBUILDER_DYNAMIC_GET_JOIN_VIEW_TABLE_LABEL="Join View Tables" COM_COMPONENTBUILDER_DYNAMIC_GET_JOIN_VIEW_TABLE_SELECT="Add" COM_COMPONENTBUILDER_DYNAMIC_GET_JOOMLA_DATABASE="Joomla Database" COM_COMPONENTBUILDER_DYNAMIC_GET_K="k" @@ -2007,6 +2043,7 @@ COM_COMPONENTBUILDER_DYNAMIC_GET_OPERATOR_LABEL="Comparison Operators" COM_COMPONENTBUILDER_DYNAMIC_GET_ORDER="Order" COM_COMPONENTBUILDER_DYNAMIC_GET_ORDERING_LABEL="Ordering" COM_COMPONENTBUILDER_DYNAMIC_GET_ORDER_DESCRIPTION="Here you can set the ordering per data set." +COM_COMPONENTBUILDER_DYNAMIC_GET_ORDER_LABEL="Ordering" COM_COMPONENTBUILDER_DYNAMIC_GET_ORDER_SELECT="Add" COM_COMPONENTBUILDER_DYNAMIC_GET_OTHER="Other" COM_COMPONENTBUILDER_DYNAMIC_GET_P="p" @@ -2096,6 +2133,7 @@ COM_COMPONENTBUILDER_DYNAMIC_GET_VV="vv" COM_COMPONENTBUILDER_DYNAMIC_GET_W="w" COM_COMPONENTBUILDER_DYNAMIC_GET_WHERE="Where" COM_COMPONENTBUILDER_DYNAMIC_GET_WHERE_DESCRIPTION="Here you can add where to the query." +COM_COMPONENTBUILDER_DYNAMIC_GET_WHERE_LABEL="Where" COM_COMPONENTBUILDER_DYNAMIC_GET_WHERE_SELECT="Add" COM_COMPONENTBUILDER_DYNAMIC_GET_WW="ww" COM_COMPONENTBUILDER_DYNAMIC_GET_X="x" @@ -2247,6 +2285,7 @@ COM_COMPONENTBUILDER_FIELDTYPE_ORDERING_LABEL="Ordering" COM_COMPONENTBUILDER_FIELDTYPE_PERMISSION="Permissions" COM_COMPONENTBUILDER_FIELDTYPE_PROPERTIES="Properties" COM_COMPONENTBUILDER_FIELDTYPE_PROPERTIES_DESCRIPTION="Options for this field" +COM_COMPONENTBUILDER_FIELDTYPE_PROPERTIES_LABEL="Properties" COM_COMPONENTBUILDER_FIELDTYPE_PROPERTIES_SELECT="Add" COM_COMPONENTBUILDER_FIELDTYPE_PUBLISHING="Publishing" COM_COMPONENTBUILDER_FIELDTYPE_SAVE_WARNING="Alias already existed so a number was added at the end. You can re-edit the Fieldtype to customise the alias." @@ -2744,6 +2783,7 @@ COM_COMPONENTBUILDER_SITE_VIEW_ADD_PHP_JVIEW_LABEL="Add PHP (custom JViewLegacy COM_COMPONENTBUILDER_SITE_VIEW_ADD_PHP_VIEW="Add Php View" COM_COMPONENTBUILDER_SITE_VIEW_ADD_PHP_VIEW_LABEL="Add PHP (custom view script)" COM_COMPONENTBUILDER_SITE_VIEW_AJAX_INPUT="Ajax Input" +COM_COMPONENTBUILDER_SITE_VIEW_AJAX_INPUT_LABEL="Ajax Input" COM_COMPONENTBUILDER_SITE_VIEW_AJAX_INPUT_SELECT="Add" COM_COMPONENTBUILDER_SITE_VIEW_ALIAS="Alias" COM_COMPONENTBUILDER_SITE_VIEW_ALIAS_DESCRIPTION="Add Name in Code Here" @@ -2832,6 +2872,7 @@ COM_COMPONENTBUILDER_SITE_VIEW_CUBE="Cube" COM_COMPONENTBUILDER_SITE_VIEW_CUSTOM="Custom" COM_COMPONENTBUILDER_SITE_VIEW_CUSTOM_BUTTON="Custom Button" COM_COMPONENTBUILDER_SITE_VIEW_CUSTOM_BUTTONS="Custom Buttons" +COM_COMPONENTBUILDER_SITE_VIEW_CUSTOM_BUTTON_LABEL="Custom Buttons" COM_COMPONENTBUILDER_SITE_VIEW_CUSTOM_BUTTON_SELECT="Add" COM_COMPONENTBUILDER_SITE_VIEW_CUSTOM_GET="Custom Get" COM_COMPONENTBUILDER_SITE_VIEW_CUSTOM_GET_DESCRIPTION="Select the custom get methods" diff --git a/admin/layouts/admin_view/css_fullwidth.php b/admin/layouts/admin_view/css_fullwidth.php index a5b6bbd95..fb51b6ad0 100644 --- a/admin/layouts/admin_view/css_fullwidth.php +++ b/admin/layouts/admin_view/css_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage css_fullwidth.php diff --git a/admin/layouts/admin_view/custom_buttons_fullwidth.php b/admin/layouts/admin_view/custom_buttons_fullwidth.php index 40ae35cbf..17411167c 100644 --- a/admin/layouts/admin_view/custom_buttons_fullwidth.php +++ b/admin/layouts/admin_view/custom_buttons_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage custom_buttons_fullwidth.php diff --git a/admin/layouts/admin_view/custom_buttons_left.php b/admin/layouts/admin_view/custom_buttons_left.php index 958b14b9d..bd87a2382 100644 --- a/admin/layouts/admin_view/custom_buttons_left.php +++ b/admin/layouts/admin_view/custom_buttons_left.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage custom_buttons_left.php diff --git a/admin/layouts/admin_view/custom_import_fullwidth.php b/admin/layouts/admin_view/custom_import_fullwidth.php index 9ef4cd0e0..479b30814 100644 --- a/admin/layouts/admin_view/custom_import_fullwidth.php +++ b/admin/layouts/admin_view/custom_import_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage custom_import_fullwidth.php diff --git a/admin/layouts/admin_view/fields_fullwidth.php b/admin/layouts/admin_view/fields_fullwidth.php index 9609b55d0..554a9967e 100644 --- a/admin/layouts/admin_view/fields_fullwidth.php +++ b/admin/layouts/admin_view/fields_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage fields_fullwidth.php diff --git a/admin/layouts/admin_view/javascript_fullwidth.php b/admin/layouts/admin_view/javascript_fullwidth.php index 745f8552f..dd3072d15 100644 --- a/admin/layouts/admin_view/javascript_fullwidth.php +++ b/admin/layouts/admin_view/javascript_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage javascript_fullwidth.php diff --git a/admin/layouts/admin_view/mysql_fullwidth.php b/admin/layouts/admin_view/mysql_fullwidth.php index bf5a18cd7..270a0bf19 100644 --- a/admin/layouts/admin_view/mysql_fullwidth.php +++ b/admin/layouts/admin_view/mysql_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage mysql_fullwidth.php diff --git a/admin/layouts/admin_view/mysql_left.php b/admin/layouts/admin_view/mysql_left.php index 2b7ef2c82..83f34958d 100644 --- a/admin/layouts/admin_view/mysql_left.php +++ b/admin/layouts/admin_view/mysql_left.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage mysql_left.php diff --git a/admin/layouts/admin_view/php_fullwidth.php b/admin/layouts/admin_view/php_fullwidth.php index db3bd7c17..d409e37fe 100644 --- a/admin/layouts/admin_view/php_fullwidth.php +++ b/admin/layouts/admin_view/php_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage php_fullwidth.php diff --git a/admin/layouts/admin_view/publishing.php b/admin/layouts/admin_view/publishing.php index 3027b7532..74b97b1b8 100644 --- a/admin/layouts/admin_view/publishing.php +++ b/admin/layouts/admin_view/publishing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publishing.php diff --git a/admin/layouts/admin_view/publlshing.php b/admin/layouts/admin_view/publlshing.php index a99e71d0e..6bfb23565 100644 --- a/admin/layouts/admin_view/publlshing.php +++ b/admin/layouts/admin_view/publlshing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publlshing.php diff --git a/admin/layouts/admin_view/settings_above.php b/admin/layouts/admin_view/settings_above.php index 158774991..9deebb78b 100644 --- a/admin/layouts/admin_view/settings_above.php +++ b/admin/layouts/admin_view/settings_above.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage settings_above.php diff --git a/admin/layouts/admin_view/settings_left.php b/admin/layouts/admin_view/settings_left.php index 4a4d80dee..58080481a 100644 --- a/admin/layouts/admin_view/settings_left.php +++ b/admin/layouts/admin_view/settings_left.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage settings_left.php diff --git a/admin/layouts/admin_view/settings_right.php b/admin/layouts/admin_view/settings_right.php index 7f6e9b19e..4bafac42a 100644 --- a/admin/layouts/admin_view/settings_right.php +++ b/admin/layouts/admin_view/settings_right.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage settings_right.php diff --git a/admin/layouts/admin_view/settings_under.php b/admin/layouts/admin_view/settings_under.php index 2119cb009..84de799d0 100644 --- a/admin/layouts/admin_view/settings_under.php +++ b/admin/layouts/admin_view/settings_under.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage settings_under.php diff --git a/admin/layouts/batchselection.php b/admin/layouts/batchselection.php index 8498b10d0..e4ec6c8ad 100644 --- a/admin/layouts/batchselection.php +++ b/admin/layouts/batchselection.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage batchselection.php diff --git a/admin/layouts/component/admin_views_fullwidth.php b/admin/layouts/component/admin_views_fullwidth.php index b484e9f5a..40dbfc630 100644 --- a/admin/layouts/component/admin_views_fullwidth.php +++ b/admin/layouts/component/admin_views_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage admin_views_fullwidth.php diff --git a/admin/layouts/component/details_above.php b/admin/layouts/component/details_above.php index d64a2198e..d7a2423bb 100644 --- a/admin/layouts/component/details_above.php +++ b/admin/layouts/component/details_above.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_above.php diff --git a/admin/layouts/component/details_left.php b/admin/layouts/component/details_left.php index 417add435..1c058f6d0 100644 --- a/admin/layouts/component/details_left.php +++ b/admin/layouts/component/details_left.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_left.php diff --git a/admin/layouts/component/details_right.php b/admin/layouts/component/details_right.php index eb735a815..e26e1e074 100644 --- a/admin/layouts/component/details_right.php +++ b/admin/layouts/component/details_right.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_right.php diff --git a/admin/layouts/component/details_under.php b/admin/layouts/component/details_under.php index c245615c2..9ac4f09e8 100644 --- a/admin/layouts/component/details_under.php +++ b/admin/layouts/component/details_under.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_under.php diff --git a/admin/layouts/component/ftp_servers_fullwidth.php b/admin/layouts/component/dynamic_integration_fullwidth.php similarity index 89% rename from admin/layouts/component/ftp_servers_fullwidth.php rename to admin/layouts/component/dynamic_integration_fullwidth.php index 4516d678e..08824c694 100644 --- a/admin/layouts/component/ftp_servers_fullwidth.php +++ b/admin/layouts/component/dynamic_integration_fullwidth.php @@ -10,11 +10,11 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder - @subpackage ftp_servers_fullwidth.php + @subpackage dynamic_integration_fullwidth.php @author Llewellyn van der Merwe @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html @@ -32,6 +32,10 @@ $form = $displayData->getForm(); $fields = $displayData->get('fields') ?: array( 'add_update_server', 'update_server', + 'update_server_target', + 'note_update_server_note_ftp', + 'note_update_server_note_zip', + 'note_update_server_note_other', 'update_server_ftp', 'add_sales_server', 'sales_server_ftp' diff --git a/admin/layouts/component/libs_helpers_fullwidth.php b/admin/layouts/component/libs_helpers_fullwidth.php index ad8d84447..e38f970da 100644 --- a/admin/layouts/component/libs_helpers_fullwidth.php +++ b/admin/layouts/component/libs_helpers_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage libs_helpers_fullwidth.php diff --git a/admin/layouts/component/mysql_fullwidth.php b/admin/layouts/component/mysql_fullwidth.php index 4de835888..cdafd1ad6 100644 --- a/admin/layouts/component/mysql_fullwidth.php +++ b/admin/layouts/component/mysql_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage mysql_fullwidth.php diff --git a/admin/layouts/component/php_fullwidth.php b/admin/layouts/component/php_fullwidth.php index e2274f01a..dc2437086 100644 --- a/admin/layouts/component/php_fullwidth.php +++ b/admin/layouts/component/php_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage php_fullwidth.php diff --git a/admin/layouts/component/publishing.php b/admin/layouts/component/publishing.php index 3027b7532..74b97b1b8 100644 --- a/admin/layouts/component/publishing.php +++ b/admin/layouts/component/publishing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publishing.php diff --git a/admin/layouts/component/publlshing.php b/admin/layouts/component/publlshing.php index a99e71d0e..6bfb23565 100644 --- a/admin/layouts/component/publlshing.php +++ b/admin/layouts/component/publlshing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publlshing.php diff --git a/admin/layouts/component/readme_left.php b/admin/layouts/component/readme_left.php index 9a95578f6..0015c6046 100644 --- a/admin/layouts/component/readme_left.php +++ b/admin/layouts/component/readme_left.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage readme_left.php diff --git a/admin/layouts/component/readme_right.php b/admin/layouts/component/readme_right.php index cb2afb079..b3146b080 100644 --- a/admin/layouts/component/readme_right.php +++ b/admin/layouts/component/readme_right.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage readme_right.php diff --git a/admin/layouts/component/settings_left.php b/admin/layouts/component/settings_left.php index 66185f614..adc56ded1 100644 --- a/admin/layouts/component/settings_left.php +++ b/admin/layouts/component/settings_left.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage settings_left.php diff --git a/admin/layouts/component/settings_right.php b/admin/layouts/component/settings_right.php index 3907efaca..417a8e180 100644 --- a/admin/layouts/component/settings_right.php +++ b/admin/layouts/component/settings_right.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage settings_right.php diff --git a/admin/layouts/component/site_views_fullwidth.php b/admin/layouts/component/site_views_fullwidth.php index d96850b1d..9c1e4be06 100644 --- a/admin/layouts/component/site_views_fullwidth.php +++ b/admin/layouts/component/site_views_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage site_views_fullwidth.php diff --git a/admin/layouts/custom_admin_view/custom_buttons_fullwidth.php b/admin/layouts/custom_admin_view/custom_buttons_fullwidth.php index 40ae35cbf..17411167c 100644 --- a/admin/layouts/custom_admin_view/custom_buttons_fullwidth.php +++ b/admin/layouts/custom_admin_view/custom_buttons_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage custom_buttons_fullwidth.php diff --git a/admin/layouts/custom_admin_view/custom_buttons_left.php b/admin/layouts/custom_admin_view/custom_buttons_left.php index 958b14b9d..bd87a2382 100644 --- a/admin/layouts/custom_admin_view/custom_buttons_left.php +++ b/admin/layouts/custom_admin_view/custom_buttons_left.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage custom_buttons_left.php diff --git a/admin/layouts/custom_admin_view/custom_script_fullwidth.php b/admin/layouts/custom_admin_view/custom_script_fullwidth.php index b7afae6fb..41c6b1b0b 100644 --- a/admin/layouts/custom_admin_view/custom_script_fullwidth.php +++ b/admin/layouts/custom_admin_view/custom_script_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage custom_script_fullwidth.php diff --git a/admin/layouts/custom_admin_view/details_above.php b/admin/layouts/custom_admin_view/details_above.php index d64a2198e..d7a2423bb 100644 --- a/admin/layouts/custom_admin_view/details_above.php +++ b/admin/layouts/custom_admin_view/details_above.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_above.php diff --git a/admin/layouts/custom_admin_view/details_fullwidth.php b/admin/layouts/custom_admin_view/details_fullwidth.php index 8f5bdd833..687361770 100644 --- a/admin/layouts/custom_admin_view/details_fullwidth.php +++ b/admin/layouts/custom_admin_view/details_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_fullwidth.php diff --git a/admin/layouts/custom_admin_view/details_left.php b/admin/layouts/custom_admin_view/details_left.php index 20c4e58e2..37c1084f6 100644 --- a/admin/layouts/custom_admin_view/details_left.php +++ b/admin/layouts/custom_admin_view/details_left.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_left.php diff --git a/admin/layouts/custom_admin_view/details_right.php b/admin/layouts/custom_admin_view/details_right.php index 3d057cfe6..f42c8f419 100644 --- a/admin/layouts/custom_admin_view/details_right.php +++ b/admin/layouts/custom_admin_view/details_right.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_right.php diff --git a/admin/layouts/custom_admin_view/details_rightside.php b/admin/layouts/custom_admin_view/details_rightside.php index 671b4a017..305f933d6 100644 --- a/admin/layouts/custom_admin_view/details_rightside.php +++ b/admin/layouts/custom_admin_view/details_rightside.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_rightside.php diff --git a/admin/layouts/custom_admin_view/details_under.php b/admin/layouts/custom_admin_view/details_under.php index c245615c2..9ac4f09e8 100644 --- a/admin/layouts/custom_admin_view/details_under.php +++ b/admin/layouts/custom_admin_view/details_under.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_under.php diff --git a/admin/layouts/custom_admin_view/publishing.php b/admin/layouts/custom_admin_view/publishing.php index 3027b7532..74b97b1b8 100644 --- a/admin/layouts/custom_admin_view/publishing.php +++ b/admin/layouts/custom_admin_view/publishing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publishing.php diff --git a/admin/layouts/custom_admin_view/publlshing.php b/admin/layouts/custom_admin_view/publlshing.php index a99e71d0e..6bfb23565 100644 --- a/admin/layouts/custom_admin_view/publlshing.php +++ b/admin/layouts/custom_admin_view/publlshing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publlshing.php diff --git a/admin/layouts/dynamic_get/abacus_fullwidth.php b/admin/layouts/dynamic_get/abacus_fullwidth.php index 425df3d0b..f428a599d 100644 --- a/admin/layouts/dynamic_get/abacus_fullwidth.php +++ b/admin/layouts/dynamic_get/abacus_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage abacus_fullwidth.php diff --git a/admin/layouts/dynamic_get/abacus_left.php b/admin/layouts/dynamic_get/abacus_left.php index 5239ec545..e1aa40890 100644 --- a/admin/layouts/dynamic_get/abacus_left.php +++ b/admin/layouts/dynamic_get/abacus_left.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage abacus_left.php diff --git a/admin/layouts/dynamic_get/custom_script_fullwidth.php b/admin/layouts/dynamic_get/custom_script_fullwidth.php index 2b3e2ce1b..1afb96d38 100644 --- a/admin/layouts/dynamic_get/custom_script_fullwidth.php +++ b/admin/layouts/dynamic_get/custom_script_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage custom_script_fullwidth.php diff --git a/admin/layouts/dynamic_get/gettable_above.php b/admin/layouts/dynamic_get/gettable_above.php index 8b7517936..ed9ca7607 100644 --- a/admin/layouts/dynamic_get/gettable_above.php +++ b/admin/layouts/dynamic_get/gettable_above.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage gettable_above.php diff --git a/admin/layouts/dynamic_get/gettable_fullwidth.php b/admin/layouts/dynamic_get/gettable_fullwidth.php index c59a6bb26..9e289341a 100644 --- a/admin/layouts/dynamic_get/gettable_fullwidth.php +++ b/admin/layouts/dynamic_get/gettable_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage gettable_fullwidth.php diff --git a/admin/layouts/dynamic_get/gettable_left.php b/admin/layouts/dynamic_get/gettable_left.php index 7a0ad1ee3..525f008da 100644 --- a/admin/layouts/dynamic_get/gettable_left.php +++ b/admin/layouts/dynamic_get/gettable_left.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage gettable_left.php diff --git a/admin/layouts/dynamic_get/gettable_right.php b/admin/layouts/dynamic_get/gettable_right.php index f3779a7a6..d3a4255a1 100644 --- a/admin/layouts/dynamic_get/gettable_right.php +++ b/admin/layouts/dynamic_get/gettable_right.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage gettable_right.php diff --git a/admin/layouts/dynamic_get/gettable_under.php b/admin/layouts/dynamic_get/gettable_under.php index d13460f9d..81399bf3b 100644 --- a/admin/layouts/dynamic_get/gettable_under.php +++ b/admin/layouts/dynamic_get/gettable_under.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage gettable_under.php diff --git a/admin/layouts/dynamic_get/publishing.php b/admin/layouts/dynamic_get/publishing.php index 3027b7532..74b97b1b8 100644 --- a/admin/layouts/dynamic_get/publishing.php +++ b/admin/layouts/dynamic_get/publishing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publishing.php diff --git a/admin/layouts/dynamic_get/publlshing.php b/admin/layouts/dynamic_get/publlshing.php index a99e71d0e..6bfb23565 100644 --- a/admin/layouts/dynamic_get/publlshing.php +++ b/admin/layouts/dynamic_get/publlshing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publlshing.php diff --git a/admin/layouts/field/details_fullwidth.php b/admin/layouts/field/details_fullwidth.php index c8ccb7e81..56a7f88c8 100644 --- a/admin/layouts/field/details_fullwidth.php +++ b/admin/layouts/field/details_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_fullwidth.php diff --git a/admin/layouts/field/details_left.php b/admin/layouts/field/details_left.php index f886e464b..f59c7bebe 100644 --- a/admin/layouts/field/details_left.php +++ b/admin/layouts/field/details_left.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_left.php diff --git a/admin/layouts/field/details_right.php b/admin/layouts/field/details_right.php index 1c9af3a4f..e63c26516 100644 --- a/admin/layouts/field/details_right.php +++ b/admin/layouts/field/details_right.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_right.php diff --git a/admin/layouts/field/details_under.php b/admin/layouts/field/details_under.php index c245615c2..9ac4f09e8 100644 --- a/admin/layouts/field/details_under.php +++ b/admin/layouts/field/details_under.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_under.php diff --git a/admin/layouts/field/publishing.php b/admin/layouts/field/publishing.php index 3027b7532..74b97b1b8 100644 --- a/admin/layouts/field/publishing.php +++ b/admin/layouts/field/publishing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publishing.php diff --git a/admin/layouts/field/publlshing.php b/admin/layouts/field/publlshing.php index a99e71d0e..6bfb23565 100644 --- a/admin/layouts/field/publlshing.php +++ b/admin/layouts/field/publlshing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publlshing.php diff --git a/admin/layouts/field/scripts_left.php b/admin/layouts/field/scripts_left.php index b043f92c6..85d67fca2 100644 --- a/admin/layouts/field/scripts_left.php +++ b/admin/layouts/field/scripts_left.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage scripts_left.php diff --git a/admin/layouts/field/scripts_right.php b/admin/layouts/field/scripts_right.php index 4105e59ec..ec9cebe5b 100644 --- a/admin/layouts/field/scripts_right.php +++ b/admin/layouts/field/scripts_right.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage scripts_right.php diff --git a/admin/layouts/fieldtype/details_left.php b/admin/layouts/fieldtype/details_left.php index db97ae69c..2535d88a5 100644 --- a/admin/layouts/fieldtype/details_left.php +++ b/admin/layouts/fieldtype/details_left.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_left.php diff --git a/admin/layouts/fieldtype/details_right.php b/admin/layouts/fieldtype/details_right.php index e719451a4..aa42184c6 100644 --- a/admin/layouts/fieldtype/details_right.php +++ b/admin/layouts/fieldtype/details_right.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_right.php diff --git a/admin/layouts/fieldtype/fields_fullwidth.php b/admin/layouts/fieldtype/fields_fullwidth.php index f60fe4655..e288567af 100644 --- a/admin/layouts/fieldtype/fields_fullwidth.php +++ b/admin/layouts/fieldtype/fields_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage fields_fullwidth.php diff --git a/admin/layouts/fieldtype/publishing.php b/admin/layouts/fieldtype/publishing.php index 3027b7532..74b97b1b8 100644 --- a/admin/layouts/fieldtype/publishing.php +++ b/admin/layouts/fieldtype/publishing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publishing.php diff --git a/admin/layouts/fieldtype/publlshing.php b/admin/layouts/fieldtype/publlshing.php index a99e71d0e..6bfb23565 100644 --- a/admin/layouts/fieldtype/publlshing.php +++ b/admin/layouts/fieldtype/publlshing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publlshing.php diff --git a/admin/layouts/help_document/details_above.php b/admin/layouts/help_document/details_above.php index 9f6f70fac..42f1438c9 100644 --- a/admin/layouts/help_document/details_above.php +++ b/admin/layouts/help_document/details_above.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_above.php diff --git a/admin/layouts/help_document/details_fullwidth.php b/admin/layouts/help_document/details_fullwidth.php index c401fb87c..7e6a6aa65 100644 --- a/admin/layouts/help_document/details_fullwidth.php +++ b/admin/layouts/help_document/details_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_fullwidth.php diff --git a/admin/layouts/help_document/details_left.php b/admin/layouts/help_document/details_left.php index 879bbb651..b6edb9232 100644 --- a/admin/layouts/help_document/details_left.php +++ b/admin/layouts/help_document/details_left.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_left.php diff --git a/admin/layouts/help_document/details_right.php b/admin/layouts/help_document/details_right.php index adc43e905..ff19f4aee 100644 --- a/admin/layouts/help_document/details_right.php +++ b/admin/layouts/help_document/details_right.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_right.php diff --git a/admin/layouts/help_document/details_under.php b/admin/layouts/help_document/details_under.php index c245615c2..9ac4f09e8 100644 --- a/admin/layouts/help_document/details_under.php +++ b/admin/layouts/help_document/details_under.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_under.php diff --git a/admin/layouts/help_document/publishing.php b/admin/layouts/help_document/publishing.php index 3027b7532..74b97b1b8 100644 --- a/admin/layouts/help_document/publishing.php +++ b/admin/layouts/help_document/publishing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publishing.php diff --git a/admin/layouts/help_document/publlshing.php b/admin/layouts/help_document/publlshing.php index dec42eaf9..a7fbd7b7f 100644 --- a/admin/layouts/help_document/publlshing.php +++ b/admin/layouts/help_document/publlshing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publlshing.php diff --git a/admin/layouts/layout/custom_script_fullwidth.php b/admin/layouts/layout/custom_script_fullwidth.php index a8d47dd48..3a724ab4e 100644 --- a/admin/layouts/layout/custom_script_fullwidth.php +++ b/admin/layouts/layout/custom_script_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage custom_script_fullwidth.php diff --git a/admin/layouts/layout/details_fullwidth.php b/admin/layouts/layout/details_fullwidth.php index 465800690..a7c14c4a8 100644 --- a/admin/layouts/layout/details_fullwidth.php +++ b/admin/layouts/layout/details_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_fullwidth.php diff --git a/admin/layouts/layout/details_left.php b/admin/layouts/layout/details_left.php index 20c4e58e2..37c1084f6 100644 --- a/admin/layouts/layout/details_left.php +++ b/admin/layouts/layout/details_left.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_left.php diff --git a/admin/layouts/layout/details_right.php b/admin/layouts/layout/details_right.php index a92085a27..4961178a0 100644 --- a/admin/layouts/layout/details_right.php +++ b/admin/layouts/layout/details_right.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_right.php diff --git a/admin/layouts/layout/details_rightside.php b/admin/layouts/layout/details_rightside.php index 7cb4662ff..c25d4a166 100644 --- a/admin/layouts/layout/details_rightside.php +++ b/admin/layouts/layout/details_rightside.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_rightside.php diff --git a/admin/layouts/layout/details_under.php b/admin/layouts/layout/details_under.php index c245615c2..9ac4f09e8 100644 --- a/admin/layouts/layout/details_under.php +++ b/admin/layouts/layout/details_under.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_under.php diff --git a/admin/layouts/layout/publishing.php b/admin/layouts/layout/publishing.php index 3027b7532..74b97b1b8 100644 --- a/admin/layouts/layout/publishing.php +++ b/admin/layouts/layout/publishing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publishing.php diff --git a/admin/layouts/layout/publlshing.php b/admin/layouts/layout/publlshing.php index a99e71d0e..6bfb23565 100644 --- a/admin/layouts/layout/publlshing.php +++ b/admin/layouts/layout/publlshing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publlshing.php diff --git a/admin/layouts/site_view/custom_buttons_fullwidth.php b/admin/layouts/site_view/custom_buttons_fullwidth.php index adf71495d..0e09ce4af 100644 --- a/admin/layouts/site_view/custom_buttons_fullwidth.php +++ b/admin/layouts/site_view/custom_buttons_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage custom_buttons_fullwidth.php diff --git a/admin/layouts/site_view/details_above.php b/admin/layouts/site_view/details_above.php index d64a2198e..d7a2423bb 100644 --- a/admin/layouts/site_view/details_above.php +++ b/admin/layouts/site_view/details_above.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_above.php diff --git a/admin/layouts/site_view/details_fullwidth.php b/admin/layouts/site_view/details_fullwidth.php index 8f5bdd833..687361770 100644 --- a/admin/layouts/site_view/details_fullwidth.php +++ b/admin/layouts/site_view/details_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_fullwidth.php diff --git a/admin/layouts/site_view/details_left.php b/admin/layouts/site_view/details_left.php index 20c4e58e2..37c1084f6 100644 --- a/admin/layouts/site_view/details_left.php +++ b/admin/layouts/site_view/details_left.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_left.php diff --git a/admin/layouts/site_view/details_right.php b/admin/layouts/site_view/details_right.php index a92085a27..4961178a0 100644 --- a/admin/layouts/site_view/details_right.php +++ b/admin/layouts/site_view/details_right.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_right.php diff --git a/admin/layouts/site_view/details_rightside.php b/admin/layouts/site_view/details_rightside.php index 671b4a017..305f933d6 100644 --- a/admin/layouts/site_view/details_rightside.php +++ b/admin/layouts/site_view/details_rightside.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_rightside.php diff --git a/admin/layouts/site_view/details_under.php b/admin/layouts/site_view/details_under.php index c245615c2..9ac4f09e8 100644 --- a/admin/layouts/site_view/details_under.php +++ b/admin/layouts/site_view/details_under.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_under.php diff --git a/admin/layouts/site_view/javascript_css_fullwidth.php b/admin/layouts/site_view/javascript_css_fullwidth.php index 9b6bbb509..71b504189 100644 --- a/admin/layouts/site_view/javascript_css_fullwidth.php +++ b/admin/layouts/site_view/javascript_css_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage javascript_css_fullwidth.php diff --git a/admin/layouts/site_view/php_fullwidth.php b/admin/layouts/site_view/php_fullwidth.php index 652781bf7..a9a3d9318 100644 --- a/admin/layouts/site_view/php_fullwidth.php +++ b/admin/layouts/site_view/php_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage php_fullwidth.php diff --git a/admin/layouts/site_view/publishing.php b/admin/layouts/site_view/publishing.php index 3027b7532..74b97b1b8 100644 --- a/admin/layouts/site_view/publishing.php +++ b/admin/layouts/site_view/publishing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publishing.php diff --git a/admin/layouts/site_view/publlshing.php b/admin/layouts/site_view/publlshing.php index a99e71d0e..6bfb23565 100644 --- a/admin/layouts/site_view/publlshing.php +++ b/admin/layouts/site_view/publlshing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publlshing.php diff --git a/admin/layouts/snippet/details_above.php b/admin/layouts/snippet/details_above.php index 446ddf3a0..38379956f 100644 --- a/admin/layouts/snippet/details_above.php +++ b/admin/layouts/snippet/details_above.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_above.php diff --git a/admin/layouts/snippet/details_left.php b/admin/layouts/snippet/details_left.php index 6298dce3e..6fb393654 100644 --- a/admin/layouts/snippet/details_left.php +++ b/admin/layouts/snippet/details_left.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_left.php diff --git a/admin/layouts/snippet/details_right.php b/admin/layouts/snippet/details_right.php index 1a481d545..8b6bd4a41 100644 --- a/admin/layouts/snippet/details_right.php +++ b/admin/layouts/snippet/details_right.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_right.php diff --git a/admin/layouts/snippet/publishing.php b/admin/layouts/snippet/publishing.php index 3027b7532..74b97b1b8 100644 --- a/admin/layouts/snippet/publishing.php +++ b/admin/layouts/snippet/publishing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publishing.php diff --git a/admin/layouts/snippet/publlshing.php b/admin/layouts/snippet/publlshing.php index a99e71d0e..6bfb23565 100644 --- a/admin/layouts/snippet/publlshing.php +++ b/admin/layouts/snippet/publlshing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publlshing.php diff --git a/admin/layouts/template/custom_script_fullwidth.php b/admin/layouts/template/custom_script_fullwidth.php index a8d47dd48..3a724ab4e 100644 --- a/admin/layouts/template/custom_script_fullwidth.php +++ b/admin/layouts/template/custom_script_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage custom_script_fullwidth.php diff --git a/admin/layouts/template/details_fullwidth.php b/admin/layouts/template/details_fullwidth.php index cd74f3601..816a7b42d 100644 --- a/admin/layouts/template/details_fullwidth.php +++ b/admin/layouts/template/details_fullwidth.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_fullwidth.php diff --git a/admin/layouts/template/details_left.php b/admin/layouts/template/details_left.php index 20c4e58e2..37c1084f6 100644 --- a/admin/layouts/template/details_left.php +++ b/admin/layouts/template/details_left.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_left.php diff --git a/admin/layouts/template/details_right.php b/admin/layouts/template/details_right.php index a92085a27..4961178a0 100644 --- a/admin/layouts/template/details_right.php +++ b/admin/layouts/template/details_right.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_right.php diff --git a/admin/layouts/template/details_rightside.php b/admin/layouts/template/details_rightside.php index 7cb4662ff..c25d4a166 100644 --- a/admin/layouts/template/details_rightside.php +++ b/admin/layouts/template/details_rightside.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_rightside.php diff --git a/admin/layouts/template/details_under.php b/admin/layouts/template/details_under.php index c245615c2..9ac4f09e8 100644 --- a/admin/layouts/template/details_under.php +++ b/admin/layouts/template/details_under.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage details_under.php diff --git a/admin/layouts/template/publishing.php b/admin/layouts/template/publishing.php index 3027b7532..74b97b1b8 100644 --- a/admin/layouts/template/publishing.php +++ b/admin/layouts/template/publishing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publishing.php diff --git a/admin/layouts/template/publlshing.php b/admin/layouts/template/publlshing.php index a99e71d0e..6bfb23565 100644 --- a/admin/layouts/template/publlshing.php +++ b/admin/layouts/template/publlshing.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage publlshing.php diff --git a/admin/models/admin_view.php b/admin/models/admin_view.php index 61072d103..1c455292a 100644 --- a/admin/models/admin_view.php +++ b/admin/models/admin_view.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage admin_view.php diff --git a/admin/models/admin_views.php b/admin/models/admin_views.php index fc8fd44b7..bc02d6e0a 100644 --- a/admin/models/admin_views.php +++ b/admin/models/admin_views.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage admin_views.php diff --git a/admin/models/ajax.php b/admin/models/ajax.php index 5495eed38..fa63831e0 100644 --- a/admin/models/ajax.php +++ b/admin/models/ajax.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage ajax.php diff --git a/admin/models/compiler.php b/admin/models/compiler.php index 2bcff730a..588893323 100644 --- a/admin/models/compiler.php +++ b/admin/models/compiler.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage compiler.php diff --git a/admin/models/component.php b/admin/models/component.php index e266cd80f..4a8ffcab4 100644 --- a/admin/models/component.php +++ b/admin/models/component.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage component.php @@ -95,12 +95,6 @@ class ComponentbuilderModelComponent extends JModelAdmin $item->metadata = $registry->toArray(); } - if (!empty($item->php_helper_site)) - { - // base64 Decode php_helper_site. - $item->php_helper_site = base64_decode($item->php_helper_site); - } - if (!empty($item->php_helper_admin)) { // base64 Decode php_helper_admin. @@ -113,6 +107,12 @@ class ComponentbuilderModelComponent extends JModelAdmin $item->sql = base64_decode($item->sql); } + if (!empty($item->php_helper_site)) + { + // base64 Decode php_helper_site. + $item->php_helper_site = base64_decode($item->php_helper_site); + } + if (!empty($item->php_admin_event)) { // base64 Decode php_admin_event. @@ -1097,12 +1097,6 @@ class ComponentbuilderModelComponent extends JModelAdmin $data['metadata'] = (string) $metadata; } - // Set the php_helper_site string to base64 string. - if (isset($data['php_helper_site'])) - { - $data['php_helper_site'] = base64_encode($data['php_helper_site']); - } - // Set the php_helper_admin string to base64 string. if (isset($data['php_helper_admin'])) { @@ -1115,6 +1109,12 @@ class ComponentbuilderModelComponent extends JModelAdmin $data['sql'] = base64_encode($data['sql']); } + // Set the php_helper_site string to base64 string. + if (isset($data['php_helper_site'])) + { + $data['php_helper_site'] = base64_encode($data['php_helper_site']); + } + // Set the php_admin_event string to base64 string. if (isset($data['php_admin_event'])) { diff --git a/admin/models/componentbuilder.php b/admin/models/componentbuilder.php index 764ab9bba..b30931a50 100644 --- a/admin/models/componentbuilder.php +++ b/admin/models/componentbuilder.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage componentbuilder.php diff --git a/admin/models/components.php b/admin/models/components.php index 800c677a4..c6879fc94 100644 --- a/admin/models/components.php +++ b/admin/models/components.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage components.php @@ -259,17 +259,17 @@ class ComponentbuilderModelComponents extends JModelList { foreach ($items as $nr => &$item) { - // decode php_helper_site - $item->php_helper_site = base64_decode($item->php_helper_site); // decode php_helper_admin $item->php_helper_admin = base64_decode($item->php_helper_admin); + // decode sql + $item->sql = base64_decode($item->sql); if ($basickey && !is_numeric($item->update_server_ftp) && $item->update_server_ftp === base64_encode(base64_decode($item->update_server_ftp, true))) { // decrypt update_server_ftp $item->update_server_ftp = $basic->decryptString($item->update_server_ftp); } - // decode sql - $item->sql = base64_decode($item->sql); + // decode php_helper_site + $item->php_helper_site = base64_decode($item->php_helper_site); // decode php_admin_event $item->php_admin_event = base64_decode($item->php_admin_event); // decode php_site_event diff --git a/admin/models/custom_admin_view.php b/admin/models/custom_admin_view.php index 0e8711ee3..0be341fae 100644 --- a/admin/models/custom_admin_view.php +++ b/admin/models/custom_admin_view.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage custom_admin_view.php diff --git a/admin/models/custom_admin_views.php b/admin/models/custom_admin_views.php index 584b4f68f..9d42cc3d6 100644 --- a/admin/models/custom_admin_views.php +++ b/admin/models/custom_admin_views.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage custom_admin_views.php diff --git a/admin/models/dynamic_get.php b/admin/models/dynamic_get.php index bac42813b..547e52b07 100644 --- a/admin/models/dynamic_get.php +++ b/admin/models/dynamic_get.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage dynamic_get.php diff --git a/admin/models/dynamic_gets.php b/admin/models/dynamic_gets.php index 4de4a42b8..2d34640e4 100644 --- a/admin/models/dynamic_gets.php +++ b/admin/models/dynamic_gets.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage dynamic_gets.php diff --git a/admin/models/field.php b/admin/models/field.php index 8e534fcef..ba8199756 100644 --- a/admin/models/field.php +++ b/admin/models/field.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage field.php diff --git a/admin/models/fields.php b/admin/models/fields.php index 19033842a..8a16d2385 100644 --- a/admin/models/fields.php +++ b/admin/models/fields.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage fields.php diff --git a/admin/models/fields/adminviewfolderlist.php b/admin/models/fields/adminviewfolderlist.php index 154f5b290..7011e3e58 100644 --- a/admin/models/fields/adminviewfolderlist.php +++ b/admin/models/fields/adminviewfolderlist.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage adminviewfolderlist.php diff --git a/admin/models/fields/adminviews.php b/admin/models/fields/adminviews.php index 748a4dcbc..ac2cde559 100644 --- a/admin/models/fields/adminviews.php +++ b/admin/models/fields/adminviews.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage adminviews.php diff --git a/admin/models/fields/articles.php b/admin/models/fields/articles.php index 9ca07e535..871f1dfef 100644 --- a/admin/models/fields/articles.php +++ b/admin/models/fields/articles.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage articles.php diff --git a/admin/models/fields/customadminviews.php b/admin/models/fields/customadminviews.php index 86dac259d..f011e04ae 100644 --- a/admin/models/fields/customadminviews.php +++ b/admin/models/fields/customadminviews.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage customadminviews.php diff --git a/admin/models/fields/customfilelist.php b/admin/models/fields/customfilelist.php index 9fb97697f..ff09a4352 100644 --- a/admin/models/fields/customfilelist.php +++ b/admin/models/fields/customfilelist.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage customfilelist.php diff --git a/admin/models/fields/customfolderlist.php b/admin/models/fields/customfolderlist.php index ddbea7d2f..67405c0b4 100644 --- a/admin/models/fields/customfolderlist.php +++ b/admin/models/fields/customfolderlist.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage customfolderlist.php diff --git a/admin/models/fields/customgets.php b/admin/models/fields/customgets.php index c7b34dfd9..0519a01d6 100644 --- a/admin/models/fields/customgets.php +++ b/admin/models/fields/customgets.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage customgets.php diff --git a/admin/models/fields/dbtables.php b/admin/models/fields/dbtables.php index cc69c1e32..920720d45 100644 --- a/admin/models/fields/dbtables.php +++ b/admin/models/fields/dbtables.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage dbtables.php diff --git a/admin/models/fields/dynamicgets.php b/admin/models/fields/dynamicgets.php index b9683f2d4..3f702b36b 100644 --- a/admin/models/fields/dynamicgets.php +++ b/admin/models/fields/dynamicgets.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage dynamicgets.php diff --git a/admin/models/fields/fields.php b/admin/models/fields/fields.php index 3dce17914..38ef1165f 100644 --- a/admin/models/fields/fields.php +++ b/admin/models/fields/fields.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage fields.php diff --git a/admin/models/fields/fieldsmulti.php b/admin/models/fields/fieldsmulti.php index 5d58b1d28..0cb622595 100644 --- a/admin/models/fields/fieldsmulti.php +++ b/admin/models/fields/fieldsmulti.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage fieldsmulti.php diff --git a/admin/models/fields/fieldtypes.php b/admin/models/fields/fieldtypes.php index 68ac888e8..23f0b67fd 100644 --- a/admin/models/fields/fieldtypes.php +++ b/admin/models/fields/fieldtypes.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage fieldtypes.php diff --git a/admin/models/fields/maingets.php b/admin/models/fields/maingets.php index 461a5aa14..4c76281be 100644 --- a/admin/models/fields/maingets.php +++ b/admin/models/fields/maingets.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage maingets.php diff --git a/admin/models/fields/siteviewfolderlist.php b/admin/models/fields/siteviewfolderlist.php index 8e95024a0..bc43281b0 100644 --- a/admin/models/fields/siteviewfolderlist.php +++ b/admin/models/fields/siteviewfolderlist.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage siteviewfolderlist.php diff --git a/admin/models/fields/siteviews.php b/admin/models/fields/siteviews.php index 51fdf7d82..a90e5c10d 100644 --- a/admin/models/fields/siteviews.php +++ b/admin/models/fields/siteviews.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage siteviews.php diff --git a/admin/models/fields/snippets.php b/admin/models/fields/snippets.php index d6a0a1e1b..2830cc031 100644 --- a/admin/models/fields/snippets.php +++ b/admin/models/fields/snippets.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage snippets.php diff --git a/admin/models/fieldtype.php b/admin/models/fieldtype.php index 36e679d73..ae9887b03 100644 --- a/admin/models/fieldtype.php +++ b/admin/models/fieldtype.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage fieldtype.php diff --git a/admin/models/fieldtypes.php b/admin/models/fieldtypes.php index 442f93bb7..7a4686135 100644 --- a/admin/models/fieldtypes.php +++ b/admin/models/fieldtypes.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage fieldtypes.php diff --git a/admin/models/forms/admin_view.js b/admin/models/forms/admin_view.js index 61a2e9d80..791d150cb 100644 --- a/admin/models/forms/admin_view.js +++ b/admin/models/forms/admin_view.js @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage admin_view.js @@ -23,325 +23,325 @@ /-----------------------------------------------------------------------------------------------------------------------------*/ // Some Global Values -jform_vvvvvwnvwl_required = false; -jform_vvvvvwovwm_required = false; -jform_vvvvvwpvwn_required = false; -jform_vvvvvwqvwo_required = false; -jform_vvvvvwrvwp_required = false; -jform_vvvvvwsvwq_required = false; -jform_vvvvvwtvwr_required = false; -jform_vvvvvwuvws_required = false; -jform_vvvvvwvvwt_required = false; -jform_vvvvvwwvwu_required = false; -jform_vvvvvwxvwv_required = false; -jform_vvvvvwyvww_required = false; -jform_vvvvvwzvwx_required = false; -jform_vvvvvxavwy_required = false; -jform_vvvvvxbvwz_required = false; -jform_vvvvvxcvxa_required = false; -jform_vvvvvxdvxb_required = false; -jform_vvvvvxevxc_required = false; -jform_vvvvvxfvxd_required = false; -jform_vvvvvxgvxe_required = false; -jform_vvvvvxhvxf_required = false; -jform_vvvvvxivxg_required = false; -jform_vvvvvxjvxh_required = false; -jform_vvvvvxnvxi_required = false; -jform_vvvvvxnvxj_required = false; -jform_vvvvvxnvxk_required = false; -jform_vvvvvxnvxl_required = false; -jform_vvvvvxnvxm_required = false; -jform_vvvvvxpvxn_required = false; -jform_vvvvvxpvxo_required = false; +jform_vvvvvwtvwl_required = false; +jform_vvvvvwuvwm_required = false; +jform_vvvvvwvvwn_required = false; +jform_vvvvvwwvwo_required = false; +jform_vvvvvwxvwp_required = false; +jform_vvvvvwyvwq_required = false; +jform_vvvvvwzvwr_required = false; +jform_vvvvvxavws_required = false; +jform_vvvvvxbvwt_required = false; +jform_vvvvvxcvwu_required = false; +jform_vvvvvxdvwv_required = false; +jform_vvvvvxevww_required = false; +jform_vvvvvxfvwx_required = false; +jform_vvvvvxgvwy_required = false; +jform_vvvvvxhvwz_required = false; +jform_vvvvvxivxa_required = false; +jform_vvvvvxjvxb_required = false; +jform_vvvvvxkvxc_required = false; +jform_vvvvvxlvxd_required = false; +jform_vvvvvxmvxe_required = false; +jform_vvvvvxnvxf_required = false; +jform_vvvvvxovxg_required = false; +jform_vvvvvxpvxh_required = false; +jform_vvvvvxtvxi_required = false; +jform_vvvvvxtvxj_required = false; +jform_vvvvvxtvxk_required = false; +jform_vvvvvxtvxl_required = false; +jform_vvvvvxtvxm_required = false; +jform_vvvvvxvvxn_required = false; +jform_vvvvvxvvxo_required = false; // Initial Script jQuery(document).ready(function() { - var add_css_view_vvvvvwn = jQuery("#jform_add_css_view input[type='radio']:checked").val(); - vvvvvwn(add_css_view_vvvvvwn); + var add_css_view_vvvvvwt = jQuery("#jform_add_css_view input[type='radio']:checked").val(); + vvvvvwt(add_css_view_vvvvvwt); - var add_css_views_vvvvvwo = jQuery("#jform_add_css_views input[type='radio']:checked").val(); - vvvvvwo(add_css_views_vvvvvwo); + var add_css_views_vvvvvwu = jQuery("#jform_add_css_views input[type='radio']:checked").val(); + vvvvvwu(add_css_views_vvvvvwu); - var add_javascript_view_file_vvvvvwp = jQuery("#jform_add_javascript_view_file input[type='radio']:checked").val(); - vvvvvwp(add_javascript_view_file_vvvvvwp); + var add_javascript_view_file_vvvvvwv = jQuery("#jform_add_javascript_view_file input[type='radio']:checked").val(); + vvvvvwv(add_javascript_view_file_vvvvvwv); - var add_javascript_views_file_vvvvvwq = jQuery("#jform_add_javascript_views_file input[type='radio']:checked").val(); - vvvvvwq(add_javascript_views_file_vvvvvwq); + var add_javascript_views_file_vvvvvww = jQuery("#jform_add_javascript_views_file input[type='radio']:checked").val(); + vvvvvww(add_javascript_views_file_vvvvvww); - var add_javascript_view_footer_vvvvvwr = jQuery("#jform_add_javascript_view_footer input[type='radio']:checked").val(); - vvvvvwr(add_javascript_view_footer_vvvvvwr); + var add_javascript_view_footer_vvvvvwx = jQuery("#jform_add_javascript_view_footer input[type='radio']:checked").val(); + vvvvvwx(add_javascript_view_footer_vvvvvwx); - var add_javascript_views_footer_vvvvvws = jQuery("#jform_add_javascript_views_footer input[type='radio']:checked").val(); - vvvvvws(add_javascript_views_footer_vvvvvws); + var add_javascript_views_footer_vvvvvwy = jQuery("#jform_add_javascript_views_footer input[type='radio']:checked").val(); + vvvvvwy(add_javascript_views_footer_vvvvvwy); - var add_php_ajax_vvvvvwt = jQuery("#jform_add_php_ajax input[type='radio']:checked").val(); - vvvvvwt(add_php_ajax_vvvvvwt); + var add_php_ajax_vvvvvwz = jQuery("#jform_add_php_ajax input[type='radio']:checked").val(); + vvvvvwz(add_php_ajax_vvvvvwz); - var add_php_getitem_vvvvvwu = jQuery("#jform_add_php_getitem input[type='radio']:checked").val(); - vvvvvwu(add_php_getitem_vvvvvwu); + var add_php_getitem_vvvvvxa = jQuery("#jform_add_php_getitem input[type='radio']:checked").val(); + vvvvvxa(add_php_getitem_vvvvvxa); - var add_php_getitems_vvvvvwv = jQuery("#jform_add_php_getitems input[type='radio']:checked").val(); - vvvvvwv(add_php_getitems_vvvvvwv); + var add_php_getitems_vvvvvxb = jQuery("#jform_add_php_getitems input[type='radio']:checked").val(); + vvvvvxb(add_php_getitems_vvvvvxb); - var add_php_getitems_after_all_vvvvvww = jQuery("#jform_add_php_getitems_after_all input[type='radio']:checked").val(); - vvvvvww(add_php_getitems_after_all_vvvvvww); + var add_php_getitems_after_all_vvvvvxc = jQuery("#jform_add_php_getitems_after_all input[type='radio']:checked").val(); + vvvvvxc(add_php_getitems_after_all_vvvvvxc); - var add_php_getlistquery_vvvvvwx = jQuery("#jform_add_php_getlistquery input[type='radio']:checked").val(); - vvvvvwx(add_php_getlistquery_vvvvvwx); + var add_php_getlistquery_vvvvvxd = jQuery("#jform_add_php_getlistquery input[type='radio']:checked").val(); + vvvvvxd(add_php_getlistquery_vvvvvxd); - var add_php_save_vvvvvwy = jQuery("#jform_add_php_save input[type='radio']:checked").val(); - vvvvvwy(add_php_save_vvvvvwy); + var add_php_save_vvvvvxe = jQuery("#jform_add_php_save input[type='radio']:checked").val(); + vvvvvxe(add_php_save_vvvvvxe); - var add_php_postsavehook_vvvvvwz = jQuery("#jform_add_php_postsavehook input[type='radio']:checked").val(); - vvvvvwz(add_php_postsavehook_vvvvvwz); + var add_php_postsavehook_vvvvvxf = jQuery("#jform_add_php_postsavehook input[type='radio']:checked").val(); + vvvvvxf(add_php_postsavehook_vvvvvxf); - var add_php_allowedit_vvvvvxa = jQuery("#jform_add_php_allowedit input[type='radio']:checked").val(); - vvvvvxa(add_php_allowedit_vvvvvxa); + var add_php_allowedit_vvvvvxg = jQuery("#jform_add_php_allowedit input[type='radio']:checked").val(); + vvvvvxg(add_php_allowedit_vvvvvxg); - var add_php_batchcopy_vvvvvxb = jQuery("#jform_add_php_batchcopy input[type='radio']:checked").val(); - vvvvvxb(add_php_batchcopy_vvvvvxb); + var add_php_batchcopy_vvvvvxh = jQuery("#jform_add_php_batchcopy input[type='radio']:checked").val(); + vvvvvxh(add_php_batchcopy_vvvvvxh); - var add_php_batchmove_vvvvvxc = jQuery("#jform_add_php_batchmove input[type='radio']:checked").val(); - vvvvvxc(add_php_batchmove_vvvvvxc); + var add_php_batchmove_vvvvvxi = jQuery("#jform_add_php_batchmove input[type='radio']:checked").val(); + vvvvvxi(add_php_batchmove_vvvvvxi); - var add_php_before_publish_vvvvvxd = jQuery("#jform_add_php_before_publish input[type='radio']:checked").val(); - vvvvvxd(add_php_before_publish_vvvvvxd); + var add_php_before_publish_vvvvvxj = jQuery("#jform_add_php_before_publish input[type='radio']:checked").val(); + vvvvvxj(add_php_before_publish_vvvvvxj); - var add_php_after_publish_vvvvvxe = jQuery("#jform_add_php_after_publish input[type='radio']:checked").val(); - vvvvvxe(add_php_after_publish_vvvvvxe); + var add_php_after_publish_vvvvvxk = jQuery("#jform_add_php_after_publish input[type='radio']:checked").val(); + vvvvvxk(add_php_after_publish_vvvvvxk); - var add_php_before_delete_vvvvvxf = jQuery("#jform_add_php_before_delete input[type='radio']:checked").val(); - vvvvvxf(add_php_before_delete_vvvvvxf); + var add_php_before_delete_vvvvvxl = jQuery("#jform_add_php_before_delete input[type='radio']:checked").val(); + vvvvvxl(add_php_before_delete_vvvvvxl); - var add_php_after_delete_vvvvvxg = jQuery("#jform_add_php_after_delete input[type='radio']:checked").val(); - vvvvvxg(add_php_after_delete_vvvvvxg); + var add_php_after_delete_vvvvvxm = jQuery("#jform_add_php_after_delete input[type='radio']:checked").val(); + vvvvvxm(add_php_after_delete_vvvvvxm); - var add_php_document_vvvvvxh = jQuery("#jform_add_php_document input[type='radio']:checked").val(); - vvvvvxh(add_php_document_vvvvvxh); + var add_php_document_vvvvvxn = jQuery("#jform_add_php_document input[type='radio']:checked").val(); + vvvvvxn(add_php_document_vvvvvxn); - var add_sql_vvvvvxi = jQuery("#jform_add_sql input[type='radio']:checked").val(); - vvvvvxi(add_sql_vvvvvxi); + var add_sql_vvvvvxo = jQuery("#jform_add_sql input[type='radio']:checked").val(); + vvvvvxo(add_sql_vvvvvxo); - var source_vvvvvxj = jQuery("#jform_source input[type='radio']:checked").val(); - var add_sql_vvvvvxj = jQuery("#jform_add_sql input[type='radio']:checked").val(); - vvvvvxj(source_vvvvvxj,add_sql_vvvvvxj); + var source_vvvvvxp = jQuery("#jform_source input[type='radio']:checked").val(); + var add_sql_vvvvvxp = jQuery("#jform_add_sql input[type='radio']:checked").val(); + vvvvvxp(source_vvvvvxp,add_sql_vvvvvxp); - var source_vvvvvxl = jQuery("#jform_source input[type='radio']:checked").val(); - var add_sql_vvvvvxl = jQuery("#jform_add_sql input[type='radio']:checked").val(); - vvvvvxl(source_vvvvvxl,add_sql_vvvvvxl); + var source_vvvvvxr = jQuery("#jform_source input[type='radio']:checked").val(); + var add_sql_vvvvvxr = jQuery("#jform_add_sql input[type='radio']:checked").val(); + vvvvvxr(source_vvvvvxr,add_sql_vvvvvxr); - var add_custom_import_vvvvvxn = jQuery("#jform_add_custom_import input[type='radio']:checked").val(); - vvvvvxn(add_custom_import_vvvvvxn); + var add_custom_import_vvvvvxt = jQuery("#jform_add_custom_import input[type='radio']:checked").val(); + vvvvvxt(add_custom_import_vvvvvxt); - var add_custom_import_vvvvvxo = jQuery("#jform_add_custom_import input[type='radio']:checked").val(); - vvvvvxo(add_custom_import_vvvvvxo); + var add_custom_import_vvvvvxu = jQuery("#jform_add_custom_import input[type='radio']:checked").val(); + vvvvvxu(add_custom_import_vvvvvxu); - var add_custom_button_vvvvvxp = jQuery("#jform_add_custom_button input[type='radio']:checked").val(); - vvvvvxp(add_custom_button_vvvvvxp); + var add_custom_button_vvvvvxv = jQuery("#jform_add_custom_button input[type='radio']:checked").val(); + vvvvvxv(add_custom_button_vvvvvxv); }); -// the vvvvvwn function -function vvvvvwn(add_css_view_vvvvvwn) +// the vvvvvwt function +function vvvvvwt(add_css_view_vvvvvwt) { // set the function logic - if (add_css_view_vvvvvwn == 1) + if (add_css_view_vvvvvwt == 1) { jQuery('#jform_css_view').closest('.control-group').show(); - if (jform_vvvvvwnvwl_required) + if (jform_vvvvvwtvwl_required) { updateFieldRequired('css_view',0); jQuery('#jform_css_view').prop('required','required'); jQuery('#jform_css_view').attr('aria-required',true); jQuery('#jform_css_view').addClass('required'); - jform_vvvvvwnvwl_required = false; + jform_vvvvvwtvwl_required = false; } } else { jQuery('#jform_css_view').closest('.control-group').hide(); - if (!jform_vvvvvwnvwl_required) + if (!jform_vvvvvwtvwl_required) { updateFieldRequired('css_view',1); jQuery('#jform_css_view').removeAttr('required'); jQuery('#jform_css_view').removeAttr('aria-required'); jQuery('#jform_css_view').removeClass('required'); - jform_vvvvvwnvwl_required = true; + jform_vvvvvwtvwl_required = true; } } } -// the vvvvvwo function -function vvvvvwo(add_css_views_vvvvvwo) +// the vvvvvwu function +function vvvvvwu(add_css_views_vvvvvwu) { // set the function logic - if (add_css_views_vvvvvwo == 1) + if (add_css_views_vvvvvwu == 1) { jQuery('#jform_css_views').closest('.control-group').show(); - if (jform_vvvvvwovwm_required) + if (jform_vvvvvwuvwm_required) { updateFieldRequired('css_views',0); jQuery('#jform_css_views').prop('required','required'); jQuery('#jform_css_views').attr('aria-required',true); jQuery('#jform_css_views').addClass('required'); - jform_vvvvvwovwm_required = false; + jform_vvvvvwuvwm_required = false; } } else { jQuery('#jform_css_views').closest('.control-group').hide(); - if (!jform_vvvvvwovwm_required) + if (!jform_vvvvvwuvwm_required) { updateFieldRequired('css_views',1); jQuery('#jform_css_views').removeAttr('required'); jQuery('#jform_css_views').removeAttr('aria-required'); jQuery('#jform_css_views').removeClass('required'); - jform_vvvvvwovwm_required = true; + jform_vvvvvwuvwm_required = true; } } } -// the vvvvvwp function -function vvvvvwp(add_javascript_view_file_vvvvvwp) +// the vvvvvwv function +function vvvvvwv(add_javascript_view_file_vvvvvwv) { // set the function logic - if (add_javascript_view_file_vvvvvwp == 1) + if (add_javascript_view_file_vvvvvwv == 1) { jQuery('#jform_javascript_view_file').closest('.control-group').show(); - if (jform_vvvvvwpvwn_required) + if (jform_vvvvvwvvwn_required) { updateFieldRequired('javascript_view_file',0); jQuery('#jform_javascript_view_file').prop('required','required'); jQuery('#jform_javascript_view_file').attr('aria-required',true); jQuery('#jform_javascript_view_file').addClass('required'); - jform_vvvvvwpvwn_required = false; + jform_vvvvvwvvwn_required = false; } } else { jQuery('#jform_javascript_view_file').closest('.control-group').hide(); - if (!jform_vvvvvwpvwn_required) + if (!jform_vvvvvwvvwn_required) { updateFieldRequired('javascript_view_file',1); jQuery('#jform_javascript_view_file').removeAttr('required'); jQuery('#jform_javascript_view_file').removeAttr('aria-required'); jQuery('#jform_javascript_view_file').removeClass('required'); - jform_vvvvvwpvwn_required = true; + jform_vvvvvwvvwn_required = true; } } } -// the vvvvvwq function -function vvvvvwq(add_javascript_views_file_vvvvvwq) +// the vvvvvww function +function vvvvvww(add_javascript_views_file_vvvvvww) { // set the function logic - if (add_javascript_views_file_vvvvvwq == 1) + if (add_javascript_views_file_vvvvvww == 1) { jQuery('#jform_javascript_views_file').closest('.control-group').show(); - if (jform_vvvvvwqvwo_required) + if (jform_vvvvvwwvwo_required) { updateFieldRequired('javascript_views_file',0); jQuery('#jform_javascript_views_file').prop('required','required'); jQuery('#jform_javascript_views_file').attr('aria-required',true); jQuery('#jform_javascript_views_file').addClass('required'); - jform_vvvvvwqvwo_required = false; + jform_vvvvvwwvwo_required = false; } } else { jQuery('#jform_javascript_views_file').closest('.control-group').hide(); - if (!jform_vvvvvwqvwo_required) + if (!jform_vvvvvwwvwo_required) { updateFieldRequired('javascript_views_file',1); jQuery('#jform_javascript_views_file').removeAttr('required'); jQuery('#jform_javascript_views_file').removeAttr('aria-required'); jQuery('#jform_javascript_views_file').removeClass('required'); - jform_vvvvvwqvwo_required = true; + jform_vvvvvwwvwo_required = true; } } } -// the vvvvvwr function -function vvvvvwr(add_javascript_view_footer_vvvvvwr) +// the vvvvvwx function +function vvvvvwx(add_javascript_view_footer_vvvvvwx) { // set the function logic - if (add_javascript_view_footer_vvvvvwr == 1) + if (add_javascript_view_footer_vvvvvwx == 1) { jQuery('#jform_javascript_view_footer').closest('.control-group').show(); - if (jform_vvvvvwrvwp_required) + if (jform_vvvvvwxvwp_required) { updateFieldRequired('javascript_view_footer',0); jQuery('#jform_javascript_view_footer').prop('required','required'); jQuery('#jform_javascript_view_footer').attr('aria-required',true); jQuery('#jform_javascript_view_footer').addClass('required'); - jform_vvvvvwrvwp_required = false; + jform_vvvvvwxvwp_required = false; } } else { jQuery('#jform_javascript_view_footer').closest('.control-group').hide(); - if (!jform_vvvvvwrvwp_required) + if (!jform_vvvvvwxvwp_required) { updateFieldRequired('javascript_view_footer',1); jQuery('#jform_javascript_view_footer').removeAttr('required'); jQuery('#jform_javascript_view_footer').removeAttr('aria-required'); jQuery('#jform_javascript_view_footer').removeClass('required'); - jform_vvvvvwrvwp_required = true; + jform_vvvvvwxvwp_required = true; } } } -// the vvvvvws function -function vvvvvws(add_javascript_views_footer_vvvvvws) +// the vvvvvwy function +function vvvvvwy(add_javascript_views_footer_vvvvvwy) { // set the function logic - if (add_javascript_views_footer_vvvvvws == 1) + if (add_javascript_views_footer_vvvvvwy == 1) { jQuery('#jform_javascript_views_footer').closest('.control-group').show(); - if (jform_vvvvvwsvwq_required) + if (jform_vvvvvwyvwq_required) { updateFieldRequired('javascript_views_footer',0); jQuery('#jform_javascript_views_footer').prop('required','required'); jQuery('#jform_javascript_views_footer').attr('aria-required',true); jQuery('#jform_javascript_views_footer').addClass('required'); - jform_vvvvvwsvwq_required = false; + jform_vvvvvwyvwq_required = false; } } else { jQuery('#jform_javascript_views_footer').closest('.control-group').hide(); - if (!jform_vvvvvwsvwq_required) + if (!jform_vvvvvwyvwq_required) { updateFieldRequired('javascript_views_footer',1); jQuery('#jform_javascript_views_footer').removeAttr('required'); jQuery('#jform_javascript_views_footer').removeAttr('aria-required'); jQuery('#jform_javascript_views_footer').removeClass('required'); - jform_vvvvvwsvwq_required = true; + jform_vvvvvwyvwq_required = true; } } } -// the vvvvvwt function -function vvvvvwt(add_php_ajax_vvvvvwt) +// the vvvvvwz function +function vvvvvwz(add_php_ajax_vvvvvwz) { // set the function logic - if (add_php_ajax_vvvvvwt == 1) + if (add_php_ajax_vvvvvwz == 1) { jQuery('#jform_ajax_input').closest('.control-group').show(); jQuery('#jform_php_ajaxmethod').closest('.control-group').show(); - if (jform_vvvvvwtvwr_required) + if (jform_vvvvvwzvwr_required) { updateFieldRequired('php_ajaxmethod',0); jQuery('#jform_php_ajaxmethod').prop('required','required'); jQuery('#jform_php_ajaxmethod').attr('aria-required',true); jQuery('#jform_php_ajaxmethod').addClass('required'); - jform_vvvvvwtvwr_required = false; + jform_vvvvvwzvwr_required = false; } } @@ -349,518 +349,518 @@ function vvvvvwt(add_php_ajax_vvvvvwt) { jQuery('#jform_ajax_input').closest('.control-group').hide(); jQuery('#jform_php_ajaxmethod').closest('.control-group').hide(); - if (!jform_vvvvvwtvwr_required) + if (!jform_vvvvvwzvwr_required) { updateFieldRequired('php_ajaxmethod',1); jQuery('#jform_php_ajaxmethod').removeAttr('required'); jQuery('#jform_php_ajaxmethod').removeAttr('aria-required'); jQuery('#jform_php_ajaxmethod').removeClass('required'); - jform_vvvvvwtvwr_required = true; + jform_vvvvvwzvwr_required = true; } } } -// the vvvvvwu function -function vvvvvwu(add_php_getitem_vvvvvwu) +// the vvvvvxa function +function vvvvvxa(add_php_getitem_vvvvvxa) { // set the function logic - if (add_php_getitem_vvvvvwu == 1) + if (add_php_getitem_vvvvvxa == 1) { jQuery('#jform_php_getitem').closest('.control-group').show(); - if (jform_vvvvvwuvws_required) + if (jform_vvvvvxavws_required) { updateFieldRequired('php_getitem',0); jQuery('#jform_php_getitem').prop('required','required'); jQuery('#jform_php_getitem').attr('aria-required',true); jQuery('#jform_php_getitem').addClass('required'); - jform_vvvvvwuvws_required = false; + jform_vvvvvxavws_required = false; } } else { jQuery('#jform_php_getitem').closest('.control-group').hide(); - if (!jform_vvvvvwuvws_required) + if (!jform_vvvvvxavws_required) { updateFieldRequired('php_getitem',1); jQuery('#jform_php_getitem').removeAttr('required'); jQuery('#jform_php_getitem').removeAttr('aria-required'); jQuery('#jform_php_getitem').removeClass('required'); - jform_vvvvvwuvws_required = true; + jform_vvvvvxavws_required = true; } } } -// the vvvvvwv function -function vvvvvwv(add_php_getitems_vvvvvwv) +// the vvvvvxb function +function vvvvvxb(add_php_getitems_vvvvvxb) { // set the function logic - if (add_php_getitems_vvvvvwv == 1) + if (add_php_getitems_vvvvvxb == 1) { jQuery('#jform_php_getitems').closest('.control-group').show(); - if (jform_vvvvvwvvwt_required) + if (jform_vvvvvxbvwt_required) { updateFieldRequired('php_getitems',0); jQuery('#jform_php_getitems').prop('required','required'); jQuery('#jform_php_getitems').attr('aria-required',true); jQuery('#jform_php_getitems').addClass('required'); - jform_vvvvvwvvwt_required = false; + jform_vvvvvxbvwt_required = false; } } else { jQuery('#jform_php_getitems').closest('.control-group').hide(); - if (!jform_vvvvvwvvwt_required) + if (!jform_vvvvvxbvwt_required) { updateFieldRequired('php_getitems',1); jQuery('#jform_php_getitems').removeAttr('required'); jQuery('#jform_php_getitems').removeAttr('aria-required'); jQuery('#jform_php_getitems').removeClass('required'); - jform_vvvvvwvvwt_required = true; + jform_vvvvvxbvwt_required = true; } } } -// the vvvvvww function -function vvvvvww(add_php_getitems_after_all_vvvvvww) +// the vvvvvxc function +function vvvvvxc(add_php_getitems_after_all_vvvvvxc) { // set the function logic - if (add_php_getitems_after_all_vvvvvww == 1) + if (add_php_getitems_after_all_vvvvvxc == 1) { jQuery('#jform_php_getitems_after_all').closest('.control-group').show(); - if (jform_vvvvvwwvwu_required) + if (jform_vvvvvxcvwu_required) { updateFieldRequired('php_getitems_after_all',0); jQuery('#jform_php_getitems_after_all').prop('required','required'); jQuery('#jform_php_getitems_after_all').attr('aria-required',true); jQuery('#jform_php_getitems_after_all').addClass('required'); - jform_vvvvvwwvwu_required = false; + jform_vvvvvxcvwu_required = false; } } else { jQuery('#jform_php_getitems_after_all').closest('.control-group').hide(); - if (!jform_vvvvvwwvwu_required) + if (!jform_vvvvvxcvwu_required) { updateFieldRequired('php_getitems_after_all',1); jQuery('#jform_php_getitems_after_all').removeAttr('required'); jQuery('#jform_php_getitems_after_all').removeAttr('aria-required'); jQuery('#jform_php_getitems_after_all').removeClass('required'); - jform_vvvvvwwvwu_required = true; + jform_vvvvvxcvwu_required = true; } } } -// the vvvvvwx function -function vvvvvwx(add_php_getlistquery_vvvvvwx) +// the vvvvvxd function +function vvvvvxd(add_php_getlistquery_vvvvvxd) { // set the function logic - if (add_php_getlistquery_vvvvvwx == 1) + if (add_php_getlistquery_vvvvvxd == 1) { jQuery('#jform_php_getlistquery').closest('.control-group').show(); - if (jform_vvvvvwxvwv_required) + if (jform_vvvvvxdvwv_required) { updateFieldRequired('php_getlistquery',0); jQuery('#jform_php_getlistquery').prop('required','required'); jQuery('#jform_php_getlistquery').attr('aria-required',true); jQuery('#jform_php_getlistquery').addClass('required'); - jform_vvvvvwxvwv_required = false; + jform_vvvvvxdvwv_required = false; } } else { jQuery('#jform_php_getlistquery').closest('.control-group').hide(); - if (!jform_vvvvvwxvwv_required) + if (!jform_vvvvvxdvwv_required) { updateFieldRequired('php_getlistquery',1); jQuery('#jform_php_getlistquery').removeAttr('required'); jQuery('#jform_php_getlistquery').removeAttr('aria-required'); jQuery('#jform_php_getlistquery').removeClass('required'); - jform_vvvvvwxvwv_required = true; + jform_vvvvvxdvwv_required = true; } } } -// the vvvvvwy function -function vvvvvwy(add_php_save_vvvvvwy) +// the vvvvvxe function +function vvvvvxe(add_php_save_vvvvvxe) { // set the function logic - if (add_php_save_vvvvvwy == 1) + if (add_php_save_vvvvvxe == 1) { jQuery('#jform_php_save').closest('.control-group').show(); - if (jform_vvvvvwyvww_required) + if (jform_vvvvvxevww_required) { updateFieldRequired('php_save',0); jQuery('#jform_php_save').prop('required','required'); jQuery('#jform_php_save').attr('aria-required',true); jQuery('#jform_php_save').addClass('required'); - jform_vvvvvwyvww_required = false; + jform_vvvvvxevww_required = false; } } else { jQuery('#jform_php_save').closest('.control-group').hide(); - if (!jform_vvvvvwyvww_required) + if (!jform_vvvvvxevww_required) { updateFieldRequired('php_save',1); jQuery('#jform_php_save').removeAttr('required'); jQuery('#jform_php_save').removeAttr('aria-required'); jQuery('#jform_php_save').removeClass('required'); - jform_vvvvvwyvww_required = true; + jform_vvvvvxevww_required = true; } } } -// the vvvvvwz function -function vvvvvwz(add_php_postsavehook_vvvvvwz) +// the vvvvvxf function +function vvvvvxf(add_php_postsavehook_vvvvvxf) { // set the function logic - if (add_php_postsavehook_vvvvvwz == 1) + if (add_php_postsavehook_vvvvvxf == 1) { jQuery('#jform_php_postsavehook').closest('.control-group').show(); - if (jform_vvvvvwzvwx_required) + if (jform_vvvvvxfvwx_required) { updateFieldRequired('php_postsavehook',0); jQuery('#jform_php_postsavehook').prop('required','required'); jQuery('#jform_php_postsavehook').attr('aria-required',true); jQuery('#jform_php_postsavehook').addClass('required'); - jform_vvvvvwzvwx_required = false; + jform_vvvvvxfvwx_required = false; } } else { jQuery('#jform_php_postsavehook').closest('.control-group').hide(); - if (!jform_vvvvvwzvwx_required) + if (!jform_vvvvvxfvwx_required) { updateFieldRequired('php_postsavehook',1); jQuery('#jform_php_postsavehook').removeAttr('required'); jQuery('#jform_php_postsavehook').removeAttr('aria-required'); jQuery('#jform_php_postsavehook').removeClass('required'); - jform_vvvvvwzvwx_required = true; + jform_vvvvvxfvwx_required = true; } } } -// the vvvvvxa function -function vvvvvxa(add_php_allowedit_vvvvvxa) +// the vvvvvxg function +function vvvvvxg(add_php_allowedit_vvvvvxg) { // set the function logic - if (add_php_allowedit_vvvvvxa == 1) + if (add_php_allowedit_vvvvvxg == 1) { jQuery('#jform_php_allowedit').closest('.control-group').show(); - if (jform_vvvvvxavwy_required) + if (jform_vvvvvxgvwy_required) { updateFieldRequired('php_allowedit',0); jQuery('#jform_php_allowedit').prop('required','required'); jQuery('#jform_php_allowedit').attr('aria-required',true); jQuery('#jform_php_allowedit').addClass('required'); - jform_vvvvvxavwy_required = false; + jform_vvvvvxgvwy_required = false; } } else { jQuery('#jform_php_allowedit').closest('.control-group').hide(); - if (!jform_vvvvvxavwy_required) + if (!jform_vvvvvxgvwy_required) { updateFieldRequired('php_allowedit',1); jQuery('#jform_php_allowedit').removeAttr('required'); jQuery('#jform_php_allowedit').removeAttr('aria-required'); jQuery('#jform_php_allowedit').removeClass('required'); - jform_vvvvvxavwy_required = true; + jform_vvvvvxgvwy_required = true; } } } -// the vvvvvxb function -function vvvvvxb(add_php_batchcopy_vvvvvxb) +// the vvvvvxh function +function vvvvvxh(add_php_batchcopy_vvvvvxh) { // set the function logic - if (add_php_batchcopy_vvvvvxb == 1) + if (add_php_batchcopy_vvvvvxh == 1) { jQuery('#jform_php_batchcopy').closest('.control-group').show(); - if (jform_vvvvvxbvwz_required) + if (jform_vvvvvxhvwz_required) { updateFieldRequired('php_batchcopy',0); jQuery('#jform_php_batchcopy').prop('required','required'); jQuery('#jform_php_batchcopy').attr('aria-required',true); jQuery('#jform_php_batchcopy').addClass('required'); - jform_vvvvvxbvwz_required = false; + jform_vvvvvxhvwz_required = false; } } else { jQuery('#jform_php_batchcopy').closest('.control-group').hide(); - if (!jform_vvvvvxbvwz_required) + if (!jform_vvvvvxhvwz_required) { updateFieldRequired('php_batchcopy',1); jQuery('#jform_php_batchcopy').removeAttr('required'); jQuery('#jform_php_batchcopy').removeAttr('aria-required'); jQuery('#jform_php_batchcopy').removeClass('required'); - jform_vvvvvxbvwz_required = true; + jform_vvvvvxhvwz_required = true; } } } -// the vvvvvxc function -function vvvvvxc(add_php_batchmove_vvvvvxc) +// the vvvvvxi function +function vvvvvxi(add_php_batchmove_vvvvvxi) { // set the function logic - if (add_php_batchmove_vvvvvxc == 1) + if (add_php_batchmove_vvvvvxi == 1) { jQuery('#jform_php_batchmove').closest('.control-group').show(); - if (jform_vvvvvxcvxa_required) + if (jform_vvvvvxivxa_required) { updateFieldRequired('php_batchmove',0); jQuery('#jform_php_batchmove').prop('required','required'); jQuery('#jform_php_batchmove').attr('aria-required',true); jQuery('#jform_php_batchmove').addClass('required'); - jform_vvvvvxcvxa_required = false; + jform_vvvvvxivxa_required = false; } } else { jQuery('#jform_php_batchmove').closest('.control-group').hide(); - if (!jform_vvvvvxcvxa_required) + if (!jform_vvvvvxivxa_required) { updateFieldRequired('php_batchmove',1); jQuery('#jform_php_batchmove').removeAttr('required'); jQuery('#jform_php_batchmove').removeAttr('aria-required'); jQuery('#jform_php_batchmove').removeClass('required'); - jform_vvvvvxcvxa_required = true; + jform_vvvvvxivxa_required = true; } } } -// the vvvvvxd function -function vvvvvxd(add_php_before_publish_vvvvvxd) +// the vvvvvxj function +function vvvvvxj(add_php_before_publish_vvvvvxj) { // set the function logic - if (add_php_before_publish_vvvvvxd == 1) + if (add_php_before_publish_vvvvvxj == 1) { jQuery('#jform_php_before_publish').closest('.control-group').show(); - if (jform_vvvvvxdvxb_required) + if (jform_vvvvvxjvxb_required) { updateFieldRequired('php_before_publish',0); jQuery('#jform_php_before_publish').prop('required','required'); jQuery('#jform_php_before_publish').attr('aria-required',true); jQuery('#jform_php_before_publish').addClass('required'); - jform_vvvvvxdvxb_required = false; + jform_vvvvvxjvxb_required = false; } } else { jQuery('#jform_php_before_publish').closest('.control-group').hide(); - if (!jform_vvvvvxdvxb_required) + if (!jform_vvvvvxjvxb_required) { updateFieldRequired('php_before_publish',1); jQuery('#jform_php_before_publish').removeAttr('required'); jQuery('#jform_php_before_publish').removeAttr('aria-required'); jQuery('#jform_php_before_publish').removeClass('required'); - jform_vvvvvxdvxb_required = true; + jform_vvvvvxjvxb_required = true; } } } -// the vvvvvxe function -function vvvvvxe(add_php_after_publish_vvvvvxe) +// the vvvvvxk function +function vvvvvxk(add_php_after_publish_vvvvvxk) { // set the function logic - if (add_php_after_publish_vvvvvxe == 1) + if (add_php_after_publish_vvvvvxk == 1) { jQuery('#jform_php_after_publish').closest('.control-group').show(); - if (jform_vvvvvxevxc_required) + if (jform_vvvvvxkvxc_required) { updateFieldRequired('php_after_publish',0); jQuery('#jform_php_after_publish').prop('required','required'); jQuery('#jform_php_after_publish').attr('aria-required',true); jQuery('#jform_php_after_publish').addClass('required'); - jform_vvvvvxevxc_required = false; + jform_vvvvvxkvxc_required = false; } } else { jQuery('#jform_php_after_publish').closest('.control-group').hide(); - if (!jform_vvvvvxevxc_required) + if (!jform_vvvvvxkvxc_required) { updateFieldRequired('php_after_publish',1); jQuery('#jform_php_after_publish').removeAttr('required'); jQuery('#jform_php_after_publish').removeAttr('aria-required'); jQuery('#jform_php_after_publish').removeClass('required'); - jform_vvvvvxevxc_required = true; + jform_vvvvvxkvxc_required = true; } } } -// the vvvvvxf function -function vvvvvxf(add_php_before_delete_vvvvvxf) +// the vvvvvxl function +function vvvvvxl(add_php_before_delete_vvvvvxl) { // set the function logic - if (add_php_before_delete_vvvvvxf == 1) + if (add_php_before_delete_vvvvvxl == 1) { jQuery('#jform_php_before_delete').closest('.control-group').show(); - if (jform_vvvvvxfvxd_required) + if (jform_vvvvvxlvxd_required) { updateFieldRequired('php_before_delete',0); jQuery('#jform_php_before_delete').prop('required','required'); jQuery('#jform_php_before_delete').attr('aria-required',true); jQuery('#jform_php_before_delete').addClass('required'); - jform_vvvvvxfvxd_required = false; + jform_vvvvvxlvxd_required = false; } } else { jQuery('#jform_php_before_delete').closest('.control-group').hide(); - if (!jform_vvvvvxfvxd_required) + if (!jform_vvvvvxlvxd_required) { updateFieldRequired('php_before_delete',1); jQuery('#jform_php_before_delete').removeAttr('required'); jQuery('#jform_php_before_delete').removeAttr('aria-required'); jQuery('#jform_php_before_delete').removeClass('required'); - jform_vvvvvxfvxd_required = true; + jform_vvvvvxlvxd_required = true; } } } -// the vvvvvxg function -function vvvvvxg(add_php_after_delete_vvvvvxg) +// the vvvvvxm function +function vvvvvxm(add_php_after_delete_vvvvvxm) { // set the function logic - if (add_php_after_delete_vvvvvxg == 1) + if (add_php_after_delete_vvvvvxm == 1) { jQuery('#jform_php_after_delete').closest('.control-group').show(); - if (jform_vvvvvxgvxe_required) + if (jform_vvvvvxmvxe_required) { updateFieldRequired('php_after_delete',0); jQuery('#jform_php_after_delete').prop('required','required'); jQuery('#jform_php_after_delete').attr('aria-required',true); jQuery('#jform_php_after_delete').addClass('required'); - jform_vvvvvxgvxe_required = false; + jform_vvvvvxmvxe_required = false; } } else { jQuery('#jform_php_after_delete').closest('.control-group').hide(); - if (!jform_vvvvvxgvxe_required) + if (!jform_vvvvvxmvxe_required) { updateFieldRequired('php_after_delete',1); jQuery('#jform_php_after_delete').removeAttr('required'); jQuery('#jform_php_after_delete').removeAttr('aria-required'); jQuery('#jform_php_after_delete').removeClass('required'); - jform_vvvvvxgvxe_required = true; + jform_vvvvvxmvxe_required = true; } } } -// the vvvvvxh function -function vvvvvxh(add_php_document_vvvvvxh) +// the vvvvvxn function +function vvvvvxn(add_php_document_vvvvvxn) { // set the function logic - if (add_php_document_vvvvvxh == 1) + if (add_php_document_vvvvvxn == 1) { jQuery('#jform_php_document').closest('.control-group').show(); - if (jform_vvvvvxhvxf_required) + if (jform_vvvvvxnvxf_required) { updateFieldRequired('php_document',0); jQuery('#jform_php_document').prop('required','required'); jQuery('#jform_php_document').attr('aria-required',true); jQuery('#jform_php_document').addClass('required'); - jform_vvvvvxhvxf_required = false; + jform_vvvvvxnvxf_required = false; } } else { jQuery('#jform_php_document').closest('.control-group').hide(); - if (!jform_vvvvvxhvxf_required) + if (!jform_vvvvvxnvxf_required) { updateFieldRequired('php_document',1); jQuery('#jform_php_document').removeAttr('required'); jQuery('#jform_php_document').removeAttr('aria-required'); jQuery('#jform_php_document').removeClass('required'); - jform_vvvvvxhvxf_required = true; + jform_vvvvvxnvxf_required = true; } } } -// the vvvvvxi function -function vvvvvxi(add_sql_vvvvvxi) +// the vvvvvxo function +function vvvvvxo(add_sql_vvvvvxo) { // set the function logic - if (add_sql_vvvvvxi == 1) + if (add_sql_vvvvvxo == 1) { jQuery('#jform_source').closest('.control-group').show(); - if (jform_vvvvvxivxg_required) + if (jform_vvvvvxovxg_required) { updateFieldRequired('source',0); jQuery('#jform_source').prop('required','required'); jQuery('#jform_source').attr('aria-required',true); jQuery('#jform_source').addClass('required'); - jform_vvvvvxivxg_required = false; + jform_vvvvvxovxg_required = false; } } else { jQuery('#jform_source').closest('.control-group').hide(); - if (!jform_vvvvvxivxg_required) + if (!jform_vvvvvxovxg_required) { updateFieldRequired('source',1); jQuery('#jform_source').removeAttr('required'); jQuery('#jform_source').removeAttr('aria-required'); jQuery('#jform_source').removeClass('required'); - jform_vvvvvxivxg_required = true; + jform_vvvvvxovxg_required = true; } } } -// the vvvvvxj function -function vvvvvxj(source_vvvvvxj,add_sql_vvvvvxj) +// the vvvvvxp function +function vvvvvxp(source_vvvvvxp,add_sql_vvvvvxp) { // set the function logic - if (source_vvvvvxj == 2 && add_sql_vvvvvxj == 1) + if (source_vvvvvxp == 2 && add_sql_vvvvvxp == 1) { jQuery('#jform_sql').closest('.control-group').show(); - if (jform_vvvvvxjvxh_required) + if (jform_vvvvvxpvxh_required) { updateFieldRequired('sql',0); jQuery('#jform_sql').prop('required','required'); jQuery('#jform_sql').attr('aria-required',true); jQuery('#jform_sql').addClass('required'); - jform_vvvvvxjvxh_required = false; + jform_vvvvvxpvxh_required = false; } } else { jQuery('#jform_sql').closest('.control-group').hide(); - if (!jform_vvvvvxjvxh_required) + if (!jform_vvvvvxpvxh_required) { updateFieldRequired('sql',1); jQuery('#jform_sql').removeAttr('required'); jQuery('#jform_sql').removeAttr('aria-required'); jQuery('#jform_sql').removeClass('required'); - jform_vvvvvxjvxh_required = true; + jform_vvvvvxpvxh_required = true; } } } -// the vvvvvxl function -function vvvvvxl(source_vvvvvxl,add_sql_vvvvvxl) +// the vvvvvxr function +function vvvvvxr(source_vvvvvxr,add_sql_vvvvvxr) { // set the function logic - if (source_vvvvvxl == 1 && add_sql_vvvvvxl == 1) + if (source_vvvvvxr == 1 && add_sql_vvvvvxr == 1) { jQuery('#jform_addtables').closest('.control-group').show(); } @@ -870,120 +870,120 @@ function vvvvvxl(source_vvvvvxl,add_sql_vvvvvxl) } } -// the vvvvvxn function -function vvvvvxn(add_custom_import_vvvvvxn) +// the vvvvvxt function +function vvvvvxt(add_custom_import_vvvvvxt) { // set the function logic - if (add_custom_import_vvvvvxn == 1) + if (add_custom_import_vvvvvxt == 1) { jQuery('#jform_html_import_view').closest('.control-group').show(); - if (jform_vvvvvxnvxi_required) + if (jform_vvvvvxtvxi_required) { updateFieldRequired('html_import_view',0); jQuery('#jform_html_import_view').prop('required','required'); jQuery('#jform_html_import_view').attr('aria-required',true); jQuery('#jform_html_import_view').addClass('required'); - jform_vvvvvxnvxi_required = false; + jform_vvvvvxtvxi_required = false; } jQuery('.note_advanced_import').closest('.control-group').show(); jQuery('#jform_php_import_display').closest('.control-group').show(); - if (jform_vvvvvxnvxj_required) + if (jform_vvvvvxtvxj_required) { updateFieldRequired('php_import_display',0); jQuery('#jform_php_import_display').prop('required','required'); jQuery('#jform_php_import_display').attr('aria-required',true); jQuery('#jform_php_import_display').addClass('required'); - jform_vvvvvxnvxj_required = false; + jform_vvvvvxtvxj_required = false; } jQuery('#jform_php_import').closest('.control-group').show(); - if (jform_vvvvvxnvxk_required) + if (jform_vvvvvxtvxk_required) { updateFieldRequired('php_import',0); jQuery('#jform_php_import').prop('required','required'); jQuery('#jform_php_import').attr('aria-required',true); jQuery('#jform_php_import').addClass('required'); - jform_vvvvvxnvxk_required = false; + jform_vvvvvxtvxk_required = false; } jQuery('#jform_php_import_save').closest('.control-group').show(); - if (jform_vvvvvxnvxl_required) + if (jform_vvvvvxtvxl_required) { updateFieldRequired('php_import_save',0); jQuery('#jform_php_import_save').prop('required','required'); jQuery('#jform_php_import_save').attr('aria-required',true); jQuery('#jform_php_import_save').addClass('required'); - jform_vvvvvxnvxl_required = false; + jform_vvvvvxtvxl_required = false; } jQuery('#jform_php_import_setdata').closest('.control-group').show(); - if (jform_vvvvvxnvxm_required) + if (jform_vvvvvxtvxm_required) { updateFieldRequired('php_import_setdata',0); jQuery('#jform_php_import_setdata').prop('required','required'); jQuery('#jform_php_import_setdata').attr('aria-required',true); jQuery('#jform_php_import_setdata').addClass('required'); - jform_vvvvvxnvxm_required = false; + jform_vvvvvxtvxm_required = false; } } else { jQuery('#jform_html_import_view').closest('.control-group').hide(); - if (!jform_vvvvvxnvxi_required) + if (!jform_vvvvvxtvxi_required) { updateFieldRequired('html_import_view',1); jQuery('#jform_html_import_view').removeAttr('required'); jQuery('#jform_html_import_view').removeAttr('aria-required'); jQuery('#jform_html_import_view').removeClass('required'); - jform_vvvvvxnvxi_required = true; + jform_vvvvvxtvxi_required = true; } jQuery('.note_advanced_import').closest('.control-group').hide(); jQuery('#jform_php_import_display').closest('.control-group').hide(); - if (!jform_vvvvvxnvxj_required) + if (!jform_vvvvvxtvxj_required) { updateFieldRequired('php_import_display',1); jQuery('#jform_php_import_display').removeAttr('required'); jQuery('#jform_php_import_display').removeAttr('aria-required'); jQuery('#jform_php_import_display').removeClass('required'); - jform_vvvvvxnvxj_required = true; + jform_vvvvvxtvxj_required = true; } jQuery('#jform_php_import').closest('.control-group').hide(); - if (!jform_vvvvvxnvxk_required) + if (!jform_vvvvvxtvxk_required) { updateFieldRequired('php_import',1); jQuery('#jform_php_import').removeAttr('required'); jQuery('#jform_php_import').removeAttr('aria-required'); jQuery('#jform_php_import').removeClass('required'); - jform_vvvvvxnvxk_required = true; + jform_vvvvvxtvxk_required = true; } jQuery('#jform_php_import_save').closest('.control-group').hide(); - if (!jform_vvvvvxnvxl_required) + if (!jform_vvvvvxtvxl_required) { updateFieldRequired('php_import_save',1); jQuery('#jform_php_import_save').removeAttr('required'); jQuery('#jform_php_import_save').removeAttr('aria-required'); jQuery('#jform_php_import_save').removeClass('required'); - jform_vvvvvxnvxl_required = true; + jform_vvvvvxtvxl_required = true; } jQuery('#jform_php_import_setdata').closest('.control-group').hide(); - if (!jform_vvvvvxnvxm_required) + if (!jform_vvvvvxtvxm_required) { updateFieldRequired('php_import_setdata',1); jQuery('#jform_php_import_setdata').removeAttr('required'); jQuery('#jform_php_import_setdata').removeAttr('aria-required'); jQuery('#jform_php_import_setdata').removeClass('required'); - jform_vvvvvxnvxm_required = true; + jform_vvvvvxtvxm_required = true; } } } -// the vvvvvxo function -function vvvvvxo(add_custom_import_vvvvvxo) +// the vvvvvxu function +function vvvvvxu(add_custom_import_vvvvvxu) { // set the function logic - if (add_custom_import_vvvvvxo == 0) + if (add_custom_import_vvvvvxu == 0) { jQuery('.note_beginner_import').closest('.control-group').show(); } @@ -993,31 +993,31 @@ function vvvvvxo(add_custom_import_vvvvvxo) } } -// the vvvvvxp function -function vvvvvxp(add_custom_button_vvvvvxp) +// the vvvvvxv function +function vvvvvxv(add_custom_button_vvvvvxv) { // set the function logic - if (add_custom_button_vvvvvxp == 1) + if (add_custom_button_vvvvvxv == 1) { jQuery('#jform_custom_button').closest('.control-group').show(); jQuery('#jform_php_controller').closest('.control-group').show(); - if (jform_vvvvvxpvxn_required) + if (jform_vvvvvxvvxn_required) { updateFieldRequired('php_controller',0); jQuery('#jform_php_controller').prop('required','required'); jQuery('#jform_php_controller').attr('aria-required',true); jQuery('#jform_php_controller').addClass('required'); - jform_vvvvvxpvxn_required = false; + jform_vvvvvxvvxn_required = false; } jQuery('#jform_php_model').closest('.control-group').show(); - if (jform_vvvvvxpvxo_required) + if (jform_vvvvvxvvxo_required) { updateFieldRequired('php_model',0); jQuery('#jform_php_model').prop('required','required'); jQuery('#jform_php_model').attr('aria-required',true); jQuery('#jform_php_model').addClass('required'); - jform_vvvvvxpvxo_required = false; + jform_vvvvvxvvxo_required = false; } } @@ -1025,22 +1025,22 @@ function vvvvvxp(add_custom_button_vvvvvxp) { jQuery('#jform_custom_button').closest('.control-group').hide(); jQuery('#jform_php_controller').closest('.control-group').hide(); - if (!jform_vvvvvxpvxn_required) + if (!jform_vvvvvxvvxn_required) { updateFieldRequired('php_controller',1); jQuery('#jform_php_controller').removeAttr('required'); jQuery('#jform_php_controller').removeAttr('aria-required'); jQuery('#jform_php_controller').removeClass('required'); - jform_vvvvvxpvxn_required = true; + jform_vvvvvxvvxn_required = true; } jQuery('#jform_php_model').closest('.control-group').hide(); - if (!jform_vvvvvxpvxo_required) + if (!jform_vvvvvxvvxo_required) { updateFieldRequired('php_model',1); jQuery('#jform_php_model').removeAttr('required'); jQuery('#jform_php_model').removeAttr('aria-required'); jQuery('#jform_php_model').removeClass('required'); - jform_vvvvvxpvxo_required = true; + jform_vvvvvxvvxo_required = true; } } } diff --git a/admin/models/forms/admin_view.xml b/admin/models/forms/admin_view.xml index ee53deb19..2340a83c8 100644 --- a/admin/models/forms/admin_view.xml +++ b/admin/models/forms/admin_view.xml @@ -339,7 +339,7 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - + type="textarea" + name="php_helper_site" + label="COM_COMPONENTBUILDER_COMPONENT_PHP_HELPER_SITE_LABEL" + rows="80" + cols="15" + description="COM_COMPONENTBUILDER_COMPONENT_PHP_HELPER_SITE_DESCRIPTION" + class="text_area span12" + filter="raw" + hint="COM_COMPONENTBUILDER_COMPONENT_PHP_HELPER_SITE_HINT" + required="true" + /> COM_COMPONENTBUILDER_COMPONENT_NO - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - COM_COMPONENTBUILDER_COMPONENT_NO + + + + + + + + + + + + + + + + + + + + + + + COM_COMPONENTBUILDER_COMPONENT_NO - + @@ -553,6 +557,76 @@ hint="COM_COMPONENTBUILDER_COMPONENT_PHP_SITE_EVENT_HINT" required="true" /> + + + + + + + + + + + + + + + + + + + + - + + type="radio" + name="addreadme" + label="COM_COMPONENTBUILDER_COMPONENT_ADDREADME_LABEL" + class="btn-group btn-group-yesno" + default="0"> + + + + - + @@ -624,14 +698,14 @@ hint="COM_COMPONENTBUILDER_COMPONENT_COPYRIGHT_HINT" required="true" /> - + + default="0"> @@ -653,19 +727,8 @@ - - - - - - + + COM_COMPONENTBUILDER_COMPONENT_CUSTOM_USED_IN_CUSTOM_CODE - - - - - - - - - - - - - - + + - + COM_COMPONENTBUILDER_COMPONENT_NO - - + + COM_COMPONENTBUILDER_COMPONENT_NO + + + + + + + + + + + + - + + type="radio" + name="add_admin_event" + label="COM_COMPONENTBUILDER_COMPONENT_ADD_ADMIN_EVENT_LABEL" + class="btn-group btn-group-yesno" + default="0" + required="true"> + + + + - + @@ -2029,7 +2104,7 @@ - - - - - - - - - - - - - - - - COM_COMPONENTBUILDER_COMPONENT_NO + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - + - + - - - - - - - - - - - - -// #jform_add_css_view listeners for add_css_view_vvvvvwn function +// #jform_add_css_view listeners for add_css_view_vvvvvwt function jQuery('#jform_add_css_view').on('keyup',function() { - var add_css_view_vvvvvwn = jQuery("#jform_add_css_view input[type='radio']:checked").val(); - vvvvvwn(add_css_view_vvvvvwn); + var add_css_view_vvvvvwt = jQuery("#jform_add_css_view input[type='radio']:checked").val(); + vvvvvwt(add_css_view_vvvvvwt); }); jQuery('#adminForm').on('change', '#jform_add_css_view',function (e) { e.preventDefault(); - var add_css_view_vvvvvwn = jQuery("#jform_add_css_view input[type='radio']:checked").val(); - vvvvvwn(add_css_view_vvvvvwn); + var add_css_view_vvvvvwt = jQuery("#jform_add_css_view input[type='radio']:checked").val(); + vvvvvwt(add_css_view_vvvvvwt); }); -// #jform_add_css_views listeners for add_css_views_vvvvvwo function +// #jform_add_css_views listeners for add_css_views_vvvvvwu function jQuery('#jform_add_css_views').on('keyup',function() { - var add_css_views_vvvvvwo = jQuery("#jform_add_css_views input[type='radio']:checked").val(); - vvvvvwo(add_css_views_vvvvvwo); + var add_css_views_vvvvvwu = jQuery("#jform_add_css_views input[type='radio']:checked").val(); + vvvvvwu(add_css_views_vvvvvwu); }); jQuery('#adminForm').on('change', '#jform_add_css_views',function (e) { e.preventDefault(); - var add_css_views_vvvvvwo = jQuery("#jform_add_css_views input[type='radio']:checked").val(); - vvvvvwo(add_css_views_vvvvvwo); + var add_css_views_vvvvvwu = jQuery("#jform_add_css_views input[type='radio']:checked").val(); + vvvvvwu(add_css_views_vvvvvwu); }); -// #jform_add_javascript_view_file listeners for add_javascript_view_file_vvvvvwp function +// #jform_add_javascript_view_file listeners for add_javascript_view_file_vvvvvwv function jQuery('#jform_add_javascript_view_file').on('keyup',function() { - var add_javascript_view_file_vvvvvwp = jQuery("#jform_add_javascript_view_file input[type='radio']:checked").val(); - vvvvvwp(add_javascript_view_file_vvvvvwp); + var add_javascript_view_file_vvvvvwv = jQuery("#jform_add_javascript_view_file input[type='radio']:checked").val(); + vvvvvwv(add_javascript_view_file_vvvvvwv); }); jQuery('#adminForm').on('change', '#jform_add_javascript_view_file',function (e) { e.preventDefault(); - var add_javascript_view_file_vvvvvwp = jQuery("#jform_add_javascript_view_file input[type='radio']:checked").val(); - vvvvvwp(add_javascript_view_file_vvvvvwp); + var add_javascript_view_file_vvvvvwv = jQuery("#jform_add_javascript_view_file input[type='radio']:checked").val(); + vvvvvwv(add_javascript_view_file_vvvvvwv); }); -// #jform_add_javascript_views_file listeners for add_javascript_views_file_vvvvvwq function +// #jform_add_javascript_views_file listeners for add_javascript_views_file_vvvvvww function jQuery('#jform_add_javascript_views_file').on('keyup',function() { - var add_javascript_views_file_vvvvvwq = jQuery("#jform_add_javascript_views_file input[type='radio']:checked").val(); - vvvvvwq(add_javascript_views_file_vvvvvwq); + var add_javascript_views_file_vvvvvww = jQuery("#jform_add_javascript_views_file input[type='radio']:checked").val(); + vvvvvww(add_javascript_views_file_vvvvvww); }); jQuery('#adminForm').on('change', '#jform_add_javascript_views_file',function (e) { e.preventDefault(); - var add_javascript_views_file_vvvvvwq = jQuery("#jform_add_javascript_views_file input[type='radio']:checked").val(); - vvvvvwq(add_javascript_views_file_vvvvvwq); + var add_javascript_views_file_vvvvvww = jQuery("#jform_add_javascript_views_file input[type='radio']:checked").val(); + vvvvvww(add_javascript_views_file_vvvvvww); }); -// #jform_add_javascript_view_footer listeners for add_javascript_view_footer_vvvvvwr function +// #jform_add_javascript_view_footer listeners for add_javascript_view_footer_vvvvvwx function jQuery('#jform_add_javascript_view_footer').on('keyup',function() { - var add_javascript_view_footer_vvvvvwr = jQuery("#jform_add_javascript_view_footer input[type='radio']:checked").val(); - vvvvvwr(add_javascript_view_footer_vvvvvwr); + var add_javascript_view_footer_vvvvvwx = jQuery("#jform_add_javascript_view_footer input[type='radio']:checked").val(); + vvvvvwx(add_javascript_view_footer_vvvvvwx); }); jQuery('#adminForm').on('change', '#jform_add_javascript_view_footer',function (e) { e.preventDefault(); - var add_javascript_view_footer_vvvvvwr = jQuery("#jform_add_javascript_view_footer input[type='radio']:checked").val(); - vvvvvwr(add_javascript_view_footer_vvvvvwr); + var add_javascript_view_footer_vvvvvwx = jQuery("#jform_add_javascript_view_footer input[type='radio']:checked").val(); + vvvvvwx(add_javascript_view_footer_vvvvvwx); }); -// #jform_add_javascript_views_footer listeners for add_javascript_views_footer_vvvvvws function +// #jform_add_javascript_views_footer listeners for add_javascript_views_footer_vvvvvwy function jQuery('#jform_add_javascript_views_footer').on('keyup',function() { - var add_javascript_views_footer_vvvvvws = jQuery("#jform_add_javascript_views_footer input[type='radio']:checked").val(); - vvvvvws(add_javascript_views_footer_vvvvvws); + var add_javascript_views_footer_vvvvvwy = jQuery("#jform_add_javascript_views_footer input[type='radio']:checked").val(); + vvvvvwy(add_javascript_views_footer_vvvvvwy); }); jQuery('#adminForm').on('change', '#jform_add_javascript_views_footer',function (e) { e.preventDefault(); - var add_javascript_views_footer_vvvvvws = jQuery("#jform_add_javascript_views_footer input[type='radio']:checked").val(); - vvvvvws(add_javascript_views_footer_vvvvvws); + var add_javascript_views_footer_vvvvvwy = jQuery("#jform_add_javascript_views_footer input[type='radio']:checked").val(); + vvvvvwy(add_javascript_views_footer_vvvvvwy); }); -// #jform_add_php_ajax listeners for add_php_ajax_vvvvvwt function +// #jform_add_php_ajax listeners for add_php_ajax_vvvvvwz function jQuery('#jform_add_php_ajax').on('keyup',function() { - var add_php_ajax_vvvvvwt = jQuery("#jform_add_php_ajax input[type='radio']:checked").val(); - vvvvvwt(add_php_ajax_vvvvvwt); + var add_php_ajax_vvvvvwz = jQuery("#jform_add_php_ajax input[type='radio']:checked").val(); + vvvvvwz(add_php_ajax_vvvvvwz); }); jQuery('#adminForm').on('change', '#jform_add_php_ajax',function (e) { e.preventDefault(); - var add_php_ajax_vvvvvwt = jQuery("#jform_add_php_ajax input[type='radio']:checked").val(); - vvvvvwt(add_php_ajax_vvvvvwt); + var add_php_ajax_vvvvvwz = jQuery("#jform_add_php_ajax input[type='radio']:checked").val(); + vvvvvwz(add_php_ajax_vvvvvwz); }); -// #jform_add_php_getitem listeners for add_php_getitem_vvvvvwu function +// #jform_add_php_getitem listeners for add_php_getitem_vvvvvxa function jQuery('#jform_add_php_getitem').on('keyup',function() { - var add_php_getitem_vvvvvwu = jQuery("#jform_add_php_getitem input[type='radio']:checked").val(); - vvvvvwu(add_php_getitem_vvvvvwu); + var add_php_getitem_vvvvvxa = jQuery("#jform_add_php_getitem input[type='radio']:checked").val(); + vvvvvxa(add_php_getitem_vvvvvxa); }); jQuery('#adminForm').on('change', '#jform_add_php_getitem',function (e) { e.preventDefault(); - var add_php_getitem_vvvvvwu = jQuery("#jform_add_php_getitem input[type='radio']:checked").val(); - vvvvvwu(add_php_getitem_vvvvvwu); + var add_php_getitem_vvvvvxa = jQuery("#jform_add_php_getitem input[type='radio']:checked").val(); + vvvvvxa(add_php_getitem_vvvvvxa); }); -// #jform_add_php_getitems listeners for add_php_getitems_vvvvvwv function +// #jform_add_php_getitems listeners for add_php_getitems_vvvvvxb function jQuery('#jform_add_php_getitems').on('keyup',function() { - var add_php_getitems_vvvvvwv = jQuery("#jform_add_php_getitems input[type='radio']:checked").val(); - vvvvvwv(add_php_getitems_vvvvvwv); + var add_php_getitems_vvvvvxb = jQuery("#jform_add_php_getitems input[type='radio']:checked").val(); + vvvvvxb(add_php_getitems_vvvvvxb); }); jQuery('#adminForm').on('change', '#jform_add_php_getitems',function (e) { e.preventDefault(); - var add_php_getitems_vvvvvwv = jQuery("#jform_add_php_getitems input[type='radio']:checked").val(); - vvvvvwv(add_php_getitems_vvvvvwv); + var add_php_getitems_vvvvvxb = jQuery("#jform_add_php_getitems input[type='radio']:checked").val(); + vvvvvxb(add_php_getitems_vvvvvxb); }); -// #jform_add_php_getitems_after_all listeners for add_php_getitems_after_all_vvvvvww function +// #jform_add_php_getitems_after_all listeners for add_php_getitems_after_all_vvvvvxc function jQuery('#jform_add_php_getitems_after_all').on('keyup',function() { - var add_php_getitems_after_all_vvvvvww = jQuery("#jform_add_php_getitems_after_all input[type='radio']:checked").val(); - vvvvvww(add_php_getitems_after_all_vvvvvww); + var add_php_getitems_after_all_vvvvvxc = jQuery("#jform_add_php_getitems_after_all input[type='radio']:checked").val(); + vvvvvxc(add_php_getitems_after_all_vvvvvxc); }); jQuery('#adminForm').on('change', '#jform_add_php_getitems_after_all',function (e) { e.preventDefault(); - var add_php_getitems_after_all_vvvvvww = jQuery("#jform_add_php_getitems_after_all input[type='radio']:checked").val(); - vvvvvww(add_php_getitems_after_all_vvvvvww); + var add_php_getitems_after_all_vvvvvxc = jQuery("#jform_add_php_getitems_after_all input[type='radio']:checked").val(); + vvvvvxc(add_php_getitems_after_all_vvvvvxc); }); -// #jform_add_php_getlistquery listeners for add_php_getlistquery_vvvvvwx function +// #jform_add_php_getlistquery listeners for add_php_getlistquery_vvvvvxd function jQuery('#jform_add_php_getlistquery').on('keyup',function() { - var add_php_getlistquery_vvvvvwx = jQuery("#jform_add_php_getlistquery input[type='radio']:checked").val(); - vvvvvwx(add_php_getlistquery_vvvvvwx); + var add_php_getlistquery_vvvvvxd = jQuery("#jform_add_php_getlistquery input[type='radio']:checked").val(); + vvvvvxd(add_php_getlistquery_vvvvvxd); }); jQuery('#adminForm').on('change', '#jform_add_php_getlistquery',function (e) { e.preventDefault(); - var add_php_getlistquery_vvvvvwx = jQuery("#jform_add_php_getlistquery input[type='radio']:checked").val(); - vvvvvwx(add_php_getlistquery_vvvvvwx); + var add_php_getlistquery_vvvvvxd = jQuery("#jform_add_php_getlistquery input[type='radio']:checked").val(); + vvvvvxd(add_php_getlistquery_vvvvvxd); }); -// #jform_add_php_save listeners for add_php_save_vvvvvwy function +// #jform_add_php_save listeners for add_php_save_vvvvvxe function jQuery('#jform_add_php_save').on('keyup',function() { - var add_php_save_vvvvvwy = jQuery("#jform_add_php_save input[type='radio']:checked").val(); - vvvvvwy(add_php_save_vvvvvwy); + var add_php_save_vvvvvxe = jQuery("#jform_add_php_save input[type='radio']:checked").val(); + vvvvvxe(add_php_save_vvvvvxe); }); jQuery('#adminForm').on('change', '#jform_add_php_save',function (e) { e.preventDefault(); - var add_php_save_vvvvvwy = jQuery("#jform_add_php_save input[type='radio']:checked").val(); - vvvvvwy(add_php_save_vvvvvwy); + var add_php_save_vvvvvxe = jQuery("#jform_add_php_save input[type='radio']:checked").val(); + vvvvvxe(add_php_save_vvvvvxe); }); -// #jform_add_php_postsavehook listeners for add_php_postsavehook_vvvvvwz function +// #jform_add_php_postsavehook listeners for add_php_postsavehook_vvvvvxf function jQuery('#jform_add_php_postsavehook').on('keyup',function() { - var add_php_postsavehook_vvvvvwz = jQuery("#jform_add_php_postsavehook input[type='radio']:checked").val(); - vvvvvwz(add_php_postsavehook_vvvvvwz); + var add_php_postsavehook_vvvvvxf = jQuery("#jform_add_php_postsavehook input[type='radio']:checked").val(); + vvvvvxf(add_php_postsavehook_vvvvvxf); }); jQuery('#adminForm').on('change', '#jform_add_php_postsavehook',function (e) { e.preventDefault(); - var add_php_postsavehook_vvvvvwz = jQuery("#jform_add_php_postsavehook input[type='radio']:checked").val(); - vvvvvwz(add_php_postsavehook_vvvvvwz); + var add_php_postsavehook_vvvvvxf = jQuery("#jform_add_php_postsavehook input[type='radio']:checked").val(); + vvvvvxf(add_php_postsavehook_vvvvvxf); }); -// #jform_add_php_allowedit listeners for add_php_allowedit_vvvvvxa function +// #jform_add_php_allowedit listeners for add_php_allowedit_vvvvvxg function jQuery('#jform_add_php_allowedit').on('keyup',function() { - var add_php_allowedit_vvvvvxa = jQuery("#jform_add_php_allowedit input[type='radio']:checked").val(); - vvvvvxa(add_php_allowedit_vvvvvxa); + var add_php_allowedit_vvvvvxg = jQuery("#jform_add_php_allowedit input[type='radio']:checked").val(); + vvvvvxg(add_php_allowedit_vvvvvxg); }); jQuery('#adminForm').on('change', '#jform_add_php_allowedit',function (e) { e.preventDefault(); - var add_php_allowedit_vvvvvxa = jQuery("#jform_add_php_allowedit input[type='radio']:checked").val(); - vvvvvxa(add_php_allowedit_vvvvvxa); + var add_php_allowedit_vvvvvxg = jQuery("#jform_add_php_allowedit input[type='radio']:checked").val(); + vvvvvxg(add_php_allowedit_vvvvvxg); }); -// #jform_add_php_batchcopy listeners for add_php_batchcopy_vvvvvxb function +// #jform_add_php_batchcopy listeners for add_php_batchcopy_vvvvvxh function jQuery('#jform_add_php_batchcopy').on('keyup',function() { - var add_php_batchcopy_vvvvvxb = jQuery("#jform_add_php_batchcopy input[type='radio']:checked").val(); - vvvvvxb(add_php_batchcopy_vvvvvxb); + var add_php_batchcopy_vvvvvxh = jQuery("#jform_add_php_batchcopy input[type='radio']:checked").val(); + vvvvvxh(add_php_batchcopy_vvvvvxh); }); jQuery('#adminForm').on('change', '#jform_add_php_batchcopy',function (e) { e.preventDefault(); - var add_php_batchcopy_vvvvvxb = jQuery("#jform_add_php_batchcopy input[type='radio']:checked").val(); - vvvvvxb(add_php_batchcopy_vvvvvxb); + var add_php_batchcopy_vvvvvxh = jQuery("#jform_add_php_batchcopy input[type='radio']:checked").val(); + vvvvvxh(add_php_batchcopy_vvvvvxh); }); -// #jform_add_php_batchmove listeners for add_php_batchmove_vvvvvxc function +// #jform_add_php_batchmove listeners for add_php_batchmove_vvvvvxi function jQuery('#jform_add_php_batchmove').on('keyup',function() { - var add_php_batchmove_vvvvvxc = jQuery("#jform_add_php_batchmove input[type='radio']:checked").val(); - vvvvvxc(add_php_batchmove_vvvvvxc); + var add_php_batchmove_vvvvvxi = jQuery("#jform_add_php_batchmove input[type='radio']:checked").val(); + vvvvvxi(add_php_batchmove_vvvvvxi); }); jQuery('#adminForm').on('change', '#jform_add_php_batchmove',function (e) { e.preventDefault(); - var add_php_batchmove_vvvvvxc = jQuery("#jform_add_php_batchmove input[type='radio']:checked").val(); - vvvvvxc(add_php_batchmove_vvvvvxc); + var add_php_batchmove_vvvvvxi = jQuery("#jform_add_php_batchmove input[type='radio']:checked").val(); + vvvvvxi(add_php_batchmove_vvvvvxi); }); -// #jform_add_php_before_publish listeners for add_php_before_publish_vvvvvxd function +// #jform_add_php_before_publish listeners for add_php_before_publish_vvvvvxj function jQuery('#jform_add_php_before_publish').on('keyup',function() { - var add_php_before_publish_vvvvvxd = jQuery("#jform_add_php_before_publish input[type='radio']:checked").val(); - vvvvvxd(add_php_before_publish_vvvvvxd); + var add_php_before_publish_vvvvvxj = jQuery("#jform_add_php_before_publish input[type='radio']:checked").val(); + vvvvvxj(add_php_before_publish_vvvvvxj); }); jQuery('#adminForm').on('change', '#jform_add_php_before_publish',function (e) { e.preventDefault(); - var add_php_before_publish_vvvvvxd = jQuery("#jform_add_php_before_publish input[type='radio']:checked").val(); - vvvvvxd(add_php_before_publish_vvvvvxd); + var add_php_before_publish_vvvvvxj = jQuery("#jform_add_php_before_publish input[type='radio']:checked").val(); + vvvvvxj(add_php_before_publish_vvvvvxj); }); -// #jform_add_php_after_publish listeners for add_php_after_publish_vvvvvxe function +// #jform_add_php_after_publish listeners for add_php_after_publish_vvvvvxk function jQuery('#jform_add_php_after_publish').on('keyup',function() { - var add_php_after_publish_vvvvvxe = jQuery("#jform_add_php_after_publish input[type='radio']:checked").val(); - vvvvvxe(add_php_after_publish_vvvvvxe); + var add_php_after_publish_vvvvvxk = jQuery("#jform_add_php_after_publish input[type='radio']:checked").val(); + vvvvvxk(add_php_after_publish_vvvvvxk); }); jQuery('#adminForm').on('change', '#jform_add_php_after_publish',function (e) { e.preventDefault(); - var add_php_after_publish_vvvvvxe = jQuery("#jform_add_php_after_publish input[type='radio']:checked").val(); - vvvvvxe(add_php_after_publish_vvvvvxe); + var add_php_after_publish_vvvvvxk = jQuery("#jform_add_php_after_publish input[type='radio']:checked").val(); + vvvvvxk(add_php_after_publish_vvvvvxk); }); -// #jform_add_php_before_delete listeners for add_php_before_delete_vvvvvxf function +// #jform_add_php_before_delete listeners for add_php_before_delete_vvvvvxl function jQuery('#jform_add_php_before_delete').on('keyup',function() { - var add_php_before_delete_vvvvvxf = jQuery("#jform_add_php_before_delete input[type='radio']:checked").val(); - vvvvvxf(add_php_before_delete_vvvvvxf); + var add_php_before_delete_vvvvvxl = jQuery("#jform_add_php_before_delete input[type='radio']:checked").val(); + vvvvvxl(add_php_before_delete_vvvvvxl); }); jQuery('#adminForm').on('change', '#jform_add_php_before_delete',function (e) { e.preventDefault(); - var add_php_before_delete_vvvvvxf = jQuery("#jform_add_php_before_delete input[type='radio']:checked").val(); - vvvvvxf(add_php_before_delete_vvvvvxf); + var add_php_before_delete_vvvvvxl = jQuery("#jform_add_php_before_delete input[type='radio']:checked").val(); + vvvvvxl(add_php_before_delete_vvvvvxl); }); -// #jform_add_php_after_delete listeners for add_php_after_delete_vvvvvxg function +// #jform_add_php_after_delete listeners for add_php_after_delete_vvvvvxm function jQuery('#jform_add_php_after_delete').on('keyup',function() { - var add_php_after_delete_vvvvvxg = jQuery("#jform_add_php_after_delete input[type='radio']:checked").val(); - vvvvvxg(add_php_after_delete_vvvvvxg); + var add_php_after_delete_vvvvvxm = jQuery("#jform_add_php_after_delete input[type='radio']:checked").val(); + vvvvvxm(add_php_after_delete_vvvvvxm); }); jQuery('#adminForm').on('change', '#jform_add_php_after_delete',function (e) { e.preventDefault(); - var add_php_after_delete_vvvvvxg = jQuery("#jform_add_php_after_delete input[type='radio']:checked").val(); - vvvvvxg(add_php_after_delete_vvvvvxg); + var add_php_after_delete_vvvvvxm = jQuery("#jform_add_php_after_delete input[type='radio']:checked").val(); + vvvvvxm(add_php_after_delete_vvvvvxm); }); -// #jform_add_php_document listeners for add_php_document_vvvvvxh function +// #jform_add_php_document listeners for add_php_document_vvvvvxn function jQuery('#jform_add_php_document').on('keyup',function() { - var add_php_document_vvvvvxh = jQuery("#jform_add_php_document input[type='radio']:checked").val(); - vvvvvxh(add_php_document_vvvvvxh); + var add_php_document_vvvvvxn = jQuery("#jform_add_php_document input[type='radio']:checked").val(); + vvvvvxn(add_php_document_vvvvvxn); }); jQuery('#adminForm').on('change', '#jform_add_php_document',function (e) { e.preventDefault(); - var add_php_document_vvvvvxh = jQuery("#jform_add_php_document input[type='radio']:checked").val(); - vvvvvxh(add_php_document_vvvvvxh); + var add_php_document_vvvvvxn = jQuery("#jform_add_php_document input[type='radio']:checked").val(); + vvvvvxn(add_php_document_vvvvvxn); }); -// #jform_add_sql listeners for add_sql_vvvvvxi function +// #jform_add_sql listeners for add_sql_vvvvvxo function jQuery('#jform_add_sql').on('keyup',function() { - var add_sql_vvvvvxi = jQuery("#jform_add_sql input[type='radio']:checked").val(); - vvvvvxi(add_sql_vvvvvxi); + var add_sql_vvvvvxo = jQuery("#jform_add_sql input[type='radio']:checked").val(); + vvvvvxo(add_sql_vvvvvxo); }); jQuery('#adminForm').on('change', '#jform_add_sql',function (e) { e.preventDefault(); - var add_sql_vvvvvxi = jQuery("#jform_add_sql input[type='radio']:checked").val(); - vvvvvxi(add_sql_vvvvvxi); + var add_sql_vvvvvxo = jQuery("#jform_add_sql input[type='radio']:checked").val(); + vvvvvxo(add_sql_vvvvvxo); }); -// #jform_source listeners for source_vvvvvxj function +// #jform_source listeners for source_vvvvvxp function jQuery('#jform_source').on('keyup',function() { - var source_vvvvvxj = jQuery("#jform_source input[type='radio']:checked").val(); - var add_sql_vvvvvxj = jQuery("#jform_add_sql input[type='radio']:checked").val(); - vvvvvxj(source_vvvvvxj,add_sql_vvvvvxj); + var source_vvvvvxp = jQuery("#jform_source input[type='radio']:checked").val(); + var add_sql_vvvvvxp = jQuery("#jform_add_sql input[type='radio']:checked").val(); + vvvvvxp(source_vvvvvxp,add_sql_vvvvvxp); }); jQuery('#adminForm').on('change', '#jform_source',function (e) { e.preventDefault(); - var source_vvvvvxj = jQuery("#jform_source input[type='radio']:checked").val(); - var add_sql_vvvvvxj = jQuery("#jform_add_sql input[type='radio']:checked").val(); - vvvvvxj(source_vvvvvxj,add_sql_vvvvvxj); + var source_vvvvvxp = jQuery("#jform_source input[type='radio']:checked").val(); + var add_sql_vvvvvxp = jQuery("#jform_add_sql input[type='radio']:checked").val(); + vvvvvxp(source_vvvvvxp,add_sql_vvvvvxp); }); -// #jform_add_sql listeners for add_sql_vvvvvxj function +// #jform_add_sql listeners for add_sql_vvvvvxp function jQuery('#jform_add_sql').on('keyup',function() { - var source_vvvvvxj = jQuery("#jform_source input[type='radio']:checked").val(); - var add_sql_vvvvvxj = jQuery("#jform_add_sql input[type='radio']:checked").val(); - vvvvvxj(source_vvvvvxj,add_sql_vvvvvxj); + var source_vvvvvxp = jQuery("#jform_source input[type='radio']:checked").val(); + var add_sql_vvvvvxp = jQuery("#jform_add_sql input[type='radio']:checked").val(); + vvvvvxp(source_vvvvvxp,add_sql_vvvvvxp); }); jQuery('#adminForm').on('change', '#jform_add_sql',function (e) { e.preventDefault(); - var source_vvvvvxj = jQuery("#jform_source input[type='radio']:checked").val(); - var add_sql_vvvvvxj = jQuery("#jform_add_sql input[type='radio']:checked").val(); - vvvvvxj(source_vvvvvxj,add_sql_vvvvvxj); + var source_vvvvvxp = jQuery("#jform_source input[type='radio']:checked").val(); + var add_sql_vvvvvxp = jQuery("#jform_add_sql input[type='radio']:checked").val(); + vvvvvxp(source_vvvvvxp,add_sql_vvvvvxp); }); -// #jform_source listeners for source_vvvvvxl function +// #jform_source listeners for source_vvvvvxr function jQuery('#jform_source').on('keyup',function() { - var source_vvvvvxl = jQuery("#jform_source input[type='radio']:checked").val(); - var add_sql_vvvvvxl = jQuery("#jform_add_sql input[type='radio']:checked").val(); - vvvvvxl(source_vvvvvxl,add_sql_vvvvvxl); + var source_vvvvvxr = jQuery("#jform_source input[type='radio']:checked").val(); + var add_sql_vvvvvxr = jQuery("#jform_add_sql input[type='radio']:checked").val(); + vvvvvxr(source_vvvvvxr,add_sql_vvvvvxr); }); jQuery('#adminForm').on('change', '#jform_source',function (e) { e.preventDefault(); - var source_vvvvvxl = jQuery("#jform_source input[type='radio']:checked").val(); - var add_sql_vvvvvxl = jQuery("#jform_add_sql input[type='radio']:checked").val(); - vvvvvxl(source_vvvvvxl,add_sql_vvvvvxl); + var source_vvvvvxr = jQuery("#jform_source input[type='radio']:checked").val(); + var add_sql_vvvvvxr = jQuery("#jform_add_sql input[type='radio']:checked").val(); + vvvvvxr(source_vvvvvxr,add_sql_vvvvvxr); }); -// #jform_add_sql listeners for add_sql_vvvvvxl function +// #jform_add_sql listeners for add_sql_vvvvvxr function jQuery('#jform_add_sql').on('keyup',function() { - var source_vvvvvxl = jQuery("#jform_source input[type='radio']:checked").val(); - var add_sql_vvvvvxl = jQuery("#jform_add_sql input[type='radio']:checked").val(); - vvvvvxl(source_vvvvvxl,add_sql_vvvvvxl); + var source_vvvvvxr = jQuery("#jform_source input[type='radio']:checked").val(); + var add_sql_vvvvvxr = jQuery("#jform_add_sql input[type='radio']:checked").val(); + vvvvvxr(source_vvvvvxr,add_sql_vvvvvxr); }); jQuery('#adminForm').on('change', '#jform_add_sql',function (e) { e.preventDefault(); - var source_vvvvvxl = jQuery("#jform_source input[type='radio']:checked").val(); - var add_sql_vvvvvxl = jQuery("#jform_add_sql input[type='radio']:checked").val(); - vvvvvxl(source_vvvvvxl,add_sql_vvvvvxl); + var source_vvvvvxr = jQuery("#jform_source input[type='radio']:checked").val(); + var add_sql_vvvvvxr = jQuery("#jform_add_sql input[type='radio']:checked").val(); + vvvvvxr(source_vvvvvxr,add_sql_vvvvvxr); }); -// #jform_add_custom_import listeners for add_custom_import_vvvvvxn function +// #jform_add_custom_import listeners for add_custom_import_vvvvvxt function jQuery('#jform_add_custom_import').on('keyup',function() { - var add_custom_import_vvvvvxn = jQuery("#jform_add_custom_import input[type='radio']:checked").val(); - vvvvvxn(add_custom_import_vvvvvxn); + var add_custom_import_vvvvvxt = jQuery("#jform_add_custom_import input[type='radio']:checked").val(); + vvvvvxt(add_custom_import_vvvvvxt); }); jQuery('#adminForm').on('change', '#jform_add_custom_import',function (e) { e.preventDefault(); - var add_custom_import_vvvvvxn = jQuery("#jform_add_custom_import input[type='radio']:checked").val(); - vvvvvxn(add_custom_import_vvvvvxn); + var add_custom_import_vvvvvxt = jQuery("#jform_add_custom_import input[type='radio']:checked").val(); + vvvvvxt(add_custom_import_vvvvvxt); }); -// #jform_add_custom_import listeners for add_custom_import_vvvvvxo function +// #jform_add_custom_import listeners for add_custom_import_vvvvvxu function jQuery('#jform_add_custom_import').on('keyup',function() { - var add_custom_import_vvvvvxo = jQuery("#jform_add_custom_import input[type='radio']:checked").val(); - vvvvvxo(add_custom_import_vvvvvxo); + var add_custom_import_vvvvvxu = jQuery("#jform_add_custom_import input[type='radio']:checked").val(); + vvvvvxu(add_custom_import_vvvvvxu); }); jQuery('#adminForm').on('change', '#jform_add_custom_import',function (e) { e.preventDefault(); - var add_custom_import_vvvvvxo = jQuery("#jform_add_custom_import input[type='radio']:checked").val(); - vvvvvxo(add_custom_import_vvvvvxo); + var add_custom_import_vvvvvxu = jQuery("#jform_add_custom_import input[type='radio']:checked").val(); + vvvvvxu(add_custom_import_vvvvvxu); }); -// #jform_add_custom_button listeners for add_custom_button_vvvvvxp function +// #jform_add_custom_button listeners for add_custom_button_vvvvvxv function jQuery('#jform_add_custom_button').on('keyup',function() { - var add_custom_button_vvvvvxp = jQuery("#jform_add_custom_button input[type='radio']:checked").val(); - vvvvvxp(add_custom_button_vvvvvxp); + var add_custom_button_vvvvvxv = jQuery("#jform_add_custom_button input[type='radio']:checked").val(); + vvvvvxv(add_custom_button_vvvvvxv); }); jQuery('#adminForm').on('change', '#jform_add_custom_button',function (e) { e.preventDefault(); - var add_custom_button_vvvvvxp = jQuery("#jform_add_custom_button input[type='radio']:checked").val(); - vvvvvxp(add_custom_button_vvvvvxp); + var add_custom_button_vvvvvxv = jQuery("#jform_add_custom_button input[type='radio']:checked").val(); + vvvvvxv(add_custom_button_vvvvvxv); }); diff --git a/admin/views/admin_view/view.html.php b/admin/views/admin_view/view.html.php index 66273ed2f..09f1c232f 100644 --- a/admin/views/admin_view/view.html.php +++ b/admin/views/admin_view/view.html.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage view.html.php diff --git a/admin/views/admin_views/tmpl/default.php b/admin/views/admin_views/tmpl/default.php index 072d665ec..f2d8571f9 100644 --- a/admin/views/admin_views/tmpl/default.php +++ b/admin/views/admin_views/tmpl/default.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default.php diff --git a/admin/views/admin_views/tmpl/default_batch_body.php b/admin/views/admin_views/tmpl/default_batch_body.php index 9f9a5b617..39f7877be 100644 --- a/admin/views/admin_views/tmpl/default_batch_body.php +++ b/admin/views/admin_views/tmpl/default_batch_body.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php diff --git a/admin/views/admin_views/tmpl/default_batch_footer.php b/admin/views/admin_views/tmpl/default_batch_footer.php index 1c3ec6dd2..cca28bd71 100644 --- a/admin/views/admin_views/tmpl/default_batch_footer.php +++ b/admin/views/admin_views/tmpl/default_batch_footer.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php diff --git a/admin/views/admin_views/tmpl/default_body.php b/admin/views/admin_views/tmpl/default_body.php index eef52b238..3c65793c0 100644 --- a/admin/views/admin_views/tmpl/default_body.php +++ b/admin/views/admin_views/tmpl/default_body.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default_body.php diff --git a/admin/views/admin_views/tmpl/default_foot.php b/admin/views/admin_views/tmpl/default_foot.php index d6c96a474..38ffc818e 100644 --- a/admin/views/admin_views/tmpl/default_foot.php +++ b/admin/views/admin_views/tmpl/default_foot.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default_foot.php diff --git a/admin/views/admin_views/tmpl/default_head.php b/admin/views/admin_views/tmpl/default_head.php index b4d434f4c..5c47fddd3 100644 --- a/admin/views/admin_views/tmpl/default_head.php +++ b/admin/views/admin_views/tmpl/default_head.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default_head.php diff --git a/admin/views/admin_views/tmpl/default_toolbar.php b/admin/views/admin_views/tmpl/default_toolbar.php index f5aaf7f88..3468a7136 100644 --- a/admin/views/admin_views/tmpl/default_toolbar.php +++ b/admin/views/admin_views/tmpl/default_toolbar.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php diff --git a/admin/views/admin_views/view.html.php b/admin/views/admin_views/view.html.php index 43837f368..d1d22d49f 100644 --- a/admin/views/admin_views/view.html.php +++ b/admin/views/admin_views/view.html.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage view.html.php diff --git a/admin/views/compiler/tmpl/default.php b/admin/views/compiler/tmpl/default.php index f7de20725..01d707903 100644 --- a/admin/views/compiler/tmpl/default.php +++ b/admin/views/compiler/tmpl/default.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default.php diff --git a/admin/views/compiler/view.html.php b/admin/views/compiler/view.html.php index 807451a87..bd297b14f 100644 --- a/admin/views/compiler/view.html.php +++ b/admin/views/compiler/view.html.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage view.html.php diff --git a/admin/views/component/submitbutton.js b/admin/views/component/submitbutton.js index 8c8d1bbee..f0ac9112b 100644 --- a/admin/views/component/submitbutton.js +++ b/admin/views/component/submitbutton.js @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js diff --git a/admin/views/component/tmpl/edit.php b/admin/views/component/tmpl/edit.php index 58d8e654d..2028f55a7 100644 --- a/admin/views/component/tmpl/edit.php +++ b/admin/views/component/tmpl/edit.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage edit.php @@ -149,12 +149,12 @@ $componentParams = JComponentHelper::getParams('com_componentbuilder'); - +
- +
@@ -457,6 +457,142 @@ jQuery('#adminForm').on('change', '#jform_add_php_preflight_update',function (e) }); +// #jform_update_server_target listeners for update_server_target_vvvvvwn function +jQuery('#jform_update_server_target').on('keyup',function() +{ + var update_server_target_vvvvvwn = jQuery("#jform_update_server_target input[type='radio']:checked").val(); + var add_update_server_vvvvvwn = jQuery("#jform_add_update_server input[type='radio']:checked").val(); + vvvvvwn(update_server_target_vvvvvwn,add_update_server_vvvvvwn); + +}); +jQuery('#adminForm').on('change', '#jform_update_server_target',function (e) +{ + e.preventDefault(); + var update_server_target_vvvvvwn = jQuery("#jform_update_server_target input[type='radio']:checked").val(); + var add_update_server_vvvvvwn = jQuery("#jform_add_update_server input[type='radio']:checked").val(); + vvvvvwn(update_server_target_vvvvvwn,add_update_server_vvvvvwn); + +}); + +// #jform_add_update_server listeners for add_update_server_vvvvvwn function +jQuery('#jform_add_update_server').on('keyup',function() +{ + var update_server_target_vvvvvwn = jQuery("#jform_update_server_target input[type='radio']:checked").val(); + var add_update_server_vvvvvwn = jQuery("#jform_add_update_server input[type='radio']:checked").val(); + vvvvvwn(update_server_target_vvvvvwn,add_update_server_vvvvvwn); + +}); +jQuery('#adminForm').on('change', '#jform_add_update_server',function (e) +{ + e.preventDefault(); + var update_server_target_vvvvvwn = jQuery("#jform_update_server_target input[type='radio']:checked").val(); + var add_update_server_vvvvvwn = jQuery("#jform_add_update_server input[type='radio']:checked").val(); + vvvvvwn(update_server_target_vvvvvwn,add_update_server_vvvvvwn); + +}); + +// #jform_add_update_server listeners for add_update_server_vvvvvwo function +jQuery('#jform_add_update_server').on('keyup',function() +{ + var add_update_server_vvvvvwo = jQuery("#jform_add_update_server input[type='radio']:checked").val(); + var update_server_target_vvvvvwo = jQuery("#jform_update_server_target input[type='radio']:checked").val(); + vvvvvwo(add_update_server_vvvvvwo,update_server_target_vvvvvwo); + +}); +jQuery('#adminForm').on('change', '#jform_add_update_server',function (e) +{ + e.preventDefault(); + var add_update_server_vvvvvwo = jQuery("#jform_add_update_server input[type='radio']:checked").val(); + var update_server_target_vvvvvwo = jQuery("#jform_update_server_target input[type='radio']:checked").val(); + vvvvvwo(add_update_server_vvvvvwo,update_server_target_vvvvvwo); + +}); + +// #jform_update_server_target listeners for update_server_target_vvvvvwo function +jQuery('#jform_update_server_target').on('keyup',function() +{ + var add_update_server_vvvvvwo = jQuery("#jform_add_update_server input[type='radio']:checked").val(); + var update_server_target_vvvvvwo = jQuery("#jform_update_server_target input[type='radio']:checked").val(); + vvvvvwo(add_update_server_vvvvvwo,update_server_target_vvvvvwo); + +}); +jQuery('#adminForm').on('change', '#jform_update_server_target',function (e) +{ + e.preventDefault(); + var add_update_server_vvvvvwo = jQuery("#jform_add_update_server input[type='radio']:checked").val(); + var update_server_target_vvvvvwo = jQuery("#jform_update_server_target input[type='radio']:checked").val(); + vvvvvwo(add_update_server_vvvvvwo,update_server_target_vvvvvwo); + +}); + +// #jform_update_server_target listeners for update_server_target_vvvvvwp function +jQuery('#jform_update_server_target').on('keyup',function() +{ + var update_server_target_vvvvvwp = jQuery("#jform_update_server_target input[type='radio']:checked").val(); + var add_update_server_vvvvvwp = jQuery("#jform_add_update_server input[type='radio']:checked").val(); + vvvvvwp(update_server_target_vvvvvwp,add_update_server_vvvvvwp); + +}); +jQuery('#adminForm').on('change', '#jform_update_server_target',function (e) +{ + e.preventDefault(); + var update_server_target_vvvvvwp = jQuery("#jform_update_server_target input[type='radio']:checked").val(); + var add_update_server_vvvvvwp = jQuery("#jform_add_update_server input[type='radio']:checked").val(); + vvvvvwp(update_server_target_vvvvvwp,add_update_server_vvvvvwp); + +}); + +// #jform_add_update_server listeners for add_update_server_vvvvvwp function +jQuery('#jform_add_update_server').on('keyup',function() +{ + var update_server_target_vvvvvwp = jQuery("#jform_update_server_target input[type='radio']:checked").val(); + var add_update_server_vvvvvwp = jQuery("#jform_add_update_server input[type='radio']:checked").val(); + vvvvvwp(update_server_target_vvvvvwp,add_update_server_vvvvvwp); + +}); +jQuery('#adminForm').on('change', '#jform_add_update_server',function (e) +{ + e.preventDefault(); + var update_server_target_vvvvvwp = jQuery("#jform_update_server_target input[type='radio']:checked").val(); + var add_update_server_vvvvvwp = jQuery("#jform_add_update_server input[type='radio']:checked").val(); + vvvvvwp(update_server_target_vvvvvwp,add_update_server_vvvvvwp); + +}); + +// #jform_update_server_target listeners for update_server_target_vvvvvwr function +jQuery('#jform_update_server_target').on('keyup',function() +{ + var update_server_target_vvvvvwr = jQuery("#jform_update_server_target input[type='radio']:checked").val(); + var add_update_server_vvvvvwr = jQuery("#jform_add_update_server input[type='radio']:checked").val(); + vvvvvwr(update_server_target_vvvvvwr,add_update_server_vvvvvwr); + +}); +jQuery('#adminForm').on('change', '#jform_update_server_target',function (e) +{ + e.preventDefault(); + var update_server_target_vvvvvwr = jQuery("#jform_update_server_target input[type='radio']:checked").val(); + var add_update_server_vvvvvwr = jQuery("#jform_add_update_server input[type='radio']:checked").val(); + vvvvvwr(update_server_target_vvvvvwr,add_update_server_vvvvvwr); + +}); + +// #jform_add_update_server listeners for add_update_server_vvvvvwr function +jQuery('#jform_add_update_server').on('keyup',function() +{ + var update_server_target_vvvvvwr = jQuery("#jform_update_server_target input[type='radio']:checked").val(); + var add_update_server_vvvvvwr = jQuery("#jform_add_update_server input[type='radio']:checked").val(); + vvvvvwr(update_server_target_vvvvvwr,add_update_server_vvvvvwr); + +}); +jQuery('#adminForm').on('change', '#jform_add_update_server',function (e) +{ + e.preventDefault(); + var update_server_target_vvvvvwr = jQuery("#jform_update_server_target input[type='radio']:checked").val(); + var add_update_server_vvvvvwr = jQuery("#jform_add_update_server input[type='radio']:checked").val(); + vvvvvwr(update_server_target_vvvvvwr,add_update_server_vvvvvwr); + +}); + diff --git a/admin/views/component/view.html.php b/admin/views/component/view.html.php index 26246a789..bfab5dbae 100644 --- a/admin/views/component/view.html.php +++ b/admin/views/component/view.html.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage view.html.php diff --git a/admin/views/componentbuilder/tmpl/default.php b/admin/views/componentbuilder/tmpl/default.php index 8d2bb6b49..fbcea6fe9 100644 --- a/admin/views/componentbuilder/tmpl/default.php +++ b/admin/views/componentbuilder/tmpl/default.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default.php diff --git a/admin/views/componentbuilder/tmpl/default_closed_issues_the_closed_issues_on_github.php b/admin/views/componentbuilder/tmpl/default_closed_issues_the_closed_issues_on_github.php index 1a92989e9..50519ecee 100644 --- a/admin/views/componentbuilder/tmpl/default_closed_issues_the_closed_issues_on_github.php +++ b/admin/views/componentbuilder/tmpl/default_closed_issues_the_closed_issues_on_github.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default_closed_issues_the_closed_issues_on_github.php diff --git a/admin/views/componentbuilder/tmpl/default_main.php b/admin/views/componentbuilder/tmpl/default_main.php index 06a8c3395..05926e48a 100644 --- a/admin/views/componentbuilder/tmpl/default_main.php +++ b/admin/views/componentbuilder/tmpl/default_main.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default_main.php diff --git a/admin/views/componentbuilder/tmpl/default_open_issues_the_open_issues_on_github.php b/admin/views/componentbuilder/tmpl/default_open_issues_the_open_issues_on_github.php index 6b7af5dbf..390aa5c5b 100644 --- a/admin/views/componentbuilder/tmpl/default_open_issues_the_open_issues_on_github.php +++ b/admin/views/componentbuilder/tmpl/default_open_issues_the_open_issues_on_github.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default_open_issues_the_open_issues_on_github.php diff --git a/admin/views/componentbuilder/tmpl/default_readme_information.php b/admin/views/componentbuilder/tmpl/default_readme_information.php index 3c46b4e1b..4c6273b08 100644 --- a/admin/views/componentbuilder/tmpl/default_readme_information.php +++ b/admin/views/componentbuilder/tmpl/default_readme_information.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default_readme_information.php diff --git a/admin/views/componentbuilder/tmpl/default_vast_development_method_notice_board.php b/admin/views/componentbuilder/tmpl/default_vast_development_method_notice_board.php index 56b4113fd..d081ae2fa 100644 --- a/admin/views/componentbuilder/tmpl/default_vast_development_method_notice_board.php +++ b/admin/views/componentbuilder/tmpl/default_vast_development_method_notice_board.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default_vast_development_method_notice_board.php diff --git a/admin/views/componentbuilder/tmpl/default_vdm.php b/admin/views/componentbuilder/tmpl/default_vdm.php index 18987b17f..275e3aa79 100644 --- a/admin/views/componentbuilder/tmpl/default_vdm.php +++ b/admin/views/componentbuilder/tmpl/default_vdm.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default_vdm.php diff --git a/admin/views/componentbuilder/view.html.php b/admin/views/componentbuilder/view.html.php index 908eea112..f78ba3989 100644 --- a/admin/views/componentbuilder/view.html.php +++ b/admin/views/componentbuilder/view.html.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage view.html.php diff --git a/admin/views/components/tmpl/default.php b/admin/views/components/tmpl/default.php index 4f3a48a2e..29d8aa440 100644 --- a/admin/views/components/tmpl/default.php +++ b/admin/views/components/tmpl/default.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default.php diff --git a/admin/views/components/tmpl/default_batch_body.php b/admin/views/components/tmpl/default_batch_body.php index 809e24444..6eded5a44 100644 --- a/admin/views/components/tmpl/default_batch_body.php +++ b/admin/views/components/tmpl/default_batch_body.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default_batch_body.php diff --git a/admin/views/components/tmpl/default_batch_footer.php b/admin/views/components/tmpl/default_batch_footer.php index 3e583131e..ce7e14a9b 100644 --- a/admin/views/components/tmpl/default_batch_footer.php +++ b/admin/views/components/tmpl/default_batch_footer.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default_batch_footer.php diff --git a/admin/views/components/tmpl/default_body.php b/admin/views/components/tmpl/default_body.php index 5cadc0c95..5b81cd25a 100644 --- a/admin/views/components/tmpl/default_body.php +++ b/admin/views/components/tmpl/default_body.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default_body.php diff --git a/admin/views/components/tmpl/default_foot.php b/admin/views/components/tmpl/default_foot.php index d44c864c9..f3988a7ce 100644 --- a/admin/views/components/tmpl/default_foot.php +++ b/admin/views/components/tmpl/default_foot.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default_foot.php diff --git a/admin/views/components/tmpl/default_head.php b/admin/views/components/tmpl/default_head.php index 86df81146..7d3551273 100644 --- a/admin/views/components/tmpl/default_head.php +++ b/admin/views/components/tmpl/default_head.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default_head.php diff --git a/admin/views/components/tmpl/default_toolbar.php b/admin/views/components/tmpl/default_toolbar.php index 284ebb260..ece00d792 100644 --- a/admin/views/components/tmpl/default_toolbar.php +++ b/admin/views/components/tmpl/default_toolbar.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage default_toolbar.php diff --git a/admin/views/components/view.html.php b/admin/views/components/view.html.php index 54c06ac8e..76dc4b4b4 100644 --- a/admin/views/components/view.html.php +++ b/admin/views/components/view.html.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage view.html.php diff --git a/admin/views/custom_admin_view/submitbutton.js b/admin/views/custom_admin_view/submitbutton.js index e9362e9aa..2199a89e8 100644 --- a/admin/views/custom_admin_view/submitbutton.js +++ b/admin/views/custom_admin_view/submitbutton.js @@ -9,8 +9,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage submitbutton.js diff --git a/admin/views/custom_admin_view/tmpl/edit.php b/admin/views/custom_admin_view/tmpl/edit.php index 18a6121f8..26c491cec 100644 --- a/admin/views/custom_admin_view/tmpl/edit.php +++ b/admin/views/custom_admin_view/tmpl/edit.php @@ -10,8 +10,8 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.2.0 - @build 31st October, 2016 + @version 2.2.2 + @build 22nd November, 2016 @created 30th April, 2015 @package Component Builder @subpackage edit.php @@ -150,123 +150,123 @@ $componentParams = JComponentHelper::getParams('com_componentbuilder');