[PR #1208] [MERGED] Update fixes before release #1342

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

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1208
Author: @Shadow243
Created: 8/29/2024
Status: Merged
Merged: 8/29/2024
Merged by: @marclaporte

Base: 2.xHead: update-fixes-before-release


📝 Commits (10+)

  • ede161b implement-screen-email
  • 9a39ff2 Merge pull request #1132 from christer77/implement-screen-email
  • 2e0bec3 Fix undeclared properties
  • 82ae817 fix sorting by sent date - command comparison was wrong and dates were not compared correctly by their timestamp values
  • a2e7572 Merge pull request #1085 from josaphatim/fix-array-merge-on-object
  • 6644dd4 Correct Broken folder_list selenium tests
  • 58586d1 Make bootstrap icons available on dockerized installs
  • 7817e47 Merge pull request #1203 from indridieinarsson/issue_1174
  • 43cfe9c [FIX] sieve filters management page: go throguh the list only once to optimize the load time
  • 833e75d [UDP] Sieve: Update php-sieve-manager to latest version 1.0.8

📊 Changes

32 files changed (+319 additions, -34 deletions)

View changed files

📝 .github/tests/selenium/creds.py (+0 -1)
📝 composer.lock (+5 -5)
📝 language/az.php (+1 -0)
📝 language/de.php (+1 -0)
📝 language/en.php (+1 -0)
📝 language/es.php (+1 -0)
📝 language/et.php (+1 -0)
📝 language/fa.php (+1 -0)
📝 language/fr.php (+1 -0)
📝 language/hu.php (+1 -0)
📝 language/id.php (+1 -0)
📝 language/it.php (+1 -0)
📝 language/ja.php (+1 -0)
📝 language/nl.php (+1 -0)
📝 language/pt-BR.php (+1 -0)
📝 language/ro.php (+1 -0)
📝 language/ru.php (+1 -0)
📝 language/zh-Hans.php (+1 -0)
📝 lib/repository.php (+5 -1)
📝 modules/contacts/modules.php (+50 -0)

...and 12 more files

📄 Description

merge all fixes and enhancements to 2.x


🔄 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/1208 **Author:** [@Shadow243](https://github.com/Shadow243) **Created:** 8/29/2024 **Status:** ✅ Merged **Merged:** 8/29/2024 **Merged by:** [@marclaporte](https://github.com/marclaporte) **Base:** `2.x` ← **Head:** `update-fixes-before-release` --- ### 📝 Commits (10+) - [`ede161b`](https://github.com/cypht-org/cypht/commit/ede161b7af3cba14cc2dd385590aa57727847a52) implement-screen-email - [`9a39ff2`](https://github.com/cypht-org/cypht/commit/9a39ff271c380bac5791c459d11b0d9d9ce5e385) Merge pull request #1132 from christer77/implement-screen-email - [`2e0bec3`](https://github.com/cypht-org/cypht/commit/2e0bec3654401104f0bf20b23d5923ffd8f80542) Fix undeclared properties - [`82ae817`](https://github.com/cypht-org/cypht/commit/82ae81754f10661b43d0ef3985b85abc51b3e2fe) fix sorting by sent date - command comparison was wrong and dates were not compared correctly by their timestamp values - [`a2e7572`](https://github.com/cypht-org/cypht/commit/a2e75723491773cc16b4cbffb73cea44281204e1) Merge pull request #1085 from josaphatim/fix-array-merge-on-object - [`6644dd4`](https://github.com/cypht-org/cypht/commit/6644dd4a98d27b1250010cfb82aa7fd3c3752789) Correct Broken folder_list selenium tests - [`58586d1`](https://github.com/cypht-org/cypht/commit/58586d1ec06474ed6fc787f62912b3beed5b8e1f) Make bootstrap icons available on dockerized installs - [`7817e47`](https://github.com/cypht-org/cypht/commit/7817e47171abc86bee983b05b7216d464d81f07b) Merge pull request #1203 from indridieinarsson/issue_1174 - [`43cfe9c`](https://github.com/cypht-org/cypht/commit/43cfe9cacbbb3b0ccbe49137237c686b19e775a4) [FIX] sieve filters management page: go throguh the list only once to optimize the load time - [`833e75d`](https://github.com/cypht-org/cypht/commit/833e75d3d800a6102b1e4ce9636878e0f3fd2797) [UDP] Sieve: Update php-sieve-manager to latest version 1.0.8 ### 📊 Changes **32 files changed** (+319 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `.github/tests/selenium/creds.py` (+0 -1) 📝 `composer.lock` (+5 -5) 📝 `language/az.php` (+1 -0) 📝 `language/de.php` (+1 -0) 📝 `language/en.php` (+1 -0) 📝 `language/es.php` (+1 -0) 📝 `language/et.php` (+1 -0) 📝 `language/fa.php` (+1 -0) 📝 `language/fr.php` (+1 -0) 📝 `language/hu.php` (+1 -0) 📝 `language/id.php` (+1 -0) 📝 `language/it.php` (+1 -0) 📝 `language/ja.php` (+1 -0) 📝 `language/nl.php` (+1 -0) 📝 `language/pt-BR.php` (+1 -0) 📝 `language/ro.php` (+1 -0) 📝 `language/ru.php` (+1 -0) 📝 `language/zh-Hans.php` (+1 -0) 📝 `lib/repository.php` (+5 -1) 📝 `modules/contacts/modules.php` (+50 -0) _...and 12 more files_ </details> ### 📄 Description merge all fixes and enhancements to 2.x --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:37:59 +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#1342
No description provided.