index
:
pykolab
dev/boddie
dev/boddie-new/combined
dev/boddie-new/setup
dev/confmgmt
dev/entitlements
dev/kolab-test-suite
dev/kolab-test-tools
dev/plesk
dev/resourcemanagement
dev/resourcemanagement2
dev/resourcemanagement3
dev/wallace
master
pykolab-0.2
pykolab-0.3
pykolab-0.4
pykolab-0.5
pykolab-0.5.14
pykolab-0.6
pykolab-0.7
PyKolab
devel@lists.kolab.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pykolab
/
xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Python 3] Implicit relative imports fixes
Christoph Erhardt
2022-03-13
3
-33
/
+33
*
[Python 3]basestring to six string_types
Christoph Erhardt
2022-03-13
2
-4
/
+8
*
[Python 3] Use .items() instead of .iteritems()
Christoph Erhardt
2022-01-10
7
-23
/
+23
*
[Python 3] Get rid of .has_key()
Christoph Erhardt
2022-01-10
7
-48
/
+48
*
[Python 3] Remove unnecessary occurrences of .keys()
Christoph Erhardt
2022-01-10
5
-15
/
+15
*
[Python 3] Use new exception syntax
Christoph Erhardt
2022-01-10
5
-30
/
+30
*
Make iTip messages outlook compatible
Christian Mollekopf
2021-11-30
1
-2
/
+1
*
T5641: Support CUTYPE=ROOM and CUTYPE=UNKNOWN
Aleksander Machniak
2019-11-08
1
-0
/
+2
*
Be more forgiving on dummy entries in DTSTAMP,LAST-MODIFIED and CREATED (Bifr...
Aleksander Machniak
2019-04-12
2
-21
/
+9
*
There's no status here, just classification
Jeroen van Meeuwen (Kolab Systems)
2018-06-22
1
-1
/
+1
*
Fix event|todo_from_ical() exception: AttributeError("'NoneType' object has n...
Aleksander Machniak
2018-06-21
1
-1
/
+3
*
Merge branch 'arcpatch-D479'
Aleksander Machniak
2017-07-21
1
-1
/
+2
|
\
|
*
Fix error on CLASS:X-PERSONAL
Aleksander Machniak
2017-07-21
1
-1
/
+2
*
|
Support unicode characters in event location field (Bifrost#T29104)
Aleksander Machniak
2017-07-21
1
-1
/
+1
|
/
*
T1221: Fix a "race" between Event and Todo properties_map dict
Aleksander Machniak
2016-10-06
1
-0
/
+3
*
T1373: Fix untraslated "PENDING" label in invitation notification
Aleksander Machniak
2016-07-22
1
-0
/
+1
*
Add RDATE support (#5401)
Aleksander Machniak
2016-05-06
1
-1
/
+49
*
Event/Todo 'created' property is mandatory now, fixes unit tests (T1182)
Aleksander Machniak
2016-04-14
2
-0
/
+2
*
Fix AttributeError while parsing iCal message with duplicated some fields (#5...
Aleksander Machniak
2016-04-14
2
-0
/
+4
*
Fix the order of inprocess/completed
Jeroen van Meeuwen (Kolab Systems)
2015-12-28
1
-3
/
+3
*
Fix note unit tests
Jeroen van Meeuwen (Kolab Systems)
2015-12-28
1
-0
/
+2
*
Improve proplist ordering routine
Thomas Bruederli
2015-03-28
1
-2
/
+10
*
Fully implement pykolab.xml.Contact.to_dict() + add unit tests for it (#4974)
Thomas Bruederli
2015-03-28
2
-5
/
+298
*
Return the correct variable
Thomas Bruederli
2015-03-26
1
-1
/
+1
*
Add wrapper class for kolabformat.Note (#4908)
Thomas Bruederli
2015-03-26
2
-0
/
+145
*
Move ustr() to xml utilities module
Thomas Bruederli
2015-03-26
1
-0
/
+18
*
Fix varname and avoid throwing an execption on every call
Thomas Bruederli
2015-03-26
1
-14
/
+2
*
Improve object diff computation: ignore order of attribute lists (e.g. attach...
Thomas Bruederli
2015-03-24
1
-4
/
+44
*
Add getter for related-to property of todo objects
Thomas Bruederli
2015-03-24
1
-0
/
+6
*
New *_CANCEL_DELETE policy to remove cancelled objects rather than flagging a...
Thomas Bruederli
2015-03-11
1
-0
/
+17
*
Force RRULE UNTIL attribute to be a UTC date/time but also account for it to ...
Thomas Bruederli
2015-03-10
1
-0
/
+4
*
Switch type check: datetime.datetime is also an instance of datetime.date
Thomas Bruederli
2015-03-09
1
-1
/
+1
*
Return the correct ical property for date-only recurrence-id
Thomas Bruederli
2015-03-03
1
-1
/
+1
*
Make sure stored recurrence-id properties are returned as the correct date/da...
Thomas Bruederli
2015-03-02
1
-1
/
+9
*
Store invitations to single occurrences with the same UID in one object (#4726)
Thomas Bruederli
2015-03-02
1
-13
/
+31
*
Fix event.get_instance() calls for all-day events (#4709)
Thomas Bruederli
2015-02-23
1
-2
/
+3
*
Export recurrence rules to iCal
Thomas Bruederli
2015-02-21
2
-3
/
+20
*
Fix typo in event/todo status map
Thomas Bruederli
2015-02-20
1
-1
/
+1
*
Don't attempt to update a None date
Thomas Bruederli
2015-02-20
1
-1
/
+1
*
Support iTip CANCEL requests with THISANDFUTRE range
Thomas Bruederli
2015-02-20
1
-0
/
+3
*
Add support for invitations of recurring events and single occurrences (#4552)
Thomas Bruederli
2015-02-17
2
-1
/
+9
*
Fix setter for event attendees; Avoid errors about missing _exceptions attribute
Thomas Bruederli
2015-02-17
2
-7
/
+8
*
Add getter for ical_lastmodified property; print type with InvalidEventDateEr...
Thomas Bruederli
2015-02-17
1
-4
/
+7
*
Fix attendee updates on exceptions
Thomas Bruederli
2015-02-17
1
-8
/
+12
*
Add utility methods to update attendees with propagation to recurrence except...
Thomas Bruederli
2015-02-17
1
-4
/
+38
*
Write recurrence exceptions to iCal
Thomas Bruederli
2015-02-17
1
-8
/
+18
*
Fix property_to_string() utiliy function and its tests
Thomas Bruederli
2015-02-16
1
-1
/
+1
*
Add support for handling recurrence exceptions to event object wrapper (#4552)
Thomas Bruederli
2015-02-16
1
-3
/
+77
*
Support RECURRENCE-ID property for iCal import/export
Thomas Bruederli
2015-02-16
1
-5
/
+59
*
Import RRULE properties from iCal VTODO objects
Thomas Bruederli
2015-02-10
3
-0
/
+78
[next]