rhymix/modules/communication
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 읽지 않은 쪽지함을 'dispCommunicationMessages' 액션에서 처리하도록 개선 2017-06-19 16:33:23 +09:00
lang Check if can i receive message when send message. 2017-11-14 06:23:40 +09:00
m.skins Check if can i receive message when send message. 2017-11-14 06:23:40 +09:00
queries 안읽은 쪽지함 기능 추가 2017-06-04 19:54:28 +09:00
ruleset Revert "Mobile communication module" 2015-07-07 02:53:28 +09:00
schemas member모듈에서 쪽지/친구등의 커뮤니케이션 기능을 communication 모듈로 분리. member_extra_info 애드온에서 쪽지/친구와 관련된 기능을 member_communication 애드온으로 분리 2008-05-30 09:33:04 +00:00
skins Check if can i receive message when send message. 2017-11-14 06:23:40 +09:00
tpl Fix URL in new message notification 2016-03-16 14:39:53 +09:00
communication.admin.controller.php 쪽지 발송 권한 설정 다듬기 2016-03-05 14:18:50 +09:00
communication.admin.model.php PHP 5.4 reduce error of Create default object. 2014-06-22 22:10:44 +09:00
communication.admin.view.php 쪽지, 친구에 대한 활성화 설정 추가 2016-03-04 22:50:31 +09:00
communication.class.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
communication.controller.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
communication.mobile.php Eliminate duplicate methods in communication mobile class 2017-11-21 18:06:04 +09:00
communication.model.php Fixed Typo 2017-06-19 16:37:01 +09:00
communication.view.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00