rhymix/modules
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
..
addon Fix strict count() behavior in PHP 7.2 2017-12-01 01:49:20 +09:00
admin Accept Unix socket paths starting with unix: 2017-12-07 12:40:26 +09:00
adminlogging Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
advanced_mailer Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
autoinstall Remove unnecessary cache clearing in Direct module installer 2017-12-09 01:44:09 +09:00
board 코드 정리 2017-12-13 21:10:46 +09:00
comment Use 'equal' not 'like' for searches on user_id, user_name, nick_name 2017-12-21 14:06:46 +09:00
communication Enable responsive skin in member, communication, and ncenterlite 2017-12-05 23:58:04 +09:00
counter Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
document Use 'equal' not 'like' for searches on user_id, user_name, nick_name 2017-12-21 14:06:46 +09:00
editor Fix content style radio buttons 2017-12-09 03:18:18 +09:00
file isAccessible()로 통일 2017-12-12 13:23:45 +09:00
importer Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
install Guard some count() calls with is_array() in install module 2017-12-09 02:23:22 +09:00
integration_search Fix integration search exclusions not being applied 2017-12-11 00:22:50 +09:00
krzip Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
layout Fix #959 incorrect escape of layout configuration 2017-12-09 02:10:47 +09:00
member Do not cache nonexistent member info 2017-12-19 23:34:44 +09:00
menu Fix unnecessary cache file refresh in menu module 2017-12-19 12:00:19 +09:00
message Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
module Fix unnecessary reloading of user lang 2017-12-19 12:00:50 +09:00
ncenterlite Fix null value in some circumstances in insertNotify() 2017-12-21 00:27:02 +09:00
page Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
point Use object cache for member point 2017-12-19 23:53:30 +09:00
poll Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
rss Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
session Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
spamfilter Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
tag Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
trash Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
widget Fix strict count() behavior in PHP 7.2 2017-12-01 01:42:03 +09:00