Page MenuHomePhorge
Feed Search

Jun 17 2016

petersen created T1313: Guam init script is gettting installed as non executable.
Jun 17 2016, 1:05 PM · Santiago, Kolab Enterprise 14 - Extras Audit, Restricted Project, Bug Reports
petersen added projects to T1312: Guam init script is not setting the HOME variable.: Guam, Restricted Project.
Jun 17 2016, 12:58 PM · Kolab Enterprise 14, Restricted Project, Guam, Bug Reports
petersen created T1312: Guam init script is not setting the HOME variable..
Jun 17 2016, 12:56 PM · Kolab Enterprise 14, Restricted Project, Guam, Bug Reports
ThunderKey added a comment to T1311: Invalid MIME encoding in the title of an attachement leads to a crash of the syncroton.

The specified line with the clean() call is the same. The only difference in the files is that the messageClass gets a suffix for encrypted messages:

322,323c322,333
<         // @TODO: add messageClass suffix for encrypted messages
<         $result['messageClass'] = 'IPM.Note';
---
>         if ($headers->ctype == 'multipart/signed'
>             && count($message->attachments) == 1 && $message->attachments[0]->mimetype == 'application/pkcs7-signature'
>         ) {
>             $result['messageClass'] = 'IPM.Note.SMIME.MultipartSigned';
>         }
>         else if ($headers->ctype == 'application/pkcs7-mime' || $headers->ctype == 'application/x-pkcs7-mime') {
>             $result['messageClass'] = 'IPM.Note.SMIME';
>         }
>         else {
>             $result['messageClass'] = 'IPM.Note';
>         }
>
Jun 17 2016, 12:02 PM · Syncroton, Bug Reports
pokorra added a comment to T1305: Winterfell: guam has problem, bad argument in call to binary:match.

after applying this patch:

Jun 17 2016, 11:09 AM · Guam, Bug Reports
machniak added a comment to T1311: Invalid MIME encoding in the title of an attachement leads to a crash of the syncroton.

Hmm... I'd expect clean() in this line https://git.kolab.org/diffusion/S/browse/master/lib/kolab_sync_data_email.php;a6b7464233dcf471293103aa735d42ea8f3c7870$350 would fix such issues. Could you compare this with what you have installed?

Jun 17 2016, 10:14 AM · Syncroton, Bug Reports
ThunderKey added a comment to T1311: Invalid MIME encoding in the title of an attachement leads to a crash of the syncroton.

Thank you for your fast response.

Jun 17 2016, 10:07 AM · Syncroton, Bug Reports
machniak added a comment to T1311: Invalid MIME encoding in the title of an attachement leads to a crash of the syncroton.

Kolab-syncroton package version would be more relevant here. Sounds like a it could have been fixed in https://issues.kolab.org/show_bug.cgi?id=3844.

Jun 17 2016, 9:58 AM · Syncroton, Bug Reports
pokorra added a comment to T1305: Winterfell: guam has problem, bad argument in call to binary:match.

seems like this patch https://cgit.kolab.org/guam/commit/apps/kolab_guam/src/kolab_guam_session.erl?id=ef2ec46e597f70734aab6673a9735b6a6f807507 could show the solution?
that applies to another function, but should be applied to ensure_hello_does_not_have_starttls as well?

Jun 17 2016, 9:44 AM · Guam, Bug Reports
pokorra added a comment to T1305: Winterfell: guam has problem, bad argument in call to binary:match.

this is the source code line that causes the failure: https://cgit.kolab.org/guam/tree/apps/kolab_guam/src/kolab_guam_session.erl#n307

Jun 17 2016, 9:42 AM · Guam, Bug Reports
ThunderKey created T1311: Invalid MIME encoding in the title of an attachement leads to a crash of the syncroton.
Jun 17 2016, 9:13 AM · Syncroton, Bug Reports

Jun 14 2016

pokorra added a project to T1305: Winterfell: guam has problem, bad argument in call to binary:match: Guam.
Jun 14 2016, 7:52 AM · Guam, Bug Reports
pokorra added a comment to T1305: Winterfell: guam has problem, bad argument in call to binary:match.

