rhymix/modules/document
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 Use Rhymix action, not standalone .xml.php file, to load document category info 2023-08-07 00:35:13 +09:00
lang 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
queries Support page = 0 and offset > 0 in getDocumentList() to avoid unnecessary count query 2023-06-19 02:15:35 +09:00
ruleset 문서 신고시 이유 적을 수 있게 항목 추가 2016-01-27 17:44:34 +09:00
schemas Shorten indexed varchar columns, remove meaningless size on some integer columns 2021-01-19 21:46:44 +09:00
tpl Use Rhymix action, not standalone .xml.php file, to load document category info 2023-08-07 00:35:13 +09:00
document.admin.controller.php Remove trailing whitespace 2023-01-30 21:37:41 +09:00
document.admin.model.php Fix incorrectly capitalized class names in document and comment modules 2022-12-27 23:09:25 +09:00
document.admin.view.php Remove trailing whitespace 2023-01-30 21:37:41 +09:00
document.class.php Remove trailing whitespace 2023-01-30 21:37:41 +09:00
document.controller.php Fix return during transaction without rollback (fix #2163) 2023-08-08 23:41:28 +09:00
document.item.php Change cache-busting query string format from ?YYYYMMDDHHMMSS to ?t=UnixTime 2023-09-12 23:15:26 +09:00
document.model.php Fix double encoding of special characters in document tags 2023-09-12 22:52:26 +09:00
document.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