I was not able to catch this debug information in PHP, I'm not sure it's possible/simple in python. So, my preferred solution would be to fix libkolab/libcalendaring. In my opinion it would be reasonable to get rid of it on packaging level.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Apr 26 2016
Apr 24 2016
Apr 23 2016
Apr 22 2016
Apr 20 2016
This is Kolab Winterfell regression only. There's no issue in KE14.
Apr 19 2016
This "ERROR event|todo_from_ical() exception: AttributeError("'list' object has no attribute 'year'",)" and duplicated DTSTAMP in itip were fixed. The other errors I don't know.
Apr 18 2016
Apr 17 2016
Apr 14 2016
- Fix assigning private/confidential folder for invitations (#5378)
Apr 13 2016
Apr 11 2016
Added tests
Apr 10 2016
Apr 8 2016
D127 together with D123 are fixing unit tests. Now the output is:
[root@kolab pykolab]# nosetests ./tests/unit
...............................Error: /home/abuild/rpmbuild/BUILD/libkolabxml-1.2/src/objectvalidation.cpp 94: event.start() is not set
Error: /home/abuild/rpmbuild/BUILD/libkolabxml-1.2/src/xcalconversions.h 1500: Start date is missing, but is mandatory for events
Debug: /home/abuild/rpmbuild/BUILD/libkolabxml-1.2/src/kolabformat.cpp 94: Error occurred while writing.
.......................unnamed app(16962) KCalCore::ICalFormatImpl::populate: No PRODID property found
unnamed app(16962) KSystemTimeZonesPrivate::readConfig: readConfig(): local zone= "UTC"
unnamed app(16962) KSystemTimeZonesPrivate::readZoneTab: readZoneTab( "/usr/share/zoneinfo/zone.tab" )
.....unnamed app(16962) KCalCore::ICalFormatImpl::populate: No PRODID property found
.....(20:39:09) timezoneconverter.cpp(51): Guessed timezone and found: ""
(20:39:09) commonconversion.cpp(44): invalid timezone: "None" , assuming floating time
.unnamed app(16962) KCalCore::ICalFormatImpl::populate: No PRODID property found
.Error: /home/abuild/rpmbuild/BUILD/libkolabxml-1.2/src/utils.h 114: bad numeric conversion: negative overflow
Error: /home/abuild/rpmbuild/BUILD/libkolabxml-1.2/src/utils.h 114: bad numeric conversion: negative overflow
schema exception
:25:25 error: value '' does not match regular expression facet '(\-|\+)?\d{4}\-\d{2}\-\d{2}T\d{2}:\d{2}:\d{2}(\.\d*)?Z?'
Critical: /home/abuild/rpmbuild/BUILD/libkolabxml-1.2/src/xcalconversions.h 1940: Failed to parse calendar!
Debug: /home/abuild/rpmbuild/BUILD/libkolabxml-1.2/src/kolabformat.cpp 94: Error occurred while writing.
........................................................................S.
----------------------------------------------------------------------
Ran 140 tests in 2.898sApr 7 2016
I think the only way to get there is with a task object in Kolab format 2.0 that has recurrence exceptions defined.
Apr 6 2016
Unfortunately, simple_bind_s() is used also in authenticate() and _list_domains(). Please, check my differential very carefully. Works for me in the same scenario, but my pykolab knowledge is very limited. How can I test code paths with authenticate()?
Apr 5 2016
Apr 4 2016
Apr 1 2016
Yes, I got it. What about smtp.quit()? Will smtp.sendmail() retry work if you quit the connection?
Mar 31 2016
The added "break" in line 1219 does not make sense to me here. Or I don't know python. Also, shouldn't the smtp.quit() be out of the loop?
Mar 30 2016
Mar 29 2016
Mar 24 2016
Changed how function arguments are set