mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-26 13:36:02 +03:00
[PR #864] [MERGED] [FIX] allow drag and drop of recipients with accents in the name #1102
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#1102
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/864
Author: @mercihabam
Created: 1/12/2024
Status: ✅ Merged
Merged: 2/19/2024
Merged by: @kroky
Base:
master← Head:reordering-of-recipients📝 Commits (2)
4f6e10a[FIX] allow drag and drop of recipients with accents in the namecd7c82freplace FILTER_SANITIZE_FULL_SPECIAL_CHARS with FILTER_DEFAULT to avoid encoding of inputs📊 Changes
33 files changed (+299 additions, -294 deletions)
View changed files
📝
modules/2fa/setup.php(+1 -1)📝
modules/account/setup.php(+3 -3)📝
modules/advanced_search/setup.php(+7 -7)📝
modules/api_login/setup.php(+3 -3)📝
modules/calendar/setup.php(+9 -9)📝
modules/carddav_contacts/setup.php(+7 -7)📝
modules/contacts/modules.php(+11 -6)📝
modules/contacts/setup.php(+12 -12)📝
modules/core/setup.php(+57 -57)📝
modules/dynamic_login/setup.php(+1 -1)📝
modules/feeds/setup.php(+11 -11)📝
modules/github/setup.php(+9 -9)📝
modules/hello_world/setup.php(+1 -1)📝
modules/highlights/setup.php(+7 -7)📝
modules/imap/setup.php(+42 -42)📝
modules/imap_folders/setup.php(+5 -5)📝
modules/inline_message/setup.php(+1 -1)📝
modules/keyboard_shortcuts/setup.php(+1 -1)📝
modules/ldap_contacts/setup.php(+25 -25)📝
modules/nasa/setup.php(+2 -2)...and 13 more files
📄 Description
Pull Request
This pull request addresses the issue encountered while trying to reorder recipients between the fields
to,cc, andbcc, which was not functioning. Additionally, it resolves the problem where a bubble was not being formed for a contact with an accent in the name.Issues
Checklist
How2Test
composeto,cc, or 'bcc. Once the contact is found and inserted in the fieldTodo
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.