[PR #1410] [MERGED] fix(frontend/backend): restore the contacts autocompletion on the compose form feature in the working state and ensure the reply to a message action does not include css styles in the body #1490

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

📋 Pull Request Information

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

Base: masterHead: some-fixes


📝 Commits (2)

  • a8e81d4 fix(frontend): contacts autocomplete on the compose page
  • 3d959ca fix(backend): strip out style attributes from the message text when replying to a message originally in HTML format

📊 Changes

5 files changed (+38 additions, -33 deletions)

View changed files

📝 modules/contacts/js_modules/route_handlers.js (+7 -0)
📝 modules/contacts/site.js (+22 -25)
📝 modules/core/js_modules/route_handlers.js (+7 -0)
📝 modules/core/message_functions.php (+1 -2)
📝 modules/smtp/js_modules/route_handlers.js (+1 -6)

📄 Description

No description provided


🔄 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/1410 **Author:** [@mercihabam](https://github.com/mercihabam) **Created:** 12/20/2024 **Status:** ✅ Merged **Merged:** 12/20/2024 **Merged by:** [@mercihabam](https://github.com/mercihabam) **Base:** `master` ← **Head:** `some-fixes` --- ### 📝 Commits (2) - [`a8e81d4`](https://github.com/cypht-org/cypht/commit/a8e81d4f5646864ea20ab9c5ce4ad13087a0c351) fix(frontend): contacts autocomplete on the compose page - [`3d959ca`](https://github.com/cypht-org/cypht/commit/3d959caf9bcab0c363553591b8715d0b5d4ae584) fix(backend): strip out style attributes from the message text when replying to a message originally in HTML format ### 📊 Changes **5 files changed** (+38 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `modules/contacts/js_modules/route_handlers.js` (+7 -0) 📝 `modules/contacts/site.js` (+22 -25) 📝 `modules/core/js_modules/route_handlers.js` (+7 -0) 📝 `modules/core/message_functions.php` (+1 -2) 📝 `modules/smtp/js_modules/route_handlers.js` (+1 -6) </details> ### 📄 Description _No description provided_ --- <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:26 +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#1490
No description provided.