[SOGo] BTS activities for Monday, September 11 2023

2023-09-11 Thread SOGo reporter
Title: BTS activities for Monday, September 11 2023 BTS Activities Home page: https://bugs.sogo.nu Project: SOGo For the period covering: Monday, September 11 2023 idlast updatestatus (resolution)categorysummary

RE: [SOGo] Problems with calendar view

2023-09-11 Thread qhivert
Glad to help  From: users-requ...@sogo.nu On Behalf Of "Raoul Schroeder" Sent: lundi 11 septembre 2023 15:31 To: users@sogo.nu Subject: AW: [SOGo] Problems with calendar view Holy moly. Upon deeper inspection, I noticed some collations where utf8mb4_general_ci and some were

AW: [SOGo] Problems with calendar view

2023-09-11 Thread "Raoul Schroeder"
Holy moly. Upon deeper inspection, I noticed some collations where utf8mb4_general_ci and some were utf8mb4_bin No idea how that happened. The only thing I can think of is that SOGo made tables before I changed the collation over. In any case, I changed all the collations to

Re: [SOGo] ..Mail/null url problem

2023-09-11 Thread smizr...@alinto.eu
Hi Christoph, This has been fixed in https://bugs.sogo.nu/view.php?id=5844 Sebastien Le Mardi, Mars 07, 2023 09:32 CET, Christoph Röhrs (roe...@technikum-wien.at) a écrit:    Hi there! I have a problem which hopefully you can help me with. When I'm opening a mail and close the browser and

RE: [SOGo] Problems with calendar view

2023-09-11 Thread qhivert
Yes there is clearly an encoding problem, when I do the same with the ics you gave: theRecord = {"c_category" = ""; "c_classification" = 0; "c_component" = vevent; "c_content" = "BEGIN:VCALENDAR PRODID:-//Inverse inc./SOGo 5.8.4//EN VERSION:2.0 BEGIN:VTIMEZONE TZID:Europe/Berlin

AW: [SOGo] Problems with calendar view

2023-09-11 Thread "Raoul Schroeder"
Thanks for your help. I have to admit that I am completely out of my depth here. Should I maybe open a bug report after all? The database table type: | c_partmails | text | YES | | NULL| | Which is correct as per the current schemes The Record looks really

RE: [SOGo] Problems with calendar view

2023-09-11 Thread qhivert
The problem seems to be here line 381 https://github.com/Alinto/sogo/blob/master/UI/Scheduler/UIxCalListingActions.m mails = [[theRecord objectForKey: @"c_partmails"] componentsSeparatedByString: @"\n"]; My guess is the value for c_partmails is not a NSString as expected. You cand add a