This only started to happen in the past days, as far as I can see.
First time of failure: Fri Jun 10 21:21:06 2016, it still worked on Thursday.
That coincides with the release of Guam 0.8: https://obs.kolabsys.com/package/revisions/Kolab:Winterfell/guam
It happens in a fresh vanilla installation

Jun 14 2016, 7:49 AM · Guam, Bug Reports
pokorra created T1305: Winterfell: guam has problem, bad argument in call to binary:match.
Jun 14 2016, 7:48 AM · Guam, Bug Reports

Jun 13 2016

machniak added a comment to T1253: Site's "Best Price" currency conversion always from CHF.

This is 3% discount for yearly payments. No bug for me.

Jun 13 2016, 3:24 PM · Restricted Project, Bug Reports, Restricted Project
vanmeeuwen reopened T1253: Site's "Best Price" currency conversion always from CHF as "Open".

It's not fixed, the best price should be USD 2.95, with approximately whatever the local currency may for whatever GeoIP provides is the country (and/or/when the user changes that, change over the currency?)

Jun 13 2016, 2:47 PM · Restricted Project, Bug Reports, Restricted Project

Jun 10 2016

tobru added a comment to T1290: Folders not subscribed for new users in kolab 3.4.

I've changed the setting in kolab.conf to use direct connection to Cyrus, folders are now subscribed again. Upgrading Guam to 0.7.3 would be possible, but unfortunately it doesn't seem to be available in the official Kolab 16 repo at http://obs.kolabsys.com/repositories/Kolab:/16/CentOS_7/

Jun 10 2016, 8:03 PM · Bug Reports
tobru added a comment to T1290: Folders not subscribed for new users in kolab 3.4.

OK, I'll check the options and give a feedback. Thanks for the fast response!

Jun 10 2016, 1:48 PM · Bug Reports
vanmeeuwen added a comment to T1290: Folders not subscribed for new users in kolab 3.4.

I'm suspecting the version of PyKolab used here does not yet disclose an IMAP ID command when connecting to what is configured (by default) as the Guam IMAP reverse proxy.

Jun 10 2016, 1:27 PM · Bug Reports
tobru added a comment to T1290: Folders not subscribed for new users in kolab 3.4.

Here we are:

Jun 10 2016, 1:04 PM · Bug Reports
vanmeeuwen removed projects from T1290: Folders not subscribed for new users in kolab 3.4: PyKolab Developers, PyKolab.
Jun 10 2016, 12:22 PM · Bug Reports
vanmeeuwen added a comment to T1290: Folders not subscribed for new users in kolab 3.4.

Please state the version of pykolab, cyrus imap and guam

Jun 10 2016, 12:22 PM · Bug Reports

Jun 9 2016

machniak closed T1301: Correctly handle different letter case responses to invitations as Resolved.
Jun 9 2016, 3:20 PM · Roundcube, Bug Reports
knauss closed T1285: Kontact displays nothing in To field as Resolved.
Jun 9 2016, 10:28 AM · Restricted Project, KDE PIM, Bug Reports
knauss added a comment to T1285: Kontact displays nothing in To field.

Fixed in kdepimlibs 4.13.0.26

Jun 9 2016, 10:26 AM · Restricted Project, KDE PIM, Bug Reports
knauss moved T1285: Kontact displays nothing in To field from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jun 9 2016, 10:11 AM · Restricted Project, KDE PIM, Bug Reports
knauss claimed T1285: Kontact displays nothing in To field.
Jun 9 2016, 10:09 AM · Restricted Project, KDE PIM, Bug Reports

Jun 8 2016

machniak added a comment to T1301: Correctly handle different letter case responses to invitations.

Can we have some more information on this, e.g. precise steps to reproduce or if wallace is involved, etc.

Jun 8 2016, 1:21 PM · Roundcube, Bug Reports
pokorra added a comment to T1207: kolab list-mailboxes throws an EOF error on a clean system.

This does not happen in Winterfell, just in Kolab 16.

Jun 8 2016, 1:14 PM · PyKolab, Bug Reports
adomaitis added a comment to T1301: Correctly handle different letter case responses to invitations.

OTRS 1100064

