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
Kijin Sung
2baa4b5369
Fix warning when the author's member info cannot be found
2023-11-02 21:36:27 +09:00
Kijin Sung
e1cfb09652
Set proper module_srl and mid when uploading in member and communication modules
2023-11-02 21:22:43 +09:00
Kijin Sung
f6a02fd006
Fix typo in procFileDelete
2023-11-02 21:18:59 +09:00
Kijin Sung
eda9af546c
Automatically set module_srl in upload info, and check it strictly
2023-11-02 20:49:05 +09:00
Kijin Sung
bffa50dd15
Fix RVE-2023-6 (validate module_srl when uploading/deleting)
2023-11-02 13:19:41 +09:00
Kijin Sung
e7eadcc6f1
Fix unit test error when repository name is not "rhymix"
2023-11-02 13:00:39 +09:00
Kijin Sung
a128b6e3cb
Fix unit test error when repository name is not "rhymix"
2023-11-02 12:44:03 +09:00
Kijin Sung
99de7db35a
Fix RVE-2023-6 (getFileList)
2023-11-01 22:36:05 +09:00
Kijin Sung
4a9a89b299
Fix RVE-2023-6 (procFileDelete, procFileSetCoverImage)
2023-11-01 22:32:47 +09:00
Kijin Sung
613518aa28
Fix RVE-2023-6 (procFileUpload, procFileIframeUpload)
2023-11-01 22:23:06 +09:00
Kijin Sung
720193d9b9
Separate compile unit tests for template v2 into several methods
2023-10-31 22:01:22 +09:00
Kijin Sung
e72336c90c
Fix #2203 'this' in lang directive will refer to current module
2023-10-31 21:59:33 +09:00
Kijin Sung
3233619eac
Fix template v2 not working in external pages
...
https://xetown.com/questions/1792598
2023-10-31 21:42:27 +09:00
Kijin Sung
d79c2f5140
Fix #2202 undefined properties if domain settings are not saved
2023-10-31 11:50:00 +09:00
Kijin Sung
a602779fc2
General cleanup of Context vars
2023-10-31 11:36:20 +09:00
Kijin Sung
af0dab0e1b
Always initialize Context before unit test
2023-10-31 11:35:54 +09:00
Kijin Sung
c8cac3653f
Fix missing Context::init() in unit test for Password class
2023-10-29 23:41:48 +09:00
Kijin Sung
96330593fd
Add $this->request to module and template instances
2023-10-29 23:37:08 +09:00
Kijin Sung
a196706d7f
Add Request class and make Router::parseUrl() return an instance of it
2023-10-29 23:32:49 +09:00
Kijin Sung
986fc23043
Redirect to inbox after sending message
2023-10-27 19:32:17 +09:00
Kijin Sung
18c0e14b4b
Fix failure to load template file if a directory of the same name (minus the extension) exists in the same path
2023-10-27 16:11:25 +09:00
Kijin Sung
47db7e6a0b
Add template variables for backward compatibility
2023-10-27 16:06:48 +09:00
Kijin Sung
dbcbb57413
Fix broken admin footer when counter addon is disabled
2023-10-27 10:43:08 +09:00
Kijin Sung
dd64698c66
Version 2.1.8
2023-10-27 10:24:58 +09:00
Kijin Sung
c58b13c459
Fix buttons being crushed when loading temp saved document with long content
2023-10-27 10:20:19 +09:00
Kijin Sung
ce0313acc5
Mark old Context methods as deprecated
2023-10-27 00:48:36 +09:00
Kijin Sung
286dc76e78
Support event handler (trigger) to customize the content of the admin dashboard
2023-10-27 00:22:12 +09:00
Kijin Sung
72ab8ea8fc
Disable CKEditor 4.22 version check AJAX request
2023-10-26 23:10:05 +09:00
Kijin Sung
7ea912bb6e
Add _rx_ajax_compat: XMLRPC field to AJAX requests generated by procFilter(), for improved backward compatibility
2023-10-26 23:08:05 +09:00