Ticket #273 (assigned defect)

Opened 6 years ago

Last modified 5 years ago

백업시 comments 테이블의 replier 필드 정보가 증발

Reported by: graphittie Owned by: inureyes
Priority: major Milestone: 2.0.0
Component: API Version: 2.0
Keywords: Cc:
Release:

Description

데이터 백업 시 comments 테이블의 replier 필드 속성이 전부 NULL로 대치됨. 이로 인해 ##_rp_rep_class_## 치환자가 정상동작하지 않고 전부 "rp_general"만 출력됨.

Change History

comment:1 Changed 6 years ago by inureyes

replier는 백업되지 않는 것이 정상입니다. 계정 백업은 사용자별로 되고, 댓글의 replier 필드는 다중 사용자 모드에서 같은 계정을 사용하는 사람이 댓글을 달았을 때의 owner값을 의미합니다.

백업시 해당 계정의 다른 사용자 정보를 읽어서 백업해주고 있지 않다면 그건 처리해 줄 필요가 있겠네요.

comment:2 Changed 6 years ago by inureyes

  • Milestone changed from 1.1.1 to 1.1.2

처리는 가능하지만 그래피티에님과의 의논에 따라 일단 pending.

comment:3 Changed 6 years ago by inureyes

  • Owner changed from ?clay to inureyes
  • Status changed from new to assigned
  • Version changed from 1.1 to 2.0
  • Milestone changed from 1.5 to 2.0

comment:4 Changed 5 years ago by graphittie

comment 블럭을 생성할 때 group.writer가 작성했는지 아닌지를 $commentreplier? == getBlogId()로 체크합니다. 백업시에 replier 정보고 모두 0으로 변경되는데 이렇게 되면 스킨 쪽에서 문제가 발생하지요. 모든 코멘트는 방문자 코멘트로 취급되게 됩니다...

Note: See TracTickets for help on using tickets.