forked from joomla/Component-Builder
Fixed format typo that remove a string
This commit is contained in:
parent
d3cbea5c82
commit
8ac350e62b
@ -111,11 +111,11 @@ Component Builder is mapped as a component in itself on my local development env
|
|||||||
+ *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io)
|
+ *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io)
|
||||||
+ *Name*: [Component Builder](http://vdm.bz/component-builder)
|
+ *Name*: [Component Builder](http://vdm.bz/component-builder)
|
||||||
+ *First Build*: 30th April, 2015
|
+ *First Build*: 30th April, 2015
|
||||||
+ *Last Build*: 14th December, 2017
|
+ *Last Build*: 15th December, 2017
|
||||||
+ *Version*: 2.6.7
|
+ *Version*: 2.6.7
|
||||||
+ *Copyright*: Copyright (C) 2015. All Rights Reserved
|
+ *Copyright*: Copyright (C) 2015. All Rights Reserved
|
||||||
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
+ *Line count*: **178213**
|
+ *Line count*: **178243**
|
||||||
+ *File count*: **1145**
|
+ *File count*: **1145**
|
||||||
+ *Folder count*: **184**
|
+ *Folder count*: **184**
|
||||||
|
|
||||||
|
@ -111,11 +111,11 @@ Component Builder is mapped as a component in itself on my local development env
|
|||||||
+ *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io)
|
+ *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io)
|
||||||
+ *Name*: [Component Builder](http://vdm.bz/component-builder)
|
+ *Name*: [Component Builder](http://vdm.bz/component-builder)
|
||||||
+ *First Build*: 30th April, 2015
|
+ *First Build*: 30th April, 2015
|
||||||
+ *Last Build*: 14th December, 2017
|
+ *Last Build*: 15th December, 2017
|
||||||
+ *Version*: 2.6.7
|
+ *Version*: 2.6.7
|
||||||
+ *Copyright*: Copyright (C) 2015. All Rights Reserved
|
+ *Copyright*: Copyright (C) 2015. All Rights Reserved
|
||||||
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
+ *Line count*: **178213**
|
+ *Line count*: **178243**
|
||||||
+ *File count*: **1145**
|
+ *File count*: **1145**
|
||||||
+ *Folder count*: **184**
|
+ *Folder count*: **184**
|
||||||
|
|
||||||
|
@ -56,6 +56,7 @@ class ###Component###View###Views### extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ###Component###Helper::getActions('###view###');###JVIEWLISTCANDO###
|
$this->canDo = ###Component###Helper::getActions('###view###');###JVIEWLISTCANDO###
|
||||||
|
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewAdmin_views extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('admin_view');
|
$this->canDo = ComponentbuilderHelper::getActions('admin_view');
|
||||||
$this->canEdit = $this->canDo->get('admin_view.edit');
|
$this->canEdit = $this->canDo->get('admin_view.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewAdmins_fields extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('admin_fields');
|
$this->canDo = ComponentbuilderHelper::getActions('admin_fields');
|
||||||
$this->canEdit = $this->canDo->get('admin_fields.edit');
|
$this->canEdit = $this->canDo->get('admin_fields.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewAdmins_fields_conditions extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('admin_fields_conditions');
|
$this->canDo = ComponentbuilderHelper::getActions('admin_fields_conditions');
|
||||||
$this->canEdit = $this->canDo->get('admin_fields_conditions.edit');
|
$this->canEdit = $this->canDo->get('admin_fields_conditions.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewComponents_admin_views extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('component_admin_views');
|
$this->canDo = ComponentbuilderHelper::getActions('component_admin_views');
|
||||||
$this->canEdit = $this->canDo->get('component_admin_views.edit');
|
$this->canEdit = $this->canDo->get('component_admin_views.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewComponents_config extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('component_config');
|
$this->canDo = ComponentbuilderHelper::getActions('component_config');
|
||||||
$this->canEdit = $this->canDo->get('component_config.edit');
|
$this->canEdit = $this->canDo->get('component_config.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewComponents_custom_admin_menus extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('component_custom_admin_menus');
|
$this->canDo = ComponentbuilderHelper::getActions('component_custom_admin_menus');
|
||||||
$this->canEdit = $this->canDo->get('component_custom_admin_menus.edit');
|
$this->canEdit = $this->canDo->get('component_custom_admin_menus.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewComponents_custom_admin_views extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('component_custom_admin_views');
|
$this->canDo = ComponentbuilderHelper::getActions('component_custom_admin_views');
|
||||||
$this->canEdit = $this->canDo->get('component_custom_admin_views.edit');
|
$this->canEdit = $this->canDo->get('component_custom_admin_views.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewComponents_dashboard extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('component_dashboard');
|
$this->canDo = ComponentbuilderHelper::getActions('component_dashboard');
|
||||||
$this->canEdit = $this->canDo->get('component_dashboard.edit');
|
$this->canEdit = $this->canDo->get('component_dashboard.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewComponents_files_folders extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('component_files_folders');
|
$this->canDo = ComponentbuilderHelper::getActions('component_files_folders');
|
||||||
$this->canEdit = $this->canDo->get('component_files_folders.edit');
|
$this->canEdit = $this->canDo->get('component_files_folders.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewComponents_mysql_tweaks extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('component_mysql_tweaks');
|
$this->canDo = ComponentbuilderHelper::getActions('component_mysql_tweaks');
|
||||||
$this->canEdit = $this->canDo->get('component_mysql_tweaks.edit');
|
$this->canEdit = $this->canDo->get('component_mysql_tweaks.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewComponents_site_views extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('component_site_views');
|
$this->canDo = ComponentbuilderHelper::getActions('component_site_views');
|
||||||
$this->canEdit = $this->canDo->get('component_site_views.edit');
|
$this->canEdit = $this->canDo->get('component_site_views.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewComponents_updates extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('component_updates');
|
$this->canDo = ComponentbuilderHelper::getActions('component_updates');
|
||||||
$this->canEdit = $this->canDo->get('component_updates.edit');
|
$this->canEdit = $this->canDo->get('component_updates.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewCustom_admin_views extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('custom_admin_view');
|
$this->canDo = ComponentbuilderHelper::getActions('custom_admin_view');
|
||||||
$this->canEdit = $this->canDo->get('core.edit');
|
$this->canEdit = $this->canDo->get('core.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewCustom_codes extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('custom_code');
|
$this->canDo = ComponentbuilderHelper::getActions('custom_code');
|
||||||
$this->canEdit = $this->canDo->get('custom_code.edit');
|
$this->canEdit = $this->canDo->get('custom_code.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewDynamic_gets extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('dynamic_get');
|
$this->canDo = ComponentbuilderHelper::getActions('dynamic_get');
|
||||||
$this->canEdit = $this->canDo->get('dynamic_get.edit');
|
$this->canEdit = $this->canDo->get('dynamic_get.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewFields extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('field');
|
$this->canDo = ComponentbuilderHelper::getActions('field');
|
||||||
$this->canEdit = $this->canDo->get('field.edit');
|
$this->canEdit = $this->canDo->get('field.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewFieldtypes extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('fieldtype');
|
$this->canDo = ComponentbuilderHelper::getActions('fieldtype');
|
||||||
$this->canEdit = $this->canDo->get('fieldtype.edit');
|
$this->canEdit = $this->canDo->get('fieldtype.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewFtps extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('ftp');
|
$this->canDo = ComponentbuilderHelper::getActions('ftp');
|
||||||
$this->canEdit = $this->canDo->get('ftp.edit');
|
$this->canEdit = $this->canDo->get('ftp.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewHelp_documents extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('help_document');
|
$this->canDo = ComponentbuilderHelper::getActions('help_document');
|
||||||
$this->canEdit = $this->canDo->get('help_document.edit');
|
$this->canEdit = $this->canDo->get('help_document.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewJoomla_components extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('joomla_component');
|
$this->canDo = ComponentbuilderHelper::getActions('joomla_component');
|
||||||
$this->canEdit = $this->canDo->get('joomla_component.edit');
|
$this->canEdit = $this->canDo->get('joomla_component.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewLanguage_translations extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('language_translation');
|
$this->canDo = ComponentbuilderHelper::getActions('language_translation');
|
||||||
$this->canEdit = $this->canDo->get('language_translation.edit');
|
$this->canEdit = $this->canDo->get('language_translation.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewLanguages extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('language');
|
$this->canDo = ComponentbuilderHelper::getActions('language');
|
||||||
$this->canEdit = $this->canDo->get('language.edit');
|
$this->canEdit = $this->canDo->get('language.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewLayouts extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('layout');
|
$this->canDo = ComponentbuilderHelper::getActions('layout');
|
||||||
$this->canEdit = $this->canDo->get('core.edit');
|
$this->canEdit = $this->canDo->get('core.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewLibraries extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('library');
|
$this->canDo = ComponentbuilderHelper::getActions('library');
|
||||||
$this->canEdit = $this->canDo->get('library.edit');
|
$this->canEdit = $this->canDo->get('library.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewLibraries_config extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('library_config');
|
$this->canDo = ComponentbuilderHelper::getActions('library_config');
|
||||||
$this->canEdit = $this->canDo->get('library_config.edit');
|
$this->canEdit = $this->canDo->get('library_config.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewLibraries_files_folders_urls extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('library_files_folders_urls');
|
$this->canDo = ComponentbuilderHelper::getActions('library_files_folders_urls');
|
||||||
$this->canEdit = $this->canDo->get('library_files_folders_urls.edit');
|
$this->canEdit = $this->canDo->get('library_files_folders_urls.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewSite_views extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('site_view');
|
$this->canDo = ComponentbuilderHelper::getActions('site_view');
|
||||||
$this->canEdit = $this->canDo->get('core.edit');
|
$this->canEdit = $this->canDo->get('core.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewSnippet_types extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('snippet_type');
|
$this->canDo = ComponentbuilderHelper::getActions('snippet_type');
|
||||||
$this->canEdit = $this->canDo->get('snippet_type.edit');
|
$this->canEdit = $this->canDo->get('snippet_type.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewSnippets extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('snippet');
|
$this->canDo = ComponentbuilderHelper::getActions('snippet');
|
||||||
$this->canEdit = $this->canDo->get('core.edit');
|
$this->canEdit = $this->canDo->get('core.edit');
|
||||||
|
@ -53,6 +53,7 @@ class ComponentbuilderViewTemplates extends JViewLegacy
|
|||||||
$this->user = JFactory::getUser();
|
$this->user = JFactory::getUser();
|
||||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
$this->saveOrder = $this->listOrder == 'ordering';
|
||||||
// get global action permissions
|
// get global action permissions
|
||||||
$this->canDo = ComponentbuilderHelper::getActions('template');
|
$this->canDo = ComponentbuilderHelper::getActions('template');
|
||||||
$this->canEdit = $this->canDo->get('core.edit');
|
$this->canEdit = $this->canDo->get('core.edit');
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<extension type="component" version="3.2" method="upgrade">
|
<extension type="component" version="3.2" method="upgrade">
|
||||||
<name>COM_COMPONENTBUILDER</name>
|
<name>COM_COMPONENTBUILDER</name>
|
||||||
<creationDate>14th December, 2017</creationDate>
|
<creationDate>15th December, 2017</creationDate>
|
||||||
<author>Llewellyn van der Merwe</author>
|
<author>Llewellyn van der Merwe</author>
|
||||||
<authorEmail>joomla@vdm.io</authorEmail>
|
<authorEmail>joomla@vdm.io</authorEmail>
|
||||||
<authorUrl>http://vdm.bz/component-builder</authorUrl>
|
<authorUrl>http://vdm.bz/component-builder</authorUrl>
|
||||||
|
Loading…
Reference in New Issue
Block a user