Jun 8 2016, 12:48 PM · Roundcube, Bug Reports
adomaitis assigned T1301: Correctly handle different letter case responses to invitations to machniak.
Jun 8 2016, 12:40 PM · Roundcube, Bug Reports
adomaitis created T1301: Correctly handle different letter case responses to invitations.
Jun 8 2016, 12:40 PM · Roundcube, Bug Reports
knauss moved T1285: Kontact displays nothing in To field from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jun 8 2016, 12:40 PM · Restricted Project, KDE PIM, Bug Reports
knauss added a revision to T1285: Kontact displays nothing in To field: Restricted Differential Revision.
Jun 8 2016, 12:40 PM · Restricted Project, KDE PIM, Bug Reports
knauss added a comment to T1285: Kontact displays nothing in To field.

The problem only occourse with incorrect formatted To field (rcm and kmail format it correctly).

Jun 8 2016, 11:31 AM · Restricted Project, KDE PIM, Bug Reports
knauss moved T1285: Kontact displays nothing in To field from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jun 8 2016, 11:25 AM · Restricted Project, KDE PIM, Bug Reports
knauss added a comment to T1285: Kontact displays nothing in To field.

https://support.kolabsys.com/provider?Action=AgentTicketZoom&TicketID=21254&ArticleID=75252&ZoomExpand=0#75252

Jun 8 2016, 11:25 AM · Restricted Project, KDE PIM, Bug Reports
mollekopf placed T1285: Kontact displays nothing in To field up for grabs.
Jun 8 2016, 10:33 AM · Restricted Project, KDE PIM, Bug Reports
knauss merged task T1185: Kontact categories vs. webmail categories into T1276: Categories assigned on the server don't show up in the event editor.
Jun 8 2016, 10:22 AM · Restricted Project, KDE PIM, Bug Reports

Jun 7 2016

mollekopf added a comment to T1293: Issue with ACTION:AUDIO and no ATTACH.

https://git.kolab.org/rLKXab256ebd90d3cf7186c44211a40e2602019c67c9

Jun 7 2016, 12:18 PM · Kolab Enterprise 14, Libraries, Bug Reports

Jun 6 2016

machniak added a comment to T1268: Forever perpetuating events are not displayed as forever perpetuating via Roundcube.

Likely involved code here: https://git.kolab.org/diffusion/RPK/browse/master/plugins/libkolab/lib/kolab_date_recurrence.php;81cd96ad4b0bf2ed8e0bd26d58b566165fa1f58e$136 And one more: https://git.kolab.org/diffusion/RPK/browse/master/plugins/libkolab/lib/kolab_storage_cache_event.php;81cd96ad4b0bf2ed8e0bd26d58b566165fa1f58e$43

Jun 6 2016, 12:31 PM · Roundcube Kolab Plugins , Bug Reports
bff added a comment to T1268: Forever perpetuating events are not displayed as forever perpetuating via Roundcube.

Yes, for a weekly event 19840608 the last recurrence displayed in Roundcube is on 19940612, for a yearly recurrent event from 19700608 the last recurrence is on 20700608.

Jun 6 2016, 12:18 PM · Roundcube Kolab Plugins , Bug Reports
mollekopf added a comment to T1293: Issue with ACTION:AUDIO and no ATTACH.

The attach property is indeed optional, but libkolabxml doesn't treat it as optional property.

Jun 6 2016, 11:11 AM · Kolab Enterprise 14, Libraries, Bug Reports
machniak created T1293: Issue with ACTION:AUDIO and no ATTACH.
Jun 6 2016, 10:53 AM · Kolab Enterprise 14, Libraries, Bug Reports

Jun 5 2016

machniak closed T1283: Top level folder names as numbers as Resolved.
Jun 5 2016, 5:00 PM · Sprint 201623, Syncroton, Bug Reports
tobru added a project to T1290: Folders not subscribed for new users in kolab 3.4: PyKolab Developers.
Jun 5 2016, 4:49 PM · Bug Reports
machniak added a comment to T1283: Top level folder names as numbers.

Looks like a feature/bug of PHP where numeric array keys (here folder names) in foreach are converted to int. I'm talking about the loop in kolab_sync_backend::folders_list(). I'm working on a fix.

