Improved the compiler, added the option to add the update server file to the zipped package, fixed a few bugs.

This commit is contained in:
2016-11-22 07:48:55 +02:00
parent 07f9344265
commit 05160b499f
388 changed files with 4420 additions and 3975 deletions

View File

@@ -321,7 +321,7 @@
<field
type="repeatable"
name="join_view_table"
label="Join View Tables"
label="COM_COMPONENTBUILDER_DYNAMIC_GET_JOIN_VIEW_TABLE_LABEL"
description="COM_COMPONENTBUILDER_DYNAMIC_GET_JOIN_VIEW_TABLE_DESCRIPTION"
id="join_view_table"
class="join_view_tables"
@@ -594,7 +594,7 @@
<field
type="repeatable"
name="join_db_table"
label="Join DB Tables"
label="COM_COMPONENTBUILDER_DYNAMIC_GET_JOIN_DB_TABLE_LABEL"
description="COM_COMPONENTBUILDER_DYNAMIC_GET_JOIN_DB_TABLE_DESCRIPTION"
id="join_db_table"
class="join_db_tables"
@@ -868,7 +868,7 @@
<field
type="repeatable"
name="filter"
label="Filter"
label="COM_COMPONENTBUILDER_DYNAMIC_GET_FILTER_LABEL"
description="COM_COMPONENTBUILDER_DYNAMIC_GET_FILTER_DESCRIPTION"
id="filter"
class="filters"
@@ -1000,7 +1000,7 @@
<field
type="repeatable"
name="where"
label="Where"
label="COM_COMPONENTBUILDER_DYNAMIC_GET_WHERE_LABEL"
description="COM_COMPONENTBUILDER_DYNAMIC_GET_WHERE_DESCRIPTION"
id="where"
class="wheres"
@@ -1097,7 +1097,7 @@
<field
type="repeatable"
name="order"
label="Ordering"
label="COM_COMPONENTBUILDER_DYNAMIC_GET_ORDER_LABEL"
description="COM_COMPONENTBUILDER_DYNAMIC_GET_ORDER_DESCRIPTION"
id="order"
class="ordering"
@@ -1159,7 +1159,7 @@
<field
type="repeatable"
name="global"
label="Set Global"
label="COM_COMPONENTBUILDER_DYNAMIC_GET_GLOBAL_LABEL"
description="COM_COMPONENTBUILDER_DYNAMIC_GET_GLOBAL_DESCRIPTION"
id="global"
class="globals"