Kijin Sung
0920f209b6
Add more warnings to dummy and mail() sending methods
2018-10-26 22:31:01 +09:00
Kijin Sung
be1ce69073
Update more modules to throw exceptions
2018-09-05 23:12:08 +09:00
Kijin Sung
f12cf74dda
Revert "다른 프레임워크와 css 충돌을 피하기 위해 rhymix.less의 class/id 이름에 prefix 처리"
...
This reverts commit b1cb1f3f34 .
2018-08-04 20:56:24 +09:00
conory
b1cb1f3f34
다른 프레임워크와 css 충돌을 피하기 위해 rhymix.less의 class/id 이름에 prefix 처리
...
변경전의 xe.less 파일도 rhymix.less와 함께 load 하여 호환정 유지
CSS 충돌 예)
bootstrap의 .btn
사용 예)
bootstrap 사용시엔 {Context::unloadBasicFiles('xe')}으로 unload 시키면 문제없음
2018-08-03 19:45:30 +09:00
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
BJRambo
1803883e1d
코드가 new Object으로만 작성된 코드에 대해서도 동일하게 BaseObject 호출하도록 추가.
2017-11-28 20:07:08 +09:00
BJRambo
f3f40f6859
php7.2호환을 위해 변경한 클래스 Object 를 BaseObject으로 변경
2017-11-28 20:01:28 +09:00
Kijin Sung
5138a765d4
Fix fatal error when trying to send an email with no To: address
...
https://www.xetown.com/qna/743677
2017-09-24 20:28:38 +09:00
Kijin Sung
e18857532d
Enable word-wrap in the email subject and SMS content fields of advanced mailer logs
2017-07-08 21:44:15 +09:00
Kijin Sung
e1846a4b6d
Use api_key and api_secret settings for Amazon SES mail driver
2017-07-04 22:17:33 +09:00
Kijin Sung
c96d586827
Fix scripts where broken jQuery might cause issues
...
서드파티 자료에서 jQuery의 $를 덮어써 버릴 경우 발생할 수 있는 문제를
미리 차단하기 위해 다소 보수적으로 코딩함
2017-07-02 00:48:52 +09:00
Kijin Sung
0920172c1e
Fix inconsistent assignment of sender address in member emails
2017-06-29 17:26:07 +09:00
conory
fc6206ab75
module.xml 3차 정리
...
action에 permission 속성을 부여하는 방식으로 변경
board, page 모듈 action에 grant 퍼미션 설정
2017-04-08 15:50:06 +09:00
conory
fcb17fe9cf
module.xml 1차 정리
...
탭 정리
일부 permission, action 정리
2017-03-29 22:23:26 +09:00
Kijin Sung
44b9c3d38f
Update procPaging() to distinguish mail count from SMS count
2016-12-14 00:41:51 +09:00
Kijin Sung
b44175aba2
Implement test SMS sending
2016-12-14 00:38:14 +09:00
Kijin Sung
85c9b633ec
Implement SMS logging and viewing
2016-12-14 00:22:01 +09:00
Kijin Sung
137728d527
Add table and triggers for SMS logging
2016-12-14 00:01:55 +09:00
Kijin Sung
211a201e04
Update advanced mailer module to accommodate both email and SMS
2016-12-13 23:57:04 +09:00
Kijin Sung
c735a8a0c2
Clean up duplicate configuration actions
2016-11-12 16:10:03 +09:00
Kijin Sung
b65511eb6c
Clean up duplicate configuration pages
2016-11-12 16:06:13 +09:00
Kijin Sung
87b9f7bae6
Initial implementation of Notification Settings screen
2016-11-12 15:19:26 +09:00
conory
0d9e6f333f
Error "Access to undeclared static property: Advanced_MailerController::$config" 수정
2016-06-14 22:31:00 +09:00
Kijin Sung
a0db70ef6a
Improve force_sender handling
2016-05-23 16:38:38 +09:00
Kijin Sung
194ef11de7
Implement force_sender, exception handling, and logging with triggers
2016-05-23 16:22:38 +09:00
Kijin Sung
73d940cd08
Fix language display in mail log view
2016-05-23 15:51:13 +09:00
Kijin Sung
f9394ca26d
Add advanced mailer module
2016-05-22 23:50:15 +09:00