rhymix/modules/comment
Kijin Sung ba1942a65d Fix incorrect handling of secret comments in commentItem::isAccessible()
Regression #961

댓글은 비밀 여부를 status 필드가 아니라 is_secret 필드로 표시함.
문서 모듈 쪽의 코드를 그대로 복붙하여 발생한 오류로 보임.
2017-12-27 14:17:38 +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 Add index for nick_name in documents and comments table 2017-12-21 14:50:02 +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 Add index for nick_name in documents and comments table 2017-12-21 14:50:02 +09:00
comment.controller.php 코드 정리 2017-12-13 21:10:46 +09:00
comment.item.php Fix incorrect handling of secret comments in commentItem::isAccessible() 2017-12-27 14:17:38 +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