Commit graph

9 commits

Author SHA1 Message Date
Patrick Ohly
5ce8bca59a configuration: added "ConsumerReady" option
A property of server template configs. True if the server is
ready for use by "normal" users (everyone can get an account
and some kind of support, we have tested the server well
enough, ...).

Currently the ScheduleWorld and Funambol configs qualify.
Synthesis is not generally available, Memotoo has to be retested
and included in the nightly regression testing.
2009-07-09 10:40:00 +02:00
Patrick Ohly
1ba96c44e6 Funambol: force iCalendar 2.0 mode in the config template
As testing shows, results are better when sending items as
iCalendar 2.0 even though the server claims that it prefers
vCalendar 1.0.
2009-07-08 17:56:49 +02:00
zhu, yongsheng
89019ebbc1 iCal20: Enable ical20 and itodo20 sync for Funambol server(Bug #2422)
Currently Funambol server support icalendar20 format,so we enable ical20 and
itodo20 in Funambol template.
2009-07-07 17:26:46 +08:00
Patrick Ohly
6b619cda97 WBXML: enabled by default, except for Funambol
Using WBXML reduces message sizes and increases parsing performance.
It was not enabled initially in the 0.9 releases in order to test
this new feature more thoroughly.

Old configs don't have an explicit enableWBXML setting and therefore
will automatically use the new default.

The Funambol server has a known issue with WBXML:
https://forge.ow2.org/tracker/index.php?func=detail&aid=313729&group_id=96&atid=100096
When creating new configs for it, the default is overridden
and WBXML is disabled. Old configs should be updated accordingly,
just to be safe. The bug is unlikely to be triggered, but if it happens,
sync sessions fail completely.
2009-06-25 11:06:07 +02:00
Patrick Ohly
929934da33 icons for services (#2062): cannot be used until we have proper permission by their owners
We cannot distribute icon files (copyright law) and display them (branding)
without permission of the brand owner. There is an ongoing discussion
about this. It is unlikely that it will be resolved soon and then we still need
to ask all of the partners for permission.
2009-05-08 09:00:21 +02:00
Jussi Kukkonen
18bca79dba Merge commit 'origin/ui' into ui 2009-04-14 10:58:08 +03:00
Jussi Kukkonen
c34da409fa add funambol logo, make scheduleworld logo transparent 2009-04-11 01:26:38 +03:00
Patrick Ohly
902c555d2d configuration: template and server names are mixed case with case-insensitive comparison now
The mixed case names look nicer, in particular in a GUI. To stay
compatible with previous releases and to simplify command line usage,
files and directories user lower case server names.
2009-04-08 16:32:05 +02:00
Patrick Ohly
fa2e0c41c9 configuration: added support for configuration templates in /etc and server icons
The server config.ini files and icon.[svg|png] in src/default will be installed
in /etc/default/syncevolution. All configurations found there extend and/or
override the builtin templates. The advantage is that file-based templates
can have icons and that templates can be added/modified without recompiling
SyncEvolution.

This meta information is now part of EvolutionSyncConfig:
- getWebURL() returns a URL with further information; this
  replaces the hard-coded URL string that was previously
  returned as comment for templates in the ServerList
- getIconURI() currently returns absolute file paths to
  an icon file (example: icon.png for ScheduleWorld). The
  content and exact URI may vary, depending on how system
  administrators or distributions configure SyncEvolution.
  If possible, callers should be able to handle http://
  and other URI access methods.
2009-04-07 20:33:18 +02:00