Jun 5 2016, 4:48 PM · Sprint 201623, Syncroton, Bug Reports
tobru renamed T1291: Invitation and Resource Handling in Kolab Multi Domain Configuration from Invitation Handling in Kolab Multi Domain Configuration to Invitation and Resource Handling in Kolab Multi Domain Configuration.
Jun 5 2016, 4:48 PM · PyKolab Developers, PyKolab, Bug Reports
tobru created T1291: Invitation and Resource Handling in Kolab Multi Domain Configuration.
Jun 5 2016, 4:46 PM · PyKolab Developers, PyKolab, Bug Reports
tobru updated the task description for T1290: Folders not subscribed for new users in kolab 3.4.
Jun 5 2016, 4:43 PM · Bug Reports
tobru created T1290: Folders not subscribed for new users in kolab 3.4.
Jun 5 2016, 4:42 PM · Bug Reports
haffmans created T1289: Excessive data usage on Akonadi client.
Jun 5 2016, 4:04 PM · KDE PIM, Bug Reports

Jun 4 2016

gsp added a comment to T1213: unable to create and use resource conference rooms.

me? i ain't going to tell you anything. but resources seem to be (kind of) working for me after applying the above patch. - groups of resources lack functionality which is present i 3.4 - first available resource of a group is booked in 3.4 if a group is 'invited'.

Jun 4 2016, 4:18 AM · PyKolab, Bug Reports

Jun 3 2016

simpleuser99 added a comment to T1273: roundcube calendar don't send notification about events changes.

ok.You talk about this
roundcubemail-plugin-calendar.noarch 3.2.7-10.el6.kolab_3.4 @Kolab_3.4_Updates
or
libcalendaring.x86_64 4.9.1-4.el6.kolab_3.4 @Kolab_3.4_Updates ?

Jun 3 2016, 8:11 AM · Bug Reports
vanmeeuwen added a comment to T1207: kolab list-mailboxes throws an EOF error on a clean system.

Run this command with -d 9 to see more literal output all the way down to imaplib.

Jun 3 2016, 4:17 AM · PyKolab, Bug Reports

Jun 2 2016

adomaitis assigned T1285: Kontact displays nothing in To field to mollekopf.
Jun 2 2016, 11:22 AM · Restricted Project, KDE PIM, Bug Reports
adomaitis created T1285: Kontact displays nothing in To field.
Jun 2 2016, 11:21 AM · Restricted Project, KDE PIM, Bug Reports
adomaitis added a comment to T1245: kolab-freebusy future events.

The business case, as stated in orginal description:
"There are business cases where customers needs to book resources for half a year in the future or even more."
If you book a resource more than 16 weeks from now - you can't see its freebusy information. Not sure what other information is needed here.

Jun 2 2016, 9:50 AM · Restricted Project, Bug Reports
machniak added a comment to T1245: kolab-freebusy future events.

Roundcube displays free-busy for max. 16 weeks into the future. So, you will not see free-busy information when you create an event more than 4 months from now. That's probably not a big issue, and maybe simple config option in Free-Busy would be enough for a solution.

Jun 2 2016, 6:30 AM · Restricted Project, Bug Reports
matthias.huetter added a comment to T1213: unable to create and use resource conference rooms.

This did not actually result in a resolution for me. I am still unable to create and use resources.
As i don´t have a clean installation at the moment maybe somebody else with a fresh installation should check if this is could be a resolution.

Jun 2 2016, 4:47 AM · PyKolab, Bug Reports

Jun 1 2016

vanmeeuwen added a comment to T1213: unable to create and use resource conference rooms.

Please don't tell me this actually resulted in a resolution but nobody shared?

Jun 1 2016, 4:40 PM · PyKolab, Bug Reports
vanmeeuwen renamed T1217: calendar - tabbed view open invitation from calendar - tabbed view open invetation to calendar - tabbed view open invitation.
Jun 1 2016, 4:31 PM · Restricted Project, KDE PIM, Bug Reports
vanmeeuwen closed T1222: cyrus imapd segfaults during mailbox transfer (XFER) as Resolved.
Jun 1 2016, 4:31 PM · Cyrus IMAP, Bug Reports
vanmeeuwen removed a project from T1245: kolab-freebusy future events: Roundcube Kolab Plugins .
Jun 1 2016, 4:27 PM · Restricted Project, Bug Reports
vanmeeuwen added a comment to T1245: kolab-freebusy future events.
  1. those business cases need to be articulated as problem spaces, rather then desired resolutions.
