Page MenuHomePhorge
Feed Search

Feb 23 2016

vanmeeuwen moved T1049: Check in PyKolab to Winterfell from Backlog to Done on the Sprint 201608 board.
Feb 23 2016, 1:59 PM · Sprint 201608
vanmeeuwen committed rD0a2774f37da2: Fix URL to installation on Windows as well.
Feb 23 2016, 1:57 PM
vanmeeuwen closed T1051: Update documentation for Kontact installation as Resolved.
Feb 23 2016, 1:54 PM · Sprint 201608, Documentation
vanmeeuwen moved T1051: Update documentation for Kontact installation from Backlog to Done on the Sprint 201608 board.
Feb 23 2016, 1:54 PM · Sprint 201608, Documentation
vanmeeuwen claimed T1051: Update documentation for Kontact installation.
Feb 23 2016, 1:54 PM · Sprint 201608, Documentation
vanmeeuwen committed rDf9546367eb74: Refer to 4.13 repositories rather than 4.13:Git repositories.
Feb 23 2016, 1:53 PM
vanmeeuwen committed rDaf435a371c3e: Correct where the --enablerepo= command-line option is needed exactly.
Feb 23 2016, 1:53 PM
vanmeeuwen edited a custom field on T1051: Update documentation for Kontact installation.
Feb 23 2016, 1:46 PM · Sprint 201608, Documentation
vanmeeuwen created T1051: Update documentation for Kontact installation.
Feb 23 2016, 1:46 PM · Sprint 201608, Documentation
vanmeeuwen added a comment to T1029: Packaging: Chwala can't find SabreDAV lib.

The packaged version of the sabre-dav library is the preferred route.

Feb 23 2016, 1:39 PM · Kolab 16, Chwala
vanmeeuwen moved T997: Ensure clamd@amavisd can start from Review to Done on the Sprint 201608 board.
Feb 23 2016, 1:25 PM · Sprint 201608, Sprint 201607, PyKolab
vanmeeuwen committed rP2fa49141f45b: Fix the systemd unit file for clamd@.service if needed.
Feb 23 2016, 1:25 PM
vanmeeuwen closed D86: Fix the systemd unit file for clamd@.service if needed by committing rP2fa49141f45b: Fix the systemd unit file for clamd@.service if needed.
Feb 23 2016, 1:25 PM
vanmeeuwen closed T997: Ensure clamd@amavisd can start as Resolved by committing rP2fa49141f45b: Fix the systemd unit file for clamd@.service if needed.
Feb 23 2016, 1:25 PM · Sprint 201608, Sprint 201607, PyKolab
vanmeeuwen closed T997: Ensure clamd@amavisd can start, a subtask of T994: Enable a Kolab Installation to Actually Function, as Resolved.
Feb 23 2016, 1:25 PM · Architecture & Design
vanmeeuwen accepted D86: Fix the systemd unit file for clamd@.service if needed.
Feb 23 2016, 1:25 PM
vanmeeuwen updated the diff for D86: Fix the systemd unit file for clamd@.service if needed.
  • Fix typo
  • Attempt to make option names case-sensitive
Feb 23 2016, 1:22 PM
vanmeeuwen updated the diff for D86: Fix the systemd unit file for clamd@.service if needed.
  • Fix typo
Feb 23 2016, 1:09 PM
vanmeeuwen moved T992: Do not set up Kolab if SELinux is enforcing a policy from Review to Done on the Sprint 201608 board.
Feb 23 2016, 1:06 PM · Sprint 201608, Sprint 201607, PyKolab
vanmeeuwen added a comment to D90: Installation on Ubuntu 14.04.

To land this revision, please do the following:

