rhymix/modules/admin
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 Fix #2136 add button to reset the cleanup exception list 2023-07-04 22:43:17 +09:00
controllers Add option to control partial page rendering (layout drop) 2023-09-12 00:33:54 +09:00
lang Add option to control partial page rendering (layout drop) 2023-09-12 00:33:54 +09:00
models Change cache-busting query string format from ?YYYYMMDDHHMMSS to ?t=UnixTime 2023-09-12 23:15:26 +09:00
queries First step of reorganizing admin module into namespaces 2022-12-26 23:19:37 +09:00
ruleset Fix favorite removal not working in admin menu 2021-01-08 00:01:19 +09:00
schemas issue 2847 remove autoincrement attribute for mssql 2013-02-07 05:55:13 +00:00
tpl Fix #2179 missing document/comment controls when counter addon is not active 2023-09-12 00:45:37 +09:00
admin.admin.controller.php Remove trailing whitespace in admin module 2023-01-17 20:59:21 +09:00
admin.admin.model.php Remove trailing whitespace in admin module 2023-01-17 20:59:21 +09:00
admin.admin.view.php Remove trailing whitespace in admin module 2023-01-17 20:59:21 +09:00
admin.class.php First step of reorganizing admin module into namespaces 2022-12-26 23:19:37 +09:00