Commit graph

11147 commits

Author SHA1 Message Date
Kijin Sung
0a459eb528 Mark default category in bold #2335 2024-05-04 20:52:51 +09:00
Kijin Sung
d9be564dae Fix #2331 add home button to module config pages displayed using the admin layout 2024-05-04 20:46:33 +09:00
Kijin Sung
07c2574c72 Fix #2321 return voted_count or blamed_count when vote is canceled 2024-05-04 20:43:33 +09:00
Kijin Sung
796f14571b Fix #2340 null warning in comment.item.php 2024-05-04 20:23:29 +09:00
Kijin Sung
684b86a636 Fix #2335 allow selecting a category as default 2024-05-04 20:21:13 +09:00
Kijin Sung
d3415b5e01 Display thumbnail in admin file list if video has thumbnail 2024-05-03 23:44:10 +09:00
Kijin Sung
84bbd60895 Support hexadecimal digits in the random component of anonymous name 2024-05-03 23:42:23 +09:00
Kijin Sung
4c523d686b Fix type error when module_srl or document_srl is null 2024-05-03 20:28:31 +09:00
Kijin Sung
b9f87e1426 Fix category not preserved when navigating from list screen to write screen on default board skins 2024-05-02 00:52:34 +09:00
Kijin Sung
24a6f0e615 Fix type error when editor add/remove plugins variable contains an empty string 2024-05-02 00:32:55 +09:00
Kijin Sung
242d07ce30 Fix undefined variable 2024-04-30 23:07:35 +09:00
Kijin Sung
c32eb69a20 Fix #2327 JS error when the module for an installed type doesn't exist anymore 2024-04-30 22:50:59 +09:00
Kijin Sung
b7def41ec4 Fix undefined variables in layout admin view/model 2024-04-30 22:45:21 +09:00
Kijin Sung
04f5ecbf41 Fix all checkboxes being required in extra vars form 2024-04-30 22:19:21 +09:00
Kijin Sung
e15c913b21 Rename rx_upload CKEditor plugin to rx_paste, and move paste handler from editor.app.js to it 2024-04-30 22:18:11 +09:00
Kijin Sung
3e5951174e Put autosave-related tags together in the same place 2024-04-30 01:57:08 +09:00
Kijin Sung
4f94299414 Clean up unnecessary files inside CKEditor skin directory 2024-04-30 01:52:03 +09:00
Kijin Sung
579201fe7c Separate editor and uploader related PHP and JS code into their own native files 2024-04-30 01:42:37 +09:00
Kijin Sung
d127e334b0 Fix distorted images in admin file list 2024-04-29 23:45:10 +09:00
Kijin Sung
d7053be5fa Fix #2329 show WebP thumbnails in admin file list 2024-04-29 23:44:00 +09:00
Kijin Sung
ae7920a276 Fix #2309 support Blade template as main file of editor skin 2024-04-28 22:29:45 +09:00
Kijin Sung
f83891bac5
Merge pull request #2324 from kijin/pr/ckeditor-paste-image
CKEditor에 붙여넣거나 드래그&드롭한 이미지 자동 업로드
2024-04-28 22:13:50 +09:00
Kijin Sung
77b57627f2
Merge pull request #2323 from kijin/fcm-http-v1
Firebase (FCM) HTTP v1 API 지원
2024-04-28 22:13:34 +09:00
Kijin Sung
b9ea0e65b0 General cleanup of DOM traversal code in editor & uploader (should also fix #2303) 2024-04-26 13:35:20 +09:00
Kijin Sung
7dd3dd3838 Clean up javascript mixed with template syntax in file_upload.html 2024-04-25 23:19:32 +09:00
Kijin Sung
b2ebb234ef Fix error in admin dashboard when getNewestCommentList() returns an object
Possible fix for https://xetown.com/questions/1821535 (not confirmed!)
2024-04-25 11:55:28 +09:00
Kijin Sung
9247e602b5 Clean up return value juggling in getNewestCommentList() 2024-04-25 11:54:01 +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
296f37f5f5 Validate FCM service account JSON content 2024-04-24 00:27:04 +09:00
Kijin Sung
6641e6a6ef Clarify help text about FCM legacy API deprecation 2024-04-21 20:13:48 +09:00
Kijin Sung
64f95d2c95 Add index file to FCM v1 and APNs config directories to prevent directory listing 2024-04-21 02:47:54 +09:00
Kijin Sung
2c8ae717e1 Add configuration for uploading FCM v1 service account private key file 2024-04-21 02:45:33 +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
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
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