Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Remove com_redirect #16

Merged
merged 3 commits into from
May 25, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions administrator/components/com_admin/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ protected function updateManifestCaches()
$extensions[] = array('component', 'com_templates', '', 1);
$extensions[] = array('component', 'com_content', '', 1);
$extensions[] = array('component', 'com_config', '', 1);
$extensions[] = array('component', 'com_redirect', '', 1);
$extensions[] = array('component', 'com_users', '', 1);
$extensions[] = array('component', 'com_tags', '', 1);
$extensions[] = array('component', 'com_contenthistory', '', 1);
Expand Down Expand Up @@ -199,7 +198,6 @@ protected function updateManifestCaches()
$extensions[] = array('plugin', 'cache', 'system', 0);
$extensions[] = array('plugin', 'debug', 'system', 0);
$extensions[] = array('plugin', 'log', 'system', 0);
$extensions[] = array('plugin', 'redirect', 'system', 0);
$extensions[] = array('plugin', 'remember', 'system', 0);
$extensions[] = array('plugin', 'sef', 'system', 0);
$extensions[] = array('plugin', 'logout', 'system', 0);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
ALTER TABLE `#__redirect_links` ADD COLUMN `hits` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `comment`;
ALTER TABLE `#__users` ADD COLUMN `lastResetTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Date of last password reset';
ALTER TABLE `#__users` ADD COLUMN `resetCount` int(11) NOT NULL DEFAULT '0' COMMENT 'Count of password resets since lastResetTime';
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ ALTER TABLE `#__modules` ENGINE=InnoDB;
ALTER TABLE `#__modules_menu` ENGINE=InnoDB;
ALTER TABLE `#__newsfeeds` ENGINE=InnoDB;
ALTER TABLE `#__overrider` ENGINE=InnoDB;
ALTER TABLE `#__redirect_links` ENGINE=InnoDB;
ALTER TABLE `#__schemas` ENGINE=InnoDB;
ALTER TABLE `#__session` ENGINE=InnoDB;
ALTER TABLE `#__template_styles` ENGINE=InnoDB;
Expand Down
11 changes: 0 additions & 11 deletions administrator/components/com_redirect/access.xml

This file was deleted.

17 changes: 0 additions & 17 deletions administrator/components/com_redirect/config.xml

This file was deleted.

60 changes: 0 additions & 60 deletions administrator/components/com_redirect/controller.php

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions administrator/components/com_redirect/controllers/link.php

This file was deleted.

68 changes: 0 additions & 68 deletions administrator/components/com_redirect/controllers/links.php

This file was deleted.

This file was deleted.

47 changes: 0 additions & 47 deletions administrator/components/com_redirect/helpers/html/redirect.php

This file was deleted.

1 change: 0 additions & 1 deletion administrator/components/com_redirect/helpers/index.html

This file was deleted.

95 changes: 0 additions & 95 deletions administrator/components/com_redirect/helpers/redirect.php

This file was deleted.

1 change: 0 additions & 1 deletion administrator/components/com_redirect/index.html

This file was deleted.

This file was deleted.

Loading