added another data type to fields called TIME.

This commit is contained in:
2016-05-02 16:20:07 +01:00
parent 57bf464111
commit 951e0c1f5d
365 changed files with 372 additions and 366 deletions

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage admin_view.php
@ -349,6 +349,7 @@ class ComponentbuilderModelAdmin_view extends JModelAdmin
'LONGTEXT' => 'COM_COMPONENTBUILDER_FIELD_LONGTEXT',
'DATETIME' => 'COM_COMPONENTBUILDER_FIELD_DATETIME',
'DATE' => 'COM_COMPONENTBUILDER_FIELD_DATE',
'TIME' => 'COM_COMPONENTBUILDER_FIELD_TIME',
'INT' => 'COM_COMPONENTBUILDER_FIELD_INT',
'TINYINT' => 'COM_COMPONENTBUILDER_FIELD_TINYINT',
'BIGINT' => 'COM_COMPONENTBUILDER_FIELD_BIGINT',

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage admin_views.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage ajax.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage compiler.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage component.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage componentbuilder.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage components.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage custom_admin_view.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage custom_admin_views.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage dynamic_get.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage dynamic_gets.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage field.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage fields.php
@ -192,6 +192,7 @@ class ComponentbuilderModelFields extends JModelList
'LONGTEXT' => 'COM_COMPONENTBUILDER_FIELD_LONGTEXT',
'DATETIME' => 'COM_COMPONENTBUILDER_FIELD_DATETIME',
'DATE' => 'COM_COMPONENTBUILDER_FIELD_DATE',
'TIME' => 'COM_COMPONENTBUILDER_FIELD_TIME',
'INT' => 'COM_COMPONENTBUILDER_FIELD_INT',
'TINYINT' => 'COM_COMPONENTBUILDER_FIELD_TINYINT',
'BIGINT' => 'COM_COMPONENTBUILDER_FIELD_BIGINT',

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage adminviews.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage articles.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage customadminviews.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage customfilelist.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage customfolderlist.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage customgets.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage dbtables.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage dynamicgets.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage fields.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage fieldsmulti.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage fieldtypes.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage maingets.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage siteviews.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage snippets.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage fieldtype.php
@ -229,6 +229,7 @@ class ComponentbuilderModelFieldtype extends JModelAdmin
'LONGTEXT' => 'COM_COMPONENTBUILDER_FIELD_LONGTEXT',
'DATETIME' => 'COM_COMPONENTBUILDER_FIELD_DATETIME',
'DATE' => 'COM_COMPONENTBUILDER_FIELD_DATE',
'TIME' => 'COM_COMPONENTBUILDER_FIELD_TIME',
'INT' => 'COM_COMPONENTBUILDER_FIELD_INT',
'TINYINT' => 'COM_COMPONENTBUILDER_FIELD_TINYINT',
'BIGINT' => 'COM_COMPONENTBUILDER_FIELD_BIGINT',

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage fieldtypes.php

View File

@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage admin_view.js

View File

@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage component.js

View File

@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage custom_admin_view.js

View File

@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage dynamic_get.js

View File

@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage field.js

View File

@ -134,6 +134,8 @@
COM_COMPONENTBUILDER_FIELD_DATETIME</option>
<option value="DATE">
COM_COMPONENTBUILDER_FIELD_DATE</option>
<option value="TIME">
COM_COMPONENTBUILDER_FIELD_TIME</option>
<option value="INT">
COM_COMPONENTBUILDER_FIELD_INT</option>
<option value="TINYINT">

View File

@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage fieldtype.js

View File

@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage help_document.js

View File

@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage layout.js

View File

@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage site_view.js

View File

@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage snippet.js

View File

@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage template.js

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage help_document.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage help_documents.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage import.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage layout.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage layouts.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage site_view.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage site_views.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage snippet.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage snippets.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage template.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 22nd April, 2016
@build 2nd May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage templates.php