[PR #1273] [MERGED] merge all to 2.x #1397

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

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1273
Author: @Shadow243
Created: 10/7/2024
Status: Merged
Merged: 10/18/2024
Merged by: @Shadow243

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


📝 Commits (10+)

  • c0751e1 Creating script to locally run unit tests in sqlite
  • 112a5fa [FIX]Blocklist:can not edit a block
  • eb4b97c [FIX] Make server page responsive
  • dc53651 Correct undefined const DEFAULT_NO_PASSWORD_SAVE in docker
  • 927877a Merge pull request #1243 from Shadow243/correct-undefined-const-docker
  • f5550c7 [FIX] Make the send button enabled on compose page
  • 2577e7b Allow the execution of a presave draft handler, enabling third-party software integrating with Cypht to customize how a draft is stored
  • 16f2cbc Update docker image to latest version released v2.4.0
  • 653674b Merge pull request #1248 from Shadow243/publish-2.4.0
  • 7bd295f Ensure the sender profile is populated in the draft mime

📊 Changes

95 files changed (+3803 additions, -1786 deletions)

View changed files

📝 .env.example (+7 -7)
📝 .github/tests/.env (+4 -4)
📝 .github/tests/setup.sh (+6 -0)
📝 .github/workflows/Test-Build.yml (+3 -3)
📝 .gitignore (+1 -0)
📝 .travis/.env (+2 -2)
📝 Makefile (+1 -2)
📝 config/app.php (+3 -3)
📝 docker/Dockerfile (+1 -1)
📝 docker/docker-compose.yaml (+1 -1)
📝 lib/db.php (+16 -9)
📝 lib/environment.php (+1 -1)
modules/advanced_search/js_modules/route_handlers.js (+30 -0)
📝 modules/advanced_search/site.js (+0 -34)
📝 modules/calendar/hm-calendar.php (+1 -1)
modules/calendar/js_modules/route_handlers.js (+15 -0)
📝 modules/calendar/site.js (+0 -17)
modules/contacts/js_modules/route_handlers.js (+33 -0)
📝 modules/contacts/setup.php (+0 -1)
📝 modules/contacts/site.js (+2 -42)

...and 75 more files

📄 Description

Merge all master 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/1273 **Author:** [@Shadow243](https://github.com/Shadow243) **Created:** 10/7/2024 **Status:** ✅ Merged **Merged:** 10/18/2024 **Merged by:** [@Shadow243](https://github.com/Shadow243) **Base:** `2.x` ← **Head:** `merge-to-2.x-3` --- ### 📝 Commits (10+) - [`c0751e1`](https://github.com/cypht-org/cypht/commit/c0751e113568d4b597e568a3d9da4a02a60d7b15) Creating script to locally run unit tests in sqlite - [`112a5fa`](https://github.com/cypht-org/cypht/commit/112a5faa89920bc89d885456347035b6dc654f87) [FIX]Blocklist:can not edit a block - [`eb4b97c`](https://github.com/cypht-org/cypht/commit/eb4b97c06d8afea1f9f21d412ab382c37a7f50ad) [FIX] Make server page responsive - [`dc53651`](https://github.com/cypht-org/cypht/commit/dc53651c2c5c9341e743b3e6cd24faef7fcf3293) Correct undefined const DEFAULT_NO_PASSWORD_SAVE in docker - [`927877a`](https://github.com/cypht-org/cypht/commit/927877a55e37d9f183602ef199ef08608efde267) Merge pull request #1243 from Shadow243/correct-undefined-const-docker - [`f5550c7`](https://github.com/cypht-org/cypht/commit/f5550c71db19ade7f0a46b6ea85eabeb2b37b485) [FIX] Make the send button enabled on compose page - [`2577e7b`](https://github.com/cypht-org/cypht/commit/2577e7b63df36b32a3516527d49751e79666b5bd) Allow the execution of a presave draft handler, enabling third-party software integrating with Cypht to customize how a draft is stored - [`16f2cbc`](https://github.com/cypht-org/cypht/commit/16f2cbc7d237de88f52a087cc2af2fc938a04f60) Update docker image to latest version released v2.4.0 - [`653674b`](https://github.com/cypht-org/cypht/commit/653674b0ed313d999ec47ecf91151f1d728f33eb) Merge pull request #1248 from Shadow243/publish-2.4.0 - [`7bd295f`](https://github.com/cypht-org/cypht/commit/7bd295f020f1ebbefa7056367bb237e07863f77a) Ensure the sender profile is populated in the draft mime ### 📊 Changes **95 files changed** (+3803 additions, -1786 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+7 -7) 📝 `.github/tests/.env` (+4 -4) 📝 `.github/tests/setup.sh` (+6 -0) 📝 `.github/workflows/Test-Build.yml` (+3 -3) 📝 `.gitignore` (+1 -0) 📝 `.travis/.env` (+2 -2) 📝 `Makefile` (+1 -2) 📝 `config/app.php` (+3 -3) 📝 `docker/Dockerfile` (+1 -1) 📝 `docker/docker-compose.yaml` (+1 -1) 📝 `lib/db.php` (+16 -9) 📝 `lib/environment.php` (+1 -1) ➕ `modules/advanced_search/js_modules/route_handlers.js` (+30 -0) 📝 `modules/advanced_search/site.js` (+0 -34) 📝 `modules/calendar/hm-calendar.php` (+1 -1) ➕ `modules/calendar/js_modules/route_handlers.js` (+15 -0) 📝 `modules/calendar/site.js` (+0 -17) ➕ `modules/contacts/js_modules/route_handlers.js` (+33 -0) 📝 `modules/contacts/setup.php` (+0 -1) 📝 `modules/contacts/site.js` (+2 -42) _...and 75 more files_ </details> ### 📄 Description Merge all master 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:38:09 +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#1397
No description provided.