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
Kijin Sung
37745f4717
Fix undefined variable warning in trash view screen
2023-11-08 22:46:04 +09:00
Kijin Sung
c29a603d7c
Change outdated escaping code in page module
2023-11-08 22:42:23 +09:00
Kijin Sung
1acdbc4a47
Version 2.1.9
2023-11-06 09:25:33 +09:00
Kijin Sung
177e54f86c
Remove redundant Context::init() in unit tests
2023-11-06 09:18:21 +09:00
Kijin Sung
073924efcf
Fix #1346 allow setting filesize limit for member signature
2023-11-06 08:41:35 +09:00
Kijin Sung
426027509c
Use raw bytes, not MB, when setting allowed filesize in session
2023-11-06 08:39:15 +09:00
Kijin Sung
7a659737cc
Fix #1299 , Fix #1346 implement proper file size limit for messages
2023-11-06 08:26:01 +09:00
Kijin Sung
a647fff6b8
Allow setting file size and extension limits in setUploadInfo()
2023-11-06 08:24:04 +09:00
Kijin Sung
4bdadcdf2c
Fix potentially undefined properties in EditorModel::getEditor()
2023-11-06 07:57:04 +09:00
Kijin Sung
f4474070e1
Merge branch 'security/rve-2023-6' into develop
2023-11-06 07:47:14 +09:00
Kijin Sung
7132ef4c00
Fix type error when null is passed to cut_str()
...
https://xetown.com/questions/1793588
2023-11-05 20:24:07 +09:00
Kijin Sung
d02ea160c1
Fix undefined variable in getThumbnail()
2023-11-05 13:30:55 +09:00
Kijin Sung
c4e1625afa
Fix #2205 change FCM chunk size to 500
2023-11-03 19:19:41 +09:00
Kijin Sung
27a932d594
Display more detailed error message when upload info mismatch is found
2023-11-03 16:48:46 +09:00
Kijin Sung
990343d906
Set editor_mid automatically based on module_srl
2023-11-03 16:42:56 +09:00
Kijin Sung
0d58c9038d
Revert conversion to array in legacy_filter()
...
procFilter를 사용하는 레거시 서드파티 자료는 여러 개의 값을 제출할 경우
배열이 아닌 |@|로 구분된 문자열을 기대하므로, 기존 방식으로 전달
2023-11-02 21:36:55 +09:00