Jun 1 2016, 4:27 PM · Restricted Project, Bug Reports
vanmeeuwen added a comment to T1268: Forever perpetuating events are not displayed as forever perpetuating via Roundcube.

Can you reproduce this for a yearly event from 1970? Or a weekly event from the '80s?

Jun 1 2016, 4:23 PM · Roundcube Kolab Plugins , Bug Reports
vanmeeuwen closed T1272: wiki mistake as Resolved by committing rD2c400ba6ea7b: Correct call to cyrus commands, resolves T1272.
Jun 1 2016, 4:21 PM · Bug Reports
vanmeeuwen closed T1250: POODLE: SSLv3 vulnerability fix for Postfix as Wontfix.

This is not a topic for PyKolab nor Kolab not Postfix to fix. Distributions still shipping support for SSLv3 and before should take a serious, very fscking serious look in the mirror.

Jun 1 2016, 4:19 PM · PyKolab, Bug Reports
vanmeeuwen closed T1273: roundcube calendar don't send notification about events changes as Invalid.

This is not the version for the software involved, nor the latest supported edition of Kolab, or roundcubemail.

Jun 1 2016, 4:15 PM · Bug Reports
vanmeeuwen moved T1215: no calendar found when accepting new event from Backlog to Reviewed on the Bug Reports board.
Jun 1 2016, 4:12 PM · Bug Reports, KDE PIM, Restricted Project
vanmeeuwen closed T1281: wallace problems when debug level is set as Invalid.
Jun 1 2016, 4:12 PM · Restricted Project, PyKolab, Bug Reports
vanmeeuwen moved T1283: Top level folder names as numbers from Backlog to Reviewed on the Bug Reports board.
Jun 1 2016, 4:11 PM · Sprint 201623, Syncroton, Bug Reports
vanmeeuwen assigned T1283: Top level folder names as numbers to machniak.

Albeit the suggested fix seems flawed not unlike the original code (returning null should probably happen only after an int is converted to a string, then compared to ''), I also have to note that apparently $name here is passed on as an integer and not it's string representation(???).

Jun 1 2016, 4:11 PM · Sprint 201623, Syncroton, Bug Reports
vanmeeuwen added a project to T1282: "Bad file descriptor" errors when using -d 9: Bug Reports.
Jun 1 2016, 4:06 PM · Bug Reports, PyKolab
gyurco created T1283: Top level folder names as numbers.
Jun 1 2016, 2:39 PM · Sprint 201623, Syncroton, Bug Reports
machniak closed T1278: New events "on dates" are not shown corretly after invitation acceptance as Resolved.
Jun 1 2016, 12:31 PM · Roundcube Kolab Plugins , Restricted Project, Bug Reports
machniak added a comment to T1278: New events "on dates" are not shown corretly after invitation acceptance.

Works for me in Kolab Winterfell, but indeed there are some issues in KE14.

Jun 1 2016, 11:00 AM · Roundcube Kolab Plugins , Restricted Project, Bug Reports
machniak added a comment to T1281: wallace problems when debug level is set.

I'm unable to reproduce using KE14 with pykolab 0 7.26 and setting :

Jun 1 2016, 9:10 AM · Restricted Project, PyKolab, Bug Reports
petersen raised the priority of T1281: wallace problems when debug level is set from 60 to High.
Jun 1 2016, 7:44 AM · Restricted Project, PyKolab, Bug Reports

May 31 2016

