Skip to content

Commit 66b2261

Browse files
sreichelkiatng
andauthored
Remove Mage_Sendfriend (#4274)
* 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]>
1 parent 258e6b0 commit 66b2261

File tree

30 files changed

+3
-2403
lines changed

30 files changed

+3
-2403
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,14 +209,16 @@ Most important changes will be listed here, all other changes since `19.4.0` can
209209
- `Mage_Compiler`
210210
- `Mage_GoogleBase`
211211
- `Mage_PageCache` ([#2258](https://github.com/OpenMage/magento-lts/pull/2258))
212-
- `Mage_Poll` ([#3098](https://github.com/OpenMage/magento-lts/pull/3098))
212+
- `Mage_Poll` ([#3098](https://github.com/OpenMage/magento-lts/pull/3098))
213+
- `Mage_Sendfriend` ([#4274](https://github.com/OpenMage/magento-lts/pull/4274))
213214
- `Mage_Xmlconnect`
214215
- `Phoenix_Moneybookers`
215216

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

222224
### Between OpenMage 19.x and 20.x

app/code/core/Mage/Adminhtml/Model/System/Config/Source/Checktype.php

Lines changed: 0 additions & 42 deletions
This file was deleted.

app/code/core/Mage/Adminhtml/etc/adminhtml.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,6 @@
197197
<title>Currency Setup</title>
198198
<sort_order>120</sort_order>
199199
</currency>
200-
<sendfriend translate="title">
201-
<title>Email to a Friend</title>
202-
<sort_order>140</sort_order>
203-
</sendfriend>
204200
<admin translate="title">
205201
<title>Admin</title>
206202
<sort_order>100</sort_order>

app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Sendfriend.php

Lines changed: 0 additions & 25 deletions
This file was deleted.

app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Sendfriend/Collection.php

Lines changed: 0 additions & 25 deletions
This file was deleted.

app/code/core/Mage/Sendfriend/Block/Send.php

Lines changed: 0 additions & 187 deletions
This file was deleted.

0 commit comments

Comments
 (0)