[PR #1288] [MERGED] Fix some page handlers issues #1406

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

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1288
Author: @mercihabam
Created: 10/19/2024
Status: Merged
Merged: 10/21/2024
Merged by: @mercihabam

Base: masterHead: some-fixes


📝 Commits (5)

  • 618f519 The browser title updates, message controls work, & unecessary unread requests are stopped
  • 4b536d1 Fix message parts view and the download of attachements
  • 3e6bf05 FIX: generated site.js includes js_modules with a one-level deep folder
  • 7badb28 Fix profiles page test
  • afbaff0 fix tests

📊 Changes

15 files changed (+88 additions, -33 deletions)

View changed files

modules/core/js_modules/utils/loaders.js (+22 -0)
📝 modules/core/navigation/navigation.js (+2 -0)
📝 modules/core/navigation/utils.js (+2 -16)
📝 modules/core/site.css (+0 -1)
📝 modules/core/site.js (+6 -6)
📝 modules/imap/functions.php (+4 -4)
📝 modules/imap/js_modules/route_handlers.js (+11 -0)
modules/imap/js_modules/utils/attachements.js (+21 -0)
modules/imap/js_modules/utils/messageParts.js (+7 -0)
📝 modules/imap/site.js (+7 -1)
📝 modules/inline_message/site.js (+0 -2)
📝 scripts/config_gen.php (+2 -1)
📝 tests/selenium/folder_list.py (+1 -1)
📝 tests/selenium/pages.py (+2 -1)
📝 tests/selenium/settings.py (+1 -0)

📄 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/1288 **Author:** [@mercihabam](https://github.com/mercihabam) **Created:** 10/19/2024 **Status:** ✅ Merged **Merged:** 10/21/2024 **Merged by:** [@mercihabam](https://github.com/mercihabam) **Base:** `master` ← **Head:** `some-fixes` --- ### 📝 Commits (5) - [`618f519`](https://github.com/cypht-org/cypht/commit/618f5193c3faa859cdfcd4b09989a2018e5eea7e) The browser title updates, message controls work, & unecessary unread requests are stopped - [`4b536d1`](https://github.com/cypht-org/cypht/commit/4b536d1f53922818c820b2d460127ef83267a0ab) Fix message parts view and the download of attachements - [`3e6bf05`](https://github.com/cypht-org/cypht/commit/3e6bf050f10decba5f20ee9ca64620e8155c8c77) FIX: generated site.js includes js_modules with a one-level deep folder - [`7badb28`](https://github.com/cypht-org/cypht/commit/7badb286702860cf2e1e49aea541cbb57f637c21) Fix profiles page test - [`afbaff0`](https://github.com/cypht-org/cypht/commit/afbaff02a1b581b810234ba1e275f05faddaeaf5) fix tests ### 📊 Changes **15 files changed** (+88 additions, -33 deletions) <details> <summary>View changed files</summary> ➕ `modules/core/js_modules/utils/loaders.js` (+22 -0) 📝 `modules/core/navigation/navigation.js` (+2 -0) 📝 `modules/core/navigation/utils.js` (+2 -16) 📝 `modules/core/site.css` (+0 -1) 📝 `modules/core/site.js` (+6 -6) 📝 `modules/imap/functions.php` (+4 -4) 📝 `modules/imap/js_modules/route_handlers.js` (+11 -0) ➕ `modules/imap/js_modules/utils/attachements.js` (+21 -0) ➕ `modules/imap/js_modules/utils/messageParts.js` (+7 -0) 📝 `modules/imap/site.js` (+7 -1) 📝 `modules/inline_message/site.js` (+0 -2) 📝 `scripts/config_gen.php` (+2 -1) 📝 `tests/selenium/folder_list.py` (+1 -1) 📝 `tests/selenium/pages.py` (+2 -1) 📝 `tests/selenium/settings.py` (+1 -0) </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:10 +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#1406
No description provided.