mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[PR #1372] [MERGED] Refactor the HTML Editor calling code to allow it to properly load on the compose page #1462
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#1462
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix-html-editor📝 Commits (2)
aefca67Refactor the HTML Editor calling code to allow it to properly load on the compose pageade027fFix 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.