Feb 23 2016, 11:43 AM
vanmeeuwen accepted D90: Installation on Ubuntu 14.04.
Feb 23 2016, 11:42 AM
vanmeeuwen added a subtask for T994: Enable a Kolab Installation to Actually Function: T1049: Check in PyKolab to Winterfell.
Feb 23 2016, 11:40 AM · Architecture & Design
vanmeeuwen added a parent task for T1049: Check in PyKolab to Winterfell: T994: Enable a Kolab Installation to Actually Function.
Feb 23 2016, 11:40 AM · Sprint 201608
vanmeeuwen created T1049: Check in PyKolab to Winterfell.
Feb 23 2016, 11:40 AM · Sprint 201608
vanmeeuwen committed rP51269b4dc293: Check the current status of SELinux, and the configuration for the next….
Feb 23 2016, 11:25 AM
vanmeeuwen closed D85: Check the current status of SELinux, and the configuration for the next system cycle by committing rP51269b4dc293: Check the current status of SELinux, and the configuration for the next….
Feb 23 2016, 11:25 AM
vanmeeuwen closed T992: Do not set up Kolab if SELinux is enforcing a policy as Resolved by committing rP51269b4dc293: Check the current status of SELinux, and the configuration for the next….
Feb 23 2016, 11:25 AM · Sprint 201608, Sprint 201607, PyKolab
vanmeeuwen closed T992: Do not set up Kolab if SELinux is enforcing a policy, a subtask of T978: SELinux **MUST** not be enforcing, as Resolved.
Feb 23 2016, 11:25 AM · Architecture & Design
vanmeeuwen accepted D85: Check the current status of SELinux, and the configuration for the next system cycle.
Feb 23 2016, 11:23 AM
vanmeeuwen added a comment to D85: Check the current status of SELinux, and the configuration for the next system cycle.
[root@kolab pykolab.git]# sestatus
SELinux status:                 enabled
SELinuxfs mount:                /sys/fs/selinux
SELinux root directory:         /etc/selinux
Loaded policy name:             targeted
Current mode:                   permissive
Mode from config file:          enforcing
Policy MLS status:              enabled
Policy deny_unknown status:     allowed
Max kernel policy version:      28
[root@kolab pykolab.git]# ./setup-kolab.py ; echo $?
2016-02-23 12:21:40,583 pykolab.setup CRITICAL SELinux configured to enforce a policy on startup. Read https://git.kolab.org/u/1
1
[root@kolab pykolab.git]# setenforce 1
[root@kolab pykolab.git]# ./setup-kolab.py ; echo $?
2016-02-23 12:21:45,218 pykolab.setup CRITICAL SELinux currently enforcing. Read https://git.kolab.org/u/1
1
[root@kolab pykolab.git]#
Feb 23 2016, 11:22 AM
vanmeeuwen updated the diff for D85: Check the current status of SELinux, and the configuration for the next system cycle.
  • Ensure function _ is available for translation
  • Here too, btw, make sure function _ is available for translation
  • Use log.fatal(), and sys.exit(1)
Feb 23 2016, 10:01 AM
vanmeeuwen planned changes to D85: Check the current status of SELinux, and the configuration for the next system cycle.

Function doesn't bail, use log.fatal()

Feb 23 2016, 10:00 AM
vanmeeuwen updated the diff for D85: Check the current status of SELinux, and the configuration for the next system cycle.
  • Ensure function _ is available for translation
  • Here too, btw, make sure function _ is available for translation
Feb 23 2016, 9:53 AM
vanmeeuwen planned changes to D85: Check the current status of SELinux, and the configuration for the next system cycle.
[root@kolab pykolab.git]# ./setup-kolab.py 
Traceback (most recent call last):
  File "./setup-kolab.py", line 42, in <module>
    setup.run()
  File "./pykolab/setup/__init__.py", line 60, in run
    log.error(_("SELinux configured to enforce a policy on startup. Read https://docs.kolab.org/installation-guide/preparing-the-system.html#selinux"))
NameError: global name '_' is not defined
Feb 23 2016, 9:51 AM
vanmeeuwen added a parent task for T1047: Guam to recognize the PyKolab issued ID: T1034: PyKolab needs to show ID to IMAP.
Feb 23 2016, 9:25 AM · Guam, Sprint 201609
vanmeeuwen added a subtask for T1034: PyKolab needs to show ID to IMAP: T1047: Guam to recognize the PyKolab issued ID.
Feb 23 2016, 9:25 AM · PyKolab, Sprint 201609
vanmeeuwen added subtasks for T995: Run Guam in Beta: T1047: Guam to recognize the PyKolab issued ID, T1034: PyKolab needs to show ID to IMAP.
Feb 23 2016, 9:24 AM · Architecture & Design
vanmeeuwen added a parent task for T1034: PyKolab needs to show ID to IMAP: T995: Run Guam in Beta.
Feb 23 2016, 9:24 AM · PyKolab, Sprint 201609
vanmeeuwen added a parent task for T1047: Guam to recognize the PyKolab issued ID: T995: Run Guam in Beta.
Feb 23 2016, 9:24 AM · Guam, Sprint 201609
vanmeeuwen created T1047: Guam to recognize the PyKolab issued ID.
Feb 23 2016, 9:22 AM · Guam, Sprint 201609
vanmeeuwen moved T1035: Update install documentation with instructions for Kontact on Ubuntu 14.04 from Backlog to Doing on the Sprint 201608 board.
Feb 23 2016, 9:09 AM · Sprint 201608, Documentation
vanmeeuwen added a project to T1035: Update install documentation with instructions for Kontact on Ubuntu 14.04 : Sprint 201608.
Feb 23 2016, 9:09 AM · Sprint 201608, Documentation

