Commit graph

2753 commits

Author SHA1 Message Date
Kijin Sung
083c9814d3 Fix #2234 missing translation for failed_blamed_already 2023-12-18 21:22:21 +09:00
Kijin Sung
6e2bab02cc Be more permissive about null values passed to lang() and Context::getLang() 2023-12-18 21:19:33 +09:00
Kijin Sung
b344bbfb26 Properly handle "loading" and "sandbox" attributes of iframes 2023-12-12 19:05:40 +09:00
conory
d83e6a008d Revert "Fix SPF hint in Brevo mail driver"
This reverts commit a82c9c5444.
2023-12-09 13:47:11 +09:00
conory
a82c9c5444 Fix SPF hint in Brevo mail driver
Brevo doesn't support SPF.
2023-12-09 12:34:25 +09:00
conory
ba053b2fbf Add Brevo mail driver 2023-12-09 11:50:04 +09:00
conory
78e339fc9c Fix 64537818f6 2023-12-08 23:40:56 +09:00
conory
64537818f6 Use mail.default_force config 2023-12-08 22:31:22 +09:00
Kijin Sung
9ca263ebf5 Force result to string in MediaFilter::removeEmbeddedMedia() 2023-12-08 21:58:16 +09:00
Kijin Sung
8ba0d351a0 Fix warning when order_var is not set 2023-12-06 16:55:08 +09:00
Kijin Sung
a78df8d4fd Fix incorrect recognition of 0507 phone numbers 2023-12-04 17:33:52 +09:00
Kijin Sung
f8f929137c Fix session.gc_maxlifetime being set to a lower value than specified in php.ini 2023-12-04 17:31:23 +09:00
Kijin Sung
4373208953 Fix #2219 type error in Redis cache driver 2023-12-01 00:02:03 +09:00
Kijin Sung
7a7cdb6389 Version 2.1.10 2023-11-30 11:06:43 +09:00
Kijin Sung
1bf03c101e Merge remote-tracking branch 'upstream/develop' into develop 2023-11-25 22:31:44 +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
ad5c3c0f5c Fix duplicate condition when joined subquery contains <conditions>
https://xetown.com/questions/1795994
2023-11-21 22:13:17 +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
bd7ef4bedd Fix unnecessary slash after override_filename (this causes a warning in line 349) 2023-11-18 23:51:29 +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
1acdbc4a47 Version 2.1.9 2023-11-06 09:25:33 +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
c4e1625afa Fix #2205 change FCM chunk size to 500 2023-11-03 19:19:41 +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
e1cfb09652 Set proper module_srl and mid when uploading in member and communication modules 2023-11-02 21:22:43 +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
a602779fc2 General cleanup of Context vars 2023-10-31 11:36:20 +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
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
dd64698c66 Version 2.1.8 2023-10-27 10:24:58 +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
Kijin Sung
6416499d34 Replace cumbersome noescape filter with {!! $content !!} syntax in common templates 2023-10-26 13:01:47 +09:00
Kijin Sung
e0c396bb3e Convert common/tpl/*_layout files to template v2 2023-10-25 23:28:26 +09:00
Kijin Sung
9d5dff5371 Fix incorrect rx_login_status cookie immediately after autologin 2023-10-25 20:29:27 +09:00
Kijin Sung
80e50d41f5 Change default Cookie path to "/" for compatibility with JS function setCookie() 2023-10-24 23:17:01 +09:00
Kijin Sung
8d2b7101f4 Use Cookie class to control session and member-related cookies, too 2023-10-24 23:09:50 +09:00
Kijin Sung
a3cde9c109 Add config.php options to set defaults for Cookie class #2184 2023-10-24 23:09:17 +09:00
Kijin Sung
5005a09f06 Add Rhymix\Framework\Cookie class with sane defaults 2023-10-24 22:37:27 +09:00
Kijin Sung
c84756e769 Make procFilter() use exec_json() instead of exec_xml() internally, and deprecate it 2023-10-24 21:08:21 +09:00