[PR #1372] [MERGED] Refactor the HTML Editor calling code to allow it to properly load on the compose page #1462

Closed
opened 2026-02-25 21:38:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1372
Author: @mercihabam
Created: 11/19/2024
Status: Merged
Merged: 11/20/2024
Merged by: @mercihabam

Base: masterHead: fix-html-editor


📝 Commits (2)

  • aefca67 Refactor the HTML Editor calling code to allow it to properly load on the compose page
  • ade027f Fix unit tests

📊 Changes

29 files changed (+61 additions, -13 deletions)

View changed files

📝 lib/js_libs.php (+2 -1)
modules/smtp/js_modules/[kindeditor]/kindEditor.js (+52 -0)
📝 modules/smtp/js_modules/route_handlers.js (+4 -0)
📝 modules/smtp/modules.php (+2 -11)
📝 tests/phpunit/modules/core/output_modules_debug.php (+1 -1)
📝 third_party/kindeditor/kindeditor-all-min.js (+0 -0)
📝 third_party/kindeditor/lang/ar.js (+0 -0)
📝 third_party/kindeditor/lang/en.js (+0 -0)
📝 third_party/kindeditor/lang/ko.js (+0 -0)
📝 third_party/kindeditor/lang/ru.js (+0 -0)
📝 third_party/kindeditor/lang/zh-CN.js (+0 -0)
📝 third_party/kindeditor/lang/zh-TW.js (+0 -0)
📝 third_party/kindeditor/plugins/autoheight/autoheight.js (+0 -0)
📝 third_party/kindeditor/plugins/lineheight/lineheight.js (+0 -0)
📝 third_party/kindeditor/plugins/link/link.js (+0 -0)
📝 third_party/kindeditor/plugins/pagebreak/pagebreak.js (+0 -0)
📝 third_party/kindeditor/plugins/plainpaste/plainpaste.js (+0 -0)
📝 third_party/kindeditor/plugins/preview/preview.js (+0 -0)
📝 third_party/kindeditor/plugins/table/table.js (+0 -0)
📝 third_party/kindeditor/plugins/wordpaste/wordpaste.js (+0 -0)

...and 9 more files

📄 Description

#1349


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/1372 **Author:** [@mercihabam](https://github.com/mercihabam) **Created:** 11/19/2024 **Status:** ✅ Merged **Merged:** 11/20/2024 **Merged by:** [@mercihabam](https://github.com/mercihabam) **Base:** `master` ← **Head:** `fix-html-editor` --- ### 📝 Commits (2) - [`aefca67`](https://github.com/cypht-org/cypht/commit/aefca67958dc326ddafe162558a917a23e1d2bc2) Refactor the HTML Editor calling code to allow it to properly load on the compose page - [`ade027f`](https://github.com/cypht-org/cypht/commit/ade027fbb9e9a00a8475d67f6290f0bc7658cd81) Fix unit tests ### 📊 Changes **29 files changed** (+61 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `lib/js_libs.php` (+2 -1) ➕ `modules/smtp/js_modules/[kindeditor]/kindEditor.js` (+52 -0) 📝 `modules/smtp/js_modules/route_handlers.js` (+4 -0) 📝 `modules/smtp/modules.php` (+2 -11) 📝 `tests/phpunit/modules/core/output_modules_debug.php` (+1 -1) 📝 `third_party/kindeditor/kindeditor-all-min.js` (+0 -0) 📝 `third_party/kindeditor/lang/ar.js` (+0 -0) 📝 `third_party/kindeditor/lang/en.js` (+0 -0) 📝 `third_party/kindeditor/lang/ko.js` (+0 -0) 📝 `third_party/kindeditor/lang/ru.js` (+0 -0) 📝 `third_party/kindeditor/lang/zh-CN.js` (+0 -0) 📝 `third_party/kindeditor/lang/zh-TW.js` (+0 -0) 📝 `third_party/kindeditor/plugins/autoheight/autoheight.js` (+0 -0) 📝 `third_party/kindeditor/plugins/lineheight/lineheight.js` (+0 -0) 📝 `third_party/kindeditor/plugins/link/link.js` (+0 -0) 📝 `third_party/kindeditor/plugins/pagebreak/pagebreak.js` (+0 -0) 📝 `third_party/kindeditor/plugins/plainpaste/plainpaste.js` (+0 -0) 📝 `third_party/kindeditor/plugins/preview/preview.js` (+0 -0) 📝 `third_party/kindeditor/plugins/table/table.js` (+0 -0) 📝 `third_party/kindeditor/plugins/wordpaste/wordpaste.js` (+0 -0) _...and 9 more files_ </details> ### 📄 Description #1349 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:38:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1462
No description provided.