rhymix/modules/editor
Kijin Sung 117023817d Eliminate unnecessary AJAX calls to file.getFileList
에디터 로딩 직후, 파일 업로드 직후, 파일 삭제 직후
첨부목록 갱신을 위해 file.getFileList를 호출하도록 되어 있는데,
첨부목록을 직전 요청의 응답과 함께 반환하도록 변경하여
불필요한 AJAX 요청이 발생하지 않도록 하고, 로딩 속도를 개선함.
2024-04-16 22:38:53 +09:00
..
components Fix unnecessary assignment by reference, which causes E_NOTICE 2024-01-04 10:25:25 +09:00
conf Clean up trigger registration code in document, comment, file, editor modules 2023-10-02 22:28:16 +09:00
lang 베트남어 번역 추가 및 수정 2022-10-26 17:28:59 +09:00
queries fix #2229 자동저장 기능에 IP 대신 암호키를 대조하도록 변경 2018-03-07 02:18:17 +09:00
ruleset Add admin editor page (not complated lang file) 2011-09-07 08:45:00 +00:00
schemas Shorten ipaddress field to 60 chars in most modules 2021-01-19 21:59:33 +09:00
skins Eliminate unnecessary AJAX calls to file.getFileList 2024-04-16 22:38:53 +09:00
tpl Fix current time being displayed incorrectly (e.g. 5:9 instead of 05:09) in editor autosave notification 2024-01-05 12:19:45 +09:00
editor.admin.controller.php Fix capitalization of class names 2023-10-02 22:55:41 +09:00
editor.admin.view.php Fix capitalization of class names 2023-10-02 22:55:41 +09:00
editor.api.php Fix capitalization of class names 2023-10-02 22:55:41 +09:00
editor.class.php Fix capitalization of class names 2023-10-02 22:55:41 +09:00
editor.controller.php Fix unnecessary assignment by reference, which causes E_NOTICE 2024-01-04 10:25:25 +09:00
editor.model.php Fix undefined variables and properties 2024-01-04 14:45:49 +09:00
editor.view.php Fix unnecessary assignment by reference, which causes E_NOTICE 2024-01-04 10:25:25 +09:00