[PR #1242] [MERGED] Merge master to 2.x #1369

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

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1242
Author: @Shadow243
Created: 9/13/2024
Status: Merged
Merged: 9/13/2024
Merged by: @Shadow243

Base: 2.xHead: merge-to-2.x-2


📝 Commits (10+)

  • 9cd7ec8 Removed some styling not necessary after bootstrap 5 integration that break themes
  • 7740d0f Merge pull request #1232 from josaphatim/fixed-some-elements-ui
  • 7b87e36 fix prefetched imap server list sorting by string rather than numeric due to the new string IDs of servers - should prevent re-fetching all imap folder lists for all imap servers on each page load
  • a495322 Always show spinner when copying/moving to mailbox
  • 6723ab2 Merge pull request #1235 from josaphatim/fixed-spinner-sieve
  • 315dd1a Adding bulk-import accounts using csv sample file (#976)
  • 79097cb Fixed broken module keyboard shortcuts
  • 2bf174c Merge pull request #1237 from josaphatim/fixed-keyboard-shortcuts
  • 88f9f06 [FIX]Compose page: clicking on Send button can't send email
  • 8d785e8 Refact check_cc_exist_in_contacts_list feature

📊 Changes

41 files changed (+666 additions, -138 deletions)

View changed files

📝 composer.json (+1 -0)
📝 composer.lock (+152 -1)
📝 language/az.php (+2 -0)
📝 language/de.php (+2 -0)
📝 language/en.php (+2 -0)
📝 language/es.php (+2 -0)
📝 language/et.php (+2 -0)
📝 language/fa.php (+2 -0)
📝 language/fr.php (+2 -0)
📝 language/hu.php (+2 -0)
📝 language/id.php (+2 -0)
📝 language/it.php (+2 -0)
📝 language/ja.php (+2 -0)
📝 language/nl.php (+2 -0)
📝 language/pt-BR.php (+2 -0)
📝 language/ro.php (+2 -0)
📝 language/ru.php (+2 -0)
📝 language/zh-Hans.php (+2 -0)
📝 modules/contacts/site.js (+25 -0)
📝 modules/core/functions.php (+14 -1)

...and 21 more files

📄 Description

Ready for the release of v2.4.0


🔄 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/1242 **Author:** [@Shadow243](https://github.com/Shadow243) **Created:** 9/13/2024 **Status:** ✅ Merged **Merged:** 9/13/2024 **Merged by:** [@Shadow243](https://github.com/Shadow243) **Base:** `2.x` ← **Head:** `merge-to-2.x-2` --- ### 📝 Commits (10+) - [`9cd7ec8`](https://github.com/cypht-org/cypht/commit/9cd7ec881390ce9a8002c2cdd7993a791598a436) Removed some styling not necessary after bootstrap 5 integration that break themes - [`7740d0f`](https://github.com/cypht-org/cypht/commit/7740d0feec9cb0d5e64553fd9f958ffe98136e11) Merge pull request #1232 from josaphatim/fixed-some-elements-ui - [`7b87e36`](https://github.com/cypht-org/cypht/commit/7b87e36d7f9c8912caa1a4def55f71ac6affdcd8) fix prefetched imap server list sorting by string rather than numeric due to the new string IDs of servers - should prevent re-fetching all imap folder lists for all imap servers on each page load - [`a495322`](https://github.com/cypht-org/cypht/commit/a49532264a3cd36067915bcc0132f9c0411b24b4) Always show spinner when copying/moving to mailbox - [`6723ab2`](https://github.com/cypht-org/cypht/commit/6723ab2186c7052a8a0dfad854ed087d50cfc622) Merge pull request #1235 from josaphatim/fixed-spinner-sieve - [`315dd1a`](https://github.com/cypht-org/cypht/commit/315dd1a4cb62dc835c63a6ce3f0bc14dc97ab664) Adding bulk-import accounts using csv sample file (#976) - [`79097cb`](https://github.com/cypht-org/cypht/commit/79097cb179d5ed3a58d390009498817eae53b8ee) Fixed broken module keyboard shortcuts - [`2bf174c`](https://github.com/cypht-org/cypht/commit/2bf174c5e80d4951b58b17c72119025cabe63be8) Merge pull request #1237 from josaphatim/fixed-keyboard-shortcuts - [`88f9f06`](https://github.com/cypht-org/cypht/commit/88f9f06dc639b5867215926ae596d6e34c6ab8af) [FIX]Compose page: clicking on Send button can't send email - [`8d785e8`](https://github.com/cypht-org/cypht/commit/8d785e86c9e9c550e42523aa9930efde98f54fee) Refact check_cc_exist_in_contacts_list feature ### 📊 Changes **41 files changed** (+666 additions, -138 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+1 -0) 📝 `composer.lock` (+152 -1) 📝 `language/az.php` (+2 -0) 📝 `language/de.php` (+2 -0) 📝 `language/en.php` (+2 -0) 📝 `language/es.php` (+2 -0) 📝 `language/et.php` (+2 -0) 📝 `language/fa.php` (+2 -0) 📝 `language/fr.php` (+2 -0) 📝 `language/hu.php` (+2 -0) 📝 `language/id.php` (+2 -0) 📝 `language/it.php` (+2 -0) 📝 `language/ja.php` (+2 -0) 📝 `language/nl.php` (+2 -0) 📝 `language/pt-BR.php` (+2 -0) 📝 `language/ro.php` (+2 -0) 📝 `language/ru.php` (+2 -0) 📝 `language/zh-Hans.php` (+2 -0) 📝 `modules/contacts/site.js` (+25 -0) 📝 `modules/core/functions.php` (+14 -1) _...and 21 more files_ </details> ### 📄 Description Ready for the release of v2.4.0 --- <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:03 +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#1369
No description provided.