rhymix/modules/ncenterlite
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 커스텀 알림의 타입리스트를 확인하고 해당 알림을 삭제할 수 있도록 개선 2017-05-02 02:50:32 +09:00
lang Fix typo to newline in en.php. 2017-08-19 17:07:07 +09:00
m.skins/default add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
queries Add to comment voted notify feature. 2017-08-17 18:17:58 +09:00
ruleset Remove unnecessary config 2016-04-22 12:27:53 +09:00
schemas Fix typo in 'brief' field definition 2016-07-26 23:18:57 +09:00
skins Fix fatal error in ncenterlite skin if page_navigation does not exist 2016-07-15 12:03:20 +09:00
tpl Add option to user notify setting. 2017-08-19 16:55:02 +09:00
LICENSE add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
LICENSE-ko add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
ncenterlite.admin.controller.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
ncenterlite.admin.model.php 페이지가 선언되어도 1페이지데이터만 가져오는 문제 고침 2017-05-02 02:58:35 +09:00
ncenterlite.admin.view.php 커스텀 알림의 타입리스트를 확인하고 해당 알림을 삭제할 수 있도록 개선 2017-05-02 02:50:32 +09:00
ncenterlite.class.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
ncenterlite.controller.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
ncenterlite.mobile.php Eliminate unnecessary require_once in mobile classes 2017-11-21 18:09:23 +09:00
ncenterlite.model.php php7.2호환을 위해 변경한 클래스 Object 를 BaseObject으로 변경 2017-11-28 20:01:28 +09:00
ncenterlite.view.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00