| Clean a docstring |
|
More...
|
over 14 years ago
|
| Don't use isinstance(root, ET.Element) as ET.Element is a function in Python 2.6 |
|
More...
|
over 14 years ago
|
| Use % instead of format for consistency (and Python 2.6 support) |
|
More...
|
over 14 years ago
|
| Give an UID if none has already been set |
|
More...
|
over 14 years ago
|
| Add the iCal and iPhone support in NEWS |
|
More...
|
over 14 years ago
|
| Minor documentation and typo fixes caused by my insane love for PEP-3101 and pylint |
|
More...
|
over 14 years ago
|
| iCal bootstrapping using a default URL works |
|
More...
|
over 14 years ago
|
| Create directories for .props as well. |
|
More...
|
over 14 years ago
|
| Create the directory structure if none found. |
|
More...
|
over 14 years ago
|
| Merge branch 'master' of gitorious.org:~ambv/radicale/ambv-radicale |
|
More...
|
over 14 years ago
|
| timezone is a part of the VCALENDAR file |
|
More...
|
over 14 years ago
|
| timezone is a part of the VCALENDAR file |
|
More...
|
over 14 years ago
|
| explicit component content-types for iCal |
|
More...
|
over 14 years ago
|
| Without the newline iCal complains in the logs: |
|
More...
|
over 14 years ago
|
| The owner field should be an URL. Fixes delays in iCal. |
|
More...
|
over 14 years ago
|
| py3k-compatible next() used. Works with 2.6-2.7 as well. |
|
More...
|
over 14 years ago
|
| preliminary iCal/iPhone support introduced |
|
More...
|
over 14 years ago
|
| proppatch actually writes properties. |
|
More...
|
over 14 years ago
|
| MKCALENDAR now actually creates the calendar. |
|
More...
|
over 14 years ago
|
| elementtree in Python 2.x would rather receive encoded strings. |
|
More...
|
over 14 years ago
|
| Set calendars always personal with authentication activated |
|
More...
|
over 14 years ago
|
| Minor typo fix |
|
More...
|
over 14 years ago
|
| Add an option to store PID in daemon mode |
|
More...
|
over 14 years ago
|
| Log user login instead of calendar owner for sucessful accesses |
|
More...
|
over 14 years ago
|
| Register XML namespaces cleanly with Python 2.7+ and 3.2+ |
|
More...
|
over 14 years ago
|
| Minor typo fix in the logging configuration file |
|
More...
|
over 14 years ago
|
| Add full_environment in configuration module |
|
More...
|
over 14 years ago
|
| Minor typo fixes |
|
More...
|
over 14 years ago
|
| Merge commit 'refs/merge-requests/10' of git://gitorious.org/radicale/radicale into merge-requests/10 |
|
More...
|
over 14 years ago
|
| just a small logging fix so that we got 'anonymous user' in logs instead of calendar owner if user is not authenticated |
|
More...
|
over 14 years ago
|