Commit graph

20009 commits

Author SHA1 Message Date
Kijin Sung
7dd3dd3838 Clean up javascript mixed with template syntax in file_upload.html 2024-04-25 23:19:32 +09:00
Kijin Sung
b817b85989 Re-disable clipboard_handleImages 2024-04-25 00:00:29 +09:00
Kijin Sung
516fd738f2 Fix broken reference to xefu-container if autosave message appears in between 2024-04-24 23:45:57 +09:00
Kijin Sung
6acd092dc6 Prevent the clipboard plugin from displaying the "file type not supported" error for webp, mp4, and other file types 2024-04-24 23:31:37 +09:00
Kijin Sung
bd138800bc Unify the logic for inserting uploaded file into editor content 2024-04-24 23:17:56 +09:00
Kijin Sung
633478710d Clean up error handling code in the auto upload plugin 2024-04-24 22:52:32 +09:00
Kijin Sung
5b530792e5 Initial implementation of auto upload on paste or drop 2024-04-24 22:45:36 +09:00
Kijin Sung
26fd165337 Fix JS error when getModuleAdminModuleList() returns null for nonexistent modules 2024-04-24 11:03:46 +09:00
Kijin Sung
88ac7ef65d Disable clipboard image handling in CKEditor 2024-04-24 10:35:45 +09:00
Kijin Sung
55fe822b2b Fix #2320 incorrect class name in docblock 2024-04-24 01:43:07 +09:00
Kijin Sung
d861040766 Remove unnecessary procAdminRemoveIcons action 2024-04-17 23:28:34 +09:00
Kijin Sung
dd6b577780 Replace exec_xml() with exec_json() in session clear script 2024-04-17 23:28:24 +09:00
Kijin Sung
c7e38873f5 Replace exec_xml() with exec_json() in admin.js #2314 2024-04-17 23:22:01 +09:00
Kijin Sung
848a45cabe Fix #2313 inconsistent email validation rules 2024-04-17 23:15:24 +09:00
Kijin Sung
61a0cf38c3 Fix missing description in new extravar form 2024-04-17 20:19:33 +09:00
Kijin Sung
117023817d Eliminate unnecessary AJAX calls to file.getFileList
에디터 로딩 직후, 파일 업로드 직후, 파일 삭제 직후
첨부목록 갱신을 위해 file.getFileList를 호출하도록 되어 있는데,
첨부목록을 직전 요청의 응답과 함께 반환하도록 변경하여
불필요한 AJAX 요청이 발생하지 않도록 하고, 로딩 속도를 개선함.
2024-04-16 22:38:53 +09:00
Kijin Sung
0dc7dc5ac5 Remove notice about FTP password when uninstalling a package
https://xetown.com/questions/1819447
2024-04-16 21:53:24 +09:00
Kijin Sung
0952bd6b69 Change ExtraVar::getInstance() to ValueCollection 2024-04-16 21:47:04 +09:00
Kijin Sung
e5c6cb9d6e Remove seemingly useless, and potentially dangerous, option in getLangCode() 2024-04-16 21:43:55 +09:00
Kijin Sung
d0183268ce Add newline after JSON and XML responses 2024-04-16 21:38:56 +09:00
Kijin Sung
114755d13a Fix error when trying to instantiate class that isn't a ModuleObject 2024-04-16 21:32:15 +09:00
Kijin Sung
80c5c12059 Fix #2306 restrict character set in single-input phone number input fields 2024-04-15 01:51:56 +09:00
Kijin Sung
5b66613d83 Distinguish countries with same calling code #2306 #1256 2024-04-15 01:41:13 +09:00
Kijin Sung
97460af76a Insert space after each item in a multiple select extravar 2024-04-15 01:22:15 +09:00
Kijin Sung
b0a00c39f2 Use extravar skin to display member extra input fields 2024-04-15 01:21:47 +09:00
Kijin Sung
c1278f2615 Fix error when saved value is not a valid country code 2024-04-15 01:20:05 +09:00
Kijin Sung
c26e242fdf Use extravar module skin in member edit page, too 2024-04-15 01:08:45 +09:00
Kijin Sung
fc406a927c Support style in extravar value definition 2024-04-15 00:43:01 +09:00
Kijin Sung
31fa498b19 Implement default extravar skin to replace hardcoded HTML in ExtraItem class 2024-04-14 23:16:22 +09:00
Kijin Sung
dd06193a1d First step of converting legacy ExtraVar class to module 2024-04-12 00:23:56 +09:00
Kijin Sung
267aa9c397 Remove unnecessary conversion of ftp.config.php
https://xetown.com/questions/1819188
2024-04-12 00:07:57 +09:00
Kijin Sung
ab5a2c4f5f Disable debug output during template parser tests 2024-04-08 22:56:19 +09:00
Kijin Sung
9134433adf Fix #2307 remove hash character from TemplateStart/TemplateEnd debugging comment to prevent confusion with SSI directive 2024-04-08 22:55:57 +09:00
Kijin Sung
777a62af35 Fix erroneous detection of SSL configration when importing very old XE configuration file 2024-04-08 22:48:59 +09:00
Kijin Sung
41f4eada9d Only add spaces in getContentText() before complete </p> and </div> tags, not </pre>
https://xetown.com/questions/1817630
2024-04-08 22:43:15 +09:00
Kijin Sung
1bb0123e59 Fix error when migrateMemberScrappedDocuments() returns int 2024-04-08 22:37:51 +09:00
Kijin Sung
f0b84faf03 Fix unnecessary variables in links generated by default board skins
https://xetown.com/questions/1818810
2024-04-08 22:35:27 +09:00
Kijin Sung
602ee88d65 Change author name of bundled ncenterlite module
라이믹스 개발팀의 일원인 개인이나 사업체의 명의로 되어 있는 모듈은
라이믹스 개발팀의 명의로 변경하는 취지임.

