rhymix/modules/comment
Kijin Sung c8638d2548 Change cache-busting query string format from ?YYYYMMDDHHMMSS to ?t=UnixTime
- 날짜, 유닉스 타임스탬프, 16진수(CKEditor) 등 여러 가지 포맷을 혼용하고 있던
  캐시 방지용 쿼리스트링의 형태를 "유닉스 타임스탬프"로 통일
- 표준 시간대 처리 등 은근히 많은 자원을 소모하는 date() 함수를 사용하지 않음
- t=를 붙여서 정상적인 쿼리스트링 구조가 나오도록 하여, 웹방화벽이나 CDN
  등에서 문제를 일으킬 가능성을 줄임
- 덤으로, 길이도 2바이트씩 짧아짐
2023-09-12 23:15:26 +09:00
..
conf 댓글 신고 취소 기능 추가 2022-11-23 21:47:57 +09:00
lang 베트남어 번역 추가 및 수정 2022-10-26 17:28:59 +09:00
queries Add statusList to more queries and adjust some of them #2035 2022-12-18 01:07:10 +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 Move non-member voting, vote canceling, and report canceling options from Board module to Document & Comment modules 2023-07-05 22:27:17 +09:00
comment.admin.controller.php Remove trailing whitespace 2023-01-30 21:37:41 +09:00
comment.admin.view.php Remove trailing whitespace 2023-01-30 21:37:41 +09:00
comment.class.php Remove trailing whitespace 2023-01-30 21:37:41 +09:00
comment.controller.php Fix #2141 add trash_srl to trigger objects 2023-07-05 22:29:51 +09:00
comment.item.php Change cache-busting query string format from ?YYYYMMDDHHMMSS to ?t=UnixTime 2023-09-12 23:15:26 +09:00
comment.model.php Remove trailing whitespace 2023-01-30 21:37:41 +09:00
comment.view.php Move non-member voting, vote canceling, and report canceling options from Board module to Document & Comment modules 2023-07-05 22:27:17 +09:00