AAAAPK ٝ>\) .htaccessnu W+A
Order allow,deny
Deny from all
PK ٝ>\) views/discover/.htaccessnu W+A
Order allow,deny
Deny from all
PK ٝ>\V views/discover/index.htmlnu W+A
PK ٝ>\pe e views/discover/view.html.phpnu W+A state = $this->get('State');
$this->items = $this->get('Items');
$this->pagination = $this->get('Pagination');
parent::display($tpl);
}
/**
* Add the page title and toolbar.
*
* @since 1.6
*/
protected function addToolbar()
{
$canDo = InstallerHelper::getActions();
/*
* Set toolbar items for the page
*/
JToolBarHelper::custom('discover.install', 'upload', 'upload', 'JTOOLBAR_INSTALL', true, false);
JToolBarHelper::custom('discover.refresh', 'refresh', 'refresh', 'COM_INSTALLER_TOOLBAR_DISCOVER', false, false);
JToolBarHelper::custom('discover.purge', 'purge', 'purge', 'JTOOLBAR_PURGE_CACHE', false, false);
JToolBarHelper::divider();
parent::addToolbar();
JToolBarHelper::help('JHELP_EXTENSIONS_EXTENSION_MANAGER_DISCOVER');
}
}
PK ٝ>\H $ views/discover/tmpl/default_item.phpnu W+A
PK ٝ>\) views/discover/tmpl/.htaccessnu W+A
Order allow,deny
Deny from all
PK ٝ>\V views/discover/tmpl/index.htmlnu W+A
PK ٝ>\V views/index.htmlnu W+A
PK ٝ>\V views/manage/index.htmlnu W+A
PK ٝ>\V views/manage/tmpl/index.htmlnu W+A
PK ٝ>\) views/manage/tmpl/.htaccessnu W+A
Order allow,deny
Deny from all
PK ٝ>\l{ { views/manage/tmpl/default.phpnu W+A escape($this->state->get('list.ordering'));
$listDirn = $this->escape($this->state->get('list.direction'));
?>
PK ٝ>\ٚhf f $ views/manage/tmpl/default_filter.phpnu W+A
PK ٝ>\) views/manage/.htaccessnu W+A
Order allow,deny
Deny from all
PK ٝ>\~f= = views/manage/view.html.phpnu W+A state = $this->get('State');
$this->items = $this->get('Items');
$this->pagination = $this->get('Pagination');
$this->form = $this->get('Form');
// Check for errors.
if (count($errors = $this->get('Errors'))) {
JError::raiseError(500, implode("\n", $errors));
return false;
}
//Check if there are no matching items
if(!count($this->items)){
JFactory::getApplication()->enqueueMessage(
JText::_('COM_INSTALLER_MSG_MANAGE_NOEXTENSION')
, 'warning'
);
}
// Include the component HTML helpers.
JHtml::addIncludePath(JPATH_COMPONENT . '/helpers/html');
// Display the view
parent::display($tpl);
}
/**
* Add the page title and toolbar.
*
* @since 1.6
*/
protected function addToolbar()
{
$canDo = InstallerHelper::getActions();
if ($canDo->get('core.edit.state')) {
JToolBarHelper::publish('manage.publish', 'JTOOLBAR_ENABLE', true);
JToolBarHelper::unpublish('manage.unpublish', 'JTOOLBAR_DISABLE', true);
JToolBarHelper::divider();
}
JToolBarHelper::custom('manage.refresh', 'refresh', 'refresh', 'JTOOLBAR_REFRESH_CACHE', true);
JToolBarHelper::divider();
if ($canDo->get('core.delete')) {
JToolBarHelper::deleteList('', 'manage.remove', 'JTOOLBAR_UNINSTALL');
JToolBarHelper::divider();
}
parent::addToolbar();
JToolBarHelper::help('JHELP_EXTENSIONS_EXTENSION_MANAGER_MANAGE');
}
/**
* Creates the content for the tooltip which shows compatibility information
*
* @var string $system_data System_data information
*
* @since 2.5.28
*
* @return string Content for tooltip
*/
protected function createCompatibilityInfo($system_data)
{
$system_data = json_decode($system_data);
if (empty($system_data->compatibility))
{
return '';
}
$compatibility = $system_data->compatibility;
$info = JText::sprintf('COM_INSTALLER_COMPATIBILITY_TOOLTIP_INSTALLED',
$compatibility->installed->version,
implode(', ', $compatibility->installed->value)
)
. ' '
. JText::sprintf('COM_INSTALLER_COMPATIBILITY_TOOLTIP_AVAILABLE',
$compatibility->available->version,
implode(', ', $compatibility->available->value)
);
return $info;
}
}
PK ٝ>\) views/.htaccessnu W+A
Order allow,deny
Deny from all
PK ٝ>\% views/database/view.html.phpnu W+A state = $this->get('State');
$this->changeSet = $this->get('Items');
$this->errors = $this->changeSet->check();
$this->results = $this->changeSet->getStatus();
$this->schemaVersion = $this->get('SchemaVersion');
$this->updateVersion = $this->get('UpdateVersion');
$this->filterParams =$this->get('DefaultTextFilters');
$this->schemaVersion = ($this->schemaVersion) ? $this->schemaVersion : JText::_('JNONE');
$this->updateVersion = ($this->updateVersion) ? $this->updateVersion : JText::_('JNONE');
$this->pagination = $this->get('Pagination');
$this->errorCount = count($this->errors);
$errors = count($this->errors);
if ($this->schemaVersion != $this->changeSet->getSchema())
{
$this->errorCount++;
}
if (!$this->filterParams)
{
$this->errorCount++;
}
if (version_compare($this->updateVersion, JVERSION) != 0)
{
$this->errorCount++;
}
parent::display($tpl);
}
/**
* Add the page title and toolbar.
*
* @since 1.6
*/
protected function addToolbar()
{
$canDo = InstallerHelper::getActions();
/*
* Set toolbar items for the page
*/
JToolBarHelper::custom('database.fix', 'refresh', 'refresh', 'COM_INSTALLER_TOOLBAR_DATABASE_FIX', false, false);
JToolBarHelper::divider();
parent::addToolbar();
JToolBarHelper::help('JHELP_EXTENSIONS_EXTENSION_MANAGER_DATABASE');
}
}
PK ٝ>\V views/database/tmpl/index.htmlnu W+A
PK ٝ>\ views/database/tmpl/default.phpnu W+A
PK ٝ>\) views/database/tmpl/.htaccessnu W+A
Order allow,deny
Deny from all
PK ٝ>\V views/database/index.htmlnu W+A
PK ٝ>\) views/database/.htaccessnu W+A
Order allow,deny
Deny from all
PK ٝ>\JN &