rhymix/modules/file
Kijin Sung 117023817d Eliminate unnecessary AJAX calls to file.getFileList
에디터 로딩 직후, 파일 업로드 직후, 파일 삭제 직후
첨부목록 갱신을 위해 file.getFileList를 호출하도록 되어 있는데,
첨부목록을 직전 요청의 응답과 함께 반환하도록 변경하여
불필요한 AJAX 요청이 발생하지 않도록 하고, 로딩 속도를 개선함.
2024-04-16 22:38:53 +09:00
..
conf Disable procFileImageResize and related ruleset 2023-12-13 22:35:22 +09:00
lang Display more detailed error message when upload info mismatch is found 2023-11-03 16:48:46 +09:00
queries Allow pre-setting upload_target_type for each editor 2023-11-19 21:29:15 +09:00
ruleset Disable procFileImageResize and related ruleset 2023-12-13 22:35:22 +09:00
schemas Increase size of upload_target_type column, and add missing indexes 2023-09-05 02:34:44 +09:00
tpl Fix #2114 Allow specifying file formats to be indexed 2023-06-14 19:13:48 +09:00
file.admin.controller.php Fix #2114 Allow specifying file formats to be indexed 2023-06-14 19:13:48 +09:00
file.admin.model.php Remove trailing whitespace 2023-01-30 21:37:41 +09:00
file.admin.view.php Add options to convert AVIF and HEIC images using ImageMagick 7.x 2023-05-24 14:28:26 +09:00
file.class.php Clean up trigger registration code in document, comment, file, editor modules 2023-10-02 22:28:16 +09:00
file.controller.php Eliminate unnecessary AJAX calls to file.getFileList 2024-04-16 22:38:53 +09:00
file.model.php Eliminate unnecessary AJAX calls to file.getFileList 2024-04-16 22:38:53 +09:00
file.view.php Remove trailing whitespace 2023-01-30 21:37:41 +09:00