Feb 22 2016

vanmeeuwen committed rQAb52bb3dcec68: Show PHP errors.
Feb 22 2016, 9:08 PM
vanmeeuwen committed rQAb4efd790c055: Make this extra verbose.
Feb 22 2016, 8:35 PM
vanmeeuwen created T1044: Correct bug reporting URL.
Feb 22 2016, 5:04 PM · PyKolab, Sprint 201609
vanmeeuwen added a project to T981: Avoid fatal error on MongoDB connection failures: Sprint 201609.
Feb 22 2016, 12:55 PM · Sprint 201609, Manticore
vanmeeuwen closed T945: ODT files detected as application/zip as Resolved.
Feb 22 2016, 12:52 PM · Sprint 201608, Kolab Enterprise 14, Harlequin, Twenty Two, Twenty Three, Maipo, Santiago, Winterfell, Kolab 16, Chwala
vanmeeuwen moved T945: ODT files detected as application/zip from Doing to Done on the Sprint 201608 board.
Feb 22 2016, 12:52 PM · Sprint 201608, Kolab Enterprise 14, Harlequin, Twenty Two, Twenty Three, Maipo, Santiago, Winterfell, Kolab 16, Chwala
vanmeeuwen moved T1043: Drop 'owncloud' and 'kolab_zpush' plugins from Backlog to Review on the Sprint 201609 board.
Feb 22 2016, 12:46 PM · Sprint 201609, Release Managers
vanmeeuwen edited a custom field on T1043: Drop 'owncloud' and 'kolab_zpush' plugins.
Feb 22 2016, 12:46 PM · Sprint 201609, Release Managers
vanmeeuwen created T1043: Drop 'owncloud' and 'kolab_zpush' plugins.
Feb 22 2016, 12:35 PM · Sprint 201609, Release Managers
vanmeeuwen updated subscribers of T1042: Drop 'kolab_zpush' plugin.
Feb 22 2016, 12:33 PM · Roundcube Kolab Plugins , Sprint 201609
vanmeeuwen created T1042: Drop 'kolab_zpush' plugin.
Feb 22 2016, 12:33 PM · Roundcube Kolab Plugins , Sprint 201609
vanmeeuwen created T1041: Drop 'owncloud' plugin.
Feb 22 2016, 12:32 PM · Roundcube Kolab Plugins , Sprint 201609
vanmeeuwen moved T945: ODT files detected as application/zip from Backlog to Doing on the Sprint 201608 board.
Feb 22 2016, 12:22 PM · Sprint 201608, Kolab Enterprise 14, Harlequin, Twenty Two, Twenty Three, Maipo, Santiago, Winterfell, Kolab 16, Chwala
vanmeeuwen lowered the priority of T1040: Add ticket type for reminder / placeholder tickets from 60 to 40.
Feb 22 2016, 11:19 AM · Architecture & Design
vanmeeuwen lowered the priority of T1039: Adjust priorities field from 60 to 40.
Feb 22 2016, 11:18 AM · Architecture & Design
vanmeeuwen lowered the priority of T1038: Remove 'Estimated Hours' from Tasks from 60 to 40.
Feb 22 2016, 11:18 AM · Architecture & Design
vanmeeuwen created T1040: Add ticket type for reminder / placeholder tickets.
Feb 22 2016, 11:18 AM · Architecture & Design
vanmeeuwen created T1039: Adjust priorities field.
Feb 22 2016, 11:13 AM · Architecture & Design
vanmeeuwen created T1038: Remove 'Estimated Hours' from Tasks.
Feb 22 2016, 11:13 AM · Architecture & Design
vanmeeuwen retitled D89: A contributor guide to Kolab from to Add a first iteration of development process documentation that is already outdated..
Feb 22 2016, 11:08 AM · Documentation
vanmeeuwen added a revision to T1037: Development Process Documentation: D89: A contributor guide to Kolab.
Feb 22 2016, 11:08 AM · Sprint 201610, Documentation
vanmeeuwen created T1037: Development Process Documentation.
Feb 22 2016, 11:05 AM · Sprint 201610, Documentation
vanmeeuwen closed T1023: CI/CD for Syncroton not checking in package. as Resolved.

Completed.