adomaitis assigned T1281: wallace problems when debug level is set to machniak.
May 31 2016, 2:28 PM · Restricted Project, PyKolab, Bug Reports
adomaitis created T1281: wallace problems when debug level is set.
May 31 2016, 2:28 PM · Restricted Project, PyKolab, Bug Reports
machniak removed a project from T1233: Snooze function in calendar events are not exact.: Roundcube.
May 31 2016, 7:29 AM · Roundcube Kolab Plugins , Bug Reports
machniak edited projects for T1278: New events "on dates" are not shown corretly after invitation acceptance, added: Roundcube Kolab Plugins ; removed Roundcube.
May 31 2016, 7:29 AM · Roundcube Kolab Plugins , Restricted Project, Bug Reports

May 30 2016

adomaitis assigned T1278: New events "on dates" are not shown corretly after invitation acceptance to machniak.
May 30 2016, 8:26 AM · Roundcube Kolab Plugins , Restricted Project, Bug Reports
adomaitis created T1278: New events "on dates" are not shown corretly after invitation acceptance.
May 30 2016, 8:24 AM · Roundcube Kolab Plugins , Restricted Project, Bug Reports

May 27 2016

simpleuser99 added a comment to T1273: roundcube calendar don't send notification about events changes.

Does anyone help me?

May 27 2016, 10:51 AM · Bug Reports

May 25 2016

simpleuser99 created T1273: roundcube calendar don't send notification about events changes.
May 25 2016, 11:46 AM · Bug Reports

May 24 2016

Constin created T1272: wiki mistake.
May 24 2016, 6:44 AM · Bug Reports

May 23 2016

mollekopf moved T1156: Kontact fails to send mails from Need Resolution to Backlog on the KDE PIM board.
May 23 2016, 3:20 PM · Restricted Project, KDE PIM, Bug Reports

May 18 2016

bff renamed T1268: Forever perpetuating events are not displayed as forever perpetuating via Roundcube from A forever perpetuating events are not displayed as forever perpetuating via Roundcube to Forever perpetuating events are not displayed as forever perpetuating via Roundcube.
May 18 2016, 1:35 PM · Roundcube Kolab Plugins , Bug Reports
bff created T1268: Forever perpetuating events are not displayed as forever perpetuating via Roundcube.
May 18 2016, 12:52 PM · Roundcube Kolab Plugins , Bug Reports
knauss added a comment to T1238: Kontact LDAP password not saved.

Added the infomations - but have no glue what is there technical level. That's why only some points.

May 18 2016, 11:27 AM · Restricted Project, KDE PIM, Bug Reports

May 17 2016

mollekopf added a comment to T1238: Kontact LDAP password not saved.

Please provide instructions to the customer how to retest and gather the necessary debug output that was added in: https://support.kolabsys.com/provider?Action=AgentTicketZoom&TicketID=20736&ArticleID=73266&ZoomExpand=0#73266

May 17 2016, 2:21 PM · Restricted Project, KDE PIM, Bug Reports

May 13 2016

knauss moved T1238: Kontact LDAP password not saved from Need Resolution to Backlog on the KDE PIM board.
May 13 2016, 12:00 PM · Restricted Project, KDE PIM, Bug Reports
knauss changed the status of T1206: Kontact, Invetations are moved to the wrong trash folder from Duplicate to Resolved.
May 13 2016, 9:22 AM · KDE PIM, Restricted Project, Bug Reports
knauss merged T1248: Invetations are always deleted to local trash into T1206: Kontact, Invetations are moved to the wrong trash folder.
May 13 2016, 9:21 AM · KDE PIM, Restricted Project, Bug Reports
knauss merged task T1248: Invetations are always deleted to local trash into T1206: Kontact, Invetations are moved to the wrong trash folder.
May 13 2016, 9:21 AM · Restricted Project, KDE PIM, Bug Reports
knauss merged T1206: Kontact, Invetations are moved to the wrong trash folder into T1248: Invetations are always deleted to local trash.
May 13 2016, 9:20 AM · Restricted Project, KDE PIM, Bug Reports
knauss merged task T1206: Kontact, Invetations are moved to the wrong trash folder into T1248: Invetations are always deleted to local trash.
May 13 2016, 9:20 AM · KDE PIM, Restricted Project, Bug Reports
mollekopf closed T1256: a lot of problems with akonadi synchronization as Wontfix.
May 13 2016, 7:59 AM · Restricted Project, KDE PIM, Bug Reports