User Details
- User Since
- Jun 27 2018, 3:08 PM (335 w, 5 d)
Oct 19 2020
Sep 4 2020
Having no prior experience at all with Phabricator, I unfortunately have no idea what kind patch formatting Differential expects. We're adding diffs using plain patch command which has no issues with referring to *.orig. So it would be great if you could do a manual commit. Thank you!
- Achim Leitner
- aleitner@lis-engineering.de
Having no prior experience at all with Phabricator, I unfortunately have no idea what kind patch formatting Differential expects. We're adding diffs using plain patch command which has no issues with referring to *.orig. So it would be great if you could do a manual commit. Thank you!
- Achim Leitner
- aleitner@lis-engineering.de
Nov 23 2018
Is there any action I can take to aid in getting this patch (and others) into Kolab?
Fix a bug in cache handling: Global Resources and Global Address List need distinct caches.
Sep 24 2018
Sep 17 2018
This is on CoreBiz 7, which is based on Ubuntu 16.04, running Python 2.7. We have a python-based "CoreBiz Management Daemon" which resides in /usr/lib/python2.7/dist-packages/lisag/cmd/. Usually, there is no conflict with pdb etc., only if the working directory happens to be /usr/lib/python2.7/dist-packages/lisag/cmd/ which is the case for our Daemon, and it then calls the kolab tool. This makes python load the wrong cmd module. I don't think there is a faulty use of cmd inside of the pdb python module.
PS: We use this patch in a setup where Outlook serves as a Kolab client, using a patched version of CalDavSynchronizer