Feb 22 2016, 10:56 AM · Syncroton, Kolab 16, Sprint 201608, Stick, Winterfell
vanmeeuwen moved T1023: CI/CD for Syncroton not checking in package. from Doing to Done on the Sprint 201608 board.
Feb 22 2016, 10:56 AM · Syncroton, Kolab 16, Sprint 201608, Stick, Winterfell
vanmeeuwen placed T664: Extend kolab_format_config class with new config objects support up for grabs.

Unassigning as per the uncertainty in T68.

Feb 22 2016, 10:49 AM · Roundcube Kolab Plugins
vanmeeuwen placed T406: MAPI: Support for special configuration objects up for grabs.

Unassigning as per the uncertainty in T68.

Feb 22 2016, 10:49 AM · Copenhagen
vanmeeuwen placed T482: Contact distribution lists (groups) support up for grabs.

Unassigning as per the uncertainty in T68.

Feb 22 2016, 10:48 AM · Copenhagen
vanmeeuwen placed T490: MAPI: Support more properties of mail messages up for grabs.

Unassigning as per the uncertainty in T68.

Feb 22 2016, 10:48 AM · Copenhagen
vanmeeuwen committed rQA0f6689a017f9: Add local installation to the OBS checks (Reference T1023).
Feb 22 2016, 10:45 AM
vanmeeuwen updated the task description for T1036: "Contributing to Kolab" HOWTO (Developer Guide).
Feb 22 2016, 10:36 AM · Architecture & Design
vanmeeuwen created T1036: "Contributing to Kolab" HOWTO (Developer Guide).
Feb 22 2016, 10:34 AM · Architecture & Design
vanmeeuwen moved T1023: CI/CD for Syncroton not checking in package. from Backlog to Doing on the Sprint 201608 board.
Feb 22 2016, 10:10 AM · Syncroton, Kolab 16, Sprint 201608, Stick, Winterfell
vanmeeuwen created T1034: PyKolab needs to show ID to IMAP.
Feb 22 2016, 10:07 AM · PyKolab, Sprint 201609
vanmeeuwen created T1033: Limit number of attempts waiting for folders.
Feb 22 2016, 10:06 AM · Sprint 201632, Sprint 201630, Sprint 201628, Sprint 201627, Sprint 201626, Sprint 201625, Sprint 201624, Sprint 201623, Sprint 201622, Sprint 201621, Sprint 201620, Sprint 201619, Sprint 201618, Sprint 201617, Sprint 201616, Sprint 201615, Sprint 201614, Sprint 201613, Sprint 201612, Sprint 201611, Sprint 201610, Stick, Sprint 201609
vanmeeuwen lowered the priority of T877: Create test for eimap_command_peek_message.erl from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T878: Write tests for eimap from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T880: Create AUTHENTICATE command from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T882: Add CREATE command from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T883: Create DELETE command from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T884: Create RENAME command from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T885: Create SUBSCRIBE command from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T881: Add an eimap:idle(idle | noidle) function which causes (or stops) the eimap instance to perform IRFC 2177 MAP idle from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T887: Create LIST command from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T886: Create UNSUBSCRIBE command from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T888: Create LSUB command from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T890: Create APPEND command from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T891: Create CHECK command from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T892: Create CLOSE command from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T894: Create SEARCH command from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T893: Create EXPUNGE command from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T896: Create STORE command from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T898: Create UID command from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T895: Create FETCH command from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T897: Create COPY command from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T900: Improve testing and parsing of NAMESPACE command from 60 to 40.
Feb 22 2016, 9:18 AM · Restricted Project
vanmeeuwen lowered the priority of T932: Support multi-line responses with IMAP literal continuations from 60 to 40.
Feb 22 2016, 9:18 AM · Sprint 201630, Sprint 201628, Sprint 201627, Sprint 201626, Sprint 201625, Sprint 201624, Sprint 201623, Sprint 201622, Sprint 201621, Sprint 201620, Sprint 201619, Sprint 201618, Sprint 201617, Sprint 201616, Sprint 201615, Sprint 201614, Restricted Project
vanmeeuwen assigned T1031: Create a "Secure Kolab"-page with up-to-date information for use with Kolab 16 and CentOS 7 to maltris.

@maltris, I understand you were going to work on this, so let's have it assigned to you as well.

Feb 22 2016, 9:17 AM · Documentation
vanmeeuwen moved T1028: Parse error for LIST command from Review to Done on the Sprint 201608 board.
Feb 22 2016, 8:53 AM · Sprint 201608, Guam