rhymix/modules/comment
Kijin Sung b6aac0beac Use 'equal' not 'like' for searches on user_id, user_name, nick_name
user_id, user_name, nick_name 검색에는 like가 아닌 equal 조건을 사용하도록 변경함.

이름이나 닉네임으로 검색할 때 LIKE %검색어% 문법이 사용되어
검색 속도가 느려지는 것은 물론, 특정 회원의 작성글 보기 메뉴를 클릭하면
검색어가 포함된 닉네임을 가진 다른 회원의 글까지 모두 표시되어
닉네임을 변경했거나 다중아이디를 사용하는 것으로 오해받는 문제를 수정함.
(예: '라이믹스' 닉네임을 검색하면 '라이믹스최고' 회원의 글도 검색되었음)
2017-12-21 14:06:46 +09:00
..
conf 잘못된 퍼미션 변경 2017-04-17 13:30:34 +09:00
lang 삭제 할때 옵션여부의 동작을 인식하여 휴지통 기능을 실행하도록 개선 2017-03-07 08:34:04 +09:00
queries Use 'equal' not 'like' for searches on user_id, user_name, nick_name 2017-12-21 14:06:46 +09:00
ruleset 댓글 모듈에서 추가되지 않고 빼먹은 룰셋 파일 추가 2016-01-29 01:55:05 +09:00
schemas 댓글 삭제시 parent_srl 에 인덱스가 없어 쿼리시간이 오래걸리는 문제 고침 2017-04-24 12:53:13 +09:00
tpl fix #2142 onclick이 사용된 새 창 열기를 target 속성으로 변경 2017-09-11 18:21:16 +09:00
comment.admin.controller.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
comment.admin.view.php Reapply "Fix #2005 XEVE-16-008 XSS 방지 및 XSS를 통해 특정 명령을 실행할 수 있는 보안취약점 해결" 2017-01-12 15:21:44 +09:00
comment.class.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
comment.controller.php 코드 정리 2017-12-13 21:10:46 +09:00
comment.item.php 코드 정리 2017-12-13 21:10:46 +09:00
comment.model.php Use 'equal' not 'like' for searches on user_id, user_name, nick_name 2017-12-21 14:06:46 +09:00
comment.view.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00