현재 XE Public 그룹 멤버인 @misol, @bjrambo 님 동의 얻음.
2024-04-02 11:58:38 +09:00
Kijin Sung
aba31cb7d5 Change author name of bundled advanced_mailer module 2024-04-02 11:51:49 +09:00
Kijin Sung
bdd8316aee Fix return type error when searching for nonexistent module name that coincides with existing class name 2024-04-02 01:42:48 +09:00
Kijin Sung
b80a858c1f Fix incorrect reference to error message body in Mailgun mail driver 2024-04-02 01:40:34 +09:00
Johnny
cc57e117c9 c229839f2b 보완 스킨에서 처리하지 않고 commentItem 에서 처리 하고 기본 메세지 내용 추가 2024-03-30 14:48:20 +09:00
Johnny
f334a3e6e1 c229839f2b 보완 모바일 페이지에도 적용 2024-03-30 14:05:28 +09:00
Johnny
c229839f2b 댓글 내용이 0 이라고 적었을때 글자가 없는 댓글이라고 뜨는 문제 고침 2024-03-30 13:58:12 +09:00
Kijin Sung
8c9d8652a7 Version 2.1.14 2024-03-29 11:57:43 +09:00
Kijin Sung
23db2eb6a3 Fix member birthday column not being updated to empty value 2024-03-29 11:56:02 +09:00
Kijin Sung
d65a32b385 Fix coding convention 2024-03-29 11:52:42 +09:00
Kijin Sung
5cfd348096 Clean up declared log if prevent_redeclare != "N" #2238 2024-03-28 21:38:42 +09:00
Kijin Sung
35b5bcc030 Move cancel_declare button to consistent location in comment admin page 2024-03-28 21:36:23 +09:00
Kijin Sung
fa756b5169 Fix #2238 add option to control whether to allow redeclaring documents 2024-03-28 21:30:19 +09:00