mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 21:15:56 +03:00
[PR #1378] [MERGED] Review and fix the implementation of the tags feature #1467
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#1467
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/1378
Author: @mercihabam
Created: 11/21/2024
Status: ✅ Merged
Merged: 11/23/2024
Merged by: @mercihabam
Base:
master← Head:fix-tags📝 Commits (7)
4dbd93cWIP: Review and fix the tags feature3e1cd98More fixes: the tags ids do change on each reload, the folder is registered when adding a tag, & msgs are llisted1e14725Alter the tags storage structure to also save the msg uids as part of the tag rather than altering the message entry in the imap server2a9a10cMove output modules to their appropriate file046a016Fix the tag handler called mutiple times0617240Revert changes made to merge_imap_search_results(). It is not needed anymore9aaee7bDoes this hinder the selenium tests?📊 Changes
12 files changed (+524 additions, -490 deletions)
View changed files
📝
lib/repository.php(+4 -1)📝
modules/core/navigation/utils.js(+2 -0)📝
modules/imap/functions.php(+0 -38)📝
modules/imap/handler_modules.php(+0 -38)📝
modules/imap/js_modules/route_handlers.js(+1 -2)📝
modules/imap/setup.php(+0 -8)📝
modules/imap/site.js(+3 -11)➕
modules/tags/handler_modules.php(+192 -0)📝
modules/tags/hm-tags.php(+41 -0)📝
modules/tags/modules.php(+4 -392)➕
modules/tags/output_modules.php(+267 -0)📝
modules/tags/setup.php(+10 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.