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

Remove com_messages #22

Merged
merged 4 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
1 change: 0 additions & 1 deletion administrator/components/com_admin/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ protected function updateManifestCaches()
$extensions[] = array('component', 'com_login', '', 1);
$extensions[] = array('component', 'com_media', '', 1);
$extensions[] = array('component', 'com_menus', '', 1);
$extensions[] = array('component', 'com_messages', '', 1);
$extensions[] = array('component', 'com_modules', '', 1);
$extensions[] = array('component', 'com_plugins', '', 1);
$extensions[] = array('component', 'com_search', '', 1);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ ALTER TABLE `#__finder_types` ENGINE=InnoDB;
ALTER TABLE `#__languages` ENGINE=InnoDB;
ALTER TABLE `#__menu` ENGINE=InnoDB;
ALTER TABLE `#__menu_types` ENGINE=InnoDB;
ALTER TABLE `#__messages` ENGINE=InnoDB;
ALTER TABLE `#__messages_cfg` ENGINE=InnoDB;
ALTER TABLE `#__modules` ENGINE=InnoDB;
ALTER TABLE `#__modules_menu` ENGINE=InnoDB;
ALTER TABLE `#__overrider` ENGINE=InnoDB;
Expand Down
10 changes: 0 additions & 10 deletions administrator/components/com_messages/access.xml

This file was deleted.

18 changes: 0 additions & 18 deletions administrator/components/com_messages/config.xml

This file was deleted.

54 changes: 0 additions & 54 deletions administrator/components/com_messages/controller.php

This file was deleted.

79 changes: 0 additions & 79 deletions administrator/components/com_messages/controllers/config.php

This file was deleted.

This file was deleted.

53 changes: 0 additions & 53 deletions administrator/components/com_messages/controllers/message.php

This file was deleted.

37 changes: 0 additions & 37 deletions administrator/components/com_messages/controllers/messages.php

This file was deleted.

This file was deleted.

41 changes: 0 additions & 41 deletions administrator/components/com_messages/helpers/html/messages.php

This file was deleted.

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

This file was deleted.

74 changes: 0 additions & 74 deletions administrator/components/com_messages/helpers/messages.php

This file was deleted.

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

This file was deleted.

Loading