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
lang
queries Use 'equal' not 'like' for searches on user_id, user_name, nick_name 2017-12-21 14:06:46 +09:00
ruleset
schemas Add index for nick_name in documents and comments table 2017-12-21 14:50:02 +09:00
tpl
comment.admin.controller.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
comment.admin.view.php
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