Bug fixes, error on compilation when using view date & version was fixed, headercheck file missing was fixed. Added swithces to controle custom import placeholders and if view version and date should be used

This commit is contained in:
2017-02-02 13:54:07 +02:00
parent 1a79b92b07
commit 655708cfa3
211 changed files with 1401 additions and 895 deletions

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.2.9
@build 1st February, 2017
@build 2nd February, 2017
@created 30th April, 2015
@package Component Builder
@subpackage admin_views_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.2.9
@build 1st February, 2017
@build 2nd February, 2017
@created 30th April, 2015
@package Component Builder
@subpackage custom_admin_views_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.2.9
@build 1st February, 2017
@build 2nd February, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_above.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.2.9
@build 1st February, 2017
@build 2nd February, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_left.php
@@ -35,6 +35,8 @@ $fields = $displayData->get('fields') ?: array(
'component_version',
'version_update',
'debug_linenr',
'add_placeholders',
'mvc_versiondate',
'short_description',
'description',
'copyright'

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.2.9
@build 1st February, 2017
@build 2nd February, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_right.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.2.9
@build 1st February, 2017
@build 2nd February, 2017
@created 30th April, 2015
@package Component Builder
@subpackage details_under.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.2.9
@build 1st February, 2017
@build 2nd February, 2017
@created 30th April, 2015
@package Component Builder
@subpackage dynamic_build_beta_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.2.9
@build 1st February, 2017
@build 2nd February, 2017
@created 30th April, 2015
@package Component Builder
@subpackage dynamic_integration_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.2.9
@build 1st February, 2017
@build 2nd February, 2017
@created 30th April, 2015
@package Component Builder
@subpackage libs_helpers_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.2.9
@build 1st February, 2017
@build 2nd February, 2017
@created 30th April, 2015
@package Component Builder
@subpackage mysql_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.2.9
@build 1st February, 2017
@build 2nd February, 2017
@created 30th April, 2015
@package Component Builder
@subpackage php_fullwidth.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.2.9
@build 1st February, 2017
@build 2nd February, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publishing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.2.9
@build 1st February, 2017
@build 2nd February, 2017
@created 30th April, 2015
@package Component Builder
@subpackage publlshing.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.2.9
@build 1st February, 2017
@build 2nd February, 2017
@created 30th April, 2015
@package Component Builder
@subpackage readme_left.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.2.9
@build 1st February, 2017
@build 2nd February, 2017
@created 30th April, 2015
@package Component Builder
@subpackage readme_right.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.2.9
@build 1st February, 2017
@build 2nd February, 2017
@created 30th April, 2015
@package Component Builder
@subpackage settings_left.php
@@ -34,13 +34,13 @@ $fields = $displayData->get('fields') ?: array(
'addadmin_views',
'addcustom_admin_views',
'addsite_views',
'spacer_hr_b',
'spacer_hr_c',
'note_mysql_tweak_options',
'sql_tweak',
'spacer_hr_c',
'spacer_hr_d',
'note_add_custom_menus',
'addcustommenus',
'spacer_hr_d',
'spacer_hr_e',
'note_add_config',
'addconfig'
);

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.2.9
@build 1st February, 2017
@build 2nd February, 2017
@created 30th April, 2015
@package Component Builder
@subpackage settings_right.php
@@ -34,10 +34,10 @@ $fields = $displayData->get('fields') ?: array(
'addcontributors',
'emptycontributors',
'number',
'spacer_hr_e',
'spacer_hr_a',
'note_add_files',
'addfiles',
'spacer_hr_a',
'spacer_hr_b',
'note_add_folders',
'addfolders'
);

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.2.9
@build 1st February, 2017
@build 2nd February, 2017
@created 30th April, 2015
@package Component Builder
@subpackage site_views_fullwidth.php