rhymix/modules/advanced_mailer
Kijin Sung 84e5542d77 Remove unnecessary use of BaseObject
- 트리거 등 반환값이 필요하지 않은 곳에서 new BaseObject()를 반환하는 것 삭제
- 모듈 설치, 업데이트 후 무의미한 new BaseObject()를 반환하는 것 삭제
- 사용자에게 에러 메시지를 돌려주는 용도로 new BaseObject(-1, '에러메시지')를
  사용하는 경우는 대부분 $this->setError()로 변경함. 언어 변환과 sprintf()
  처리까지 한 번에 이루어지므로 이쪽이 더 편리함.
2017-12-01 00:54:51 +09:00
..
conf module.xml 3차 정리 2017-04-08 15:50:06 +09:00
lang Implement test SMS sending 2016-12-14 00:38:14 +09:00
queries Update procPaging() to distinguish mail count from SMS count 2016-12-14 00:41:51 +09:00
schemas Add table and triggers for SMS logging 2016-12-14 00:01:55 +09:00
tpl Enable word-wrap in the email subject and SMS content fields of advanced mailer logs 2017-07-08 21:44:15 +09:00
advanced_mailer.admin.controller.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
advanced_mailer.admin.view.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
advanced_mailer.class.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
advanced_mailer.controller.php Fix fatal error when trying to send an email with no To: address 2017-09-24 20:28:38 +09:00
advanced_mailer.model.php Add advanced mailer module 2016-05-22 23:50:15 +09:00