Kijin Sung
a294783261
Add PHP 8.3 to unit test matrix
2023-11-30 23:49:58 +09:00
Kijin Sung
7a7cdb6389
Version 2.1.10
2023-11-30 11:06:43 +09:00
Kijin Sung
c17e8b201b
Replace TemplateHandler references with Rhymix\Framework\Template
2023-11-29 23:56:39 +09:00
Kijin Sung
b60426f984
Merge pull request #2218 from kijin/pr/member-auth-mail
...
ID/PW 찾기 방법 개선
2023-11-29 23:52:30 +09:00
Kijin Sung
4f6c05f735
Only allow non-logged-in users in procMemberResetPassword
2023-11-29 22:02:04 +09:00
Kijin Sung
6a308386bc
Don't redirect back to auth screen after login
2023-11-29 22:00:12 +09:00
Kijin Sung
64148f0544
More validity checks for reset password
2023-11-29 21:59:28 +09:00
Kijin Sung
a45373c113
Add short route for procMemberAuthAccount
2023-11-29 21:53:01 +09:00
Kijin Sung
ad6d578a00
Clean up unnecessary variables in procMemberAuthAccount
2023-11-29 21:50:19 +09:00
Kijin Sung
8e1ccf7c1b
Separate procMemberResetPassword action from procMemberModifyPassword
2023-11-29 21:45:42 +09:00
Kijin Sung
cd1477f14b
Add more specific message about password change/reset
2023-11-28 23:31:28 +09:00
Kijin Sung
cd79409f9b
Change xe_validator_id for password reset form
2023-11-28 23:26:27 +09:00
Kijin Sung
24c2cecc9b
Misc fixes to password change routine
2023-11-28 23:24:09 +09:00
Kijin Sung
c887d8a84d
Add template for password reset without current_password
2023-11-28 23:16:32 +09:00
Kijin Sung
2ce8b5812b
Customize password reset email for v2 method
2023-11-28 22:40:47 +09:00
Kijin Sung
c4a9da23b0
Set default value for password reset method on new install
2023-11-28 22:20:16 +09:00
Kijin Sung
5b3da67f29
Add option for password reset method
2023-11-28 22:19:00 +09:00
Kijin Sung
b934b8638f
Clean up member_auth_mail table schema, adding auth_type column
2023-11-28 22:08:22 +09:00
Kijin Sung
c2311f88be
Fix #2217 call getDocumentList (after) trigger even if there are no results
2023-11-28 00:06:21 +09:00
Kijin Sung
4a2ea92f07
Fix unit test for #2215
2023-11-25 22:33:53 +09:00
Kijin Sung
1bf03c101e
Merge remote-tracking branch 'upstream/develop' into develop
2023-11-25 22:31:44 +09:00
Kijin Sung
de08f5ee62
유닛 테스트 수정 및 강화하여 #2214 보완
2023-11-25 22:30:51 +09:00
Kijin Sung
190ec17fc5
더 다양한 import 문법과 특수문자 대응하여 #2214 보완
2023-11-25 22:30:09 +09:00
Kijin Sung
f58c3e2db2
Fix #2215 missing lang code (also see #2131 )
2023-11-24 14:43:50 +09:00
dewekk
b1756b0e82
b825850 보완
2023-11-23 18:16:52 +09:00
dewekk
b82585058c
스크립트 자동 압축 사용 시 import 구문 인식 문제 수정
2023-11-23 16:50:55 +09:00
Kijin Sung
d78b8e8415
Delete .xfsr
2023-11-21 23:48:05 +09:00
Kijin Sung
ad84896b03
Add flag to control which AJAX errors to alert(), but always print them to console
2023-11-21 23:43:50 +09:00
Kijin Sung
2b0be0944f
Don't alert non-essential network errors from uploader
...
댓글폼마다 업로더가 로딩되므로 getFileList 액션이 자주 오류를 일으키고,
이에 따라 alert이 계속 뜨는 사례가 발견되어
해당 오류는 alert하지 않고 콘솔에만 표시하도록 임시조치함.
2023-11-21 23:43:01 +09:00
Kijin Sung
f00d6c7e19
Remove leading whitespace from displayed response
2023-11-21 22:51:14 +09:00
Kijin Sung
908fd98270
Remove potentially problematic check for module_srl in procFileDelete; maybe related to #2211
2023-11-21 22:22:27 +09:00
Kijin Sung
40d3ce4f46
Add unit test ad5c3c0f5
2023-11-21 22:13:56 +09:00
Kijin Sung
ad5c3c0f5c
Fix duplicate condition when joined subquery contains <conditions>
...
https://xetown.com/questions/1795994
2023-11-21 22:13:17 +09:00
Kijin Sung
e9be06ef6b
Fix uploaded_count remaining after comment is deleted
2023-11-19 21:41:50 +09:00
Kijin Sung
3f69e368da
Fix #2213 incorrect comment deleted status
2023-11-19 21:37:42 +09:00
Kijin Sung
9a6524d63d
Allow pre-setting upload_target_type for each editor
2023-11-19 21:29:15 +09:00
Kijin Sung
fdc9e1e98d
Fix incorrect debug/error/query count if the same entry appears multiple times
2023-11-19 00:02:34 +09:00
Kijin Sung
cad050ad8d
Clean up header scripts of XEDITION board skin
2023-11-18 23:52:08 +09:00
Kijin Sung
618d075a99
Fix warning if header script is not defined in layout
2023-11-18 23:51:51 +09:00
Kijin Sung
bd7ef4bedd
Fix unnecessary slash after override_filename (this causes a warning in line 349)
2023-11-18 23:51:29 +09:00
Kijin Sung
950b7c24b4
Fix #2209 incorrect lang code for "Configure Mobile Skin"
2023-11-18 23:30:09 +09:00
Kijin Sung
5993072fa7
Fix possible type mismatch in upload info verification code
...
https://xetown.com/questions/1793825
https://xetown.com/questions/1794400
2023-11-10 17:14:12 +09:00
Kijin Sung
8176bdb845
Fix undefined variables in several module config templates
2023-11-09 01:37:38 +09:00
Kijin Sung
d54eb4f3d5
Handle the special case of Context::loadFile($filename, true)
...
https://xetown.com/questions/1793899
2023-11-09 01:17:21 +09:00
Kijin Sung
5e914791e2
Fix undefined module configuration name
2023-11-08 23:40:37 +09:00
Kijin Sung
80eb973615
Remove unnecessary procFilter() from search forms
2023-11-08 23:39:57 +09:00
Kijin Sung
7160b1aa58
Fix array to string conversion when other boards are included
2023-11-08 23:30:00 +09:00
Kijin Sung
9fdfd34516
Fix short URL not being produced when some parameters are empty strings
2023-11-08 23:26:16 +09:00
Kijin Sung
290f467ddd
Fix type error when unlinked menu creation fails
...
https://xetown.com/questions/1793779
이 문제의 1차적인 원인으로 추정되나, unlinked 메뉴 정보를 가져오지 못하는
근본적인 원인은 알 수 없음. 디버깅 편의를 위해 BaseObject 반환하도록 조치함.
메뉴를 통하지 않고 추가된 모듈들을 unlinked에 모아 두는 방식은
분명 개선할 필요가 있음.
2023-11-08 22:51:06 +09:00
Kijin Sung
2c0589ce4b
Fix #2208 unused variable in getDocumentTrashList()
2023-11-08 22:46:45 +09:00