操作
Bug(バグ) #1309
完了Unused template files are existing in mobile_mail_frontend (使われていない不要なメールテンプレートが存在している)
開始日:
2010-07-08
期日:
進捗率:
100%
予定工数:
3.6 で発生するか:
3.8 で発生するか:
説明
Overview¶
The mail template files that are called by "opMailSend::sendTemplateMail()" for mobile are "templates/mail/mobile/*".
However, "_requestRegister.php" is existing below:
メール送信時のテンプレートは opMailSend::sendTemplateMail() によって呼ばれ、モバイル版に関してはそれらは templates/mail/mobile/ 以下のファイルに限られます。
しかしながら、メールテンプレートが以下の場所にも存在しています。
- apps/pc_backend/templates/mail/_requestRegisterURL.php
- apps/mobile_mail_frontend/templates/mail/_requestRegisterURL.php
refs:
$ ack -g requestRegisterURL.php apps/pc_backend/templates/mail/_requestRegisterURL.php apps/mobile_mail_frontend/templates/mail/_requestRegisterURL.php templates/mail/mobile/_requestRegisterURL.php templates/mail/pc/_requestRegisterURL.php
Note¶
This design of mail is different between lte 3.4.x and gte 3.5.x (opAuthMailAddressPlugin)
メールテンプレートなど、メール周りの設計は 3.4.x 以前と 3.5.x 以降で異なっています。
これは新規登録時の opAuthMailAddressPlugin の依存性などの改善によるものと考えられます。
Causes¶
Defective design about mail.
メールに関する設計不備です。
Way to fix¶
Delete unused files.
不要なファイルを削除してください。
操作