Removing repetable fields from site view, custom admin view, and admin view. #138

Merged
Llewellyn merged 14 commits from staging into master 2017-10-21 00:04:42 +00:00
43 changed files with 43 additions and 42 deletions
Showing only changes of commit a19b410adc - Show all commits

View File

@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 32 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 13th August, 2015
@package Component Builder
@subpackage custom_admin_view.css

View File

@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 32 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 13th August, 2015
@package Component Builder
@subpackage custom_admin_views.css

View File

@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 63 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 29th May, 2015
@package Component Builder
@subpackage site_view.css

View File

@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 63 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 29th May, 2015
@package Component Builder
@subpackage site_views.css

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 32 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 13th August, 2015
@package Component Builder
@subpackage custom_admin_view.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 32 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 13th August, 2015
@package Component Builder
@subpackage custom_admin_views.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 63 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 29th May, 2015
@package Component Builder
@subpackage site_view.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 63 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 29th May, 2015
@package Component Builder
@subpackage site_views.php

View File

@ -320,6 +320,7 @@ class Structure extends Get
$this->componentSalesName = 'com_'.$this->componentData->sales_name.'__J'.$this->joomlaVersion;
$this->componentBackupName = 'com_'.$this->componentData->sales_name.'_v'.str_replace('.','_',$this->componentData->component_version).'__J'.$this->joomlaVersion;
$this->componentFolderName = 'com_'.$this->componentData->name_code.'_v'.str_replace('.','_',$this->componentData->component_version).'__J'.$this->joomlaVersion;
// set component folder path
$this->componentPath = $this->compilerPath.'/'.$this->componentFolderName;
// set the template path for custom

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 32 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 13th August, 2015
@package Component Builder
@subpackage custom_admin_view.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 32 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 13th August, 2015
@package Component Builder
@subpackage custom_admin_views.php

View File

@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 32 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 13th August, 2015
@package Component Builder
@subpackage custom_admin_view.js

View File

@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 63 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 29th May, 2015
@package Component Builder
@subpackage site_view.js

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 63 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 29th May, 2015
@package Component Builder
@subpackage site_view.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 63 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 29th May, 2015
@package Component Builder
@subpackage site_views.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 32 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 13th August, 2015
@package Component Builder
@subpackage custom_admin_view.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 63 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 29th May, 2015
@package Component Builder
@subpackage site_view.php

View File

@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 32 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 13th August, 2015
@package Component Builder
@subpackage submitbutton.js

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 32 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 13th August, 2015
@package Component Builder
@subpackage edit.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 32 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 13th August, 2015
@package Component Builder
@subpackage view.html.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 32 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 13th August, 2015
@package Component Builder
@subpackage default.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 32 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 13th August, 2015
@package Component Builder
@subpackage default_batch_body.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 32 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 13th August, 2015
@package Component Builder
@subpackage default_batch_footer.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 32 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 13th August, 2015
@package Component Builder
@subpackage default_body.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 32 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 13th August, 2015
@package Component Builder
@subpackage default_foot.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 32 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 13th August, 2015
@package Component Builder
@subpackage default_head.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 32 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 13th August, 2015
@package Component Builder
@subpackage default_toolbar.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 32 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 13th August, 2015
@package Component Builder
@subpackage view.html.php

View File

@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 63 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 29th May, 2015
@package Component Builder
@subpackage submitbutton.js

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 63 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 29th May, 2015
@package Component Builder
@subpackage edit.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 63 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 29th May, 2015
@package Component Builder
@subpackage view.html.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 63 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 29th May, 2015
@package Component Builder
@subpackage default.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 63 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 29th May, 2015
@package Component Builder
@subpackage default_batch_body.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 63 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 29th May, 2015
@package Component Builder
@subpackage default_batch_footer.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 63 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 29th May, 2015
@package Component Builder
@subpackage default_body.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 63 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 29th May, 2015
@package Component Builder
@subpackage default_foot.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 63 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 29th May, 2015
@package Component Builder
@subpackage default_head.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 63 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 29th May, 2015
@package Component Builder
@subpackage default_toolbar.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 63 of this MVC
@build 14th October, 2017
@build 20th October, 2017
@created 29th May, 2015
@package Component Builder
@subpackage view.html.php

View File

@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 7 of this MVC
@build 19th August, 2017
@build 20th October, 2017
@created 19th August, 2017
@package Component Builder
@subpackage api.css

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 7 of this MVC
@build 19th August, 2017
@build 20th October, 2017
@created 19th August, 2017
@package Component Builder
@subpackage api.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 7 of this MVC
@build 19th August, 2017
@build 20th October, 2017
@created 19th August, 2017
@package Component Builder
@subpackage default.php

View File

@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 7 of this MVC
@build 19th August, 2017
@build 20th October, 2017
@created 19th August, 2017
@package Component Builder
@subpackage view.html.php