rhymix/modules/ncenterlite
Kijin Sung 25369a15f8 Eliminate slow query from ncenterlite auto read trigger
글읽기시 해당 글과 관련된 알림을 자동으로 읽기 처리해 주는 루틴에서
불필요한 SELECT COUNT(*) 쿼리와 플래그 파일 갱신이 발생하는 문제 수정.

SELECT COUNT(*) 쿼리 없이 무조건 업데이트부터 하고
affected rows 값에 따라 플래그 파일 갱신 여부를 결정하도록 함.
2018-01-15 14:01:16 +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 index hint to ncenterlite.getNotifyNewCount 2018-01-04 14:01:43 +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 Enable responsive skin in member, communication, and ncenterlite 2017-12-05 23:58:04 +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 Eliminate slow query from ncenterlite auto read trigger 2018-01-15 14:01:16 +09:00
ncenterlite.mobile.php Enable responsive skin in member, communication, and ncenterlite 2017-12-05 23:58:04 +09:00
ncenterlite.model.php php7.2호환을 위해 변경한 클래스 Object 를 BaseObject으로 변경 2017-11-28 20:01:28 +09:00
ncenterlite.view.php 관리자의 경우 회원 닉네임이 노출되지 않는 문제 고침 2018-01-11 20:35:19 +09:00