Guillaume Ayoub
ce362e1b50
Drop Python 2.5 support
2011-05-11 06:21:35 +02:00
Guillaume Ayoub
aacfa8ff46
Various minor typo fixes
2011-05-11 06:19:05 +02:00
Guillaume Ayoub
7e1815cbeb
Merge commit 'refs/merge-requests/9' of git://gitorious.org/radicale/radicale into merge-requests/9
2011-05-11 05:01:00 +02:00
Lukasz Langa
485e375139
Minor py3k compatibility changes: iteritems() doesn't exist on Python 3.x, logged text must be Unicode.
2011-05-10 19:16:03 +02:00
Guillaume Ayoub
2830afd71d
Allow authentication before LDAP searches (patch from Łukasz)
2011-05-10 14:45:54 +02:00
Lukasz Langa
0d8fa5db6b
More deprecation fixes
...
xmlutils.py:116: DeprecationWarning: This method will be removed in future
versions. Use 'list(elem)' or iteration over elem instead.
prop_list = prop_element.getchildren()
2011-05-10 14:21:13 +02:00
Lukasz Langa
4230ec2fa9
Use pretty namespace prefixes in output.
2011-05-09 17:02:31 +02:00
Lukasz Langa
32b01d60fc
in debug mode, prettify XML output for analysis
2011-05-09 16:51:58 +02:00
Lukasz Langa
6b5db413c5
logging and debugging fixes
...
* optparse values may not be strings, ConfigParser requires strings
* forcing DEBUG level should work for all handlers regardless of configuration
source (file, command line options)
2011-05-09 16:43:41 +02:00
Lukasz Langa
4212f6dfe0
the replaced syntax is deprecated
2011-05-09 14:04:17 +02:00
Lukasz Langa
00fb296ed7
take encryption function from globals() rather than locals()
2011-05-09 13:56:53 +02:00
Guillaume Ayoub
0171690af5
Set personal calendars in the default configuration
2011-05-09 00:12:22 +02:00
Guillaume Ayoub
53562961b0
Set personal calendars by default
2011-05-09 00:09:01 +02:00
Guillaume Ayoub
44b11db1ae
Typo fix in a logging message
2011-05-07 14:32:21 +02:00
Guillaume Ayoub
c0c8ab6bc7
Typo fix in logging default file
2011-05-07 13:42:58 +02:00
Guillaume Ayoub
899379d073
Add a default logging configuration file, and small typo fixes
2011-05-07 12:52:54 +02:00
Guillaume Ayoub
e87ffeadb1
Remove default request logging
2011-05-07 12:18:32 +02:00
Guillaume Ayoub
f39d90caa9
Catch all LDAP exceptions
2011-05-06 17:11:13 +02:00
Guillaume Ayoub
51853a22bc
Manage empty strings for CONTENT_LENGTH header
2011-05-06 15:02:29 +02:00
Guillaume Ayoub
a2f1e173d6
Clean code and add comments using pylint
2011-05-01 20:36:39 +02:00
Guillaume Ayoub
2be5af3ad0
Update news and todo files
2011-05-01 19:23:24 +02:00
Guillaume Ayoub
0b23df9626
Add a default FastCGI executable ( closes #179 )
2011-05-01 19:09:02 +02:00
Guillaume Ayoub
421189e263
Get CONTENT_LENGTH as it may be absent
2011-05-01 19:08:15 +02:00
Guillaume Ayoub
0202756540
Cast header item into list for Python 3.x compatibility
2011-05-01 17:51:27 +02:00
Guillaume Ayoub
882d70e2cb
Make the HTTPServer class inherit from object
2011-05-01 16:45:04 +02:00
Guillaume Ayoub
6389411edd
Add support for SSL back
2011-05-01 15:25:52 +02:00
Guillaume Ayoub
2fd6efae14
Simple support for WSGI (no SSL yet)
2011-05-01 14:46:29 +02:00
Rémi Hainaud
dcecc68223
Fix log encoding for requests
2011-04-28 19:05:21 +02:00
Rémi Hainaud
474113454b
Add support for iCal ( closes #252 )
2011-04-28 18:36:33 +02:00
Guillaume Ayoub
c1da6872dd
Add support for PROPPATCH requests
2011-04-28 18:04:34 +02:00
Guillaume Ayoub
d4cda967c2
Update NEWS and TODO according to new features and new roadmap
2011-04-25 23:59:34 +02:00
Guillaume Ayoub
eb52368550
Unfold lines in iCal files
2011-04-25 20:35:51 +02:00
Guillaume Ayoub
bd59a9f71f
Merge branch 'master' of gitorious.org:radicale/radicale
...
Conflicts:
radicale/xmlutils.py
2011-04-25 20:14:05 +02:00
Guillaume Ayoub
39f7c7a96f
Fix support of owner-less calendars
2011-04-25 20:12:37 +02:00
Guillaume Ayoub
d061c09344
Add support for VJOURNAL items ( closes #435 )
2011-04-25 19:38:03 +02:00
Guillaume Ayoub
5f14a92633
Print request headers and not response headers
2011-04-25 19:36:19 +02:00
Guillaume Ayoub
ea18474114
Print request headers, not response headers
2011-04-25 19:20:52 +02:00
Guillaume Ayoub
0a0764e789
Add responses headers and content in logs
2011-04-25 19:15:16 +02:00
Guillaume Ayoub
12a8e01492
Clean LDAP support
2011-04-25 16:47:42 +02:00
Guillaume Ayoub
78e52d5cf4
Revert changes in __init__
2011-04-25 13:35:17 +02:00
Guillaume Ayoub
af285e5db9
Revert changes in xmlutils
2011-04-25 13:33:48 +02:00
Guillaume Ayoub
43a1886546
Merge commit 'refs/merge-requests/8' of gitorious.org:radicale/radicale into merge-requests/8
2011-04-25 13:29:51 +02:00
Guillaume Ayoub
17f5c85f2d
Add support for supported-report-set in propfind requests (related to #252 )
2011-04-15 21:33:53 +02:00
Corentin Le Bail
643c074dcb
Merge...
2011-04-10 19:21:44 +02:00
Corentin Le Bail
938aa85aed
Coninuing the merge
2011-04-10 19:19:59 +02:00
Corentin Le Bail
c34d5cd7cd
Merge branch 'master' of git://gitorious.org/radicale/radicale
2011-04-10 19:17:51 +02:00
Corentin Le Bail
c890d6e55a
Merge with radicale/master
2011-04-10 19:17:35 +02:00
Corentin Le Bail
96bded2bbc
Merge branch 'master' of git://gitorious.org/radicale/radicale
...
Conflicts:
config
radicale/__init__.py
radicale/config.py
radicale/log.py
2011-04-10 18:55:49 +02:00
Guillaume Ayoub
5673444ba7
Clean owner-less calendars support ( fixes #254 )
2011-04-10 18:51:38 +02:00
Guillaume Ayoub
6c65cc1539
Merge commit 'refs/merge-requests/6' of gitorious.org:radicale/radicale into merge-requests/6
2011-04-10 18:37:23 +02:00