From 57bf46411163c5c698ff75270850da065f6b4bd9 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Fri, 22 Apr 2016 22:32:02 +0100 Subject: [PATCH] Added another field to admin_view to add custom script to document method of component admin views. --- README.md | 12 +- admin/assets/css/admin.css | 2 +- admin/assets/css/admin_view.css | 2 +- admin/assets/css/admin_views.css | 2 +- admin/assets/css/component.css | 2 +- admin/assets/css/components.css | 2 +- admin/assets/css/custom_admin_view.css | 2 +- admin/assets/css/custom_admin_views.css | 2 +- admin/assets/css/dashboard.css | 2 +- admin/assets/css/dynamic_get.css | 2 +- admin/assets/css/dynamic_gets.css | 2 +- admin/assets/css/field.css | 2 +- admin/assets/css/fields.css | 2 +- admin/assets/css/fieldtype.css | 2 +- admin/assets/css/fieldtypes.css | 2 +- admin/assets/css/help_document.css | 2 +- admin/assets/css/help_documents.css | 2 +- admin/assets/css/layout.css | 2 +- admin/assets/css/layouts.css | 2 +- admin/assets/css/site_view.css | 2 +- admin/assets/css/site_views.css | 2 +- admin/assets/css/snippet.css | 2 +- admin/assets/css/snippets.css | 2 +- admin/assets/css/template.css | 2 +- admin/assets/css/templates.css | 2 +- admin/compiler/joomla_3/JViewLegacy_edit.php | 2 +- .../joomla_3/JViewLegacy_edit_site.php | 2 +- admin/componentbuilder.php | 2 +- admin/controller.php | 2 +- admin/controllers/admin_view.php | 2 +- admin/controllers/admin_views.php | 2 +- admin/controllers/ajax.json.php | 2 +- admin/controllers/compiler.php | 2 +- admin/controllers/component.php | 2 +- admin/controllers/componentbuilder.php | 2 +- admin/controllers/components.php | 2 +- admin/controllers/custom_admin_view.php | 2 +- admin/controllers/custom_admin_views.php | 2 +- admin/controllers/dynamic_get.php | 2 +- admin/controllers/dynamic_gets.php | 2 +- admin/controllers/field.php | 2 +- admin/controllers/fields.php | 2 +- admin/controllers/fieldtype.php | 2 +- admin/controllers/fieldtypes.php | 2 +- admin/controllers/help.php | 2 +- admin/controllers/help_document.php | 2 +- admin/controllers/help_documents.php | 2 +- admin/controllers/import.php | 2 +- admin/controllers/layout.php | 2 +- admin/controllers/layouts.php | 2 +- admin/controllers/site_view.php | 2 +- admin/controllers/site_views.php | 2 +- admin/controllers/snippet.php | 2 +- admin/controllers/snippets.php | 2 +- admin/controllers/template.php | 2 +- admin/controllers/templates.php | 2 +- admin/helpers/compiler/a_Get.php | 4 +- admin/helpers/compiler/f_Infusion.php | 15 +- admin/helpers/componentbuilder.php | 2 +- admin/helpers/html/batch_.php | 2 +- admin/helpers/indenter.php | 2 +- admin/helpers/js.php | 2 +- admin/helpers/minify.php | 2 +- .../en-GB/en-GB.com_componentbuilder.ini | 6 + admin/layouts/admin_view/css_fullwidth.php | 2 +- admin/layouts/admin_view/fields_fullwidth.php | 4 +- .../admin_view/javascript_fullwidth.php | 2 +- admin/layouts/admin_view/mysql_fullwidth.php | 2 +- admin/layouts/admin_view/mysql_left.php | 2 +- admin/layouts/admin_view/php_fullwidth.php | 6 +- admin/layouts/admin_view/publishing.php | 2 +- admin/layouts/admin_view/publlshing.php | 2 +- admin/layouts/admin_view/settings_above.php | 2 +- admin/layouts/admin_view/settings_left.php | 2 +- admin/layouts/admin_view/settings_right.php | 2 +- admin/layouts/admin_view/settings_under.php | 2 +- admin/layouts/batchselection.php | 2 +- .../component/admin_views_fullwidth.php | 2 +- admin/layouts/component/details_above.php | 2 +- admin/layouts/component/details_left.php | 2 +- admin/layouts/component/details_right.php | 2 +- admin/layouts/component/details_under.php | 2 +- .../component/ftp_servers_fullwidth.php | 2 +- admin/layouts/component/publishing.php | 2 +- admin/layouts/component/publlshing.php | 2 +- admin/layouts/component/readme_left.php | 2 +- admin/layouts/component/readme_right.php | 2 +- admin/layouts/component/scripts_fullwidth.php | 2 +- admin/layouts/component/settings_left.php | 2 +- admin/layouts/component/settings_right.php | 2 +- .../component/site_views_fullwidth.php | 2 +- .../custom_buttons_fullwidth.php | 2 +- .../custom_admin_view/custom_buttons_left.php | 2 +- .../custom_script_fullwidth.php | 2 +- .../custom_admin_view/details_above.php | 2 +- .../custom_admin_view/details_fullwidth.php | 2 +- .../custom_admin_view/details_left.php | 2 +- .../custom_admin_view/details_right.php | 2 +- .../custom_admin_view/details_rightside.php | 2 +- .../custom_admin_view/details_under.php | 2 +- .../layouts/custom_admin_view/publishing.php | 2 +- .../layouts/custom_admin_view/publlshing.php | 2 +- .../layouts/dynamic_get/abacus_fullwidth.php | 2 +- admin/layouts/dynamic_get/abacus_left.php | 2 +- .../dynamic_get/custom_script_fullwidth.php | 2 +- admin/layouts/dynamic_get/gettable_above.php | 2 +- .../dynamic_get/gettable_fullwidth.php | 2 +- admin/layouts/dynamic_get/gettable_left.php | 2 +- admin/layouts/dynamic_get/gettable_right.php | 2 +- admin/layouts/dynamic_get/gettable_under.php | 2 +- admin/layouts/dynamic_get/publishing.php | 2 +- admin/layouts/dynamic_get/publlshing.php | 2 +- admin/layouts/field/details_fullwidth.php | 2 +- admin/layouts/field/details_left.php | 2 +- admin/layouts/field/details_right.php | 2 +- admin/layouts/field/details_under.php | 2 +- admin/layouts/field/publishing.php | 2 +- admin/layouts/field/publlshing.php | 2 +- admin/layouts/field/scripts_left.php | 2 +- admin/layouts/field/scripts_right.php | 2 +- admin/layouts/fieldtype/details_left.php | 2 +- admin/layouts/fieldtype/details_right.php | 2 +- admin/layouts/fieldtype/fields_fullwidth.php | 4 +- admin/layouts/fieldtype/publishing.php | 2 +- admin/layouts/fieldtype/publlshing.php | 2 +- admin/layouts/help_document/details_above.php | 2 +- .../help_document/details_fullwidth.php | 2 +- admin/layouts/help_document/details_left.php | 2 +- admin/layouts/help_document/details_right.php | 2 +- admin/layouts/help_document/details_under.php | 2 +- admin/layouts/help_document/publishing.php | 2 +- admin/layouts/help_document/publlshing.php | 2 +- .../layout/custom_script_fullwidth.php | 2 +- admin/layouts/layout/details_fullwidth.php | 2 +- admin/layouts/layout/details_left.php | 2 +- admin/layouts/layout/details_right.php | 2 +- admin/layouts/layout/details_rightside.php | 2 +- admin/layouts/layout/details_under.php | 2 +- admin/layouts/layout/publishing.php | 2 +- admin/layouts/layout/publlshing.php | 2 +- .../site_view/custom_buttons_fullwidth.php | 2 +- admin/layouts/site_view/details_above.php | 2 +- admin/layouts/site_view/details_fullwidth.php | 2 +- admin/layouts/site_view/details_left.php | 2 +- admin/layouts/site_view/details_right.php | 2 +- admin/layouts/site_view/details_rightside.php | 2 +- admin/layouts/site_view/details_under.php | 2 +- .../site_view/javascript_css_fullwidth.php | 2 +- admin/layouts/site_view/php_fullwidth.php | 2 +- admin/layouts/site_view/publishing.php | 2 +- admin/layouts/site_view/publlshing.php | 2 +- admin/layouts/snippet/details_above.php | 2 +- admin/layouts/snippet/details_left.php | 2 +- admin/layouts/snippet/details_right.php | 2 +- admin/layouts/snippet/publishing.php | 2 +- admin/layouts/snippet/publlshing.php | 2 +- .../template/custom_script_fullwidth.php | 2 +- admin/layouts/template/details_fullwidth.php | 2 +- admin/layouts/template/details_left.php | 2 +- admin/layouts/template/details_right.php | 2 +- admin/layouts/template/details_rightside.php | 2 +- admin/layouts/template/details_under.php | 2 +- admin/layouts/template/publishing.php | 2 +- admin/layouts/template/publlshing.php | 2 +- admin/models/admin_view.php | 194 +-- admin/models/admin_views.php | 40 +- admin/models/ajax.php | 2 +- admin/models/compiler.php | 2 +- admin/models/component.php | 2 +- admin/models/componentbuilder.php | 2 +- admin/models/components.php | 2 +- admin/models/custom_admin_view.php | 2 +- admin/models/custom_admin_views.php | 2 +- admin/models/dynamic_get.php | 2 +- admin/models/dynamic_gets.php | 2 +- admin/models/field.php | 2 +- admin/models/fields.php | 2 +- admin/models/fields/adminviews.php | 2 +- admin/models/fields/articles.php | 2 +- admin/models/fields/customadminviews.php | 2 +- admin/models/fields/customfilelist.php | 2 +- admin/models/fields/customfolderlist.php | 2 +- admin/models/fields/customgets.php | 2 +- admin/models/fields/dbtables.php | 2 +- admin/models/fields/dynamicgets.php | 2 +- admin/models/fields/fields.php | 2 +- admin/models/fields/fieldsmulti.php | 2 +- admin/models/fields/fieldtypes.php | 2 +- admin/models/fields/maingets.php | 2 +- admin/models/fields/siteviews.php | 2 +- admin/models/fields/snippets.php | 2 +- admin/models/fieldtype.php | 14 +- admin/models/fieldtypes.php | 2 +- admin/models/forms/admin_view.js | 105 +- admin/models/forms/admin_view.xml | 381 +++--- admin/models/forms/component.js | 2 +- admin/models/forms/custom_admin_view.js | 248 ++-- admin/models/forms/dynamic_get.js | 1070 ++++++++--------- admin/models/forms/field.js | 402 +++---- admin/models/forms/fieldtype.js | 2 +- admin/models/forms/help_document.js | 204 ++-- admin/models/forms/layout.js | 22 +- admin/models/forms/site_view.js | 276 ++--- admin/models/forms/snippet.js | 2 +- admin/models/forms/template.js | 22 +- admin/models/help_document.php | 2 +- admin/models/help_documents.php | 2 +- admin/models/import.php | 2 +- admin/models/layout.php | 2 +- admin/models/layouts.php | 2 +- admin/models/site_view.php | 2 +- admin/models/site_views.php | 2 +- admin/models/snippet.php | 2 +- admin/models/snippets.php | 2 +- admin/models/template.php | 2 +- admin/models/templates.php | 2 +- admin/sql/install.mysql.utf8.sql | 5 +- admin/sql/updates/mysql/2.1.3.sql | 2 + admin/tables/admin_view.php | 2 +- admin/tables/component.php | 2 +- admin/tables/custom_admin_view.php | 2 +- admin/tables/dynamic_get.php | 2 +- admin/tables/field.php | 2 +- admin/tables/fieldtype.php | 2 +- admin/tables/help_document.php | 2 +- admin/tables/layout.php | 2 +- admin/tables/site_view.php | 2 +- admin/tables/snippet.php | 2 +- admin/tables/template.php | 2 +- admin/views/admin_view/submitbutton.js | 2 +- admin/views/admin_view/tmpl/edit.php | 101 +- admin/views/admin_view/view.html.php | 6 +- admin/views/admin_views/tmpl/default.php | 2 +- .../admin_views/tmpl/default_batch_body.php | 2 +- .../admin_views/tmpl/default_batch_footer.php | 2 +- admin/views/admin_views/tmpl/default_body.php | 2 +- admin/views/admin_views/tmpl/default_foot.php | 2 +- admin/views/admin_views/tmpl/default_head.php | 2 +- .../admin_views/tmpl/default_toolbar.php | 2 +- admin/views/admin_views/view.html.php | 2 +- admin/views/compiler/tmpl/default.php | 2 +- admin/views/compiler/view.html.php | 2 +- admin/views/component/submitbutton.js | 2 +- admin/views/component/tmpl/edit.php | 2 +- admin/views/component/view.html.php | 4 +- admin/views/componentbuilder/tmpl/default.php | 2 +- .../componentbuilder/tmpl/default_main.php | 2 +- .../componentbuilder/tmpl/default_vdm.php | 2 +- admin/views/componentbuilder/view.html.php | 2 +- admin/views/components/tmpl/default.php | 2 +- .../components/tmpl/default_batch_body.php | 2 +- .../components/tmpl/default_batch_footer.php | 2 +- admin/views/components/tmpl/default_body.php | 2 +- admin/views/components/tmpl/default_foot.php | 2 +- admin/views/components/tmpl/default_head.php | 2 +- .../views/components/tmpl/default_toolbar.php | 2 +- admin/views/components/view.html.php | 2 +- admin/views/custom_admin_view/submitbutton.js | 2 +- admin/views/custom_admin_view/tmpl/edit.php | 82 +- admin/views/custom_admin_view/view.html.php | 4 +- .../views/custom_admin_views/tmpl/default.php | 2 +- .../tmpl/default_batch_body.php | 2 +- .../tmpl/default_batch_footer.php | 2 +- .../custom_admin_views/tmpl/default_body.php | 2 +- .../custom_admin_views/tmpl/default_foot.php | 2 +- .../custom_admin_views/tmpl/default_head.php | 2 +- .../tmpl/default_toolbar.php | 2 +- admin/views/custom_admin_views/view.html.php | 2 +- admin/views/dynamic_get/submitbutton.js | 2 +- admin/views/dynamic_get/tmpl/edit.php | 306 ++--- admin/views/dynamic_get/view.html.php | 4 +- admin/views/dynamic_gets/tmpl/default.php | 2 +- .../dynamic_gets/tmpl/default_batch_body.php | 2 +- .../tmpl/default_batch_footer.php | 2 +- .../views/dynamic_gets/tmpl/default_body.php | 2 +- .../views/dynamic_gets/tmpl/default_foot.php | 2 +- .../views/dynamic_gets/tmpl/default_head.php | 2 +- .../dynamic_gets/tmpl/default_toolbar.php | 2 +- admin/views/dynamic_gets/view.html.php | 2 +- admin/views/field/submitbutton.js | 2 +- admin/views/field/tmpl/edit.php | 134 +-- admin/views/field/view.html.php | 4 +- admin/views/fields/tmpl/default.php | 2 +- .../views/fields/tmpl/default_batch_body.php | 2 +- .../fields/tmpl/default_batch_footer.php | 2 +- admin/views/fields/tmpl/default_body.php | 2 +- admin/views/fields/tmpl/default_foot.php | 2 +- admin/views/fields/tmpl/default_head.php | 2 +- admin/views/fields/tmpl/default_toolbar.php | 2 +- admin/views/fields/view.html.php | 2 +- admin/views/fieldtype/submitbutton.js | 2 +- admin/views/fieldtype/tmpl/edit.php | 2 +- admin/views/fieldtype/view.html.php | 6 +- admin/views/fieldtypes/tmpl/default.php | 2 +- .../fieldtypes/tmpl/default_batch_body.php | 2 +- .../fieldtypes/tmpl/default_batch_footer.php | 2 +- admin/views/fieldtypes/tmpl/default_body.php | 2 +- admin/views/fieldtypes/tmpl/default_foot.php | 2 +- admin/views/fieldtypes/tmpl/default_head.php | 2 +- .../views/fieldtypes/tmpl/default_toolbar.php | 2 +- admin/views/fieldtypes/view.html.php | 2 +- admin/views/help_document/submitbutton.js | 2 +- admin/views/help_document/tmpl/edit.php | 56 +- admin/views/help_document/view.html.php | 4 +- admin/views/help_documents/tmpl/default.php | 2 +- .../tmpl/default_batch_body.php | 2 +- .../tmpl/default_batch_footer.php | 2 +- .../help_documents/tmpl/default_body.php | 2 +- .../help_documents/tmpl/default_foot.php | 2 +- .../help_documents/tmpl/default_head.php | 2 +- .../help_documents/tmpl/default_toolbar.php | 2 +- admin/views/help_documents/view.html.php | 2 +- admin/views/import/tmpl/default.php | 2 +- admin/views/import/view.html.php | 2 +- admin/views/layout/submitbutton.js | 2 +- admin/views/layout/tmpl/edit.php | 12 +- admin/views/layout/view.html.php | 4 +- admin/views/layouts/tmpl/default.php | 2 +- .../views/layouts/tmpl/default_batch_body.php | 2 +- .../layouts/tmpl/default_batch_footer.php | 2 +- admin/views/layouts/tmpl/default_body.php | 2 +- admin/views/layouts/tmpl/default_foot.php | 2 +- admin/views/layouts/tmpl/default_head.php | 2 +- admin/views/layouts/tmpl/default_toolbar.php | 2 +- admin/views/layouts/view.html.php | 2 +- admin/views/site_view/submitbutton.js | 2 +- admin/views/site_view/tmpl/edit.php | 92 +- admin/views/site_view/view.html.php | 4 +- admin/views/site_views/tmpl/default.php | 2 +- .../site_views/tmpl/default_batch_body.php | 2 +- .../site_views/tmpl/default_batch_footer.php | 2 +- admin/views/site_views/tmpl/default_body.php | 2 +- admin/views/site_views/tmpl/default_foot.php | 2 +- admin/views/site_views/tmpl/default_head.php | 2 +- .../views/site_views/tmpl/default_toolbar.php | 2 +- admin/views/site_views/view.html.php | 2 +- admin/views/snippet/submitbutton.js | 2 +- admin/views/snippet/tmpl/edit.php | 2 +- admin/views/snippet/view.html.php | 4 +- admin/views/snippets/tmpl/default.php | 2 +- .../snippets/tmpl/default_batch_body.php | 2 +- .../snippets/tmpl/default_batch_footer.php | 2 +- admin/views/snippets/tmpl/default_body.php | 2 +- admin/views/snippets/tmpl/default_foot.php | 2 +- admin/views/snippets/tmpl/default_head.php | 2 +- admin/views/snippets/tmpl/default_toolbar.php | 2 +- admin/views/snippets/view.html.php | 2 +- admin/views/template/submitbutton.js | 2 +- admin/views/template/tmpl/edit.php | 12 +- admin/views/template/view.html.php | 4 +- admin/views/templates/tmpl/default.php | 2 +- .../templates/tmpl/default_batch_body.php | 2 +- .../templates/tmpl/default_batch_footer.php | 2 +- admin/views/templates/tmpl/default_body.php | 2 +- admin/views/templates/tmpl/default_foot.php | 2 +- admin/views/templates/tmpl/default_head.php | 2 +- .../views/templates/tmpl/default_toolbar.php | 2 +- admin/views/templates/view.html.php | 2 +- componentbuilder.xml | 4 +- script.php | 12 +- site/assets/css/site.css | 2 +- site/componentbuilder.php | 2 +- site/controller.php | 2 +- site/controllers/help.php | 2 +- site/helpers/componentbuilder.php | 2 +- site/helpers/headercheck.php | 2 +- site/helpers/route.php | 2 +- site/router.php | 2 +- 368 files changed, 2332 insertions(+), 2215 deletions(-) create mode 100644 admin/sql/updates/mysql/2.1.3.sql diff --git a/README.md b/README.md index 84601390b..3e3c23870 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Component Builder (2.1.3) +# Component Builder (2.1.4) This is a [Joomla 3.x] (http://www.joomla.org/) component. @@ -33,7 +33,7 @@ Would you require more help VDM.io has a number of support plans available [visi + *Name*: [Component Builder] (https://www.vdm.io/joomla-component-builder) + *First Build*: 30th April, 2015 + *Last Build*: 22nd April, 2016 -+ *Version*: 2.1.3 ++ *Version*: 2.1.4 + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html @@ -45,8 +45,8 @@ due to [Automated Component Builder] (https://www.vdm.io/joomla-component-builde > (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**, > never making one mistake or taking any coffee break.) -+ *Line count*: **80585** -+ *File count*: **495** ++ *Line count*: **80706** ++ *File count*: **496** + *Folder count*: **98** **148 Hours** or **19 Eight Hour Days** (the actual time the author spent) @@ -54,8 +54,8 @@ due to [Automated Component Builder] (https://www.vdm.io/joomla-component-builde > (with the following break down: > **debugging @56hours** = codingtime / 4; > **planning @32hours** = codingtime / 7; -> **mapping @22hours** = codingtime / 10; -> **office @37hours** = codingtime / 6;) +> **mapping @23hours** = codingtime / 10; +> **office @38hours** = codingtime / 6;) **373 Hours** or **47 Eight Hour Days** (a total of the realistic time frame for this project) diff --git a/admin/assets/css/admin.css b/admin/assets/css/admin.css index 24f0ab9ad..d093b899b 100644 --- a/admin/assets/css/admin.css +++ b/admin/assets/css/admin.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/admin_view.css b/admin/assets/css/admin_view.css index 3c53aa0ed..8a7822517 100644 --- a/admin/assets/css/admin_view.css +++ b/admin/assets/css/admin_view.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/admin_views.css b/admin/assets/css/admin_views.css index 88eb1849f..6fa991e05 100644 --- a/admin/assets/css/admin_views.css +++ b/admin/assets/css/admin_views.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/component.css b/admin/assets/css/component.css index c0212c66b..f317b7a5d 100644 --- a/admin/assets/css/component.css +++ b/admin/assets/css/component.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/components.css b/admin/assets/css/components.css index 40b2b59b9..2375c8bcd 100644 --- a/admin/assets/css/components.css +++ b/admin/assets/css/components.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/custom_admin_view.css b/admin/assets/css/custom_admin_view.css index 5cb92915b..b8eeea4ab 100644 --- a/admin/assets/css/custom_admin_view.css +++ b/admin/assets/css/custom_admin_view.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/custom_admin_views.css b/admin/assets/css/custom_admin_views.css index 35467bb1c..1742ede4d 100644 --- a/admin/assets/css/custom_admin_views.css +++ b/admin/assets/css/custom_admin_views.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/dashboard.css b/admin/assets/css/dashboard.css index 8fcf66d45..2d2998c69 100644 --- a/admin/assets/css/dashboard.css +++ b/admin/assets/css/dashboard.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/dynamic_get.css b/admin/assets/css/dynamic_get.css index 6804c1936..2bab125b6 100644 --- a/admin/assets/css/dynamic_get.css +++ b/admin/assets/css/dynamic_get.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/dynamic_gets.css b/admin/assets/css/dynamic_gets.css index c26ecc131..8786bed7c 100644 --- a/admin/assets/css/dynamic_gets.css +++ b/admin/assets/css/dynamic_gets.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/field.css b/admin/assets/css/field.css index 4d68695f7..f3faaf6df 100644 --- a/admin/assets/css/field.css +++ b/admin/assets/css/field.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/fields.css b/admin/assets/css/fields.css index 749e4c363..5d5d59027 100644 --- a/admin/assets/css/fields.css +++ b/admin/assets/css/fields.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/fieldtype.css b/admin/assets/css/fieldtype.css index a81602a8d..8ea1457ea 100644 --- a/admin/assets/css/fieldtype.css +++ b/admin/assets/css/fieldtype.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/fieldtypes.css b/admin/assets/css/fieldtypes.css index 28fadb308..8c6185a57 100644 --- a/admin/assets/css/fieldtypes.css +++ b/admin/assets/css/fieldtypes.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/help_document.css b/admin/assets/css/help_document.css index 6489bc7ec..c7a5fdd27 100644 --- a/admin/assets/css/help_document.css +++ b/admin/assets/css/help_document.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/help_documents.css b/admin/assets/css/help_documents.css index 0ac5dd56c..481b877fd 100644 --- a/admin/assets/css/help_documents.css +++ b/admin/assets/css/help_documents.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/layout.css b/admin/assets/css/layout.css index 6ddacfd73..d3d44f768 100644 --- a/admin/assets/css/layout.css +++ b/admin/assets/css/layout.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/layouts.css b/admin/assets/css/layouts.css index 56c1a8487..8ab3a24b9 100644 --- a/admin/assets/css/layouts.css +++ b/admin/assets/css/layouts.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/site_view.css b/admin/assets/css/site_view.css index 3fde0693f..8ab851886 100644 --- a/admin/assets/css/site_view.css +++ b/admin/assets/css/site_view.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/site_views.css b/admin/assets/css/site_views.css index a6b751225..e5ae4d5e7 100644 --- a/admin/assets/css/site_views.css +++ b/admin/assets/css/site_views.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/snippet.css b/admin/assets/css/snippet.css index 0f0aca07c..0f1ff8d33 100644 --- a/admin/assets/css/snippet.css +++ b/admin/assets/css/snippet.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/snippets.css b/admin/assets/css/snippets.css index f44c3bad2..2ef93fff6 100644 --- a/admin/assets/css/snippets.css +++ b/admin/assets/css/snippets.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/template.css b/admin/assets/css/template.css index ea4f4b71c..1a9336169 100644 --- a/admin/assets/css/template.css +++ b/admin/assets/css/template.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/assets/css/templates.css b/admin/assets/css/templates.css index cc406892b..02a9e7b88 100644 --- a/admin/assets/css/templates.css +++ b/admin/assets/css/templates.css @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/compiler/joomla_3/JViewLegacy_edit.php b/admin/compiler/joomla_3/JViewLegacy_edit.php index f70f39336..c4fc3f474 100644 --- a/admin/compiler/joomla_3/JViewLegacy_edit.php +++ b/admin/compiler/joomla_3/JViewLegacy_edit.php @@ -122,7 +122,7 @@ class ###Component###View###View### extends JViewLegacy $document->setTitle(JText::_($isNew ? 'COM_###COMPONENT###_###VIEW###_NEW' : 'COM_###COMPONENT###_###VIEW###_EDIT')); $document->addStyleSheet(JURI::root() . "administrator/components/com_###component###/assets/css/###view###.css");###AJAXTOKE### ###LINKEDVIEWTABLESCRIPTS### $document->addScript(JURI::root() . $this->script); - $document->addScript(JURI::root() . "administrator/components/com_###component###/views/###view###/submitbutton.js"); + $document->addScript(JURI::root() . "administrator/components/com_###component###/views/###view###/submitbutton.js"); ###DOCUMENT_CUSTOM_PHP### JText::script('view not acceptable. Error'); } } diff --git a/admin/compiler/joomla_3/JViewLegacy_edit_site.php b/admin/compiler/joomla_3/JViewLegacy_edit_site.php index a0bacf906..26c1dcbca 100644 --- a/admin/compiler/joomla_3/JViewLegacy_edit_site.php +++ b/admin/compiler/joomla_3/JViewLegacy_edit_site.php @@ -131,7 +131,7 @@ class ###Component###View###View### extends JViewLegacy $document->addStyleSheet(JURI::root()."components/com_###component###/assets/css/###view###.css");###AJAXTOKE### ###LINKEDVIEWTABLESCRIPTS### // default javascript of this view $document->addScript(JURI::root().$this->script); - $document->addScript(JURI::root(). "components/com_###component###/views/###view###/submitbutton.js"); + $document->addScript(JURI::root(). "components/com_###component###/views/###view###/submitbutton.js"); ###DOCUMENT_CUSTOM_PHP### JText::script('view not acceptable. Error'); } } diff --git a/admin/componentbuilder.php b/admin/componentbuilder.php index bb80e9c07..11da53c5c 100644 --- a/admin/componentbuilder.php +++ b/admin/componentbuilder.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controller.php b/admin/controller.php index fea406cd0..70a0251ac 100644 --- a/admin/controller.php +++ b/admin/controller.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/admin_view.php b/admin/controllers/admin_view.php index 30301e1c0..e03e2b3b9 100644 --- a/admin/controllers/admin_view.php +++ b/admin/controllers/admin_view.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/admin_views.php b/admin/controllers/admin_views.php index cb306076d..f520c3d2d 100644 --- a/admin/controllers/admin_views.php +++ b/admin/controllers/admin_views.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/ajax.json.php b/admin/controllers/ajax.json.php index 53abc5416..7c5a0c528 100644 --- a/admin/controllers/ajax.json.php +++ b/admin/controllers/ajax.json.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/compiler.php b/admin/controllers/compiler.php index 2514a3da3..f1aa526b7 100644 --- a/admin/controllers/compiler.php +++ b/admin/controllers/compiler.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/component.php b/admin/controllers/component.php index 1efce8023..805b92075 100644 --- a/admin/controllers/component.php +++ b/admin/controllers/component.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/componentbuilder.php b/admin/controllers/componentbuilder.php index 4367a2739..28af1c6e5 100644 --- a/admin/controllers/componentbuilder.php +++ b/admin/controllers/componentbuilder.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/components.php b/admin/controllers/components.php index 42ccb83ee..e55f0895a 100644 --- a/admin/controllers/components.php +++ b/admin/controllers/components.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/custom_admin_view.php b/admin/controllers/custom_admin_view.php index 722ec883c..c90a3e759 100644 --- a/admin/controllers/custom_admin_view.php +++ b/admin/controllers/custom_admin_view.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/custom_admin_views.php b/admin/controllers/custom_admin_views.php index bd394f538..59fa1d8a5 100644 --- a/admin/controllers/custom_admin_views.php +++ b/admin/controllers/custom_admin_views.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/dynamic_get.php b/admin/controllers/dynamic_get.php index bc6800238..4fb10d91f 100644 --- a/admin/controllers/dynamic_get.php +++ b/admin/controllers/dynamic_get.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/dynamic_gets.php b/admin/controllers/dynamic_gets.php index 843d6d39a..3fa542ca5 100644 --- a/admin/controllers/dynamic_gets.php +++ b/admin/controllers/dynamic_gets.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/field.php b/admin/controllers/field.php index 0716b1c51..f84855f46 100644 --- a/admin/controllers/field.php +++ b/admin/controllers/field.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/fields.php b/admin/controllers/fields.php index 7b8f7122d..fc811f596 100644 --- a/admin/controllers/fields.php +++ b/admin/controllers/fields.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/fieldtype.php b/admin/controllers/fieldtype.php index f1077767f..efe359436 100644 --- a/admin/controllers/fieldtype.php +++ b/admin/controllers/fieldtype.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/fieldtypes.php b/admin/controllers/fieldtypes.php index 6e29a2f46..6be7e24ce 100644 --- a/admin/controllers/fieldtypes.php +++ b/admin/controllers/fieldtypes.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/help.php b/admin/controllers/help.php index 6f167b6fe..5d8822636 100644 --- a/admin/controllers/help.php +++ b/admin/controllers/help.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/help_document.php b/admin/controllers/help_document.php index 984e43870..0fb6bffba 100644 --- a/admin/controllers/help_document.php +++ b/admin/controllers/help_document.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/help_documents.php b/admin/controllers/help_documents.php index 3ed7e91d0..a139ddac7 100644 --- a/admin/controllers/help_documents.php +++ b/admin/controllers/help_documents.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/import.php b/admin/controllers/import.php index cec6551a6..1de07da56 100644 --- a/admin/controllers/import.php +++ b/admin/controllers/import.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/layout.php b/admin/controllers/layout.php index 53b11a6e4..02b6784b7 100644 --- a/admin/controllers/layout.php +++ b/admin/controllers/layout.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/layouts.php b/admin/controllers/layouts.php index 34f9ab147..021a3fd2d 100644 --- a/admin/controllers/layouts.php +++ b/admin/controllers/layouts.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/site_view.php b/admin/controllers/site_view.php index d949d4286..013ae4847 100644 --- a/admin/controllers/site_view.php +++ b/admin/controllers/site_view.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/site_views.php b/admin/controllers/site_views.php index 997435058..1a4485647 100644 --- a/admin/controllers/site_views.php +++ b/admin/controllers/site_views.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/snippet.php b/admin/controllers/snippet.php index c33647d6b..78788b6e1 100644 --- a/admin/controllers/snippet.php +++ b/admin/controllers/snippet.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/snippets.php b/admin/controllers/snippets.php index e15c4a78c..b21f0c5f8 100644 --- a/admin/controllers/snippets.php +++ b/admin/controllers/snippets.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/template.php b/admin/controllers/template.php index 6f7dd712d..993e62e94 100644 --- a/admin/controllers/template.php +++ b/admin/controllers/template.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/controllers/templates.php b/admin/controllers/templates.php index 9e1aeedf6..0852bf8da 100644 --- a/admin/controllers/templates.php +++ b/admin/controllers/templates.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/helpers/compiler/a_Get.php b/admin/helpers/compiler/a_Get.php index b57ab69e5..94d99afec 100644 --- a/admin/helpers/compiler/a_Get.php +++ b/admin/helpers/compiler/a_Get.php @@ -1076,7 +1076,7 @@ class Get } $this->lang = 'admin'; - $addArray = array('php_getitem','php_save','php_postsavehook','php_getitems','php_getlistquery','php_allowedit','php_before_delete','php_after_delete','php_batchcopy','php_batchmove'); + $addArray = array('php_getitem','php_save','php_postsavehook','php_getitems','php_getlistquery','php_allowedit','php_before_delete','php_after_delete','php_batchcopy','php_batchmove','php_document'); foreach ($addArray as $scripter) { if (isset($view->{'add_'.$scripter}) && $view->{'add_'.$scripter} == 1) @@ -1085,7 +1085,7 @@ class Get unset($view->$scripter); } } - + // add_Ajax for this view if ($view->add_php_ajax == 1) { diff --git a/admin/helpers/compiler/f_Infusion.php b/admin/helpers/compiler/f_Infusion.php index cf9b2f33d..d62d69a6b 100644 --- a/admin/helpers/compiler/f_Infusion.php +++ b/admin/helpers/compiler/f_Infusion.php @@ -255,7 +255,20 @@ class Infusion extends Interpretation // ###AJAXTOKE### <<>> $this->fileContentDynamic[$viewName_single]['###AJAXTOKE###'] = $this->setAjaxToke($viewName_single); - + + if (isset($this->customScriptBuilder['php_document'][$viewName_single]) && ComponentbuilderHelper::checkString($this->customScriptBuilder['php_document'][$viewName_single])) + { + // ###DOCUMENT_CUSTOM_PHP### <<>> + $this->fileContentDynamic[$viewName_single]['###DOCUMENT_CUSTOM_PHP###'] + = str_replace(array_keys($this->placeholders),array_values($this->placeholders),$this->customScriptBuilder['php_document'][$viewName_single]); + // clear some memory + unset($this->customScriptBuilder['php_document'][$viewName_single]); + } + else + { + $this->fileContentDynamic[$viewName_single]['###DOCUMENT_CUSTOM_PHP###'] = ''; + } + // ###LINKEDVIEWTABLESCRIPTS### <<>> $this->fileContentDynamic[$viewName_single]['###LINKEDVIEWTABLESCRIPTS###'] = ''; diff --git a/admin/helpers/componentbuilder.php b/admin/helpers/componentbuilder.php index 5a8d0f684..ba89727ec 100644 --- a/admin/helpers/componentbuilder.php +++ b/admin/helpers/componentbuilder.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/helpers/html/batch_.php b/admin/helpers/html/batch_.php index 903d945b3..b5b1e5a63 100644 --- a/admin/helpers/html/batch_.php +++ b/admin/helpers/html/batch_.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/helpers/indenter.php b/admin/helpers/indenter.php index 2f01cf8b2..5453a260f 100644 --- a/admin/helpers/indenter.php +++ b/admin/helpers/indenter.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/helpers/js.php b/admin/helpers/js.php index 63191ba93..da1f5b3c5 100644 --- a/admin/helpers/js.php +++ b/admin/helpers/js.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/helpers/minify.php b/admin/helpers/minify.php index d28531bf9..f3ff700ec 100644 --- a/admin/helpers/minify.php +++ b/admin/helpers/minify.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/language/en-GB/en-GB.com_componentbuilder.ini b/admin/language/en-GB/en-GB.com_componentbuilder.ini index b9b8f53d8..dc5ef2f65 100644 --- a/admin/language/en-GB/en-GB.com_componentbuilder.ini +++ b/admin/language/en-GB/en-GB.com_componentbuilder.ini @@ -92,6 +92,8 @@ COM_COMPONENTBUILDER_ADMIN_VIEW_ADD_PHP_BATCHMOVE="Add Php Batchmove" COM_COMPONENTBUILDER_ADMIN_VIEW_ADD_PHP_BATCHMOVE_LABEL="Add PHP (batchMove Method)" COM_COMPONENTBUILDER_ADMIN_VIEW_ADD_PHP_BEFORE_DELETE="Add Php Before Delete" COM_COMPONENTBUILDER_ADMIN_VIEW_ADD_PHP_BEFORE_DELETE_LABEL="Add PHP (script - before delete)" +COM_COMPONENTBUILDER_ADMIN_VIEW_ADD_PHP_DOCUMENT="Add Php Document" +COM_COMPONENTBUILDER_ADMIN_VIEW_ADD_PHP_DOCUMENT_LABEL="Add PHP (custom document script)" COM_COMPONENTBUILDER_ADMIN_VIEW_ADD_PHP_GETITEM="Add Php Getitem" COM_COMPONENTBUILDER_ADMIN_VIEW_ADD_PHP_GETITEMS="Add Php Getitems" COM_COMPONENTBUILDER_ADMIN_VIEW_ADD_PHP_GETITEMS_LABEL="Add PHP (getItems Method)" @@ -284,6 +286,10 @@ COM_COMPONENTBUILDER_ADMIN_VIEW_PHP_BEFORE_DELETE="Php Before Delete" COM_COMPONENTBUILDER_ADMIN_VIEW_PHP_BEFORE_DELETE_DESCRIPTION="Add your PHP here! [Do not add the php tags]" COM_COMPONENTBUILDER_ADMIN_VIEW_PHP_BEFORE_DELETE_HINT="// PHP Here that should run in the delete Method before items are deleted. Array $pks is an array of record primary keys." COM_COMPONENTBUILDER_ADMIN_VIEW_PHP_BEFORE_DELETE_LABEL="PHP" +COM_COMPONENTBUILDER_ADMIN_VIEW_PHP_DOCUMENT="Php Document" +COM_COMPONENTBUILDER_ADMIN_VIEW_PHP_DOCUMENT_DESCRIPTION="PHP script to the document method." +COM_COMPONENTBUILDER_ADMIN_VIEW_PHP_DOCUMENT_HINT="// add custom PHP script to the document method." +COM_COMPONENTBUILDER_ADMIN_VIEW_PHP_DOCUMENT_LABEL="Custom Script (Document)" COM_COMPONENTBUILDER_ADMIN_VIEW_PHP_GETITEM="Php Getitem" COM_COMPONENTBUILDER_ADMIN_VIEW_PHP_GETITEMS="Php Getitems" COM_COMPONENTBUILDER_ADMIN_VIEW_PHP_GETITEMS_DESCRIPTION="Add your PHP here! [Do not add the php tags]" diff --git a/admin/layouts/admin_view/css_fullwidth.php b/admin/layouts/admin_view/css_fullwidth.php index e434b3877..f986a273a 100644 --- a/admin/layouts/admin_view/css_fullwidth.php +++ b/admin/layouts/admin_view/css_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/fields_fullwidth.php b/admin/layouts/admin_view/fields_fullwidth.php index 175833946..73abdca17 100644 --- a/admin/layouts/admin_view/fields_fullwidth.php +++ b/admin/layouts/admin_view/fields_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder @@ -29,7 +29,7 @@ defined('_JEXEC') or die('Restricted access'); // set the defaults -$items = $displayData->vwzfields; +$items = $displayData->vxafields; $user = JFactory::getUser(); $id = $displayData->item->id; $edit = "index.php?option=com_componentbuilder&view=fields&task=field.edit"; diff --git a/admin/layouts/admin_view/javascript_fullwidth.php b/admin/layouts/admin_view/javascript_fullwidth.php index 86e42c40a..383fc4b00 100644 --- a/admin/layouts/admin_view/javascript_fullwidth.php +++ b/admin/layouts/admin_view/javascript_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/mysql_fullwidth.php b/admin/layouts/admin_view/mysql_fullwidth.php index 725c9e9d8..382a2fd65 100644 --- a/admin/layouts/admin_view/mysql_fullwidth.php +++ b/admin/layouts/admin_view/mysql_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/mysql_left.php b/admin/layouts/admin_view/mysql_left.php index 9796fad7d..7753fa74f 100644 --- a/admin/layouts/admin_view/mysql_left.php +++ b/admin/layouts/admin_view/mysql_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/php_fullwidth.php b/admin/layouts/admin_view/php_fullwidth.php index 88cccc780..709bab3db 100644 --- a/admin/layouts/admin_view/php_fullwidth.php +++ b/admin/layouts/admin_view/php_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder @@ -53,7 +53,9 @@ $fields = $displayData->get('fields') ?: array( 'add_php_before_delete', 'php_before_delete', 'add_php_after_delete', - 'php_after_delete' + 'php_after_delete', + 'add_php_document', + 'php_document' ); ?> diff --git a/admin/layouts/admin_view/publishing.php b/admin/layouts/admin_view/publishing.php index 2ee3b077c..153494ff3 100644 --- a/admin/layouts/admin_view/publishing.php +++ b/admin/layouts/admin_view/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/publlshing.php b/admin/layouts/admin_view/publlshing.php index 438582c9a..67db1dfd8 100644 --- a/admin/layouts/admin_view/publlshing.php +++ b/admin/layouts/admin_view/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/settings_above.php b/admin/layouts/admin_view/settings_above.php index 2e09bd394..8a48897e5 100644 --- a/admin/layouts/admin_view/settings_above.php +++ b/admin/layouts/admin_view/settings_above.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/settings_left.php b/admin/layouts/admin_view/settings_left.php index 028dfb4c8..c0b04aaab 100644 --- a/admin/layouts/admin_view/settings_left.php +++ b/admin/layouts/admin_view/settings_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/settings_right.php b/admin/layouts/admin_view/settings_right.php index afca2ecdb..248adf892 100644 --- a/admin/layouts/admin_view/settings_right.php +++ b/admin/layouts/admin_view/settings_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/admin_view/settings_under.php b/admin/layouts/admin_view/settings_under.php index 66202b7e1..975b9d5fa 100644 --- a/admin/layouts/admin_view/settings_under.php +++ b/admin/layouts/admin_view/settings_under.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/batchselection.php b/admin/layouts/batchselection.php index 9cb2e5b1c..6b97fd1f8 100644 --- a/admin/layouts/batchselection.php +++ b/admin/layouts/batchselection.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/admin_views_fullwidth.php b/admin/layouts/component/admin_views_fullwidth.php index a30c5388b..135d2c848 100644 --- a/admin/layouts/component/admin_views_fullwidth.php +++ b/admin/layouts/component/admin_views_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/details_above.php b/admin/layouts/component/details_above.php index 27d774b86..051eb5e95 100644 --- a/admin/layouts/component/details_above.php +++ b/admin/layouts/component/details_above.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/details_left.php b/admin/layouts/component/details_left.php index eea9e69ed..66d12033e 100644 --- a/admin/layouts/component/details_left.php +++ b/admin/layouts/component/details_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/details_right.php b/admin/layouts/component/details_right.php index fb33f61e0..3dd854e34 100644 --- a/admin/layouts/component/details_right.php +++ b/admin/layouts/component/details_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/details_under.php b/admin/layouts/component/details_under.php index f22945d67..25e5f933b 100644 --- a/admin/layouts/component/details_under.php +++ b/admin/layouts/component/details_under.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/ftp_servers_fullwidth.php b/admin/layouts/component/ftp_servers_fullwidth.php index cb9e09c47..c774a4114 100644 --- a/admin/layouts/component/ftp_servers_fullwidth.php +++ b/admin/layouts/component/ftp_servers_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/publishing.php b/admin/layouts/component/publishing.php index 2ee3b077c..153494ff3 100644 --- a/admin/layouts/component/publishing.php +++ b/admin/layouts/component/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/publlshing.php b/admin/layouts/component/publlshing.php index 438582c9a..67db1dfd8 100644 --- a/admin/layouts/component/publlshing.php +++ b/admin/layouts/component/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/readme_left.php b/admin/layouts/component/readme_left.php index f777b2acd..a91cf76b7 100644 --- a/admin/layouts/component/readme_left.php +++ b/admin/layouts/component/readme_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/readme_right.php b/admin/layouts/component/readme_right.php index 2b0ca399d..f1f5e61b1 100644 --- a/admin/layouts/component/readme_right.php +++ b/admin/layouts/component/readme_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/scripts_fullwidth.php b/admin/layouts/component/scripts_fullwidth.php index 70190ef1d..dd6a9b046 100644 --- a/admin/layouts/component/scripts_fullwidth.php +++ b/admin/layouts/component/scripts_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/settings_left.php b/admin/layouts/component/settings_left.php index ff15ac669..9fa3b3e9b 100644 --- a/admin/layouts/component/settings_left.php +++ b/admin/layouts/component/settings_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/settings_right.php b/admin/layouts/component/settings_right.php index 2fa17d688..315a93f6c 100644 --- a/admin/layouts/component/settings_right.php +++ b/admin/layouts/component/settings_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/component/site_views_fullwidth.php b/admin/layouts/component/site_views_fullwidth.php index b219b293a..ce94e5beb 100644 --- a/admin/layouts/component/site_views_fullwidth.php +++ b/admin/layouts/component/site_views_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/custom_buttons_fullwidth.php b/admin/layouts/custom_admin_view/custom_buttons_fullwidth.php index cac930333..7055ef054 100644 --- a/admin/layouts/custom_admin_view/custom_buttons_fullwidth.php +++ b/admin/layouts/custom_admin_view/custom_buttons_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/custom_buttons_left.php b/admin/layouts/custom_admin_view/custom_buttons_left.php index a69e0b326..94336f0b7 100644 --- a/admin/layouts/custom_admin_view/custom_buttons_left.php +++ b/admin/layouts/custom_admin_view/custom_buttons_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/custom_script_fullwidth.php b/admin/layouts/custom_admin_view/custom_script_fullwidth.php index dc0aa1f30..c372b7b14 100644 --- a/admin/layouts/custom_admin_view/custom_script_fullwidth.php +++ b/admin/layouts/custom_admin_view/custom_script_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/details_above.php b/admin/layouts/custom_admin_view/details_above.php index 27d774b86..051eb5e95 100644 --- a/admin/layouts/custom_admin_view/details_above.php +++ b/admin/layouts/custom_admin_view/details_above.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/details_fullwidth.php b/admin/layouts/custom_admin_view/details_fullwidth.php index 37153699a..9149c2f11 100644 --- a/admin/layouts/custom_admin_view/details_fullwidth.php +++ b/admin/layouts/custom_admin_view/details_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/details_left.php b/admin/layouts/custom_admin_view/details_left.php index a190b75a6..6b6c60a54 100644 --- a/admin/layouts/custom_admin_view/details_left.php +++ b/admin/layouts/custom_admin_view/details_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/details_right.php b/admin/layouts/custom_admin_view/details_right.php index 536df3e28..8854ffd44 100644 --- a/admin/layouts/custom_admin_view/details_right.php +++ b/admin/layouts/custom_admin_view/details_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/details_rightside.php b/admin/layouts/custom_admin_view/details_rightside.php index 289397c5d..8fc629330 100644 --- a/admin/layouts/custom_admin_view/details_rightside.php +++ b/admin/layouts/custom_admin_view/details_rightside.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/details_under.php b/admin/layouts/custom_admin_view/details_under.php index f22945d67..25e5f933b 100644 --- a/admin/layouts/custom_admin_view/details_under.php +++ b/admin/layouts/custom_admin_view/details_under.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/publishing.php b/admin/layouts/custom_admin_view/publishing.php index 2ee3b077c..153494ff3 100644 --- a/admin/layouts/custom_admin_view/publishing.php +++ b/admin/layouts/custom_admin_view/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/custom_admin_view/publlshing.php b/admin/layouts/custom_admin_view/publlshing.php index 438582c9a..67db1dfd8 100644 --- a/admin/layouts/custom_admin_view/publlshing.php +++ b/admin/layouts/custom_admin_view/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/dynamic_get/abacus_fullwidth.php b/admin/layouts/dynamic_get/abacus_fullwidth.php index fa6bea2f3..6e72c5381 100644 --- a/admin/layouts/dynamic_get/abacus_fullwidth.php +++ b/admin/layouts/dynamic_get/abacus_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/dynamic_get/abacus_left.php b/admin/layouts/dynamic_get/abacus_left.php index c2d4bb761..f2917448b 100644 --- a/admin/layouts/dynamic_get/abacus_left.php +++ b/admin/layouts/dynamic_get/abacus_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/dynamic_get/custom_script_fullwidth.php b/admin/layouts/dynamic_get/custom_script_fullwidth.php index 9436274c0..aca1d36ff 100644 --- a/admin/layouts/dynamic_get/custom_script_fullwidth.php +++ b/admin/layouts/dynamic_get/custom_script_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/dynamic_get/gettable_above.php b/admin/layouts/dynamic_get/gettable_above.php index 7c9a2ca22..6b4c5196a 100644 --- a/admin/layouts/dynamic_get/gettable_above.php +++ b/admin/layouts/dynamic_get/gettable_above.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/dynamic_get/gettable_fullwidth.php b/admin/layouts/dynamic_get/gettable_fullwidth.php index 2bf1361fe..0566784d1 100644 --- a/admin/layouts/dynamic_get/gettable_fullwidth.php +++ b/admin/layouts/dynamic_get/gettable_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/dynamic_get/gettable_left.php b/admin/layouts/dynamic_get/gettable_left.php index bc224e7d5..b139dc07f 100644 --- a/admin/layouts/dynamic_get/gettable_left.php +++ b/admin/layouts/dynamic_get/gettable_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/dynamic_get/gettable_right.php b/admin/layouts/dynamic_get/gettable_right.php index a990a05c5..067ff86a8 100644 --- a/admin/layouts/dynamic_get/gettable_right.php +++ b/admin/layouts/dynamic_get/gettable_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/dynamic_get/gettable_under.php b/admin/layouts/dynamic_get/gettable_under.php index a2ea3ee9d..87292d0fc 100644 --- a/admin/layouts/dynamic_get/gettable_under.php +++ b/admin/layouts/dynamic_get/gettable_under.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/dynamic_get/publishing.php b/admin/layouts/dynamic_get/publishing.php index 2ee3b077c..153494ff3 100644 --- a/admin/layouts/dynamic_get/publishing.php +++ b/admin/layouts/dynamic_get/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/dynamic_get/publlshing.php b/admin/layouts/dynamic_get/publlshing.php index 438582c9a..67db1dfd8 100644 --- a/admin/layouts/dynamic_get/publlshing.php +++ b/admin/layouts/dynamic_get/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/field/details_fullwidth.php b/admin/layouts/field/details_fullwidth.php index d0cea58ad..3729ed1b0 100644 --- a/admin/layouts/field/details_fullwidth.php +++ b/admin/layouts/field/details_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/field/details_left.php b/admin/layouts/field/details_left.php index f0bd99da2..d2c8f6498 100644 --- a/admin/layouts/field/details_left.php +++ b/admin/layouts/field/details_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/field/details_right.php b/admin/layouts/field/details_right.php index a28b17305..2e3d06193 100644 --- a/admin/layouts/field/details_right.php +++ b/admin/layouts/field/details_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/field/details_under.php b/admin/layouts/field/details_under.php index f22945d67..25e5f933b 100644 --- a/admin/layouts/field/details_under.php +++ b/admin/layouts/field/details_under.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/field/publishing.php b/admin/layouts/field/publishing.php index 2ee3b077c..153494ff3 100644 --- a/admin/layouts/field/publishing.php +++ b/admin/layouts/field/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/field/publlshing.php b/admin/layouts/field/publlshing.php index 438582c9a..67db1dfd8 100644 --- a/admin/layouts/field/publlshing.php +++ b/admin/layouts/field/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/field/scripts_left.php b/admin/layouts/field/scripts_left.php index 8f3570b6c..be18b5177 100644 --- a/admin/layouts/field/scripts_left.php +++ b/admin/layouts/field/scripts_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/field/scripts_right.php b/admin/layouts/field/scripts_right.php index b8deca944..ddc8bd196 100644 --- a/admin/layouts/field/scripts_right.php +++ b/admin/layouts/field/scripts_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/fieldtype/details_left.php b/admin/layouts/fieldtype/details_left.php index 3dd4f65a1..3e8f460e9 100644 --- a/admin/layouts/fieldtype/details_left.php +++ b/admin/layouts/fieldtype/details_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/fieldtype/details_right.php b/admin/layouts/fieldtype/details_right.php index d6bc4d538..01c19c99a 100644 --- a/admin/layouts/fieldtype/details_right.php +++ b/admin/layouts/fieldtype/details_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/fieldtype/fields_fullwidth.php b/admin/layouts/fieldtype/fields_fullwidth.php index d5ca5a475..a7c7f6672 100644 --- a/admin/layouts/fieldtype/fields_fullwidth.php +++ b/admin/layouts/fieldtype/fields_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder @@ -29,7 +29,7 @@ defined('_JEXEC') or die('Restricted access'); // set the defaults -$items = $displayData->vyufields; +$items = $displayData->vyvfields; $user = JFactory::getUser(); $id = $displayData->item->id; $edit = "index.php?option=com_componentbuilder&view=fields&task=field.edit"; diff --git a/admin/layouts/fieldtype/publishing.php b/admin/layouts/fieldtype/publishing.php index 2ee3b077c..153494ff3 100644 --- a/admin/layouts/fieldtype/publishing.php +++ b/admin/layouts/fieldtype/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/fieldtype/publlshing.php b/admin/layouts/fieldtype/publlshing.php index 438582c9a..67db1dfd8 100644 --- a/admin/layouts/fieldtype/publlshing.php +++ b/admin/layouts/fieldtype/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/help_document/details_above.php b/admin/layouts/help_document/details_above.php index 5d564a389..b835e94e8 100644 --- a/admin/layouts/help_document/details_above.php +++ b/admin/layouts/help_document/details_above.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/help_document/details_fullwidth.php b/admin/layouts/help_document/details_fullwidth.php index e8a200854..e5d373f54 100644 --- a/admin/layouts/help_document/details_fullwidth.php +++ b/admin/layouts/help_document/details_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/help_document/details_left.php b/admin/layouts/help_document/details_left.php index 079382073..e8fe4bade 100644 --- a/admin/layouts/help_document/details_left.php +++ b/admin/layouts/help_document/details_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/help_document/details_right.php b/admin/layouts/help_document/details_right.php index 5b5b8e9e5..1a97d61af 100644 --- a/admin/layouts/help_document/details_right.php +++ b/admin/layouts/help_document/details_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/help_document/details_under.php b/admin/layouts/help_document/details_under.php index f22945d67..25e5f933b 100644 --- a/admin/layouts/help_document/details_under.php +++ b/admin/layouts/help_document/details_under.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/help_document/publishing.php b/admin/layouts/help_document/publishing.php index 2ee3b077c..153494ff3 100644 --- a/admin/layouts/help_document/publishing.php +++ b/admin/layouts/help_document/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/help_document/publlshing.php b/admin/layouts/help_document/publlshing.php index ee9f418a2..0538f7833 100644 --- a/admin/layouts/help_document/publlshing.php +++ b/admin/layouts/help_document/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/layout/custom_script_fullwidth.php b/admin/layouts/layout/custom_script_fullwidth.php index b748fa0a7..2e43c1526 100644 --- a/admin/layouts/layout/custom_script_fullwidth.php +++ b/admin/layouts/layout/custom_script_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/layout/details_fullwidth.php b/admin/layouts/layout/details_fullwidth.php index a64c1f13e..073b47b89 100644 --- a/admin/layouts/layout/details_fullwidth.php +++ b/admin/layouts/layout/details_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/layout/details_left.php b/admin/layouts/layout/details_left.php index a190b75a6..6b6c60a54 100644 --- a/admin/layouts/layout/details_left.php +++ b/admin/layouts/layout/details_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/layout/details_right.php b/admin/layouts/layout/details_right.php index 536df3e28..8854ffd44 100644 --- a/admin/layouts/layout/details_right.php +++ b/admin/layouts/layout/details_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/layout/details_rightside.php b/admin/layouts/layout/details_rightside.php index 70ca726b7..f085dd930 100644 --- a/admin/layouts/layout/details_rightside.php +++ b/admin/layouts/layout/details_rightside.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/layout/details_under.php b/admin/layouts/layout/details_under.php index f22945d67..25e5f933b 100644 --- a/admin/layouts/layout/details_under.php +++ b/admin/layouts/layout/details_under.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/layout/publishing.php b/admin/layouts/layout/publishing.php index 2ee3b077c..153494ff3 100644 --- a/admin/layouts/layout/publishing.php +++ b/admin/layouts/layout/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/layout/publlshing.php b/admin/layouts/layout/publlshing.php index 438582c9a..67db1dfd8 100644 --- a/admin/layouts/layout/publlshing.php +++ b/admin/layouts/layout/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/custom_buttons_fullwidth.php b/admin/layouts/site_view/custom_buttons_fullwidth.php index 32523e9fc..e310b4cd4 100644 --- a/admin/layouts/site_view/custom_buttons_fullwidth.php +++ b/admin/layouts/site_view/custom_buttons_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/details_above.php b/admin/layouts/site_view/details_above.php index 27d774b86..051eb5e95 100644 --- a/admin/layouts/site_view/details_above.php +++ b/admin/layouts/site_view/details_above.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/details_fullwidth.php b/admin/layouts/site_view/details_fullwidth.php index 37153699a..9149c2f11 100644 --- a/admin/layouts/site_view/details_fullwidth.php +++ b/admin/layouts/site_view/details_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/details_left.php b/admin/layouts/site_view/details_left.php index a190b75a6..6b6c60a54 100644 --- a/admin/layouts/site_view/details_left.php +++ b/admin/layouts/site_view/details_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/details_right.php b/admin/layouts/site_view/details_right.php index 536df3e28..8854ffd44 100644 --- a/admin/layouts/site_view/details_right.php +++ b/admin/layouts/site_view/details_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/details_rightside.php b/admin/layouts/site_view/details_rightside.php index 289397c5d..8fc629330 100644 --- a/admin/layouts/site_view/details_rightside.php +++ b/admin/layouts/site_view/details_rightside.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/details_under.php b/admin/layouts/site_view/details_under.php index f22945d67..25e5f933b 100644 --- a/admin/layouts/site_view/details_under.php +++ b/admin/layouts/site_view/details_under.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/javascript_css_fullwidth.php b/admin/layouts/site_view/javascript_css_fullwidth.php index e07794c62..d667dbf7f 100644 --- a/admin/layouts/site_view/javascript_css_fullwidth.php +++ b/admin/layouts/site_view/javascript_css_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/php_fullwidth.php b/admin/layouts/site_view/php_fullwidth.php index 59ded7907..5e4740789 100644 --- a/admin/layouts/site_view/php_fullwidth.php +++ b/admin/layouts/site_view/php_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/publishing.php b/admin/layouts/site_view/publishing.php index 2ee3b077c..153494ff3 100644 --- a/admin/layouts/site_view/publishing.php +++ b/admin/layouts/site_view/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/site_view/publlshing.php b/admin/layouts/site_view/publlshing.php index 438582c9a..67db1dfd8 100644 --- a/admin/layouts/site_view/publlshing.php +++ b/admin/layouts/site_view/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/snippet/details_above.php b/admin/layouts/snippet/details_above.php index 1356ef523..8297c92db 100644 --- a/admin/layouts/snippet/details_above.php +++ b/admin/layouts/snippet/details_above.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/snippet/details_left.php b/admin/layouts/snippet/details_left.php index b260918f4..458a45256 100644 --- a/admin/layouts/snippet/details_left.php +++ b/admin/layouts/snippet/details_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/snippet/details_right.php b/admin/layouts/snippet/details_right.php index 5b8884973..a49c7ddd4 100644 --- a/admin/layouts/snippet/details_right.php +++ b/admin/layouts/snippet/details_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/snippet/publishing.php b/admin/layouts/snippet/publishing.php index 2ee3b077c..153494ff3 100644 --- a/admin/layouts/snippet/publishing.php +++ b/admin/layouts/snippet/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/snippet/publlshing.php b/admin/layouts/snippet/publlshing.php index 438582c9a..67db1dfd8 100644 --- a/admin/layouts/snippet/publlshing.php +++ b/admin/layouts/snippet/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/template/custom_script_fullwidth.php b/admin/layouts/template/custom_script_fullwidth.php index b748fa0a7..2e43c1526 100644 --- a/admin/layouts/template/custom_script_fullwidth.php +++ b/admin/layouts/template/custom_script_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/template/details_fullwidth.php b/admin/layouts/template/details_fullwidth.php index dfb20f5bb..5b6728d1e 100644 --- a/admin/layouts/template/details_fullwidth.php +++ b/admin/layouts/template/details_fullwidth.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/template/details_left.php b/admin/layouts/template/details_left.php index a190b75a6..6b6c60a54 100644 --- a/admin/layouts/template/details_left.php +++ b/admin/layouts/template/details_left.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/template/details_right.php b/admin/layouts/template/details_right.php index 536df3e28..8854ffd44 100644 --- a/admin/layouts/template/details_right.php +++ b/admin/layouts/template/details_right.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/template/details_rightside.php b/admin/layouts/template/details_rightside.php index 70ca726b7..f085dd930 100644 --- a/admin/layouts/template/details_rightside.php +++ b/admin/layouts/template/details_rightside.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/template/details_under.php b/admin/layouts/template/details_under.php index f22945d67..25e5f933b 100644 --- a/admin/layouts/template/details_under.php +++ b/admin/layouts/template/details_under.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/template/publishing.php b/admin/layouts/template/publishing.php index 2ee3b077c..153494ff3 100644 --- a/admin/layouts/template/publishing.php +++ b/admin/layouts/template/publishing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/layouts/template/publlshing.php b/admin/layouts/template/publlshing.php index 438582c9a..67db1dfd8 100644 --- a/admin/layouts/template/publlshing.php +++ b/admin/layouts/template/publlshing.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/admin_view.php b/admin/models/admin_view.php index aae2c333a..3e6af9a08 100644 --- a/admin/models/admin_view.php +++ b/admin/models/admin_view.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder @@ -96,34 +96,10 @@ class ComponentbuilderModelAdmin_view extends JModelAdmin $item->metadata = $registry->toArray(); } - if (!empty($item->php_getitem)) + if (!empty($item->php_allowedit)) { - // base64 Decode php_getitem. - $item->php_getitem = base64_decode($item->php_getitem); - } - - if (!empty($item->php_before_delete)) - { - // base64 Decode php_before_delete. - $item->php_before_delete = base64_decode($item->php_before_delete); - } - - if (!empty($item->php_postsavehook)) - { - // base64 Decode php_postsavehook. - $item->php_postsavehook = base64_decode($item->php_postsavehook); - } - - if (!empty($item->php_getlistquery)) - { - // base64 Decode php_getlistquery. - $item->php_getlistquery = base64_decode($item->php_getlistquery); - } - - if (!empty($item->php_batchcopy)) - { - // base64 Decode php_batchcopy. - $item->php_batchcopy = base64_decode($item->php_batchcopy); + // base64 Decode php_allowedit. + $item->php_allowedit = base64_decode($item->php_allowedit); } if (!empty($item->php_getitems)) @@ -132,28 +108,58 @@ class ComponentbuilderModelAdmin_view extends JModelAdmin $item->php_getitems = base64_decode($item->php_getitems); } + if (!empty($item->php_after_delete)) + { + // base64 Decode php_after_delete. + $item->php_after_delete = base64_decode($item->php_after_delete); + } + if (!empty($item->php_save)) { // base64 Decode php_save. $item->php_save = base64_decode($item->php_save); } - if (!empty($item->php_allowedit)) - { - // base64 Decode php_allowedit. - $item->php_allowedit = base64_decode($item->php_allowedit); - } - if (!empty($item->php_batchmove)) { // base64 Decode php_batchmove. $item->php_batchmove = base64_decode($item->php_batchmove); } - if (!empty($item->php_after_delete)) + if (!empty($item->php_getitem)) { - // base64 Decode php_after_delete. - $item->php_after_delete = base64_decode($item->php_after_delete); + // base64 Decode php_getitem. + $item->php_getitem = base64_decode($item->php_getitem); + } + + if (!empty($item->php_getlistquery)) + { + // base64 Decode php_getlistquery. + $item->php_getlistquery = base64_decode($item->php_getlistquery); + } + + if (!empty($item->php_postsavehook)) + { + // base64 Decode php_postsavehook. + $item->php_postsavehook = base64_decode($item->php_postsavehook); + } + + if (!empty($item->php_batchcopy)) + { + // base64 Decode php_batchcopy. + $item->php_batchcopy = base64_decode($item->php_batchcopy); + } + + if (!empty($item->php_before_delete)) + { + // base64 Decode php_before_delete. + $item->php_before_delete = base64_decode($item->php_before_delete); + } + + if (!empty($item->php_document)) + { + // base64 Decode php_document. + $item->php_document = base64_decode($item->php_document); } if (!empty($item->sql)) @@ -162,12 +168,6 @@ class ComponentbuilderModelAdmin_view extends JModelAdmin $item->sql = base64_decode($item->sql); } - if (!empty($item->javascript_views_footer)) - { - // base64 Decode javascript_views_footer. - $item->javascript_views_footer = base64_decode($item->javascript_views_footer); - } - if (!empty($item->php_ajaxmethod)) { // base64 Decode php_ajaxmethod. @@ -202,6 +202,12 @@ class ComponentbuilderModelAdmin_view extends JModelAdmin { // base64 Decode javascript_views_file. $item->javascript_views_file = base64_decode($item->javascript_views_file); + } + + if (!empty($item->javascript_views_footer)) + { + // base64 Decode javascript_views_footer. + $item->javascript_views_footer = base64_decode($item->javascript_views_footer); } if (!empty($item->id)) @@ -220,7 +226,7 @@ class ComponentbuilderModelAdmin_view extends JModelAdmin * * @return mixed An array of data items on success, false on failure. */ - public function getVwzfields() + public function getVxafields() { // Get the user object. $user = JFactory::getUser(); @@ -289,13 +295,13 @@ class ComponentbuilderModelAdmin_view extends JModelAdmin foreach ($items as $nr => &$item) { // convert datatype - $item->datatype = $this->selectionTranslationVwzfields($item->datatype, 'datatype'); + $item->datatype = $this->selectionTranslationVxafields($item->datatype, 'datatype'); // convert indexes - $item->indexes = $this->selectionTranslationVwzfields($item->indexes, 'indexes'); + $item->indexes = $this->selectionTranslationVxafields($item->indexes, 'indexes'); // convert null_switch - $item->null_switch = $this->selectionTranslationVwzfields($item->null_switch, 'null_switch'); + $item->null_switch = $this->selectionTranslationVxafields($item->null_switch, 'null_switch'); // convert store - $item->store = $this->selectionTranslationVwzfields($item->store, 'store'); + $item->store = $this->selectionTranslationVxafields($item->store, 'store'); } } @@ -330,7 +336,7 @@ class ComponentbuilderModelAdmin_view extends JModelAdmin * * @return translatable string */ - public function selectionTranslationVwzfields($value,$name) + public function selectionTranslationVxafields($value,$name) { // Array of datatype language strings if ($name == 'datatype') @@ -1092,34 +1098,10 @@ class ComponentbuilderModelAdmin_view extends JModelAdmin $data['metadata'] = (string) $metadata; } - // Set the php_getitem string to base64 string. - if (isset($data['php_getitem'])) + // Set the php_allowedit string to base64 string. + if (isset($data['php_allowedit'])) { - $data['php_getitem'] = base64_encode($data['php_getitem']); - } - - // Set the php_before_delete string to base64 string. - if (isset($data['php_before_delete'])) - { - $data['php_before_delete'] = base64_encode($data['php_before_delete']); - } - - // Set the php_postsavehook string to base64 string. - if (isset($data['php_postsavehook'])) - { - $data['php_postsavehook'] = base64_encode($data['php_postsavehook']); - } - - // Set the php_getlistquery string to base64 string. - if (isset($data['php_getlistquery'])) - { - $data['php_getlistquery'] = base64_encode($data['php_getlistquery']); - } - - // Set the php_batchcopy string to base64 string. - if (isset($data['php_batchcopy'])) - { - $data['php_batchcopy'] = base64_encode($data['php_batchcopy']); + $data['php_allowedit'] = base64_encode($data['php_allowedit']); } // Set the php_getitems string to base64 string. @@ -1128,28 +1110,58 @@ class ComponentbuilderModelAdmin_view extends JModelAdmin $data['php_getitems'] = base64_encode($data['php_getitems']); } + // Set the php_after_delete string to base64 string. + if (isset($data['php_after_delete'])) + { + $data['php_after_delete'] = base64_encode($data['php_after_delete']); + } + // Set the php_save string to base64 string. if (isset($data['php_save'])) { $data['php_save'] = base64_encode($data['php_save']); } - // Set the php_allowedit string to base64 string. - if (isset($data['php_allowedit'])) - { - $data['php_allowedit'] = base64_encode($data['php_allowedit']); - } - // Set the php_batchmove string to base64 string. if (isset($data['php_batchmove'])) { $data['php_batchmove'] = base64_encode($data['php_batchmove']); } - // Set the php_after_delete string to base64 string. - if (isset($data['php_after_delete'])) + // Set the php_getitem string to base64 string. + if (isset($data['php_getitem'])) { - $data['php_after_delete'] = base64_encode($data['php_after_delete']); + $data['php_getitem'] = base64_encode($data['php_getitem']); + } + + // Set the php_getlistquery string to base64 string. + if (isset($data['php_getlistquery'])) + { + $data['php_getlistquery'] = base64_encode($data['php_getlistquery']); + } + + // Set the php_postsavehook string to base64 string. + if (isset($data['php_postsavehook'])) + { + $data['php_postsavehook'] = base64_encode($data['php_postsavehook']); + } + + // Set the php_batchcopy string to base64 string. + if (isset($data['php_batchcopy'])) + { + $data['php_batchcopy'] = base64_encode($data['php_batchcopy']); + } + + // Set the php_before_delete string to base64 string. + if (isset($data['php_before_delete'])) + { + $data['php_before_delete'] = base64_encode($data['php_before_delete']); + } + + // Set the php_document string to base64 string. + if (isset($data['php_document'])) + { + $data['php_document'] = base64_encode($data['php_document']); } // Set the sql string to base64 string. @@ -1158,12 +1170,6 @@ class ComponentbuilderModelAdmin_view extends JModelAdmin $data['sql'] = base64_encode($data['sql']); } - // Set the javascript_views_footer string to base64 string. - if (isset($data['javascript_views_footer'])) - { - $data['javascript_views_footer'] = base64_encode($data['javascript_views_footer']); - } - // Set the php_ajaxmethod string to base64 string. if (isset($data['php_ajaxmethod'])) { @@ -1198,6 +1204,12 @@ class ComponentbuilderModelAdmin_view extends JModelAdmin if (isset($data['javascript_views_file'])) { $data['javascript_views_file'] = base64_encode($data['javascript_views_file']); + } + + // Set the javascript_views_footer string to base64 string. + if (isset($data['javascript_views_footer'])) + { + $data['javascript_views_footer'] = base64_encode($data['javascript_views_footer']); } // Set the Params Items to data diff --git a/admin/models/admin_views.php b/admin/models/admin_views.php index 095b77c30..f9780e938 100644 --- a/admin/models/admin_views.php +++ b/admin/models/admin_views.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder @@ -261,30 +261,30 @@ class ComponentbuilderModelAdmin_views extends JModelList continue; } - // decode php_getitem - $item->php_getitem = base64_decode($item->php_getitem); - // decode php_before_delete - $item->php_before_delete = base64_decode($item->php_before_delete); - // decode php_postsavehook - $item->php_postsavehook = base64_decode($item->php_postsavehook); - // decode php_getlistquery - $item->php_getlistquery = base64_decode($item->php_getlistquery); - // decode php_batchcopy - $item->php_batchcopy = base64_decode($item->php_batchcopy); - // decode php_getitems - $item->php_getitems = base64_decode($item->php_getitems); - // decode php_save - $item->php_save = base64_decode($item->php_save); // decode php_allowedit $item->php_allowedit = base64_decode($item->php_allowedit); - // decode php_batchmove - $item->php_batchmove = base64_decode($item->php_batchmove); + // decode php_getitems + $item->php_getitems = base64_decode($item->php_getitems); // decode php_after_delete $item->php_after_delete = base64_decode($item->php_after_delete); + // decode php_save + $item->php_save = base64_decode($item->php_save); + // decode php_batchmove + $item->php_batchmove = base64_decode($item->php_batchmove); + // decode php_getitem + $item->php_getitem = base64_decode($item->php_getitem); + // decode php_getlistquery + $item->php_getlistquery = base64_decode($item->php_getlistquery); + // decode php_postsavehook + $item->php_postsavehook = base64_decode($item->php_postsavehook); + // decode php_batchcopy + $item->php_batchcopy = base64_decode($item->php_batchcopy); + // decode php_before_delete + $item->php_before_delete = base64_decode($item->php_before_delete); + // decode php_document + $item->php_document = base64_decode($item->php_document); // decode sql $item->sql = base64_decode($item->sql); - // decode javascript_views_footer - $item->javascript_views_footer = base64_decode($item->javascript_views_footer); // decode php_ajaxmethod $item->php_ajaxmethod = base64_decode($item->php_ajaxmethod); // decode css_view @@ -297,6 +297,8 @@ class ComponentbuilderModelAdmin_views extends JModelList $item->javascript_view_footer = base64_decode($item->javascript_view_footer); // decode javascript_views_file $item->javascript_views_file = base64_decode($item->javascript_views_file); + // decode javascript_views_footer + $item->javascript_views_footer = base64_decode($item->javascript_views_footer); // unset the values we don't want exported. unset($item->asset_id); unset($item->checked_out); diff --git a/admin/models/ajax.php b/admin/models/ajax.php index aa13ea8ff..843885b83 100644 --- a/admin/models/ajax.php +++ b/admin/models/ajax.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/compiler.php b/admin/models/compiler.php index 5ce214cfe..ba87df125 100644 --- a/admin/models/compiler.php +++ b/admin/models/compiler.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/component.php b/admin/models/component.php index 299072b8c..cdecbe1f7 100644 --- a/admin/models/component.php +++ b/admin/models/component.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/componentbuilder.php b/admin/models/componentbuilder.php index 78c89b7dc..9cba92f6c 100644 --- a/admin/models/componentbuilder.php +++ b/admin/models/componentbuilder.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/components.php b/admin/models/components.php index 764b2babc..182fe666d 100644 --- a/admin/models/components.php +++ b/admin/models/components.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/custom_admin_view.php b/admin/models/custom_admin_view.php index 6b14ce6ba..10fa1a048 100644 --- a/admin/models/custom_admin_view.php +++ b/admin/models/custom_admin_view.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/custom_admin_views.php b/admin/models/custom_admin_views.php index 78e9566b8..2d3ac1a56 100644 --- a/admin/models/custom_admin_views.php +++ b/admin/models/custom_admin_views.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/dynamic_get.php b/admin/models/dynamic_get.php index e7ba9a34d..14b051188 100644 --- a/admin/models/dynamic_get.php +++ b/admin/models/dynamic_get.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/dynamic_gets.php b/admin/models/dynamic_gets.php index 4a610c396..cebd9c2dd 100644 --- a/admin/models/dynamic_gets.php +++ b/admin/models/dynamic_gets.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/field.php b/admin/models/field.php index 874ac1319..99c66f614 100644 --- a/admin/models/field.php +++ b/admin/models/field.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields.php b/admin/models/fields.php index 38c4bedb8..03917ac6c 100644 --- a/admin/models/fields.php +++ b/admin/models/fields.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/adminviews.php b/admin/models/fields/adminviews.php index 8709fe652..b864a23b2 100644 --- a/admin/models/fields/adminviews.php +++ b/admin/models/fields/adminviews.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/articles.php b/admin/models/fields/articles.php index 2442ebf9f..1c175258b 100644 --- a/admin/models/fields/articles.php +++ b/admin/models/fields/articles.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/customadminviews.php b/admin/models/fields/customadminviews.php index 6f804eaff..bdb6411ca 100644 --- a/admin/models/fields/customadminviews.php +++ b/admin/models/fields/customadminviews.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/customfilelist.php b/admin/models/fields/customfilelist.php index 9ab87ac44..c7ff34942 100644 --- a/admin/models/fields/customfilelist.php +++ b/admin/models/fields/customfilelist.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/customfolderlist.php b/admin/models/fields/customfolderlist.php index 765976baa..7aca988af 100644 --- a/admin/models/fields/customfolderlist.php +++ b/admin/models/fields/customfolderlist.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/customgets.php b/admin/models/fields/customgets.php index 87a3131c1..7fc1768ab 100644 --- a/admin/models/fields/customgets.php +++ b/admin/models/fields/customgets.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/dbtables.php b/admin/models/fields/dbtables.php index c8ff85074..2d389f949 100644 --- a/admin/models/fields/dbtables.php +++ b/admin/models/fields/dbtables.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/dynamicgets.php b/admin/models/fields/dynamicgets.php index 8d86ea8b3..c18fdbbdf 100644 --- a/admin/models/fields/dynamicgets.php +++ b/admin/models/fields/dynamicgets.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/fields.php b/admin/models/fields/fields.php index 0092a8b3f..d0bd9342c 100644 --- a/admin/models/fields/fields.php +++ b/admin/models/fields/fields.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/fieldsmulti.php b/admin/models/fields/fieldsmulti.php index 392eee149..63544888b 100644 --- a/admin/models/fields/fieldsmulti.php +++ b/admin/models/fields/fieldsmulti.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/fieldtypes.php b/admin/models/fields/fieldtypes.php index 0b6e86fcf..88ebc8f15 100644 --- a/admin/models/fields/fieldtypes.php +++ b/admin/models/fields/fieldtypes.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/maingets.php b/admin/models/fields/maingets.php index 3934c0b7c..661a1c33e 100644 --- a/admin/models/fields/maingets.php +++ b/admin/models/fields/maingets.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/siteviews.php b/admin/models/fields/siteviews.php index f8ed0112a..a8ad7528f 100644 --- a/admin/models/fields/siteviews.php +++ b/admin/models/fields/siteviews.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fields/snippets.php b/admin/models/fields/snippets.php index f29817762..826f42703 100644 --- a/admin/models/fields/snippets.php +++ b/admin/models/fields/snippets.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/fieldtype.php b/admin/models/fieldtype.php index 64ee40765..5ed8b02b6 100644 --- a/admin/models/fieldtype.php +++ b/admin/models/fieldtype.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder @@ -112,7 +112,7 @@ class ComponentbuilderModelFieldtype extends JModelAdmin * * @return mixed An array of data items on success, false on failure. */ - public function getVyufields() + public function getVyvfields() { // Get the user object. $user = JFactory::getUser(); @@ -196,13 +196,13 @@ class ComponentbuilderModelFieldtype extends JModelAdmin foreach ($items as $nr => &$item) { // convert datatype - $item->datatype = $this->selectionTranslationVyufields($item->datatype, 'datatype'); + $item->datatype = $this->selectionTranslationVyvfields($item->datatype, 'datatype'); // convert indexes - $item->indexes = $this->selectionTranslationVyufields($item->indexes, 'indexes'); + $item->indexes = $this->selectionTranslationVyvfields($item->indexes, 'indexes'); // convert null_switch - $item->null_switch = $this->selectionTranslationVyufields($item->null_switch, 'null_switch'); + $item->null_switch = $this->selectionTranslationVyvfields($item->null_switch, 'null_switch'); // convert store - $item->store = $this->selectionTranslationVyufields($item->store, 'store'); + $item->store = $this->selectionTranslationVyvfields($item->store, 'store'); } } @@ -216,7 +216,7 @@ class ComponentbuilderModelFieldtype extends JModelAdmin * * @return translatable string */ - public function selectionTranslationVyufields($value,$name) + public function selectionTranslationVyvfields($value,$name) { // Array of datatype language strings if ($name == 'datatype') diff --git a/admin/models/fieldtypes.php b/admin/models/fieldtypes.php index 288c435c4..698026d4f 100644 --- a/admin/models/fieldtypes.php +++ b/admin/models/fieldtypes.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/models/forms/admin_view.js b/admin/models/forms/admin_view.js index 9356f995b..c0ac1dcf3 100644 --- a/admin/models/forms/admin_view.js +++ b/admin/models/forms/admin_view.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder @@ -43,6 +43,7 @@ jform_vvvvvwxvwv_required = false; jform_vvvvvwyvww_required = false; jform_vvvvvwzvwx_required = false; jform_vvvvvxavwy_required = false; +jform_vvvvvxbvwz_required = false; // Initial Script jQuery(document).ready(function() @@ -98,16 +99,19 @@ jQuery(document).ready(function() var add_php_after_delete_vvvvvwy = jQuery("#jform_add_php_after_delete input[type='radio']:checked").val(); vvvvvwy(add_php_after_delete_vvvvvwy); - var add_sql_vvvvvwz = jQuery("#jform_add_sql input[type='radio']:checked").val(); - vvvvvwz(add_sql_vvvvvwz); + var add_php_document_vvvvvwz = jQuery("#jform_add_php_document input[type='radio']:checked").val(); + vvvvvwz(add_php_document_vvvvvwz); - var source_vvvvvxa = jQuery("#jform_source input[type='radio']:checked").val(); var add_sql_vvvvvxa = jQuery("#jform_add_sql input[type='radio']:checked").val(); - vvvvvxa(source_vvvvvxa,add_sql_vvvvvxa); + vvvvvxa(add_sql_vvvvvxa); - var source_vvvvvxc = jQuery("#jform_source input[type='radio']:checked").val(); - var add_sql_vvvvvxc = jQuery("#jform_add_sql input[type='radio']:checked").val(); - vvvvvxc(source_vvvvvxc,add_sql_vvvvvxc); + var source_vvvvvxb = jQuery("#jform_source input[type='radio']:checked").val(); + var add_sql_vvvvvxb = jQuery("#jform_add_sql input[type='radio']:checked").val(); + vvvvvxb(source_vvvvvxb,add_sql_vvvvvxb); + + var source_vvvvvxd = jQuery("#jform_source input[type='radio']:checked").val(); + var add_sql_vvvvvxd = jQuery("#jform_add_sql input[type='radio']:checked").val(); + vvvvvxd(source_vvvvvxd,add_sql_vvvvvxd); }); // the vvvvvwi function @@ -640,72 +644,103 @@ function vvvvvwy(add_php_after_delete_vvvvvwy) } // the vvvvvwz function -function vvvvvwz(add_sql_vvvvvwz) +function vvvvvwz(add_php_document_vvvvvwz) { // set the function logic - if (add_sql_vvvvvwz == 1) + if (add_php_document_vvvvvwz == 1) { - jQuery('#jform_source').closest('.control-group').show(); + jQuery('#jform_php_document').closest('.control-group').show(); if (jform_vvvvvwzvwx_required) { - updateFieldRequired('source',0); - jQuery('#jform_source').prop('required','required'); - jQuery('#jform_source').attr('aria-required',true); - jQuery('#jform_source').addClass('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_vvvvvwzvwx_required = false; } } else { - jQuery('#jform_source').closest('.control-group').hide(); + jQuery('#jform_php_document').closest('.control-group').hide(); if (!jform_vvvvvwzvwx_required) { - updateFieldRequired('source',1); - jQuery('#jform_source').removeAttr('required'); - jQuery('#jform_source').removeAttr('aria-required'); - jQuery('#jform_source').removeClass('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_vvvvvwzvwx_required = true; } } } // the vvvvvxa function -function vvvvvxa(source_vvvvvxa,add_sql_vvvvvxa) +function vvvvvxa(add_sql_vvvvvxa) { // set the function logic - if (source_vvvvvxa == 2 && add_sql_vvvvvxa == 1) + if (add_sql_vvvvvxa == 1) { - jQuery('#jform_sql').closest('.control-group').show(); + jQuery('#jform_source').closest('.control-group').show(); if (jform_vvvvvxavwy_required) { - updateFieldRequired('sql',0); - jQuery('#jform_sql').prop('required','required'); - jQuery('#jform_sql').attr('aria-required',true); - jQuery('#jform_sql').addClass('required'); + updateFieldRequired('source',0); + jQuery('#jform_source').prop('required','required'); + jQuery('#jform_source').attr('aria-required',true); + jQuery('#jform_source').addClass('required'); jform_vvvvvxavwy_required = false; } } else { - jQuery('#jform_sql').closest('.control-group').hide(); + jQuery('#jform_source').closest('.control-group').hide(); if (!jform_vvvvvxavwy_required) { - updateFieldRequired('sql',1); - jQuery('#jform_sql').removeAttr('required'); - jQuery('#jform_sql').removeAttr('aria-required'); - jQuery('#jform_sql').removeClass('required'); + updateFieldRequired('source',1); + jQuery('#jform_source').removeAttr('required'); + jQuery('#jform_source').removeAttr('aria-required'); + jQuery('#jform_source').removeClass('required'); jform_vvvvvxavwy_required = true; } } } -// the vvvvvxc function -function vvvvvxc(source_vvvvvxc,add_sql_vvvvvxc) +// the vvvvvxb function +function vvvvvxb(source_vvvvvxb,add_sql_vvvvvxb) { // set the function logic - if (source_vvvvvxc == 1 && add_sql_vvvvvxc == 1) + if (source_vvvvvxb == 2 && add_sql_vvvvvxb == 1) + { + jQuery('#jform_sql').closest('.control-group').show(); + if (jform_vvvvvxbvwz_required) + { + updateFieldRequired('sql',0); + jQuery('#jform_sql').prop('required','required'); + jQuery('#jform_sql').attr('aria-required',true); + jQuery('#jform_sql').addClass('required'); + jform_vvvvvxbvwz_required = false; + } + + } + else + { + jQuery('#jform_sql').closest('.control-group').hide(); + if (!jform_vvvvvxbvwz_required) + { + updateFieldRequired('sql',1); + jQuery('#jform_sql').removeAttr('required'); + jQuery('#jform_sql').removeAttr('aria-required'); + jQuery('#jform_sql').removeClass('required'); + jform_vvvvvxbvwz_required = true; + } + } +} + +// the vvvvvxd function +function vvvvvxd(source_vvvvvxd,add_sql_vvvvvxd) +{ + // set the function logic + if (source_vvvvvxd == 1 && add_sql_vvvvvxd == 1) { jQuery('#jform_addtables').closest('.control-group').show(); } diff --git a/admin/models/forms/admin_view.xml b/admin/models/forms/admin_view.xml index 68528d94d..d533ef9bb 100644 --- a/admin/models/forms/admin_view.xml +++ b/admin/models/forms/admin_view.xml @@ -143,141 +143,45 @@ message="Error! Please add some short description here." hint="COM_COMPONENTBUILDER_ADMIN_VIEW_SHORT_DESCRIPTION_HINT" /> - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - + type="list" + name="type" + label="COM_COMPONENTBUILDER_ADMIN_VIEW_TYPE_LABEL" + description="COM_COMPONENTBUILDER_ADMIN_VIEW_TYPE_DESCRIPTION" + class="btn-group" + filter="INT" + default="1"> + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + @@ -577,21 +563,48 @@ - + + + + + + + + + - - @@ -1311,11 +1311,11 @@ - + @@ -1338,6 +1338,34 @@ hint="COM_COMPONENTBUILDER_ADMIN_VIEW_JAVASCRIPT_VIEWS_FILE_HINT" required="true" /> + + + + + + + + + + + + - + - - - - + type="textarea" + name="javascript_views_footer" + label="COM_COMPONENTBUILDER_ADMIN_VIEW_JAVASCRIPT_VIEWS_FOOTER_LABEL" + rows="30" + cols="15" + description="COM_COMPONENTBUILDER_ADMIN_VIEW_JAVASCRIPT_VIEWS_FOOTER_DESCRIPTION" + class="text_area span12" + filter="raw" + hint="COM_COMPONENTBUILDER_ADMIN_VIEW_JAVASCRIPT_VIEWS_FOOTER_HINT" + required="true" + /> vwzfields = $this->get('Vwzfields'); + $this->vxafields = $this->get('Vxafields'); // Set the toolbar $this->addToolBar(); @@ -224,7 +224,7 @@ class ComponentbuilderViewAdmin_view extends JViewLegacy $document->addScriptDeclaration($footable); $document->addScript(JURI::root() . $this->script); - $document->addScript(JURI::root() . "administrator/components/com_componentbuilder/views/admin_view/submitbutton.js"); + $document->addScript(JURI::root() . "administrator/components/com_componentbuilder/views/admin_view/submitbutton.js"); JText::script('view not acceptable. Error'); } } diff --git a/admin/views/admin_views/tmpl/default.php b/admin/views/admin_views/tmpl/default.php index 468f35e97..99e00e45d 100644 --- a/admin/views/admin_views/tmpl/default.php +++ b/admin/views/admin_views/tmpl/default.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/admin_views/tmpl/default_batch_body.php b/admin/views/admin_views/tmpl/default_batch_body.php index cd987d96d..2c2c0a872 100644 --- a/admin/views/admin_views/tmpl/default_batch_body.php +++ b/admin/views/admin_views/tmpl/default_batch_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/admin_views/tmpl/default_batch_footer.php b/admin/views/admin_views/tmpl/default_batch_footer.php index ff8fdbaec..f66e1a5cb 100644 --- a/admin/views/admin_views/tmpl/default_batch_footer.php +++ b/admin/views/admin_views/tmpl/default_batch_footer.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/admin_views/tmpl/default_body.php b/admin/views/admin_views/tmpl/default_body.php index de1953a7d..ddbc99431 100644 --- a/admin/views/admin_views/tmpl/default_body.php +++ b/admin/views/admin_views/tmpl/default_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/admin_views/tmpl/default_foot.php b/admin/views/admin_views/tmpl/default_foot.php index 0f7b95c2d..ffa42f042 100644 --- a/admin/views/admin_views/tmpl/default_foot.php +++ b/admin/views/admin_views/tmpl/default_foot.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/admin_views/tmpl/default_head.php b/admin/views/admin_views/tmpl/default_head.php index b384a3cf7..0e3dd549b 100644 --- a/admin/views/admin_views/tmpl/default_head.php +++ b/admin/views/admin_views/tmpl/default_head.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/admin_views/tmpl/default_toolbar.php b/admin/views/admin_views/tmpl/default_toolbar.php index 0a8a7366b..45db38e43 100644 --- a/admin/views/admin_views/tmpl/default_toolbar.php +++ b/admin/views/admin_views/tmpl/default_toolbar.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/admin_views/view.html.php b/admin/views/admin_views/view.html.php index da10637ab..d0b8cf963 100644 --- a/admin/views/admin_views/view.html.php +++ b/admin/views/admin_views/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/compiler/tmpl/default.php b/admin/views/compiler/tmpl/default.php index 4e5bdfd21..af98a90c2 100644 --- a/admin/views/compiler/tmpl/default.php +++ b/admin/views/compiler/tmpl/default.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/compiler/view.html.php b/admin/views/compiler/view.html.php index 2ee3bd819..018baf1bc 100644 --- a/admin/views/compiler/view.html.php +++ b/admin/views/compiler/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/component/submitbutton.js b/admin/views/component/submitbutton.js index fc2d320c0..1a5c56fe3 100644 --- a/admin/views/component/submitbutton.js +++ b/admin/views/component/submitbutton.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/component/tmpl/edit.php b/admin/views/component/tmpl/edit.php index 288fdc46a..80231d649 100644 --- a/admin/views/component/tmpl/edit.php +++ b/admin/views/component/tmpl/edit.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/component/view.html.php b/admin/views/component/view.html.php index 9e3b6ad68..cf4445e70 100644 --- a/admin/views/component/view.html.php +++ b/admin/views/component/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder @@ -220,7 +220,7 @@ class ComponentbuilderViewComponent extends JViewLegacy $document->addScriptDeclaration($footable); $document->addScript(JURI::root() . $this->script); - $document->addScript(JURI::root() . "administrator/components/com_componentbuilder/views/component/submitbutton.js"); + $document->addScript(JURI::root() . "administrator/components/com_componentbuilder/views/component/submitbutton.js"); JText::script('view not acceptable. Error'); } } diff --git a/admin/views/componentbuilder/tmpl/default.php b/admin/views/componentbuilder/tmpl/default.php index a17117dec..2be01cf56 100644 --- a/admin/views/componentbuilder/tmpl/default.php +++ b/admin/views/componentbuilder/tmpl/default.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/componentbuilder/tmpl/default_main.php b/admin/views/componentbuilder/tmpl/default_main.php index b11da4c30..7d10e944b 100644 --- a/admin/views/componentbuilder/tmpl/default_main.php +++ b/admin/views/componentbuilder/tmpl/default_main.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/componentbuilder/tmpl/default_vdm.php b/admin/views/componentbuilder/tmpl/default_vdm.php index 78df32206..478602f91 100644 --- a/admin/views/componentbuilder/tmpl/default_vdm.php +++ b/admin/views/componentbuilder/tmpl/default_vdm.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/componentbuilder/view.html.php b/admin/views/componentbuilder/view.html.php index d41c66ec2..f0b680ad4 100644 --- a/admin/views/componentbuilder/view.html.php +++ b/admin/views/componentbuilder/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/components/tmpl/default.php b/admin/views/components/tmpl/default.php index a1f52f2e8..b4aacd37c 100644 --- a/admin/views/components/tmpl/default.php +++ b/admin/views/components/tmpl/default.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/components/tmpl/default_batch_body.php b/admin/views/components/tmpl/default_batch_body.php index e82a32050..294aabfa2 100644 --- a/admin/views/components/tmpl/default_batch_body.php +++ b/admin/views/components/tmpl/default_batch_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/components/tmpl/default_batch_footer.php b/admin/views/components/tmpl/default_batch_footer.php index da3575ab0..d5d0f5c26 100644 --- a/admin/views/components/tmpl/default_batch_footer.php +++ b/admin/views/components/tmpl/default_batch_footer.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/components/tmpl/default_body.php b/admin/views/components/tmpl/default_body.php index e19e5c2f8..5c8ddec81 100644 --- a/admin/views/components/tmpl/default_body.php +++ b/admin/views/components/tmpl/default_body.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/components/tmpl/default_foot.php b/admin/views/components/tmpl/default_foot.php index 966850f2e..20a4c58f7 100644 --- a/admin/views/components/tmpl/default_foot.php +++ b/admin/views/components/tmpl/default_foot.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/components/tmpl/default_head.php b/admin/views/components/tmpl/default_head.php index 87460704e..d7d542b7a 100644 --- a/admin/views/components/tmpl/default_head.php +++ b/admin/views/components/tmpl/default_head.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/components/tmpl/default_toolbar.php b/admin/views/components/tmpl/default_toolbar.php index 02f1bd9e0..cbdf1f7f2 100644 --- a/admin/views/components/tmpl/default_toolbar.php +++ b/admin/views/components/tmpl/default_toolbar.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/components/view.html.php b/admin/views/components/view.html.php index 43d065efd..e6c9b8956 100644 --- a/admin/views/components/view.html.php +++ b/admin/views/components/view.html.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/custom_admin_view/submitbutton.js b/admin/views/custom_admin_view/submitbutton.js index e53f1b6cd..8e7ff829f 100644 --- a/admin/views/custom_admin_view/submitbutton.js +++ b/admin/views/custom_admin_view/submitbutton.js @@ -9,7 +9,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder diff --git a/admin/views/custom_admin_view/tmpl/edit.php b/admin/views/custom_admin_view/tmpl/edit.php index 61a58ccbb..5e24fe398 100644 --- a/admin/views/custom_admin_view/tmpl/edit.php +++ b/admin/views/custom_admin_view/tmpl/edit.php @@ -10,7 +10,7 @@ |_| /-------------------------------------------------------------------------------------------------------------------------------/ - @version 2.1.3 + @version 2.1.4 @build 22nd April, 2016 @created 30th April, 2015 @package Component Builder @@ -128,123 +128,123 @@ $componentParams = JComponentHelper::getParams('com_componentbuilder');