Skip to content

Commit

Permalink
Remove Mage_Sendfriend (#4274)
Browse files Browse the repository at this point in the history
* removed files from app/code/core

* removed files from app/locale

* removed files from app/etc/modules

* removed files from app/design/frontend/base

* removed files from app/design/frontend/rwd

* Updated README.md

* removed orphaned references

* removed orphaned references

---------

Co-authored-by: Ng Kiat Siong <[email protected]>
  • Loading branch information
sreichel and kiatng authored Nov 11, 2024
1 parent 258e6b0 commit 66b2261
Show file tree
Hide file tree
Showing 30 changed files with 3 additions and 2,403 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,14 +209,16 @@ Most important changes will be listed here, all other changes since `19.4.0` can
- `Mage_Compiler`
- `Mage_GoogleBase`
- `Mage_PageCache` ([#2258](https://github.com/OpenMage/magento-lts/pull/2258))
- `Mage_Poll` ([#3098](https://github.com/OpenMage/magento-lts/pull/3098))
- `Mage_Poll` ([#3098](https://github.com/OpenMage/magento-lts/pull/3098))
- `Mage_Sendfriend` ([#4274](https://github.com/OpenMage/magento-lts/pull/4274))
- `Mage_Xmlconnect`
- `Phoenix_Moneybookers`

_If you rely on those modules you can reinstall them with composer:_
- `Mage_Backup`: `composer require openmage/module-mage-backup`
- `Mage_PageCache`: `composer require openmage/module-mage-pagecache`
- `Mage_Poll`: `composer require openmage/module-mage-poll`
- `Mage_Sendfriend`: `composer require openmage/module-mage-sendfriend`
- `Legacy frontend themes`: `composer require openmage/legacy-frontend-themes`

### Between OpenMage 19.x and 20.x
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions app/code/core/Mage/Adminhtml/etc/adminhtml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,6 @@
<title>Currency Setup</title>
<sort_order>120</sort_order>
</currency>
<sendfriend translate="title">
<title>Email to a Friend</title>
<sort_order>140</sort_order>
</sendfriend>
<admin translate="title">
<title>Admin</title>
<sort_order>100</sort_order>
Expand Down

This file was deleted.

This file was deleted.

187 changes: 0 additions & 187 deletions app/code/core/Mage/Sendfriend/Block/Send.php

This file was deleted.

Loading

0 comments on commit 66b2261

Please sign in to comment.