Kijin Sung
|
d1d278719c
|
Also apply iframe solution to dispTempSavedList
|
2025-05-14 02:32:23 +09:00 |
|
Kijin Sung
|
7157181726
|
Consolidate popup/iframe handling code in common areas
|
2025-05-14 02:13:04 +09:00 |
|
Kijin Sung
|
262560ce04
|
Add close buttons to all editor component popups, in case they are used in an iframe
|
2025-05-14 01:10:27 +09:00 |
|
Kijin Sung
|
f6313d44d9
|
Use iframe instead of popup window to display editor components in mobile
|
2025-05-14 01:09:59 +09:00 |
|
Kijin Sung
|
833cf111bd
|
Enable editor components in mobile CKEditor
|
2025-05-14 00:41:28 +09:00 |
|
Min-Soo Kim
|
a3cc3a9781
|
Update Rhymix English Language Translations
Update Language Files of:
- Common Language File
- Addon Module
- Admin Module
- AutoInstall Module
- Board Module
- Comment Module
- Communication Module
- Document Module
- Editor Module
- File Module
- Korean Postal Code Module
- Notification Center Module
- Point Module
- Poll Module
- RSS Module
- Tag Module
- Recycle Bin Module
- AdminLogging Addon
- PhotoSwipe Addon
- XEdition Layout
- Content Widget
- ncenter_login Widget
- mcontent Widget
|
2024-12-31 10:41:06 -05:00 |
|
Kijin Sung
|
78229aa944
|
Fix exposed lang code in editor module group list #2447
|
2024-12-14 23:53:19 +09:00 |
|
Kijin Sung
|
8c6beff859
|
Apply manager scopes to commonly used modules
|
2024-10-14 23:42:06 +09:00 |
|
Kijin Sung
|
ef0ef45303
|
Allow filtering file list by upload target type
|
2024-10-07 22:35:50 +09:00 |
|
Kijin Sung
|
23712bda19
|
Fix uploaded media not automatically inserted to SimpleEditor
|
2024-08-21 22:29:07 +09:00 |
|
Kijin Sung
|
f2bd5280c1
|
Fix incorrect sizing of CKEditor textarea
https://xetown.com/questions/1828584
|
2024-06-22 13:09:13 +09:00 |
|
Kijin Sung
|
5759eba8c4
|
Fix #445 update input value in realtime even if there are multiple editor instances on the page
|
2024-06-20 01:02:40 +09:00 |
|
Hyeonguk Ryu
|
5de50ebe0f
|
Fix minor typos
odule => module
|
2024-06-17 13:59:39 +09:00 |
|
Kijin Sung
|
7af4f93175
|
Add upload button to CKEditor image dialog
|
2024-05-25 00:59:53 +09:00 |
|
Kijin Sung
|
f50772c1dd
|
Fix #877 insert uploaded image even if CKEditor is in source mode
|
2024-05-15 11:02:26 +09:00 |
|
Kijin Sung
|
db8f6b2d59
|
Fix inconsistent naming of editor and ncenterlite modules
|
2024-05-07 22:29:48 +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
|
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
|
ae7920a276
|
Fix #2309 support Blade template as main file of editor skin
|
2024-04-28 22:29:45 +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
|
5b530792e5
|
Initial implementation of auto upload on paste or drop
|
2024-04-24 22:45:36 +09:00 |
|
Kijin Sung
|
88ac7ef65d
|
Disable clipboard image handling in CKEditor
|
2024-04-24 10:35:45 +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
|
510cbf91ff
|
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 |
|
Kijin Sung
|
010ba87c5b
|
Fix undefined variables and properties
|
2024-01-04 14:45:49 +09:00 |
|
Kijin Sung
|
6c113c22ed
|
Fix unnecessary assignment by reference, which causes E_NOTICE
|
2024-01-04 10:25:25 +09:00 |
|
Kijin Sung
|
c235f6b8b3
|
Adjust min-height to Prevent layout shift when CKEditor is loaded
https://xetown.com/questions/1801094
|
2023-12-31 16:21:05 +09:00 |
|
Kijin Sung
|
7a8b62448d
|
Add rx_ckeditor class to ckeditor wrapper div
https://xetown.com/questions/1801094
|
2023-12-30 20:15:04 +09:00 |
|
Kijin Sung
|
b299dd02dc
|
Fix spurious "sandbox" attribute being added to all iframes, due to CKEditor change
https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-iframe_attributes
|
2023-12-12 18:55:55 +09:00 |
|
Kijin Sung
|
9a6524d63d
|
Allow pre-setting upload_target_type for each editor
|
2023-11-19 21:29:15 +09:00 |
|
Kijin Sung
|
8176bdb845
|
Fix undefined variables in several module config templates
|
2023-11-09 01:37:38 +09:00 |
|
Kijin Sung
|
426027509c
|
Use raw bytes, not MB, when setting allowed filesize in session
|
2023-11-06 08:39:15 +09:00 |
|
Kijin Sung
|
a647fff6b8
|
Allow setting file size and extension limits in setUploadInfo()
|
2023-11-06 08:24:04 +09:00 |
|
Kijin Sung
|
4bdadcdf2c
|
Fix potentially undefined properties in EditorModel::getEditor()
|
2023-11-06 07:57:04 +09:00 |
|
Kijin Sung
|
990343d906
|
Set editor_mid automatically based on module_srl
|
2023-11-03 16:42:56 +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
|
bffa50dd15
|
Fix RVE-2023-6 (validate module_srl when uploading/deleting)
|
2023-11-02 13:19:41 +09:00 |
|
Kijin Sung
|
72ab8ea8fc
|
Disable CKEditor 4.22 version check AJAX request
|
2023-10-26 23:10:05 +09:00 |
|
Kijin Sung
|
df6fdd3bc3
|
Fix potential type error in editor component XML handling logic
|
2023-10-03 16:19:04 +09:00 |
|
Kijin Sung
|
7444bc3f1d
|
Fix capitalization of class names
|
2023-10-02 22:55:41 +09:00 |
|
Kijin Sung
|
f3bc9a2f03
|
Clean up trigger registration code in document, comment, file, editor modules
|
2023-10-02 22:28:16 +09:00 |
|
Kijin Sung
|
a6f918fbf9
|
Fix undefined variable
|
2023-09-25 22:06:55 +09:00 |
|
Kijin Sung
|
2fc94f55aa
|
Ensure that CKEditor.timestamp is string
|
2023-09-25 10:33:39 +09:00 |
|
Kijin Sung
|
283380ed0f
|
Replace CKEditor default LESS file with SCSS, and clean up related code in editor.html
- LESS 컴파일러 라이브러리 유지보수 중단으로, 모든 LESS는 SCSS로 변환 필요
- CKEditor 쪽에서 PHP 변수, JS 변수, CSS 변수 서로 전달하는 방식은 추가 개선 필요
|
2023-09-25 02:07:28 +09:00 |
|
Kijin Sung
|
31253cdb43
|
Fix #2181 regexp assertion compatibility with older browsers
|
2023-09-16 01:14:05 +09:00 |
|