rhymix/modules/editor
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
..
components Convert remaining LESS files to SCSS 2023-08-31 02:42:34 +09:00
conf Delete dispEditorPreview action that is no longer used 2023-09-05 01:13:19 +09:00
lang 베트남어 번역 추가 및 수정 2022-10-26 17:28:59 +09:00
queries fix #2229 자동저장 기능에 IP 대신 암호키를 대조하도록 변경 2018-03-07 02:18:17 +09:00
ruleset Add admin editor page (not complated lang file) 2011-09-07 08:45:00 +00:00
schemas Shorten ipaddress field to 60 chars in most modules 2021-01-19 21:59:33 +09:00
skins Change cache-busting query string format from ?YYYYMMDDHHMMSS to ?t=UnixTime 2023-09-12 23:15:26 +09:00
tpl Delete dispEditorPreview action that is no longer used 2023-09-05 01:13:19 +09:00
editor.admin.controller.php Update CKEditor timestamp if editor module config is updated #2173 2023-09-12 23:03:12 +09:00
editor.admin.view.php Remove trailing whitespace 2023-01-30 21:43:21 +09:00
editor.api.php Remove trailing whitespace 2023-01-30 21:43:21 +09:00
editor.class.php Update CKEditor timestamp if editor module config is updated #2173 2023-09-12 23:03:12 +09:00
editor.controller.php Remove trailing whitespace 2023-01-30 21:43:21 +09:00
editor.model.php Update CKEditor timestamp if editor module config is updated #2173 2023-09-12 23:03:12 +09:00
editor.view.php Delete dispEditorPreview action that is no longer used 2023-09-05 01:13:19 +09:00