rhymix/modules/member
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 Implement index action for member module 2023-06-20 00:27:42 +09:00
controllers Remove trailing whitespace in member module 2023-01-17 21:01:32 +09:00
lang Allow setting any URL as redirect URL after signup 2023-08-03 21:25:46 +09:00
m.skins/default Fix #2055 support rx_ajax in login and signup forms of default member skins 2023-08-03 21:59:15 +09:00
queries Keep previous autologin security key in database, in case the client STILL hasn't got the new cookie 2023-08-04 02:21:01 +09:00
ruleset 63b72f0 보완 2022-04-25 08:52:46 +09:00
schemas Keep previous autologin security key in database, in case the client STILL hasn't got the new cookie 2023-08-04 02:21:01 +09:00
skins/default Fix #2055 support rx_ajax in login and signup forms of default member skins 2023-08-03 21:59:15 +09:00
tpl Allow setting any URL as redirect URL after signup 2023-08-03 21:25:46 +09:00
member.admin.controller.php Remove unnecessary variable declaration 2023-08-05 16:11:29 +09:00
member.admin.model.php Add status column to member table #1806 #1896 2023-06-20 23:57:45 +09:00
member.admin.view.php Fix warnings in PHP 8.x 2023-09-06 21:10:11 +09:00
member.api.php Fix incorrectly capitalized class names in member module 2022-12-27 23:03:46 +09:00
member.class.php Fix #2062 delete references to themes in skin config 2023-09-12 21:25:06 +09:00
member.controller.php Add options to control autologin cookie lifetime and refresh function 2023-08-29 23:42:01 +09:00
member.mobile.php Set layout and template paths in one place 2023-06-26 22:12:32 +09:00
member.model.php Change cache-busting query string format from ?YYYYMMDDHHMMSS to ?t=UnixTime 2023-09-12 23:15:26 +09:00
member.view.php Fix incorrect identifierForm leading to duplicate form entry 2023-07-04 01:36:18 +09:00