+ @my wife Roline van der Merwe
+ @copyright Copyright (C) 2015. All Rights Reserved
+ @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
+
+ Builds Complex Joomla Components
+
+/-----------------------------------------------------------------------------------------------------------------------------*/
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
@@ -33,7 +33,7 @@ defined('_JEXEC') or die('Restricted access');
*/
class Fields extends Structure
{
- /*
+ /**
* Metadate Switch
*
* @var array
@@ -41,272 +41,273 @@ class Fields extends Structure
public $metadataBuilder = array();
- /*
+ /**
* View access Switch
*
* @var array
*/
public $accessBuilder = array();
- /*
+ /**
* edit view tabs counter
*
* @var array
*/
public $tabCounter = array();
- /*
+ /**
* layout builder
*
* @var array
*/
public $layoutBuilder = array();
- /*
+ /**
* Site field data
*
* @var array
*/
public $siteFieldData = array();
- /*
+ /**
* Category other name bucket
*
* @var array
*/
public $catOtherName = array();
- /*
+ /**
* list of fields that are not being escaped
*
* @var array
*/
public $doNotEscape = array();
- /*
+ /**
* tags builder
*
* @var array
*/
public $tagsBuilder = array();
- /*
+ /**
* query builder
*
* @var array
*/
public $queryBuilder = array();
- /*
+ /**
* unique keys for database field
*
* @var array
*/
public $dbUniqueKeys = array();
- /*
+ /**
* keys for database field
*
* @var array
*/
public $dbKeys = array();
- /*
+ /**
* history builder
*
* @var array
*/
public $historyBuilder = array();
- /*
+ /**
* alias builder
*
* @var array
*/
public $aliasBuilder = array();
- /*
+ /**
* title builder
*
* @var array
*/
public $titleBuilder = array();
- /*
+ /**
* list builder
*
* @var array
*/
public $listBuilder = array();
- /*
+ /**
* custom Builder List
*
* @var array
*/
public $customBuilderList = array();
- /*
+ /**
* Hidden Fields Builder
*
* @var array
*/
public $hiddenFieldsBuilder = array();
- /*
+ /**
* INT Field Builder
*
* @var array
*/
public $intFieldsBuilder = array();
- /*
+ /**
* Dynamic Fields Builder
*
* @var array
*/
public $dynamicfieldsBuilder = array();
- /*
+ /**
* Main text Builder
*
* @var array
*/
public $maintextBuilder = array();
- /*
+ /**
* Custom Builder
*
* @var array
*/
public $customBuilder = array();
- /*
+ /**
* Custom Field Links Builder
*
* @var array
*/
public $customFieldLinksBuilder = array();
- /*
+ /**
* Set Script for User Switch
*
* @var array
*/
public $setScriptUserSwitch = array();
- /*
+ /**
* Set Script for Media Switch
*
* @var array
*/
public $setScriptMediaSwitch = array();
- /*
+ /**
* Category builder
*
* @var array
*/
public $categoryBuilder = array();
- /*
+ /**
* Category Code builder
*
* @var array
*/
public $catCodeBuilder = array();
- /*
+ /**
* Check Box builder
*
* @var array
*/
public $checkboxBuilder = array();
- /*
+ /**
* Json String Builder
*
* @var array
*/
public $jsonStringBuilder = array();
- /*
+ /**
* Json Item Builder
*
* @var array
*/
public $jsonItemBuilder = array();
- /*
+ /**
* Base 64 Builder
*
* @var array
*/
public $base64Builder = array();
- /*
+ /**
* Basic Encryption Builder
*
* @var array
*/
public $basicEncryptionBuilder = array();
- /*
+ /**
* Advnaced Encryption Builder
*
* @var array
*/
public $advancedEncryptionBuilder = array();
- /*
+ /**
* Get Items Method List String Fix Builder
*
* @var array
*/
public $getItemsMethodListStringFixBuilder = array();
- /*
+ /**
* Get Items Method Eximport String Fix Builder
*
* @var array
*/
public $getItemsMethodEximportStringFixBuilder = array();
- /*
+ /**
* Selection Translation Fix Builder
*
* @var array
*/
public $selectionTranslationFixBuilder = array();
- /*
+ /**
* Sort Builder
*
* @var array
*/
public $sortBuilder = array();
- /*
+ /**
* Search Builder
*
* @var array
*/
public $searchBuilder = array();
- /*
+ /**
* Filter Builder
*
* @var array
*/
public $filterBuilder = array();
- /*
+ /**
* Set Group Control
*
* @var array
- */public $setGroupControl = array();
+ */
+ public $setGroupControl = array();
- /*
+ /**
* set the Field set of a view
*
* @param array $view The view data
@@ -544,7 +545,7 @@ class Fields extends Structure
return '';
}
- /*
+ /**
* set Dynamic field
*
* @param array $field The field data
@@ -651,7 +652,7 @@ class Fields extends Structure
return $fieldSet;
}
- /*
+ /**
* set a field
*
* @param string $setType The set of fields type
@@ -894,7 +895,7 @@ class Fields extends Structure
return $fieldSet;
}
- /*
+ /**
* set the layout builder
*
* @param string $viewName The single edit view code name
@@ -935,7 +936,7 @@ class Fields extends Structure
}
}
- /*
+ /**
* build the site field data needed
*
* @param string $view The single edit view code name
@@ -968,7 +969,7 @@ class Fields extends Structure
}
}
- /*
+ /**
* set field attributes
*
* @param array $field The field data
@@ -1292,7 +1293,7 @@ class Fields extends Structure
}
- /*
+ /**
* set Builders
*
* @param string $langLabel The language string for field label
@@ -1712,7 +1713,7 @@ class Fields extends Structure
}
}
- /*
+ /**
* default Fields
*
* @param string $type The field type
diff --git a/admin/helpers/compiler/eInterpretation.php b/admin/helpers/compiler/e_Interpretation.php
similarity index 97%
rename from admin/helpers/compiler/eInterpretation.php
rename to admin/helpers/compiler/e_Interpretation.php
index dd14015be..a6c7979e3 100644
--- a/admin/helpers/compiler/eInterpretation.php
+++ b/admin/helpers/compiler/e_Interpretation.php
@@ -11110,7 +11110,7 @@ class Interpretation extends Fields
$this->configFieldSets[] = "\t\t\t".'name="save_history"';
$this->configFieldSets[] = "\t\t\t".'type="radio"';
$this->configFieldSets[] = "\t\t\t".'class="btn-group btn-group-yesno"';
- $this->configFieldSets[] = "\t\t\t".'default="0"';
+ $this->configFieldSets[] = "\t\t\t".'default="1"';
$this->configFieldSets[] = "\t\t\t".'label="JGLOBAL_SAVE_HISTORY_OPTIONS_LABEL"';
$this->configFieldSets[] = "\t\t\t".'description="JGLOBAL_SAVE_HISTORY_OPTIONS_DESC"';
$this->configFieldSets[] = "\t\t\t>";
diff --git a/admin/helpers/compiler/fInfusion.php b/admin/helpers/compiler/f_Infusion.php
similarity index 98%
rename from admin/helpers/compiler/fInfusion.php
rename to admin/helpers/compiler/f_Infusion.php
index bf5e4a6aa..f256b2680 100644
--- a/admin/helpers/compiler/fInfusion.php
+++ b/admin/helpers/compiler/f_Infusion.php
@@ -47,7 +47,7 @@ class Infusion extends Interpretation
return false;
}
- /*
+ /**
* Build the content for the structure
*
*
diff --git a/admin/helpers/componentbuilder.php b/admin/helpers/componentbuilder.php
index e3945fa33..f6bf4498b 100644
--- a/admin/helpers/componentbuilder.php
+++ b/admin/helpers/componentbuilder.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage componentbuilder.php
diff --git a/admin/helpers/html/batch_.php b/admin/helpers/html/batch_.php
index 31cf61311..9df2051d9 100644
--- a/admin/helpers/html/batch_.php
+++ b/admin/helpers/html/batch_.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage batch_.php
diff --git a/admin/helpers/indenter.php b/admin/helpers/indenter.php
index 41916f54b..ae56d8f55 100644
--- a/admin/helpers/indenter.php
+++ b/admin/helpers/indenter.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage indenter.php
diff --git a/admin/helpers/js.php b/admin/helpers/js.php
index 016630395..066e64efe 100644
--- a/admin/helpers/js.php
+++ b/admin/helpers/js.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage js.php
diff --git a/admin/helpers/minify.php b/admin/helpers/minify.php
index 0ece290d5..a74e41189 100644
--- a/admin/helpers/minify.php
+++ b/admin/helpers/minify.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage minify.php
diff --git a/admin/language/en-GB/en-GB.com_componentbuilder.ini b/admin/language/en-GB/en-GB.com_componentbuilder.ini
index 37e2b72d2..c9cd51484 100644
--- a/admin/language/en-GB/en-GB.com_componentbuilder.ini
+++ b/admin/language/en-GB/en-GB.com_componentbuilder.ini
@@ -1936,6 +1936,9 @@ COM_COMPONENTBUILDER_FIELD_DOUBLE="DOUBLE"
COM_COMPONENTBUILDER_FIELD_EDIT="Editing the Field"
COM_COMPONENTBUILDER_FIELD_ELEVEN="11"
COM_COMPONENTBUILDER_FIELD_ERROR_UNIQUE_ALIAS="Another Field has the same alias."
+COM_COMPONENTBUILDER_FIELD_FIELDTYPE="Fieldtype"
+COM_COMPONENTBUILDER_FIELD_FIELDTYPE_DESCRIPTION="Set the field type"
+COM_COMPONENTBUILDER_FIELD_FIELDTYPE_LABEL="Type"
COM_COMPONENTBUILDER_FIELD_FIELD_CATEGORY="Field Category"
COM_COMPONENTBUILDER_FIELD_FIFTY="50"
COM_COMPONENTBUILDER_FIELD_FLOAT="FLOAT"
@@ -2010,9 +2013,6 @@ COM_COMPONENTBUILDER_FIELD_TEXT="TEXT"
COM_COMPONENTBUILDER_FIELD_TINYINT="TINYINT"
COM_COMPONENTBUILDER_FIELD_TWO_HUNDRED_AND_FIFTY_FIVE="255"
COM_COMPONENTBUILDER_FIELD_TWO_THOUSAND_AND_FORTY_EIGHT="2048"
-COM_COMPONENTBUILDER_FIELD_TYPE="Type"
-COM_COMPONENTBUILDER_FIELD_TYPE_DESCRIPTION="Set the field type"
-COM_COMPONENTBUILDER_FIELD_TYPE_LABEL="Type"
COM_COMPONENTBUILDER_FIELD_UNIQUE_KEY="UNIQUE KEY"
COM_COMPONENTBUILDER_FIELD_VARCHAR="VARCHAR"
COM_COMPONENTBUILDER_FIELD_VERSION_DESC="A count of the number of times this Field has been revised."
diff --git a/admin/layouts/admin_view/css_fullwidth.php b/admin/layouts/admin_view/css_fullwidth.php
index 421c7cad5..3b173665f 100644
--- a/admin/layouts/admin_view/css_fullwidth.php
+++ b/admin/layouts/admin_view/css_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage css_fullwidth.php
diff --git a/admin/layouts/admin_view/fields_fullwidth.php b/admin/layouts/admin_view/fields_fullwidth.php
index 1de4385e3..fded6afe4 100644
--- a/admin/layouts/admin_view/fields_fullwidth.php
+++ b/admin/layouts/admin_view/fields_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage fields_fullwidth.php
@@ -50,7 +50,7 @@ $can = ComponentbuilderHelper::getActions('field');
-
+
|
@@ -94,10 +94,10 @@ $can = ComponentbuilderHelper::getActions('field');
|
- authorise('fieldtype.edit', 'com_componentbuilder.fieldtype.' . (int)$item->type)): ?>
- escape($item->type_name); ?>
+ authorise('fieldtype.edit', 'com_componentbuilder.fieldtype.' . (int)$item->fieldtype)): ?>
+ escape($item->fieldtype_name); ?>
- escape($item->type_name); ?>
+ escape($item->fieldtype_name); ?>
|
diff --git a/admin/layouts/admin_view/javascript_fullwidth.php b/admin/layouts/admin_view/javascript_fullwidth.php
index 559798f2d..2fee2e4de 100644
--- a/admin/layouts/admin_view/javascript_fullwidth.php
+++ b/admin/layouts/admin_view/javascript_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage javascript_fullwidth.php
diff --git a/admin/layouts/admin_view/mysql_fullwidth.php b/admin/layouts/admin_view/mysql_fullwidth.php
index e65c96679..155c296ec 100644
--- a/admin/layouts/admin_view/mysql_fullwidth.php
+++ b/admin/layouts/admin_view/mysql_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage mysql_fullwidth.php
diff --git a/admin/layouts/admin_view/mysql_left.php b/admin/layouts/admin_view/mysql_left.php
index fde8eaa84..4f3547dfc 100644
--- a/admin/layouts/admin_view/mysql_left.php
+++ b/admin/layouts/admin_view/mysql_left.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage mysql_left.php
diff --git a/admin/layouts/admin_view/php_fullwidth.php b/admin/layouts/admin_view/php_fullwidth.php
index 8ed85afc5..2d0226a9b 100644
--- a/admin/layouts/admin_view/php_fullwidth.php
+++ b/admin/layouts/admin_view/php_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage php_fullwidth.php
diff --git a/admin/layouts/admin_view/publishing.php b/admin/layouts/admin_view/publishing.php
index fcf640c47..3f2ab1994 100644
--- a/admin/layouts/admin_view/publishing.php
+++ b/admin/layouts/admin_view/publishing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php
diff --git a/admin/layouts/admin_view/publlshing.php b/admin/layouts/admin_view/publlshing.php
index b7598cf75..82b69a0ae 100644
--- a/admin/layouts/admin_view/publlshing.php
+++ b/admin/layouts/admin_view/publlshing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php
diff --git a/admin/layouts/admin_view/settings_above.php b/admin/layouts/admin_view/settings_above.php
index dff44ed6b..a7e58a10e 100644
--- a/admin/layouts/admin_view/settings_above.php
+++ b/admin/layouts/admin_view/settings_above.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage settings_above.php
diff --git a/admin/layouts/admin_view/settings_left.php b/admin/layouts/admin_view/settings_left.php
index 030626714..e21445bcd 100644
--- a/admin/layouts/admin_view/settings_left.php
+++ b/admin/layouts/admin_view/settings_left.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage settings_left.php
diff --git a/admin/layouts/admin_view/settings_right.php b/admin/layouts/admin_view/settings_right.php
index 4ffbc232d..9f4854f87 100644
--- a/admin/layouts/admin_view/settings_right.php
+++ b/admin/layouts/admin_view/settings_right.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage settings_right.php
diff --git a/admin/layouts/admin_view/settings_under.php b/admin/layouts/admin_view/settings_under.php
index 85577c8bb..f2b213a9b 100644
--- a/admin/layouts/admin_view/settings_under.php
+++ b/admin/layouts/admin_view/settings_under.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage settings_under.php
diff --git a/admin/layouts/batchselection.php b/admin/layouts/batchselection.php
index e91b08cb0..c2eec60e1 100644
--- a/admin/layouts/batchselection.php
+++ b/admin/layouts/batchselection.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage batchselection.php
diff --git a/admin/layouts/component/admin_views_fullwidth.php b/admin/layouts/component/admin_views_fullwidth.php
index 0aaadbbab..a09d55ce0 100644
--- a/admin/layouts/component/admin_views_fullwidth.php
+++ b/admin/layouts/component/admin_views_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage admin_views_fullwidth.php
diff --git a/admin/layouts/component/details_above.php b/admin/layouts/component/details_above.php
index b2c81f273..25315681c 100644
--- a/admin/layouts/component/details_above.php
+++ b/admin/layouts/component/details_above.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_above.php
diff --git a/admin/layouts/component/details_left.php b/admin/layouts/component/details_left.php
index 100ca2924..167c526db 100644
--- a/admin/layouts/component/details_left.php
+++ b/admin/layouts/component/details_left.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_left.php
diff --git a/admin/layouts/component/details_right.php b/admin/layouts/component/details_right.php
index bc232b734..d24bd60a6 100644
--- a/admin/layouts/component/details_right.php
+++ b/admin/layouts/component/details_right.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_right.php
diff --git a/admin/layouts/component/details_under.php b/admin/layouts/component/details_under.php
index 7d4e90c18..bc845274f 100644
--- a/admin/layouts/component/details_under.php
+++ b/admin/layouts/component/details_under.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_under.php
diff --git a/admin/layouts/component/publishing.php b/admin/layouts/component/publishing.php
index fcf640c47..3f2ab1994 100644
--- a/admin/layouts/component/publishing.php
+++ b/admin/layouts/component/publishing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php
diff --git a/admin/layouts/component/publlshing.php b/admin/layouts/component/publlshing.php
index b7598cf75..82b69a0ae 100644
--- a/admin/layouts/component/publlshing.php
+++ b/admin/layouts/component/publlshing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php
diff --git a/admin/layouts/component/readme_left.php b/admin/layouts/component/readme_left.php
index a10d865de..d8553f254 100644
--- a/admin/layouts/component/readme_left.php
+++ b/admin/layouts/component/readme_left.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage readme_left.php
diff --git a/admin/layouts/component/readme_right.php b/admin/layouts/component/readme_right.php
index 5a37b1304..e24bf337a 100644
--- a/admin/layouts/component/readme_right.php
+++ b/admin/layouts/component/readme_right.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage readme_right.php
diff --git a/admin/layouts/component/scripts_fullwidth.php b/admin/layouts/component/scripts_fullwidth.php
index f9023b7e3..dd7ab6819 100644
--- a/admin/layouts/component/scripts_fullwidth.php
+++ b/admin/layouts/component/scripts_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage scripts_fullwidth.php
diff --git a/admin/layouts/component/settings_left.php b/admin/layouts/component/settings_left.php
index 15f25417a..2789adc54 100644
--- a/admin/layouts/component/settings_left.php
+++ b/admin/layouts/component/settings_left.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage settings_left.php
diff --git a/admin/layouts/component/settings_right.php b/admin/layouts/component/settings_right.php
index 3e374594e..695c28eb6 100644
--- a/admin/layouts/component/settings_right.php
+++ b/admin/layouts/component/settings_right.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage settings_right.php
diff --git a/admin/layouts/component/site_views_fullwidth.php b/admin/layouts/component/site_views_fullwidth.php
index d994b6b60..b3be6ed46 100644
--- a/admin/layouts/component/site_views_fullwidth.php
+++ b/admin/layouts/component/site_views_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage site_views_fullwidth.php
diff --git a/admin/layouts/custom_admin_view/custom_buttons_fullwidth.php b/admin/layouts/custom_admin_view/custom_buttons_fullwidth.php
index ea37198df..df30386d0 100644
--- a/admin/layouts/custom_admin_view/custom_buttons_fullwidth.php
+++ b/admin/layouts/custom_admin_view/custom_buttons_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage custom_buttons_fullwidth.php
diff --git a/admin/layouts/custom_admin_view/custom_buttons_left.php b/admin/layouts/custom_admin_view/custom_buttons_left.php
index 29bc000ee..f80c7e240 100644
--- a/admin/layouts/custom_admin_view/custom_buttons_left.php
+++ b/admin/layouts/custom_admin_view/custom_buttons_left.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage custom_buttons_left.php
diff --git a/admin/layouts/custom_admin_view/custom_script_fullwidth.php b/admin/layouts/custom_admin_view/custom_script_fullwidth.php
index 048f703c9..830a11d36 100644
--- a/admin/layouts/custom_admin_view/custom_script_fullwidth.php
+++ b/admin/layouts/custom_admin_view/custom_script_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage custom_script_fullwidth.php
diff --git a/admin/layouts/custom_admin_view/details_above.php b/admin/layouts/custom_admin_view/details_above.php
index b2c81f273..25315681c 100644
--- a/admin/layouts/custom_admin_view/details_above.php
+++ b/admin/layouts/custom_admin_view/details_above.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_above.php
diff --git a/admin/layouts/custom_admin_view/details_fullwidth.php b/admin/layouts/custom_admin_view/details_fullwidth.php
index edfa35043..f8f669596 100644
--- a/admin/layouts/custom_admin_view/details_fullwidth.php
+++ b/admin/layouts/custom_admin_view/details_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_fullwidth.php
diff --git a/admin/layouts/custom_admin_view/details_left.php b/admin/layouts/custom_admin_view/details_left.php
index 6b4a99183..f5ee47298 100644
--- a/admin/layouts/custom_admin_view/details_left.php
+++ b/admin/layouts/custom_admin_view/details_left.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_left.php
diff --git a/admin/layouts/custom_admin_view/details_right.php b/admin/layouts/custom_admin_view/details_right.php
index 3332da330..abddc9c2f 100644
--- a/admin/layouts/custom_admin_view/details_right.php
+++ b/admin/layouts/custom_admin_view/details_right.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_right.php
diff --git a/admin/layouts/custom_admin_view/details_rightside.php b/admin/layouts/custom_admin_view/details_rightside.php
index 17caa11b2..f812bacf8 100644
--- a/admin/layouts/custom_admin_view/details_rightside.php
+++ b/admin/layouts/custom_admin_view/details_rightside.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_rightside.php
diff --git a/admin/layouts/custom_admin_view/details_under.php b/admin/layouts/custom_admin_view/details_under.php
index 7d4e90c18..bc845274f 100644
--- a/admin/layouts/custom_admin_view/details_under.php
+++ b/admin/layouts/custom_admin_view/details_under.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_under.php
diff --git a/admin/layouts/custom_admin_view/publishing.php b/admin/layouts/custom_admin_view/publishing.php
index fcf640c47..3f2ab1994 100644
--- a/admin/layouts/custom_admin_view/publishing.php
+++ b/admin/layouts/custom_admin_view/publishing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php
diff --git a/admin/layouts/custom_admin_view/publlshing.php b/admin/layouts/custom_admin_view/publlshing.php
index b7598cf75..82b69a0ae 100644
--- a/admin/layouts/custom_admin_view/publlshing.php
+++ b/admin/layouts/custom_admin_view/publlshing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php
diff --git a/admin/layouts/dynamic_get/abacus_fullwidth.php b/admin/layouts/dynamic_get/abacus_fullwidth.php
index 8b2dd436d..566614765 100644
--- a/admin/layouts/dynamic_get/abacus_fullwidth.php
+++ b/admin/layouts/dynamic_get/abacus_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage abacus_fullwidth.php
diff --git a/admin/layouts/dynamic_get/abacus_left.php b/admin/layouts/dynamic_get/abacus_left.php
index c2b3acc40..4015db6dd 100644
--- a/admin/layouts/dynamic_get/abacus_left.php
+++ b/admin/layouts/dynamic_get/abacus_left.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage abacus_left.php
diff --git a/admin/layouts/dynamic_get/custom_script_fullwidth.php b/admin/layouts/dynamic_get/custom_script_fullwidth.php
index 70689e1c0..e5892bc2e 100644
--- a/admin/layouts/dynamic_get/custom_script_fullwidth.php
+++ b/admin/layouts/dynamic_get/custom_script_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage custom_script_fullwidth.php
diff --git a/admin/layouts/dynamic_get/gettable_above.php b/admin/layouts/dynamic_get/gettable_above.php
index 46a8dcb52..8840592a1 100644
--- a/admin/layouts/dynamic_get/gettable_above.php
+++ b/admin/layouts/dynamic_get/gettable_above.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage gettable_above.php
diff --git a/admin/layouts/dynamic_get/gettable_fullwidth.php b/admin/layouts/dynamic_get/gettable_fullwidth.php
index 933b18806..323d3ed7e 100644
--- a/admin/layouts/dynamic_get/gettable_fullwidth.php
+++ b/admin/layouts/dynamic_get/gettable_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage gettable_fullwidth.php
diff --git a/admin/layouts/dynamic_get/gettable_left.php b/admin/layouts/dynamic_get/gettable_left.php
index d675cb9d3..54124a091 100644
--- a/admin/layouts/dynamic_get/gettable_left.php
+++ b/admin/layouts/dynamic_get/gettable_left.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage gettable_left.php
diff --git a/admin/layouts/dynamic_get/gettable_right.php b/admin/layouts/dynamic_get/gettable_right.php
index db9543094..7bdd91448 100644
--- a/admin/layouts/dynamic_get/gettable_right.php
+++ b/admin/layouts/dynamic_get/gettable_right.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage gettable_right.php
diff --git a/admin/layouts/dynamic_get/gettable_under.php b/admin/layouts/dynamic_get/gettable_under.php
index 6853cbef0..a01e33638 100644
--- a/admin/layouts/dynamic_get/gettable_under.php
+++ b/admin/layouts/dynamic_get/gettable_under.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage gettable_under.php
diff --git a/admin/layouts/dynamic_get/publishing.php b/admin/layouts/dynamic_get/publishing.php
index fcf640c47..3f2ab1994 100644
--- a/admin/layouts/dynamic_get/publishing.php
+++ b/admin/layouts/dynamic_get/publishing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php
diff --git a/admin/layouts/dynamic_get/publlshing.php b/admin/layouts/dynamic_get/publlshing.php
index b7598cf75..82b69a0ae 100644
--- a/admin/layouts/dynamic_get/publlshing.php
+++ b/admin/layouts/dynamic_get/publlshing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php
diff --git a/admin/layouts/field/details_fullwidth.php b/admin/layouts/field/details_fullwidth.php
index 115097355..f053fbe25 100644
--- a/admin/layouts/field/details_fullwidth.php
+++ b/admin/layouts/field/details_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_fullwidth.php
diff --git a/admin/layouts/field/details_left.php b/admin/layouts/field/details_left.php
index b40a5f65a..7730b8a56 100644
--- a/admin/layouts/field/details_left.php
+++ b/admin/layouts/field/details_left.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_left.php
@@ -31,7 +31,7 @@ defined('_JEXEC') or die('Restricted access');
$form = $displayData->getForm();
$fields = $displayData->get('fields') ?: array(
- 'type',
+ 'fieldtype',
'name',
'catid',
'datatype',
diff --git a/admin/layouts/field/details_right.php b/admin/layouts/field/details_right.php
index 16a0864e8..b864673d2 100644
--- a/admin/layouts/field/details_right.php
+++ b/admin/layouts/field/details_right.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_right.php
diff --git a/admin/layouts/field/details_under.php b/admin/layouts/field/details_under.php
index 7d4e90c18..bc845274f 100644
--- a/admin/layouts/field/details_under.php
+++ b/admin/layouts/field/details_under.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_under.php
diff --git a/admin/layouts/field/publishing.php b/admin/layouts/field/publishing.php
index fcf640c47..3f2ab1994 100644
--- a/admin/layouts/field/publishing.php
+++ b/admin/layouts/field/publishing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php
diff --git a/admin/layouts/field/publlshing.php b/admin/layouts/field/publlshing.php
index b7598cf75..82b69a0ae 100644
--- a/admin/layouts/field/publlshing.php
+++ b/admin/layouts/field/publlshing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php
diff --git a/admin/layouts/field/scripts_left.php b/admin/layouts/field/scripts_left.php
index 69417ce25..66f4559ec 100644
--- a/admin/layouts/field/scripts_left.php
+++ b/admin/layouts/field/scripts_left.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage scripts_left.php
diff --git a/admin/layouts/field/scripts_right.php b/admin/layouts/field/scripts_right.php
index ab2c03317..bdda82104 100644
--- a/admin/layouts/field/scripts_right.php
+++ b/admin/layouts/field/scripts_right.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage scripts_right.php
diff --git a/admin/layouts/fieldtype/details_left.php b/admin/layouts/fieldtype/details_left.php
index 269e3f882..74c58e7fe 100644
--- a/admin/layouts/fieldtype/details_left.php
+++ b/admin/layouts/fieldtype/details_left.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_left.php
diff --git a/admin/layouts/fieldtype/details_right.php b/admin/layouts/fieldtype/details_right.php
index dc1fc471e..b8422496e 100644
--- a/admin/layouts/fieldtype/details_right.php
+++ b/admin/layouts/fieldtype/details_right.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_right.php
diff --git a/admin/layouts/fieldtype/fields_fullwidth.php b/admin/layouts/fieldtype/fields_fullwidth.php
index 8d18a1aa5..d4391ca7b 100644
--- a/admin/layouts/fieldtype/fields_fullwidth.php
+++ b/admin/layouts/fieldtype/fields_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage fields_fullwidth.php
@@ -50,7 +50,7 @@ $can = ComponentbuilderHelper::getActions('field');
|
-
+
|
@@ -94,7 +94,7 @@ $can = ComponentbuilderHelper::getActions('field');
|
- escape($item->type_name); ?>
+ escape($item->fieldtype_name); ?>
|
datatype); ?>
diff --git a/admin/layouts/fieldtype/publishing.php b/admin/layouts/fieldtype/publishing.php
index fcf640c47..3f2ab1994 100644
--- a/admin/layouts/fieldtype/publishing.php
+++ b/admin/layouts/fieldtype/publishing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php
diff --git a/admin/layouts/fieldtype/publlshing.php b/admin/layouts/fieldtype/publlshing.php
index b7598cf75..82b69a0ae 100644
--- a/admin/layouts/fieldtype/publlshing.php
+++ b/admin/layouts/fieldtype/publlshing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php
diff --git a/admin/layouts/help_document/details_above.php b/admin/layouts/help_document/details_above.php
index 1cce5e94b..840662bc8 100644
--- a/admin/layouts/help_document/details_above.php
+++ b/admin/layouts/help_document/details_above.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_above.php
diff --git a/admin/layouts/help_document/details_fullwidth.php b/admin/layouts/help_document/details_fullwidth.php
index badcb9d11..09f74001f 100644
--- a/admin/layouts/help_document/details_fullwidth.php
+++ b/admin/layouts/help_document/details_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_fullwidth.php
diff --git a/admin/layouts/help_document/details_left.php b/admin/layouts/help_document/details_left.php
index d2d89ff90..55e435a8b 100644
--- a/admin/layouts/help_document/details_left.php
+++ b/admin/layouts/help_document/details_left.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_left.php
diff --git a/admin/layouts/help_document/details_right.php b/admin/layouts/help_document/details_right.php
index 96bb75878..8e9822f28 100644
--- a/admin/layouts/help_document/details_right.php
+++ b/admin/layouts/help_document/details_right.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_right.php
diff --git a/admin/layouts/help_document/details_under.php b/admin/layouts/help_document/details_under.php
index 7d4e90c18..bc845274f 100644
--- a/admin/layouts/help_document/details_under.php
+++ b/admin/layouts/help_document/details_under.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_under.php
diff --git a/admin/layouts/help_document/publishing.php b/admin/layouts/help_document/publishing.php
index fcf640c47..3f2ab1994 100644
--- a/admin/layouts/help_document/publishing.php
+++ b/admin/layouts/help_document/publishing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php
diff --git a/admin/layouts/help_document/publlshing.php b/admin/layouts/help_document/publlshing.php
index 6d483d31f..6b82c3f00 100644
--- a/admin/layouts/help_document/publlshing.php
+++ b/admin/layouts/help_document/publlshing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php
diff --git a/admin/layouts/layout/custom_script_fullwidth.php b/admin/layouts/layout/custom_script_fullwidth.php
index 0e0337ff2..7165c0f38 100644
--- a/admin/layouts/layout/custom_script_fullwidth.php
+++ b/admin/layouts/layout/custom_script_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage custom_script_fullwidth.php
diff --git a/admin/layouts/layout/details_fullwidth.php b/admin/layouts/layout/details_fullwidth.php
index ffcc34dbd..140b1987c 100644
--- a/admin/layouts/layout/details_fullwidth.php
+++ b/admin/layouts/layout/details_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_fullwidth.php
diff --git a/admin/layouts/layout/details_left.php b/admin/layouts/layout/details_left.php
index 6b4a99183..f5ee47298 100644
--- a/admin/layouts/layout/details_left.php
+++ b/admin/layouts/layout/details_left.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_left.php
diff --git a/admin/layouts/layout/details_right.php b/admin/layouts/layout/details_right.php
index 3332da330..abddc9c2f 100644
--- a/admin/layouts/layout/details_right.php
+++ b/admin/layouts/layout/details_right.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_right.php
diff --git a/admin/layouts/layout/details_rightside.php b/admin/layouts/layout/details_rightside.php
index c288eecd0..6e804ad79 100644
--- a/admin/layouts/layout/details_rightside.php
+++ b/admin/layouts/layout/details_rightside.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_rightside.php
diff --git a/admin/layouts/layout/details_under.php b/admin/layouts/layout/details_under.php
index 7d4e90c18..bc845274f 100644
--- a/admin/layouts/layout/details_under.php
+++ b/admin/layouts/layout/details_under.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_under.php
diff --git a/admin/layouts/layout/publishing.php b/admin/layouts/layout/publishing.php
index fcf640c47..3f2ab1994 100644
--- a/admin/layouts/layout/publishing.php
+++ b/admin/layouts/layout/publishing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php
diff --git a/admin/layouts/layout/publlshing.php b/admin/layouts/layout/publlshing.php
index b7598cf75..82b69a0ae 100644
--- a/admin/layouts/layout/publlshing.php
+++ b/admin/layouts/layout/publlshing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php
diff --git a/admin/layouts/site_view/custom_buttons_fullwidth.php b/admin/layouts/site_view/custom_buttons_fullwidth.php
index a339bd62d..a3cae8af5 100644
--- a/admin/layouts/site_view/custom_buttons_fullwidth.php
+++ b/admin/layouts/site_view/custom_buttons_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage custom_buttons_fullwidth.php
diff --git a/admin/layouts/site_view/details_above.php b/admin/layouts/site_view/details_above.php
index b2c81f273..25315681c 100644
--- a/admin/layouts/site_view/details_above.php
+++ b/admin/layouts/site_view/details_above.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_above.php
diff --git a/admin/layouts/site_view/details_fullwidth.php b/admin/layouts/site_view/details_fullwidth.php
index edfa35043..f8f669596 100644
--- a/admin/layouts/site_view/details_fullwidth.php
+++ b/admin/layouts/site_view/details_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_fullwidth.php
diff --git a/admin/layouts/site_view/details_left.php b/admin/layouts/site_view/details_left.php
index 6b4a99183..f5ee47298 100644
--- a/admin/layouts/site_view/details_left.php
+++ b/admin/layouts/site_view/details_left.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_left.php
diff --git a/admin/layouts/site_view/details_right.php b/admin/layouts/site_view/details_right.php
index 3332da330..abddc9c2f 100644
--- a/admin/layouts/site_view/details_right.php
+++ b/admin/layouts/site_view/details_right.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_right.php
diff --git a/admin/layouts/site_view/details_rightside.php b/admin/layouts/site_view/details_rightside.php
index 17caa11b2..f812bacf8 100644
--- a/admin/layouts/site_view/details_rightside.php
+++ b/admin/layouts/site_view/details_rightside.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_rightside.php
diff --git a/admin/layouts/site_view/details_under.php b/admin/layouts/site_view/details_under.php
index 7d4e90c18..bc845274f 100644
--- a/admin/layouts/site_view/details_under.php
+++ b/admin/layouts/site_view/details_under.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_under.php
diff --git a/admin/layouts/site_view/javascript_css_fullwidth.php b/admin/layouts/site_view/javascript_css_fullwidth.php
index 52a989e3f..40091ae54 100644
--- a/admin/layouts/site_view/javascript_css_fullwidth.php
+++ b/admin/layouts/site_view/javascript_css_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage javascript_css_fullwidth.php
diff --git a/admin/layouts/site_view/php_fullwidth.php b/admin/layouts/site_view/php_fullwidth.php
index 394a3fc2c..eef248150 100644
--- a/admin/layouts/site_view/php_fullwidth.php
+++ b/admin/layouts/site_view/php_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage php_fullwidth.php
diff --git a/admin/layouts/site_view/publishing.php b/admin/layouts/site_view/publishing.php
index fcf640c47..3f2ab1994 100644
--- a/admin/layouts/site_view/publishing.php
+++ b/admin/layouts/site_view/publishing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php
diff --git a/admin/layouts/site_view/publlshing.php b/admin/layouts/site_view/publlshing.php
index b7598cf75..82b69a0ae 100644
--- a/admin/layouts/site_view/publlshing.php
+++ b/admin/layouts/site_view/publlshing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php
diff --git a/admin/layouts/snippet/details_above.php b/admin/layouts/snippet/details_above.php
index 5451f17e6..0cbf55663 100644
--- a/admin/layouts/snippet/details_above.php
+++ b/admin/layouts/snippet/details_above.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_above.php
diff --git a/admin/layouts/snippet/details_left.php b/admin/layouts/snippet/details_left.php
index a60a5315a..55fb90977 100644
--- a/admin/layouts/snippet/details_left.php
+++ b/admin/layouts/snippet/details_left.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_left.php
diff --git a/admin/layouts/snippet/details_right.php b/admin/layouts/snippet/details_right.php
index b0adaa995..1f800ec14 100644
--- a/admin/layouts/snippet/details_right.php
+++ b/admin/layouts/snippet/details_right.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_right.php
diff --git a/admin/layouts/snippet/publishing.php b/admin/layouts/snippet/publishing.php
index fcf640c47..3f2ab1994 100644
--- a/admin/layouts/snippet/publishing.php
+++ b/admin/layouts/snippet/publishing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php
diff --git a/admin/layouts/snippet/publlshing.php b/admin/layouts/snippet/publlshing.php
index b7598cf75..82b69a0ae 100644
--- a/admin/layouts/snippet/publlshing.php
+++ b/admin/layouts/snippet/publlshing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php
diff --git a/admin/layouts/template/custom_script_fullwidth.php b/admin/layouts/template/custom_script_fullwidth.php
index 0e0337ff2..7165c0f38 100644
--- a/admin/layouts/template/custom_script_fullwidth.php
+++ b/admin/layouts/template/custom_script_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage custom_script_fullwidth.php
diff --git a/admin/layouts/template/details_fullwidth.php b/admin/layouts/template/details_fullwidth.php
index 4118229a4..1272d382e 100644
--- a/admin/layouts/template/details_fullwidth.php
+++ b/admin/layouts/template/details_fullwidth.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_fullwidth.php
diff --git a/admin/layouts/template/details_left.php b/admin/layouts/template/details_left.php
index 6b4a99183..f5ee47298 100644
--- a/admin/layouts/template/details_left.php
+++ b/admin/layouts/template/details_left.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_left.php
diff --git a/admin/layouts/template/details_right.php b/admin/layouts/template/details_right.php
index 3332da330..abddc9c2f 100644
--- a/admin/layouts/template/details_right.php
+++ b/admin/layouts/template/details_right.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_right.php
diff --git a/admin/layouts/template/details_rightside.php b/admin/layouts/template/details_rightside.php
index c288eecd0..6e804ad79 100644
--- a/admin/layouts/template/details_rightside.php
+++ b/admin/layouts/template/details_rightside.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_rightside.php
diff --git a/admin/layouts/template/details_under.php b/admin/layouts/template/details_under.php
index 7d4e90c18..bc845274f 100644
--- a/admin/layouts/template/details_under.php
+++ b/admin/layouts/template/details_under.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage details_under.php
diff --git a/admin/layouts/template/publishing.php b/admin/layouts/template/publishing.php
index fcf640c47..3f2ab1994 100644
--- a/admin/layouts/template/publishing.php
+++ b/admin/layouts/template/publishing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php
diff --git a/admin/layouts/template/publlshing.php b/admin/layouts/template/publlshing.php
index b7598cf75..82b69a0ae 100644
--- a/admin/layouts/template/publlshing.php
+++ b/admin/layouts/template/publlshing.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php
diff --git a/admin/models/admin_view.php b/admin/models/admin_view.php
index 9f71ac968..bb5971f1f 100644
--- a/admin/models/admin_view.php
+++ b/admin/models/admin_view.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage admin_view.php
@@ -237,8 +237,8 @@ class ComponentbuilderModelAdmin_view extends JModelAdmin
$query->join('LEFT', $db->quoteName('#__categories', 'c') . ' ON (' . $db->quoteName('a.catid') . ' = ' . $db->quoteName('c.id') . ')');
// From the componentbuilder_fieldtype table.
- $query->select($db->quoteName('g.name','type_name'));
- $query->join('LEFT', $db->quoteName('#__componentbuilder_fieldtype', 'g') . ' ON (' . $db->quoteName('a.type') . ' = ' . $db->quoteName('g.id') . ')');
+ $query->select($db->quoteName('g.name','fieldtype_name'));
+ $query->join('LEFT', $db->quoteName('#__componentbuilder_fieldtype', 'g') . ' ON (' . $db->quoteName('a.fieldtype') . ' = ' . $db->quoteName('g.id') . ')');
// Join over the asset groups.
$query->select('ag.title AS access_level');
diff --git a/admin/models/admin_views.php b/admin/models/admin_views.php
index 71a9a05ba..b088cb81d 100644
--- a/admin/models/admin_views.php
+++ b/admin/models/admin_views.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage admin_views.php
diff --git a/admin/models/ajax.php b/admin/models/ajax.php
index 33aa05c8f..f39a87566 100644
--- a/admin/models/ajax.php
+++ b/admin/models/ajax.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage ajax.php
diff --git a/admin/models/compiler.php b/admin/models/compiler.php
index afcf1ba49..50b0f8fdc 100644
--- a/admin/models/compiler.php
+++ b/admin/models/compiler.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage compiler.php
diff --git a/admin/models/component.php b/admin/models/component.php
index f27e5a21a..d91954dc3 100644
--- a/admin/models/component.php
+++ b/admin/models/component.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage component.php
diff --git a/admin/models/componentbuilder.php b/admin/models/componentbuilder.php
index ba9325a63..2d216696d 100644
--- a/admin/models/componentbuilder.php
+++ b/admin/models/componentbuilder.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage componentbuilder.php
diff --git a/admin/models/components.php b/admin/models/components.php
index 28b21f156..4eec52421 100644
--- a/admin/models/components.php
+++ b/admin/models/components.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage components.php
diff --git a/admin/models/custom_admin_view.php b/admin/models/custom_admin_view.php
index 7304843b4..7f6ad84e6 100644
--- a/admin/models/custom_admin_view.php
+++ b/admin/models/custom_admin_view.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage custom_admin_view.php
diff --git a/admin/models/custom_admin_views.php b/admin/models/custom_admin_views.php
index 651761eaa..13b0794d6 100644
--- a/admin/models/custom_admin_views.php
+++ b/admin/models/custom_admin_views.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage custom_admin_views.php
diff --git a/admin/models/dynamic_get.php b/admin/models/dynamic_get.php
index 44dec79f7..020765d7f 100644
--- a/admin/models/dynamic_get.php
+++ b/admin/models/dynamic_get.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage dynamic_get.php
diff --git a/admin/models/dynamic_gets.php b/admin/models/dynamic_gets.php
index 1c0f7623f..89fe26aa7 100644
--- a/admin/models/dynamic_gets.php
+++ b/admin/models/dynamic_gets.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage dynamic_gets.php
diff --git a/admin/models/field.php b/admin/models/field.php
index 5bb86e526..260629164 100644
--- a/admin/models/field.php
+++ b/admin/models/field.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage field.php
diff --git a/admin/models/fields.php b/admin/models/fields.php
index 03886e87f..a1056cab2 100644
--- a/admin/models/fields.php
+++ b/admin/models/fields.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage fields.php
@@ -46,7 +46,7 @@ class ComponentbuilderModelFields extends JModelList
'a.created_by','created_by',
'a.modified_by','modified_by',
'a.name','name',
- 'a.type','type',
+ 'a.fieldtype','fieldtype',
'a.datatype','datatype',
'a.indexes','indexes',
'a.null_switch','null_switch',
@@ -77,8 +77,8 @@ class ComponentbuilderModelFields extends JModelList
$name = $this->getUserStateFromRequest($this->context . '.filter.name', 'filter_name');
$this->setState('filter.name', $name);
- $type = $this->getUserStateFromRequest($this->context . '.filter.type', 'filter_type');
- $this->setState('filter.type', $type);
+ $fieldtype = $this->getUserStateFromRequest($this->context . '.filter.fieldtype', 'filter_fieldtype');
+ $this->setState('filter.fieldtype', $fieldtype);
$datatype = $this->getUserStateFromRequest($this->context . '.filter.datatype', 'filter_datatype');
$this->setState('filter.datatype', $datatype);
@@ -273,8 +273,8 @@ class ComponentbuilderModelFields extends JModelList
$query->join('LEFT', $db->quoteName('#__categories', 'c') . ' ON (' . $db->quoteName('a.catid') . ' = ' . $db->quoteName('c.id') . ')');
// From the componentbuilder_fieldtype table.
- $query->select($db->quoteName('g.name','type_name'));
- $query->join('LEFT', $db->quoteName('#__componentbuilder_fieldtype', 'g') . ' ON (' . $db->quoteName('a.type') . ' = ' . $db->quoteName('g.id') . ')');
+ $query->select($db->quoteName('g.name','fieldtype_name'));
+ $query->join('LEFT', $db->quoteName('#__componentbuilder_fieldtype', 'g') . ' ON (' . $db->quoteName('a.fieldtype') . ' = ' . $db->quoteName('g.id') . ')');
// Filter by published state
$published = $this->getState('filter.published');
@@ -312,14 +312,14 @@ class ComponentbuilderModelFields extends JModelList
else
{
$search = $db->quote('%' . $db->escape($search, true) . '%');
- $query->where('(a.name LIKE '.$search.' OR a.type LIKE '.$search.' OR g.name LIKE '.$search.' OR a.datatype LIKE '.$search.' OR a.indexes LIKE '.$search.' OR a.null_switch LIKE '.$search.' OR a.xml LIKE '.$search.' OR a.catid LIKE '.$search.' OR a.store LIKE '.$search.')');
+ $query->where('(a.name LIKE '.$search.' OR a.fieldtype LIKE '.$search.' OR g.name LIKE '.$search.' OR a.datatype LIKE '.$search.' OR a.indexes LIKE '.$search.' OR a.null_switch LIKE '.$search.' OR a.xml LIKE '.$search.' OR a.catid LIKE '.$search.' OR a.store LIKE '.$search.')');
}
}
- // Filter by type.
- if ($type = $this->getState('filter.type'))
+ // Filter by fieldtype.
+ if ($fieldtype = $this->getState('filter.fieldtype'))
{
- $query->where('a.type = ' . $db->quote($db->escape($type, true)));
+ $query->where('a.fieldtype = ' . $db->quote($db->escape($fieldtype, true)));
}
// Filter by Datatype.
if ($datatype = $this->getState('filter.datatype'))
@@ -497,7 +497,7 @@ class ComponentbuilderModelFields extends JModelList
$id .= ':' . $this->getState('filter.created_by');
$id .= ':' . $this->getState('filter.modified_by');
$id .= ':' . $this->getState('filter.name');
- $id .= ':' . $this->getState('filter.type');
+ $id .= ':' . $this->getState('filter.fieldtype');
$id .= ':' . $this->getState('filter.datatype');
$id .= ':' . $this->getState('filter.indexes');
$id .= ':' . $this->getState('filter.null_switch');
diff --git a/admin/models/fields/adminviews.php b/admin/models/fields/adminviews.php
index ac4428ac2..41465222e 100644
--- a/admin/models/fields/adminviews.php
+++ b/admin/models/fields/adminviews.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage adminviews.php
diff --git a/admin/models/fields/articles.php b/admin/models/fields/articles.php
index d938a026d..5d60457a2 100644
--- a/admin/models/fields/articles.php
+++ b/admin/models/fields/articles.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage articles.php
diff --git a/admin/models/fields/customadminviews.php b/admin/models/fields/customadminviews.php
index 336b86f61..a7704f64a 100644
--- a/admin/models/fields/customadminviews.php
+++ b/admin/models/fields/customadminviews.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage customadminviews.php
diff --git a/admin/models/fields/customfilelist.php b/admin/models/fields/customfilelist.php
index 2b70b8635..99da414f0 100644
--- a/admin/models/fields/customfilelist.php
+++ b/admin/models/fields/customfilelist.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage customfilelist.php
diff --git a/admin/models/fields/customfolderlist.php b/admin/models/fields/customfolderlist.php
index 9da26f5f2..8580a838c 100644
--- a/admin/models/fields/customfolderlist.php
+++ b/admin/models/fields/customfolderlist.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage customfolderlist.php
diff --git a/admin/models/fields/customgets.php b/admin/models/fields/customgets.php
index a5af212f0..99dc05433 100644
--- a/admin/models/fields/customgets.php
+++ b/admin/models/fields/customgets.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage customgets.php
diff --git a/admin/models/fields/dbtables.php b/admin/models/fields/dbtables.php
index 1f9d1d749..e61caf453 100644
--- a/admin/models/fields/dbtables.php
+++ b/admin/models/fields/dbtables.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage dbtables.php
diff --git a/admin/models/fields/dynamicgets.php b/admin/models/fields/dynamicgets.php
index 5fef69fdd..25bd17e95 100644
--- a/admin/models/fields/dynamicgets.php
+++ b/admin/models/fields/dynamicgets.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage dynamicgets.php
diff --git a/admin/models/fields/fields.php b/admin/models/fields/fields.php
index 13b862f7e..45996559b 100644
--- a/admin/models/fields/fields.php
+++ b/admin/models/fields/fields.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage fields.php
diff --git a/admin/models/fields/fieldsmulti.php b/admin/models/fields/fieldsmulti.php
index 6ef2b6f14..514cd8999 100644
--- a/admin/models/fields/fieldsmulti.php
+++ b/admin/models/fields/fieldsmulti.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage fieldsmulti.php
diff --git a/admin/models/fields/fieldtypes.php b/admin/models/fields/fieldtypes.php
index 15823b007..356570d6c 100644
--- a/admin/models/fields/fieldtypes.php
+++ b/admin/models/fields/fieldtypes.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage fieldtypes.php
@@ -96,7 +96,7 @@ class JFormFieldFieldtypes extends JFormFieldList
{
$db = JFactory::getDBO();
$query = $db->getQuery(true);
- $query->select($db->quoteName(array('a.id','a.name'),array('id','type_name')));
+ $query->select($db->quoteName(array('a.id','a.name'),array('id','fieldtype_name')));
$query->from($db->quoteName('#__componentbuilder_fieldtype', 'a'));
$query->where($db->quoteName('a.published') . ' = 1');
$query->order('a.name ASC');
@@ -108,7 +108,7 @@ class JFormFieldFieldtypes extends JFormFieldList
$options[] = JHtml::_('select.option', '', 'Select an option');
foreach($items as $item)
{
- $options[] = JHtml::_('select.option', $item->id, $item->type_name);
+ $options[] = JHtml::_('select.option', $item->id, $item->fieldtype_name);
}
}
return $options;
diff --git a/admin/models/fields/maingets.php b/admin/models/fields/maingets.php
index 8713b2b51..6ac7ab8bb 100644
--- a/admin/models/fields/maingets.php
+++ b/admin/models/fields/maingets.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage maingets.php
diff --git a/admin/models/fields/siteviews.php b/admin/models/fields/siteviews.php
index e5a6fcbe6..a47a3e320 100644
--- a/admin/models/fields/siteviews.php
+++ b/admin/models/fields/siteviews.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage siteviews.php
diff --git a/admin/models/fields/snippets.php b/admin/models/fields/snippets.php
index cb87ef791..fe803802d 100644
--- a/admin/models/fields/snippets.php
+++ b/admin/models/fields/snippets.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage snippets.php
diff --git a/admin/models/fieldtype.php b/admin/models/fieldtype.php
index a1f84bb4d..75429cbbc 100644
--- a/admin/models/fieldtype.php
+++ b/admin/models/fieldtype.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage fieldtype.php
@@ -102,7 +102,7 @@ class ComponentbuilderModelFieldtype extends JModelAdmin
$item->tags->getTagIds($item->id, 'com_componentbuilder.fieldtype');
}
}
- $this->typevvvy = $item->id;
+ $this->fieldtypevvvy = $item->id;
return $item;
}
@@ -129,22 +129,22 @@ class ComponentbuilderModelFieldtype extends JModelAdmin
$query->join('LEFT', $db->quoteName('#__categories', 'c') . ' ON (' . $db->quoteName('a.catid') . ' = ' . $db->quoteName('c.id') . ')');
// From the componentbuilder_fieldtype table.
- $query->select($db->quoteName('g.name','type_name'));
- $query->join('LEFT', $db->quoteName('#__componentbuilder_fieldtype', 'g') . ' ON (' . $db->quoteName('a.type') . ' = ' . $db->quoteName('g.id') . ')');
+ $query->select($db->quoteName('g.name','fieldtype_name'));
+ $query->join('LEFT', $db->quoteName('#__componentbuilder_fieldtype', 'g') . ' ON (' . $db->quoteName('a.fieldtype') . ' = ' . $db->quoteName('g.id') . ')');
- // Filter by typevvvy global.
- $typevvvy = $this->typevvvy;
- if (is_numeric($typevvvy ))
+ // Filter by fieldtypevvvy global.
+ $fieldtypevvvy = $this->fieldtypevvvy;
+ if (is_numeric($fieldtypevvvy ))
{
- $query->where('a.type = ' . (int) $typevvvy );
+ $query->where('a.fieldtype = ' . (int) $fieldtypevvvy );
}
- elseif (is_string($typevvvy))
+ elseif (is_string($fieldtypevvvy))
{
- $query->where('a.type = ' . $db->quote($typevvvy));
+ $query->where('a.fieldtype = ' . $db->quote($fieldtypevvvy));
}
else
{
- $query->where('a.type = -5');
+ $query->where('a.fieldtype = -5');
}
// Join over the asset groups.
diff --git a/admin/models/fieldtypes.php b/admin/models/fieldtypes.php
index 6d219a5eb..af5cb5a06 100644
--- a/admin/models/fieldtypes.php
+++ b/admin/models/fieldtypes.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage fieldtypes.php
diff --git a/admin/models/forms/admin_view.js b/admin/models/forms/admin_view.js
index bea8d6f48..5c7b8843a 100644
--- a/admin/models/forms/admin_view.js
+++ b/admin/models/forms/admin_view.js
@@ -9,8 +9,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage admin_view.js
diff --git a/admin/models/forms/component.js b/admin/models/forms/component.js
index b760c1f45..953c02bbb 100644
--- a/admin/models/forms/component.js
+++ b/admin/models/forms/component.js
@@ -9,8 +9,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage component.js
diff --git a/admin/models/forms/custom_admin_view.js b/admin/models/forms/custom_admin_view.js
index a02001a1d..32e88eb1f 100644
--- a/admin/models/forms/custom_admin_view.js
+++ b/admin/models/forms/custom_admin_view.js
@@ -9,8 +9,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage custom_admin_view.js
diff --git a/admin/models/forms/dynamic_get.js b/admin/models/forms/dynamic_get.js
index 170f3b61b..341ea2d4e 100644
--- a/admin/models/forms/dynamic_get.js
+++ b/admin/models/forms/dynamic_get.js
@@ -9,8 +9,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage dynamic_get.js
diff --git a/admin/models/forms/field.js b/admin/models/forms/field.js
index 9effe0a4e..a008edc18 100644
--- a/admin/models/forms/field.js
+++ b/admin/models/forms/field.js
@@ -9,8 +9,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage field.js
diff --git a/admin/models/forms/field.xml b/admin/models/forms/field.xml
index bd2f123c4..38f719f38 100644
--- a/admin/models/forms/field.xml
+++ b/admin/models/forms/field.xml
@@ -99,12 +99,12 @@
message="Error! Please add name here."
hint="COM_COMPONENTBUILDER_FIELD_NAME_HINT"
/>
-
+
|
- user->authorise('fieldtype.edit', 'com_componentbuilder.fieldtype.' . (int)$item->type)): ?>
+ user->authorise('fieldtype.edit', 'com_componentbuilder.fieldtype.' . (int)$item->fieldtype)): ?>
- escape($item->type_name); ?>
+ escape($item->fieldtype_name); ?>
|
diff --git a/admin/views/fields/tmpl/default_foot.php b/admin/views/fields/tmpl/default_foot.php
index 53e25eb11..cd726877c 100644
--- a/admin/views/fields/tmpl/default_foot.php
+++ b/admin/views/fields/tmpl/default_foot.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_foot.php
diff --git a/admin/views/fields/tmpl/default_head.php b/admin/views/fields/tmpl/default_head.php
index f4ae611ba..1ef6c2dcd 100644
--- a/admin/views/fields/tmpl/default_head.php
+++ b/admin/views/fields/tmpl/default_head.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_head.php
@@ -48,7 +48,7 @@ defined('_JEXEC') or die('Restricted access');
listDirn, $this->listOrder); ?>
|
- listDirn, $this->listOrder); ?>
+ listDirn, $this->listOrder); ?>
|
listDirn, $this->listOrder); ?>
diff --git a/admin/views/fields/tmpl/default_toolbar.php b/admin/views/fields/tmpl/default_toolbar.php
index 51978e7c4..87cd8e62a 100644
--- a/admin/views/fields/tmpl/default_toolbar.php
+++ b/admin/views/fields/tmpl/default_toolbar.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_toolbar.php
diff --git a/admin/views/fields/view.html.php b/admin/views/fields/view.html.php
index f37bbbde7..c5ec5bc21 100644
--- a/admin/views/fields/view.html.php
+++ b/admin/views/fields/view.html.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage view.html.php
@@ -220,24 +220,24 @@ class ComponentbuilderViewFields extends JViewLegacy
);
}
- // Set Type Name Selection
- $this->typeNameOptions = JFormHelper::loadFieldType('Fieldtypes')->getOptions();
- if ($this->typeNameOptions)
+ // Set Fieldtype Name Selection
+ $this->fieldtypeNameOptions = JFormHelper::loadFieldType('Fieldtypes')->getOptions();
+ if ($this->fieldtypeNameOptions)
{
- // Type Name Filter
+ // Fieldtype Name Filter
JHtmlSidebar::addFilter(
- '- Select '.JText::_('COM_COMPONENTBUILDER_FIELD_TYPE_LABEL').' -',
- 'filter_type',
- JHtml::_('select.options', $this->typeNameOptions, 'value', 'text', $this->state->get('filter.type'))
+ '- Select '.JText::_('COM_COMPONENTBUILDER_FIELD_FIELDTYPE_LABEL').' -',
+ 'filter_fieldtype',
+ JHtml::_('select.options', $this->fieldtypeNameOptions, 'value', 'text', $this->state->get('filter.fieldtype'))
);
if ($this->canBatch && $this->canCreate && $this->canEdit)
{
- // Type Name Batch Selection
+ // Fieldtype Name Batch Selection
JHtmlBatch_::addListSelection(
- '- Keep Original '.JText::_('COM_COMPONENTBUILDER_FIELD_TYPE_LABEL').' -',
- 'batch[type]',
- JHtml::_('select.options', $this->typeNameOptions, 'value', 'text')
+ '- Keep Original '.JText::_('COM_COMPONENTBUILDER_FIELD_FIELDTYPE_LABEL').' -',
+ 'batch[fieldtype]',
+ JHtml::_('select.options', $this->fieldtypeNameOptions, 'value', 'text')
);
}
}
@@ -372,7 +372,7 @@ class ComponentbuilderViewFields extends JViewLegacy
'a.sorting' => JText::_('JGRID_HEADING_ORDERING'),
'a.published' => JText::_('JSTATUS'),
'a.name' => JText::_('COM_COMPONENTBUILDER_FIELD_NAME_LABEL'),
- 'g.name' => JText::_('COM_COMPONENTBUILDER_FIELD_TYPE_LABEL'),
+ 'g.name' => JText::_('COM_COMPONENTBUILDER_FIELD_FIELDTYPE_LABEL'),
'a.datatype' => JText::_('COM_COMPONENTBUILDER_FIELD_DATATYPE_LABEL'),
'a.indexes' => JText::_('COM_COMPONENTBUILDER_FIELD_INDEXES_LABEL'),
'a.null_switch' => JText::_('COM_COMPONENTBUILDER_FIELD_NULL_SWITCH_LABEL'),
diff --git a/admin/views/fieldtype/submitbutton.js b/admin/views/fieldtype/submitbutton.js
index 594ffaed6..d7b828762 100644
--- a/admin/views/fieldtype/submitbutton.js
+++ b/admin/views/fieldtype/submitbutton.js
@@ -9,8 +9,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage submitbutton.js
diff --git a/admin/views/fieldtype/tmpl/edit.php b/admin/views/fieldtype/tmpl/edit.php
index bcb130d83..bd9c7f1c8 100644
--- a/admin/views/fieldtype/tmpl/edit.php
+++ b/admin/views/fieldtype/tmpl/edit.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage edit.php
diff --git a/admin/views/fieldtype/view.html.php b/admin/views/fieldtype/view.html.php
index 80098619a..df87c583a 100644
--- a/admin/views/fieldtype/view.html.php
+++ b/admin/views/fieldtype/view.html.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage view.html.php
diff --git a/admin/views/fieldtypes/tmpl/default.php b/admin/views/fieldtypes/tmpl/default.php
index 05142d7e7..21cd7b478 100644
--- a/admin/views/fieldtypes/tmpl/default.php
+++ b/admin/views/fieldtypes/tmpl/default.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default.php
diff --git a/admin/views/fieldtypes/tmpl/default_batch_body.php b/admin/views/fieldtypes/tmpl/default_batch_body.php
index 1369d01ab..c0b2c31ba 100644
--- a/admin/views/fieldtypes/tmpl/default_batch_body.php
+++ b/admin/views/fieldtypes/tmpl/default_batch_body.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_batch_body.php
diff --git a/admin/views/fieldtypes/tmpl/default_batch_footer.php b/admin/views/fieldtypes/tmpl/default_batch_footer.php
index 4c5645005..cec1f0be8 100644
--- a/admin/views/fieldtypes/tmpl/default_batch_footer.php
+++ b/admin/views/fieldtypes/tmpl/default_batch_footer.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_batch_footer.php
diff --git a/admin/views/fieldtypes/tmpl/default_body.php b/admin/views/fieldtypes/tmpl/default_body.php
index bc69291b8..ec9b5429c 100644
--- a/admin/views/fieldtypes/tmpl/default_body.php
+++ b/admin/views/fieldtypes/tmpl/default_body.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_body.php
diff --git a/admin/views/fieldtypes/tmpl/default_foot.php b/admin/views/fieldtypes/tmpl/default_foot.php
index 90e62988f..143c19308 100644
--- a/admin/views/fieldtypes/tmpl/default_foot.php
+++ b/admin/views/fieldtypes/tmpl/default_foot.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_foot.php
diff --git a/admin/views/fieldtypes/tmpl/default_head.php b/admin/views/fieldtypes/tmpl/default_head.php
index 2f51c6a96..910187866 100644
--- a/admin/views/fieldtypes/tmpl/default_head.php
+++ b/admin/views/fieldtypes/tmpl/default_head.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_head.php
diff --git a/admin/views/fieldtypes/tmpl/default_toolbar.php b/admin/views/fieldtypes/tmpl/default_toolbar.php
index 6ad3c7e1c..c74aa71eb 100644
--- a/admin/views/fieldtypes/tmpl/default_toolbar.php
+++ b/admin/views/fieldtypes/tmpl/default_toolbar.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_toolbar.php
diff --git a/admin/views/fieldtypes/view.html.php b/admin/views/fieldtypes/view.html.php
index 2cb5d36c8..003e43057 100644
--- a/admin/views/fieldtypes/view.html.php
+++ b/admin/views/fieldtypes/view.html.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage view.html.php
diff --git a/admin/views/help_document/submitbutton.js b/admin/views/help_document/submitbutton.js
index 5f9d5be4c..f4a248a65 100644
--- a/admin/views/help_document/submitbutton.js
+++ b/admin/views/help_document/submitbutton.js
@@ -9,8 +9,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage submitbutton.js
diff --git a/admin/views/help_document/tmpl/edit.php b/admin/views/help_document/tmpl/edit.php
index f405c6a29..a21e1b2f6 100644
--- a/admin/views/help_document/tmpl/edit.php
+++ b/admin/views/help_document/tmpl/edit.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage edit.php
diff --git a/admin/views/help_document/view.html.php b/admin/views/help_document/view.html.php
index be9743e19..bab9ed29d 100644
--- a/admin/views/help_document/view.html.php
+++ b/admin/views/help_document/view.html.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage view.html.php
diff --git a/admin/views/help_documents/tmpl/default.php b/admin/views/help_documents/tmpl/default.php
index 99a11788f..9feb5f5e8 100644
--- a/admin/views/help_documents/tmpl/default.php
+++ b/admin/views/help_documents/tmpl/default.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default.php
diff --git a/admin/views/help_documents/tmpl/default_batch_body.php b/admin/views/help_documents/tmpl/default_batch_body.php
index 168eb8be9..5923cc784 100644
--- a/admin/views/help_documents/tmpl/default_batch_body.php
+++ b/admin/views/help_documents/tmpl/default_batch_body.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_batch_body.php
diff --git a/admin/views/help_documents/tmpl/default_batch_footer.php b/admin/views/help_documents/tmpl/default_batch_footer.php
index fe08a1e9b..a1ba9a7a1 100644
--- a/admin/views/help_documents/tmpl/default_batch_footer.php
+++ b/admin/views/help_documents/tmpl/default_batch_footer.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_batch_footer.php
diff --git a/admin/views/help_documents/tmpl/default_body.php b/admin/views/help_documents/tmpl/default_body.php
index c199cc910..c16d8b8ef 100644
--- a/admin/views/help_documents/tmpl/default_body.php
+++ b/admin/views/help_documents/tmpl/default_body.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_body.php
diff --git a/admin/views/help_documents/tmpl/default_foot.php b/admin/views/help_documents/tmpl/default_foot.php
index 0bbd6febc..6c05441c2 100644
--- a/admin/views/help_documents/tmpl/default_foot.php
+++ b/admin/views/help_documents/tmpl/default_foot.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_foot.php
diff --git a/admin/views/help_documents/tmpl/default_head.php b/admin/views/help_documents/tmpl/default_head.php
index bb67b5f10..73e663a5b 100644
--- a/admin/views/help_documents/tmpl/default_head.php
+++ b/admin/views/help_documents/tmpl/default_head.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_head.php
diff --git a/admin/views/help_documents/tmpl/default_toolbar.php b/admin/views/help_documents/tmpl/default_toolbar.php
index 2839624ea..928100fe8 100644
--- a/admin/views/help_documents/tmpl/default_toolbar.php
+++ b/admin/views/help_documents/tmpl/default_toolbar.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_toolbar.php
diff --git a/admin/views/help_documents/view.html.php b/admin/views/help_documents/view.html.php
index aa0b584a9..47badf61a 100644
--- a/admin/views/help_documents/view.html.php
+++ b/admin/views/help_documents/view.html.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage view.html.php
diff --git a/admin/views/import/tmpl/default.php b/admin/views/import/tmpl/default.php
index d78ee77f4..81bd0679a 100644
--- a/admin/views/import/tmpl/default.php
+++ b/admin/views/import/tmpl/default.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default.php
diff --git a/admin/views/import/view.html.php b/admin/views/import/view.html.php
index 8713b4c40..aacfd634b 100644
--- a/admin/views/import/view.html.php
+++ b/admin/views/import/view.html.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage view.html.php
diff --git a/admin/views/layout/submitbutton.js b/admin/views/layout/submitbutton.js
index f407f5804..ed1d6521c 100644
--- a/admin/views/layout/submitbutton.js
+++ b/admin/views/layout/submitbutton.js
@@ -9,8 +9,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage submitbutton.js
diff --git a/admin/views/layout/tmpl/edit.php b/admin/views/layout/tmpl/edit.php
index 60984181c..2df9cb166 100644
--- a/admin/views/layout/tmpl/edit.php
+++ b/admin/views/layout/tmpl/edit.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage edit.php
diff --git a/admin/views/layout/view.html.php b/admin/views/layout/view.html.php
index 1ee2f1587..359259afb 100644
--- a/admin/views/layout/view.html.php
+++ b/admin/views/layout/view.html.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage view.html.php
diff --git a/admin/views/layouts/tmpl/default.php b/admin/views/layouts/tmpl/default.php
index 84d7dedef..b2c7842b0 100644
--- a/admin/views/layouts/tmpl/default.php
+++ b/admin/views/layouts/tmpl/default.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default.php
diff --git a/admin/views/layouts/tmpl/default_batch_body.php b/admin/views/layouts/tmpl/default_batch_body.php
index 7656448a1..001904f24 100644
--- a/admin/views/layouts/tmpl/default_batch_body.php
+++ b/admin/views/layouts/tmpl/default_batch_body.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_batch_body.php
diff --git a/admin/views/layouts/tmpl/default_batch_footer.php b/admin/views/layouts/tmpl/default_batch_footer.php
index f4e5324b0..950720262 100644
--- a/admin/views/layouts/tmpl/default_batch_footer.php
+++ b/admin/views/layouts/tmpl/default_batch_footer.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_batch_footer.php
diff --git a/admin/views/layouts/tmpl/default_body.php b/admin/views/layouts/tmpl/default_body.php
index 1806379c3..04169f965 100644
--- a/admin/views/layouts/tmpl/default_body.php
+++ b/admin/views/layouts/tmpl/default_body.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_body.php
diff --git a/admin/views/layouts/tmpl/default_foot.php b/admin/views/layouts/tmpl/default_foot.php
index f0a446537..4799e0ced 100644
--- a/admin/views/layouts/tmpl/default_foot.php
+++ b/admin/views/layouts/tmpl/default_foot.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_foot.php
diff --git a/admin/views/layouts/tmpl/default_head.php b/admin/views/layouts/tmpl/default_head.php
index 855ec49b8..4a350f529 100644
--- a/admin/views/layouts/tmpl/default_head.php
+++ b/admin/views/layouts/tmpl/default_head.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_head.php
diff --git a/admin/views/layouts/tmpl/default_toolbar.php b/admin/views/layouts/tmpl/default_toolbar.php
index 0ac7e1145..24f8e3742 100644
--- a/admin/views/layouts/tmpl/default_toolbar.php
+++ b/admin/views/layouts/tmpl/default_toolbar.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_toolbar.php
diff --git a/admin/views/layouts/view.html.php b/admin/views/layouts/view.html.php
index 910bba262..54b124aff 100644
--- a/admin/views/layouts/view.html.php
+++ b/admin/views/layouts/view.html.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage view.html.php
diff --git a/admin/views/site_view/submitbutton.js b/admin/views/site_view/submitbutton.js
index 8d01c23ed..6ceb50618 100644
--- a/admin/views/site_view/submitbutton.js
+++ b/admin/views/site_view/submitbutton.js
@@ -9,8 +9,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage submitbutton.js
diff --git a/admin/views/site_view/tmpl/edit.php b/admin/views/site_view/tmpl/edit.php
index 76c0efcfe..5a1bce279 100644
--- a/admin/views/site_view/tmpl/edit.php
+++ b/admin/views/site_view/tmpl/edit.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage edit.php
diff --git a/admin/views/site_view/view.html.php b/admin/views/site_view/view.html.php
index c28a75ec3..ef5877cb3 100644
--- a/admin/views/site_view/view.html.php
+++ b/admin/views/site_view/view.html.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage view.html.php
diff --git a/admin/views/site_views/tmpl/default.php b/admin/views/site_views/tmpl/default.php
index 2de219e76..c7173350b 100644
--- a/admin/views/site_views/tmpl/default.php
+++ b/admin/views/site_views/tmpl/default.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default.php
diff --git a/admin/views/site_views/tmpl/default_batch_body.php b/admin/views/site_views/tmpl/default_batch_body.php
index b3159fbca..9058c1aa5 100644
--- a/admin/views/site_views/tmpl/default_batch_body.php
+++ b/admin/views/site_views/tmpl/default_batch_body.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_batch_body.php
diff --git a/admin/views/site_views/tmpl/default_batch_footer.php b/admin/views/site_views/tmpl/default_batch_footer.php
index 88d20890b..35a82d930 100644
--- a/admin/views/site_views/tmpl/default_batch_footer.php
+++ b/admin/views/site_views/tmpl/default_batch_footer.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_batch_footer.php
diff --git a/admin/views/site_views/tmpl/default_body.php b/admin/views/site_views/tmpl/default_body.php
index 25ebafd08..d63d2f942 100644
--- a/admin/views/site_views/tmpl/default_body.php
+++ b/admin/views/site_views/tmpl/default_body.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_body.php
diff --git a/admin/views/site_views/tmpl/default_foot.php b/admin/views/site_views/tmpl/default_foot.php
index 30bc5ebe9..5506063d4 100644
--- a/admin/views/site_views/tmpl/default_foot.php
+++ b/admin/views/site_views/tmpl/default_foot.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_foot.php
diff --git a/admin/views/site_views/tmpl/default_head.php b/admin/views/site_views/tmpl/default_head.php
index 3282e887f..3f8256109 100644
--- a/admin/views/site_views/tmpl/default_head.php
+++ b/admin/views/site_views/tmpl/default_head.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_head.php
diff --git a/admin/views/site_views/tmpl/default_toolbar.php b/admin/views/site_views/tmpl/default_toolbar.php
index 0d3a82033..0a23f5a6b 100644
--- a/admin/views/site_views/tmpl/default_toolbar.php
+++ b/admin/views/site_views/tmpl/default_toolbar.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_toolbar.php
diff --git a/admin/views/site_views/view.html.php b/admin/views/site_views/view.html.php
index e7638c501..80c25f2ec 100644
--- a/admin/views/site_views/view.html.php
+++ b/admin/views/site_views/view.html.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage view.html.php
diff --git a/admin/views/snippet/submitbutton.js b/admin/views/snippet/submitbutton.js
index 7c54b682b..771a17bb7 100644
--- a/admin/views/snippet/submitbutton.js
+++ b/admin/views/snippet/submitbutton.js
@@ -9,8 +9,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage submitbutton.js
diff --git a/admin/views/snippet/tmpl/edit.php b/admin/views/snippet/tmpl/edit.php
index 9e2e4a072..7ff65a5eb 100644
--- a/admin/views/snippet/tmpl/edit.php
+++ b/admin/views/snippet/tmpl/edit.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage edit.php
diff --git a/admin/views/snippet/view.html.php b/admin/views/snippet/view.html.php
index ca877adc1..bb199e76c 100644
--- a/admin/views/snippet/view.html.php
+++ b/admin/views/snippet/view.html.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage view.html.php
diff --git a/admin/views/snippets/tmpl/default.php b/admin/views/snippets/tmpl/default.php
index ae56e630b..ce88ead3f 100644
--- a/admin/views/snippets/tmpl/default.php
+++ b/admin/views/snippets/tmpl/default.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default.php
diff --git a/admin/views/snippets/tmpl/default_batch_body.php b/admin/views/snippets/tmpl/default_batch_body.php
index 0d69bb4dc..6ba58fb6f 100644
--- a/admin/views/snippets/tmpl/default_batch_body.php
+++ b/admin/views/snippets/tmpl/default_batch_body.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_batch_body.php
diff --git a/admin/views/snippets/tmpl/default_batch_footer.php b/admin/views/snippets/tmpl/default_batch_footer.php
index a06cc87cb..f9f13548b 100644
--- a/admin/views/snippets/tmpl/default_batch_footer.php
+++ b/admin/views/snippets/tmpl/default_batch_footer.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_batch_footer.php
diff --git a/admin/views/snippets/tmpl/default_body.php b/admin/views/snippets/tmpl/default_body.php
index 37f116f46..8fe7a5710 100644
--- a/admin/views/snippets/tmpl/default_body.php
+++ b/admin/views/snippets/tmpl/default_body.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_body.php
diff --git a/admin/views/snippets/tmpl/default_foot.php b/admin/views/snippets/tmpl/default_foot.php
index f0a446537..4799e0ced 100644
--- a/admin/views/snippets/tmpl/default_foot.php
+++ b/admin/views/snippets/tmpl/default_foot.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_foot.php
diff --git a/admin/views/snippets/tmpl/default_head.php b/admin/views/snippets/tmpl/default_head.php
index e8a7423b5..3eb621691 100644
--- a/admin/views/snippets/tmpl/default_head.php
+++ b/admin/views/snippets/tmpl/default_head.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_head.php
diff --git a/admin/views/snippets/tmpl/default_toolbar.php b/admin/views/snippets/tmpl/default_toolbar.php
index 6edf8bc79..cdb7e3bd3 100644
--- a/admin/views/snippets/tmpl/default_toolbar.php
+++ b/admin/views/snippets/tmpl/default_toolbar.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_toolbar.php
diff --git a/admin/views/snippets/view.html.php b/admin/views/snippets/view.html.php
index 77273186f..ed14f2c0d 100644
--- a/admin/views/snippets/view.html.php
+++ b/admin/views/snippets/view.html.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage view.html.php
diff --git a/admin/views/template/submitbutton.js b/admin/views/template/submitbutton.js
index becf306aa..b80422f28 100644
--- a/admin/views/template/submitbutton.js
+++ b/admin/views/template/submitbutton.js
@@ -9,8 +9,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage submitbutton.js
diff --git a/admin/views/template/tmpl/edit.php b/admin/views/template/tmpl/edit.php
index 3967ff10f..dd8109c6c 100644
--- a/admin/views/template/tmpl/edit.php
+++ b/admin/views/template/tmpl/edit.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage edit.php
diff --git a/admin/views/template/view.html.php b/admin/views/template/view.html.php
index 17f8e5bfb..a4a88a2c4 100644
--- a/admin/views/template/view.html.php
+++ b/admin/views/template/view.html.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage view.html.php
diff --git a/admin/views/templates/tmpl/default.php b/admin/views/templates/tmpl/default.php
index 97d78f08c..9e365f135 100644
--- a/admin/views/templates/tmpl/default.php
+++ b/admin/views/templates/tmpl/default.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default.php
diff --git a/admin/views/templates/tmpl/default_batch_body.php b/admin/views/templates/tmpl/default_batch_body.php
index 86bd477fa..4328f0508 100644
--- a/admin/views/templates/tmpl/default_batch_body.php
+++ b/admin/views/templates/tmpl/default_batch_body.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_batch_body.php
diff --git a/admin/views/templates/tmpl/default_batch_footer.php b/admin/views/templates/tmpl/default_batch_footer.php
index ff1d93c69..c5401565f 100644
--- a/admin/views/templates/tmpl/default_batch_footer.php
+++ b/admin/views/templates/tmpl/default_batch_footer.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_batch_footer.php
diff --git a/admin/views/templates/tmpl/default_body.php b/admin/views/templates/tmpl/default_body.php
index 9b171de80..6cd720991 100644
--- a/admin/views/templates/tmpl/default_body.php
+++ b/admin/views/templates/tmpl/default_body.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_body.php
diff --git a/admin/views/templates/tmpl/default_foot.php b/admin/views/templates/tmpl/default_foot.php
index f0a446537..4799e0ced 100644
--- a/admin/views/templates/tmpl/default_foot.php
+++ b/admin/views/templates/tmpl/default_foot.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_foot.php
diff --git a/admin/views/templates/tmpl/default_head.php b/admin/views/templates/tmpl/default_head.php
index 8983d59c6..64036b003 100644
--- a/admin/views/templates/tmpl/default_head.php
+++ b/admin/views/templates/tmpl/default_head.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_head.php
diff --git a/admin/views/templates/tmpl/default_toolbar.php b/admin/views/templates/tmpl/default_toolbar.php
index 65a6553a5..ad1724cf3 100644
--- a/admin/views/templates/tmpl/default_toolbar.php
+++ b/admin/views/templates/tmpl/default_toolbar.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage default_toolbar.php
diff --git a/admin/views/templates/view.html.php b/admin/views/templates/view.html.php
index 7dc1ec409..cbfcb5d33 100644
--- a/admin/views/templates/view.html.php
+++ b/admin/views/templates/view.html.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage view.html.php
diff --git a/componentbuilder.xml b/componentbuilder.xml
index 24f0b88d4..307a90a23 100644
--- a/componentbuilder.xml
+++ b/componentbuilder.xml
@@ -1,15 +1,15 @@
COM_COMPONENTBUILDER
- 1st March, 2016
+ 4th March, 2016
Llewellyn van der Merwe
info@vdm.io
https://www.vdm.io/joomla-component-builder
Copyright (C) 2015. All Rights Reserved
GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
- 2.1.1
+ 2.1.2
Component Builder (v.2.1.1)
+ Component Builder (v.2.1.2)
The Component Builder for Joomla that is highly advanced, truly able to build extremely complex components in a fraction of the time.
Created by Llewellyn van der Merwe Development started 30th April, 2015
diff --git a/script.php b/script.php
index cee0c2ee8..3d1d20543 100644
--- a/script.php
+++ b/script.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage script.php
@@ -1351,9 +1351,9 @@ class com_componentbuilderInstallerScript
$field->type_title = 'Componentbuilder Field';
$field->type_alias = 'com_componentbuilder.field';
$field->table = '{"special": {"dbtable": "#__componentbuilder_field","key": "id","type": "Field","prefix": "componentbuilderTable","config": "array()"},"common": {"dbtable": "#__ucm_content","key": "ucm_id","type": "Corecontent","prefix": "JTable","config": "array()"}}';
- $field->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "name","core_state": "published","core_alias": "null","core_created_time": "created","core_modified_time": "modified","core_body": "null","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "null","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "null","core_metadesc": "null","core_catid": "catid","core_xreference": "null","asset_id": "asset_id"},"special": {"name":"name","type":"type","datatype":"datatype","indexes":"indexes","null_switch":"null_switch","datalenght_other":"datalenght_other","datadefault":"datadefault","css_view":"css_view","datadefault_other":"datadefault_other","datalenght":"datalenght","css_views":"css_views","javascript_view_footer":"javascript_view_footer","xml":"xml","javascript_views_footer":"javascript_views_footer","add_css_view":"add_css_view","add_css_views":"add_css_views","add_javascript_view_footer":"add_javascript_view_footer","store":"store","add_javascript_views_footer":"add_javascript_views_footer","not_required":"not_required"}}';
+ $field->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "name","core_state": "published","core_alias": "null","core_created_time": "created","core_modified_time": "modified","core_body": "null","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "null","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "null","core_metadesc": "null","core_catid": "catid","core_xreference": "null","asset_id": "asset_id"},"special": {"name":"name","fieldtype":"fieldtype","datatype":"datatype","indexes":"indexes","null_switch":"null_switch","datalenght_other":"datalenght_other","datadefault":"datadefault","css_view":"css_view","datadefault_other":"datadefault_other","datalenght":"datalenght","css_views":"css_views","javascript_view_footer":"javascript_view_footer","xml":"xml","javascript_views_footer":"javascript_views_footer","add_css_view":"add_css_view","add_css_views":"add_css_views","add_javascript_view_footer":"add_javascript_view_footer","store":"store","add_javascript_views_footer":"add_javascript_views_footer","not_required":"not_required"}}';
$field->router = 'ComponentbuilderHelperRoute::getFieldRoute';
- $field->content_history_options = '{"formFile": "administrator/components/com_componentbuilder/models/forms/field.xml","hideFields": ["asset_id","checked_out","checked_out_time","version","not_required"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering","type","add_css_view","catid","add_css_views","add_javascript_view_footer","store","add_javascript_views_footer","not_required"],"displayLookup": [{"sourceColumn": "catid","targetTable": "#__categories","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "access","targetTable": "#__viewlevels","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "type","targetTable": "#__componentbuilder_fieldtype","targetColumn": "id","displayColumn": "name"}]}';
+ $field->content_history_options = '{"formFile": "administrator/components/com_componentbuilder/models/forms/field.xml","hideFields": ["asset_id","checked_out","checked_out_time","version","not_required"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering","fieldtype","add_css_view","catid","add_css_views","add_javascript_view_footer","store","add_javascript_views_footer","not_required"],"displayLookup": [{"sourceColumn": "catid","targetTable": "#__categories","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "access","targetTable": "#__viewlevels","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "fieldtype","targetTable": "#__componentbuilder_fieldtype","targetColumn": "id","displayColumn": "name"}]}';
// Set the object into the content types table.
$field_Inserted = $db->insertObject('#__content_types', $field);
@@ -1671,9 +1671,9 @@ class com_componentbuilderInstallerScript
$field->type_title = 'Componentbuilder Field';
$field->type_alias = 'com_componentbuilder.field';
$field->table = '{"special": {"dbtable": "#__componentbuilder_field","key": "id","type": "Field","prefix": "componentbuilderTable","config": "array()"},"common": {"dbtable": "#__ucm_content","key": "ucm_id","type": "Corecontent","prefix": "JTable","config": "array()"}}';
- $field->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "name","core_state": "published","core_alias": "null","core_created_time": "created","core_modified_time": "modified","core_body": "null","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "null","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "null","core_metadesc": "null","core_catid": "catid","core_xreference": "null","asset_id": "asset_id"},"special": {"name":"name","type":"type","datatype":"datatype","indexes":"indexes","null_switch":"null_switch","datalenght_other":"datalenght_other","datadefault":"datadefault","css_view":"css_view","datadefault_other":"datadefault_other","datalenght":"datalenght","css_views":"css_views","javascript_view_footer":"javascript_view_footer","xml":"xml","javascript_views_footer":"javascript_views_footer","add_css_view":"add_css_view","add_css_views":"add_css_views","add_javascript_view_footer":"add_javascript_view_footer","store":"store","add_javascript_views_footer":"add_javascript_views_footer","not_required":"not_required"}}';
+ $field->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "name","core_state": "published","core_alias": "null","core_created_time": "created","core_modified_time": "modified","core_body": "null","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "null","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "null","core_metadesc": "null","core_catid": "catid","core_xreference": "null","asset_id": "asset_id"},"special": {"name":"name","fieldtype":"fieldtype","datatype":"datatype","indexes":"indexes","null_switch":"null_switch","datalenght_other":"datalenght_other","datadefault":"datadefault","css_view":"css_view","datadefault_other":"datadefault_other","datalenght":"datalenght","css_views":"css_views","javascript_view_footer":"javascript_view_footer","xml":"xml","javascript_views_footer":"javascript_views_footer","add_css_view":"add_css_view","add_css_views":"add_css_views","add_javascript_view_footer":"add_javascript_view_footer","store":"store","add_javascript_views_footer":"add_javascript_views_footer","not_required":"not_required"}}';
$field->router = 'ComponentbuilderHelperRoute::getFieldRoute';
- $field->content_history_options = '{"formFile": "administrator/components/com_componentbuilder/models/forms/field.xml","hideFields": ["asset_id","checked_out","checked_out_time","version","not_required"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering","type","add_css_view","catid","add_css_views","add_javascript_view_footer","store","add_javascript_views_footer","not_required"],"displayLookup": [{"sourceColumn": "catid","targetTable": "#__categories","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "access","targetTable": "#__viewlevels","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "type","targetTable": "#__componentbuilder_fieldtype","targetColumn": "id","displayColumn": "name"}]}';
+ $field->content_history_options = '{"formFile": "administrator/components/com_componentbuilder/models/forms/field.xml","hideFields": ["asset_id","checked_out","checked_out_time","version","not_required"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering","fieldtype","add_css_view","catid","add_css_views","add_javascript_view_footer","store","add_javascript_views_footer","not_required"],"displayLookup": [{"sourceColumn": "catid","targetTable": "#__categories","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "access","targetTable": "#__viewlevels","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "fieldtype","targetTable": "#__componentbuilder_fieldtype","targetColumn": "id","displayColumn": "name"}]}';
// Check if field type is already in content_type DB.
$field_id = null;
@@ -1815,7 +1815,7 @@ class com_componentbuilderInstallerScript
echo '
- Upgrade to Version 2.1.1 Was Successful! Let us know if anything is not working as expected.';
+ Upgrade to Version 2.1.2 Was Successful! Let us know if anything is not working as expected.';
}
}
}
diff --git a/site/assets/css/site.css b/site/assets/css/site.css
index 53b57ae4d..4b57cc09b 100644
--- a/site/assets/css/site.css
+++ b/site/assets/css/site.css
@@ -9,8 +9,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage site.css
diff --git a/site/componentbuilder.php b/site/componentbuilder.php
index 8b77100e2..1fe6a30e6 100644
--- a/site/componentbuilder.php
+++ b/site/componentbuilder.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage componentbuilder.php
diff --git a/site/controller.php b/site/controller.php
index 1efd1c823..017b2d27e 100644
--- a/site/controller.php
+++ b/site/controller.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage controller.php
diff --git a/site/controllers/help.php b/site/controllers/help.php
index 4cb85b991..8d193322f 100644
--- a/site/controllers/help.php
+++ b/site/controllers/help.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage help.php
diff --git a/site/helpers/componentbuilder.php b/site/helpers/componentbuilder.php
index e55bb7dae..ae561ad3d 100644
--- a/site/helpers/componentbuilder.php
+++ b/site/helpers/componentbuilder.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage componentbuilder.php
diff --git a/site/helpers/headercheck.php b/site/helpers/headercheck.php
index 266fce3ba..26e11c2b7 100644
--- a/site/helpers/headercheck.php
+++ b/site/helpers/headercheck.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage headercheck.php
diff --git a/site/helpers/route.php b/site/helpers/route.php
index 3710db8f3..082ca69b4 100644
--- a/site/helpers/route.php
+++ b/site/helpers/route.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage route.php
diff --git a/site/router.php b/site/router.php
index 93945dc88..d99868ced 100644
--- a/site/router.php
+++ b/site/router.php
@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
- @version 2.1.1
- @build 1st March, 2016
+ @version 2.1.2
+ @build 4th March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage router.php
|