Version Notes
0.1.1 Initial release
0.1.2 fix locale data
Download this release
Release Info
Developer | Magento Core Team |
Extension | Rack_SelfDelete |
Version | 0.1.2 |
Comparing to | |
See all releases |
Code changes from version 0.1.1 to 0.1.2
app/code/community/Rack/SelfDelete/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Rack_SelfDelete>
|
5 |
-
<version>0.1.
|
6 |
</Rack_SelfDelete>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Rack_SelfDelete>
|
5 |
+
<version>0.1.2</version>
|
6 |
</Rack_SelfDelete>
|
7 |
</modules>
|
8 |
<global>
|
app/design/frontend/base/default/template/selfdelete/success.phtml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<div class="page-title">
|
2 |
<h1><?php echo Mage::helper('selfdelete')->__('Thank you for using our survice!') ?></h1>
|
3 |
</div>
|
4 |
-
<p><?php echo Mage::helper('customer')->__('Your account successfully deleted and will be redirected to
|
5 |
<script type="text/javascript">
|
6 |
//<![CDATA[
|
7 |
setTimeout(function(){ location.href = '<?php echo $this->getUrl() ?>'},5000);
|
1 |
<div class="page-title">
|
2 |
<h1><?php echo Mage::helper('selfdelete')->__('Thank you for using our survice!') ?></h1>
|
3 |
</div>
|
4 |
+
<p><?php echo Mage::helper('customer')->__('Your account has been successfully deleted and you will be redirected to the main page in 5 seconds...') ?></p>
|
5 |
<script type="text/javascript">
|
6 |
//<![CDATA[
|
7 |
setTimeout(function(){ location.href = '<?php echo $this->getUrl() ?>'},5000);
|
app/locale/en_US/Rack_SelfDelete.csv
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
"Password is incorrect.","Password is incorrect."
|
2 |
-
"Unable to delete your account","Unable to delete your account"
|
3 |
-
"My Account","My Account"
|
4 |
-
"Your Password","Your Password"
|
5 |
-
"* Required Fields","* Required Fields"
|
6 |
-
"Back","Back"
|
7 |
-
"Delete Account","Delete Account"
|
8 |
-
"Thank you for using our survice!","Thank you for using our survice!"
|
9 |
-
"Your account successfully deleted and will be redirected to
|
1 |
+
"Password is incorrect.","Password is incorrect."
|
2 |
+
"Unable to delete your account","Unable to delete your account"
|
3 |
+
"My Account","My Account"
|
4 |
+
"Your Password","Your Password"
|
5 |
+
"* Required Fields","* Required Fields"
|
6 |
+
"Back","Back"
|
7 |
+
"Delete Account","Delete Account"
|
8 |
+
"Thank you for using our survice!","Thank you for using our survice!"
|
9 |
+
"Your account has been successfully deleted and you will be redirected to the main page in 5 seconds...","Your account has been successfully deleted and you will be redirected to the main page in 5 seconds..."
|
app/locale/ja_JP/Rack_SelfDelete.csv
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
"Password is incorrect.","パスワードが間違っています。"
|
2 |
-
"Unable to delete your account","アカウントを削除できません。"
|
3 |
-
"My Account","マイアカウント"
|
4 |
-
"Your Password","パスワード"
|
5 |
-
"* Required Fields","* 必須項目です"
|
6 |
-
"Back","戻る"
|
7 |
-
"Delete Account","退会"
|
8 |
-
"Delete Your Account","退会"
|
9 |
-
"Thank you for using our survice!","ご利用ありがとうございました!"
|
10 |
-
"Your account successfully deleted and will be redirected to
|
1 |
+
"Password is incorrect.","パスワードが間違っています。"
|
2 |
+
"Unable to delete your account","アカウントを削除できません。"
|
3 |
+
"My Account","マイアカウント"
|
4 |
+
"Your Password","パスワード"
|
5 |
+
"* Required Fields","* 必須項目です"
|
6 |
+
"Back","戻る"
|
7 |
+
"Delete Account","退会"
|
8 |
+
"Delete Your Account","退会"
|
9 |
+
"Thank you for using our survice!","ご利用ありがとうございました!"
|
10 |
+
"Your account has been successfully deleted and you will be redirected to the main page in 5 seconds...","アカウントを削除しました。5秒後にトップページに移動します。"
|
package.xml
CHANGED
@@ -1,18 +1,19 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Rack_SelfDelete</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>This extension can delete customer account from frontend.</summary>
|
10 |
<description>This extension can delete customer account from frontend.</description>
|
11 |
-
<notes>0.1.1 Initial release
|
|
|
12 |
<authors><author><name>rack</name><user>auto-converted</user><email>nishi@kdl.co.jp</email></author></authors>
|
13 |
-
<date>2010-08-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocale"><dir name="en_US"><file name="Rack_SelfDelete.csv" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Rack_SelfDelete</name>
|
4 |
+
<version>0.1.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>This extension can delete customer account from frontend.</summary>
|
10 |
<description>This extension can delete customer account from frontend.</description>
|
11 |
+
<notes>0.1.1 Initial release
|
12 |
+
0.1.2 fix locale data</notes>
|
13 |
<authors><author><name>rack</name><user>auto-converted</user><email>nishi@kdl.co.jp</email></author></authors>
|
14 |
+
<date>2010-08-11</date>
|
15 |
+
<time>01:19:32</time>
|
16 |
+
<contents><target name="magelocale"><dir name="en_US"><file name="Rack_SelfDelete.csv" hash="7af7ac85620f5a2652af76d37adf7bba"/></dir><dir name="ja_JP"><file name="Rack_SelfDelete.csv" hash="c1bbee68edbf4698f3ed192028b35503"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="rack_selfdelete.xml" hash="b1571009adace4b68f2e360613bd5252"/></dir><dir name="template"><dir name="selfdelete"><file name="form.phtml" hash="dfc9b019e705a4f3dd7466c16c741c91"/><file name="success.phtml" hash="c3da19b5830224f4ed4fe8fac3813113"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Rack_SelfDelete.xml" hash="77568659c9b88f99648817d4a12eb9b9"/></dir></target><target name="magecommunity"><dir name="Rack"><dir name="SelfDelete"><dir name="Block"><dir name="Customer"><file name="Form.php" hash="d421b375440ed3d8d50e7a673240552f"/></dir><file name="Success.php" hash="ecf779b60e10a9251aaedfe935afc5a6"/></dir><dir name="controllers"><file name="CustomerController.php" hash="ced73c9a2a48bb631b5545a4887a8588"/></dir><dir name="etc"><file name="config.xml" hash="5030eb8b9ab36d1229231272fd3ff072"/><file name="system.xml" hash="e0ef0c2ffef2c5ece4e77f059b438f75"/></dir><dir name="Helper"><file name="Data.php" hash="4067f1b8d0fa5edf4064e04f8cfbdc0e"/></dir><dir name="Model"><file name="SelfDelete.php" hash="8f9ad2d574c158c0f9daa148c1e82d37"/><file name="Session.php" hash="d1be26e8896492f6257f662ec997ad75"/></dir></dir></dir></target></contents>
|
17 |
<compatible/>
|
18 |
<dependencies/>
|
19 |
</package>
|