Skip to content

Commit

Permalink
Merge pull request #2 from C-Lodder/oldtemp
Browse files Browse the repository at this point in the history
Remove Hathor and Beez3
  • Loading branch information
C-Lodder authored Sep 16, 2016
2 parents d6134e7 + 472a886 commit dabe853
Show file tree
Hide file tree
Showing 648 changed files with 9 additions and 47,423 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ phpdoc-*

# Patch Tester #
/administrator/components/com_patchtester
/administrator/templates/hathor/html/com_patchtester
/components/com_patchtester
/media/com_patchtester

Expand Down
4 changes: 2 additions & 2 deletions administrator/components/com_admin/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,6 @@ protected function updateManifestCaches()
array('plugin', 'menu', 'editors-xtd', 0),

// Templates
array('template', 'beez3', '', 0),
array('template', 'hathor', '', 1),
array('template', 'protostar', '', 0),
array('template', 'isis', '', 1),

Expand Down Expand Up @@ -1548,6 +1546,8 @@ public function deleteUnexistingFiles()
'/media/editors/codemirror/mode/jade',
// Joomla __DEPLOY_VERSION__
'/libraries/joomla/data',
'/templates/beez3',
'/administrator/templates/hathor',
);

jimport('joomla.filesystem.file');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,6 @@ protected function addToolbar()
{
JToolbarHelper::custom('template.extractArchive', 'arrow-down', 'arrow-down', 'COM_TEMPLATES_BUTTON_EXTRACT_ARCHIVE', false);
}

// Add a copy template button (Hathor override doesn't need the button)
if ($app->getTemplate() != 'hathor')
{
JToolbarHelper::modal('copyModal', 'icon-copy', 'COM_TEMPLATES_BUTTON_COPY_TEMPLATE');
}
}

// Add a Template preview button
Expand All @@ -225,8 +219,8 @@ protected function addToolbar()
// Add a new file button
JToolbarHelper::modal('fileModal', 'icon-file', 'COM_TEMPLATES_BUTTON_FILE');

// Add a Rename file Button (Hathor override doesn't need the button)
if ($app->getTemplate() != 'hathor' && $this->type != 'home')
// Add a Rename file Button
if ($this->type != 'home')
{
JToolbarHelper::modal('renameModal', 'icon-refresh', 'COM_TEMPLATES_BUTTON_RENAME_FILE');
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ public function display($tpl = null)
$this->filterForm = $this->get('FilterForm');
$this->activeFilters = $this->get('ActiveFilters');

// Vars only used in hathor.
$this->levels = UsersHelperDebug::getLevelsOptions();
$this->components = UsersHelperDebug::getComponents();

// Check for errors.
if (count($errors = $this->get('Errors')))
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ public function display($tpl = null)
$this->filterForm = $this->get('FilterForm');
$this->activeFilters = $this->get('ActiveFilters');

// Vars only used in hathor.
$this->levels = UsersHelperDebug::getLevelsOptions();
$this->components = UsersHelperDebug::getComponents();

// Check for errors.
if (count($errors = $this->get('Errors')))
{
Expand Down
29 changes: 0 additions & 29 deletions administrator/language/en-GB/en-GB.tpl_hathor.ini

This file was deleted.

19 changes: 0 additions & 19 deletions administrator/language/en-GB/en-GB.tpl_hathor.sys.ini

This file was deleted.

2 changes: 0 additions & 2 deletions administrator/language/en-GB/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@
<filename>en-GB.plg_user_joomla.sys.ini</filename>
<filename>en-GB.plg_user_profile.ini</filename>
<filename>en-GB.plg_user_profile.sys.ini</filename>
<filename>en-GB.tpl_hathor.ini</filename>
<filename>en-GB.tpl_hathor.sys.ini</filename>
<filename>en-GB.tpl_isis.ini</filename>
<filename>en-GB.tpl_isis.sys.ini</filename>
<filename file="meta">en-GB.xml</filename>
Expand Down
Loading

0 comments on commit dabe853

Please sign in to comment.