[Bug 8752] New: join/dejoin different sources: calendar+todo
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=8752
Summary: join/dejoin different sources: calendar+todo
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Generic
OS/Version: Other
Status: ASSIGNED
Severity: normal
Priority: P2
Component: *Feature Request
AssignedTo: congwu.chen(a)intel.com
ReportedBy: patrick.ohly(a)intel.com
CC: patrick.ohly(a)intel.com, syncevolution(a)lists.intel.com
The special case of merging one calendar (VCALENDAR items) and one todo (VTODO
items) source has been merged.
The documentation of the "type" property was extended like this:
A special 'virtual' backend combines several other
data sources and presents them as one set of items
to the peer. For example, Nokia phones typically
exchange tasks and events as part of one set of
calendar items.
Right now such a virtual backend is limited to
combining one calendar source with events and one
task source. They have to be specified in the
'evolutionsource' property, typically like this:
calendar,todo
A valid peer configuration with a virtual source has an URI only for the
virtual source and no URI for the underlying sources.
The "sync" property of the underlying sources is ignored and superseded by the
"sync" property of the virtual source. In other words, the following commands
do not work (assuming that the OVI server uses a virtual source, see bug
#3182):
syncevolution ovi calendar
syncevolution ovi todo
To be verified! Do we get good error messages in these cases?
The "type" of the underlying sources must be consistent. If they are not
(vCalendar 1.0 in one, iCalendar 2.0 in the other), a warning will be printed
and the type of the virtual source is used.
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
12 years, 7 months
[Bug 8350] New: saved config names are lowercased
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=8350
Summary: saved config names are lowercased
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Netbook
OS/Version: Moblin Linux
Status: NEW
Severity: normal
Priority: Undecided
Component: SyncEvolution
AssignedTo: patrick.ohly(a)intel.com
ReportedBy: jku(a)linux.intel.com
QAContact: yanshuang.zheng(a)intel.com
CC: syncevolution(a)lists.intel.com
In the configuration editing if the user wants to save, I start a session and
set the config:
Server.StartSession (name)
# (wait for idle)
Session.Setconfig (FALSE, FALSE, config)
Somewhere in there the name gets lowercased: I start a session with
"ScheduleWorld" but the created peer name is "scheduleworld".
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
12 years, 7 months
[Bug 8121] New: Mobical + items rejected
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=8121
Summary: Mobical + items rejected
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Netbook
OS/Version: Moblin Linux
Status: ASSIGNED
Severity: normal
Priority: P1
Component: SyncML
AssignedTo: yongsheng.zhu(a)intel.com
ReportedBy: patrick.ohly(a)intel.com
QAContact: yanshuang.zheng(a)intel.com
CC: syncevolution(a)lists.intel.com
We've seen failures with Mobical lately and Lukas has written on the
libsynthesis mailing list that a customer reported similar observations. The
Google-workaround (using Add instead of Update) is suspected as the root cause.
It seems to be a bit random, though.
As we find such issues in our nightly testing, we should run it once without
the Google patch to see whether that makes a difference.
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
12 years, 7 months
[Bug 8424] New: Cmdline tool could not create new sources automatically
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=8424
Summary: Cmdline tool could not create new sources
automatically
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Netbook
OS/Version: Moblin Linux
Status: ASSIGNED
Severity: normal
Priority: Undecided
Component: SyncEvolution
AssignedTo: patrick.ohly(a)intel.com
ReportedBy: congwu.chen(a)intel.com
QAContact: yanshuang.zheng(a)intel.com
CC: syncevolution(a)lists.intel.com
I use
./syncevolution --configure --source-property uri=super MyPhone super
where super is a source configuration not existed before, I expect it will
create super for me automatically.
But it did not, neither complain.
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
12 years, 7 months
[Bug 8021] New: Server Alerted Sync, accept SAN package with version 1.1, 1.0
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=8021
Summary: Server Alerted Sync, accept SAN package with version
1.1, 1.0
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Netbook
OS/Version: Moblin Linux
Status: ASSIGNED
Severity: enhancement
Priority: Undecided
Component: *Feature Request
AssignedTo: syncevolution(a)lists.intel.com
ReportedBy: congwu.chen(a)intel.com
CC: syncevolution(a)lists.intel.com
SAN package with version 1.1,1.0 has quite different behaviors. It used a plain
XML based SyncML message instead of an binary based SAN 1.2 package. This means
SAN parsing need the capability to parse XML messages (which is outside of
synthesis core).
The SAN code has some code for this, it is just not enabled in normal
builds. See the WITHOUT_SAN_1_1 define. The reason for not enabling it were a)
the additional dependencies and b) that the code wouldn't have compiled right
away.
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
12 years, 7 months
[Bug 8315] New: sync-UI 1.0: service triangle clickable?
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=8315
Summary: sync-UI 1.0: service triangle clickable?
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Netbook
OS/Version: Moblin Linux
Status: ASSIGNED
Severity: normal
Priority: P2
Component: *Feature Request
AssignedTo: jku(a)linux.intel.com
ReportedBy: patrick.ohly(a)intel.com
CC: nicholas.e.richards(a)intel.com,
syncevolution(a)lists.intel.com
The new service list in sync-UI has a triangle in front of each service. The
triangle points right when the service entry is folded and down when unfolded.
However, clicking the triangle has no effect.
If the triangle stays in the GUI, then it should be clickable. Currently it is
pending a review by Nick.
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
12 years, 7 months
[Bug 7290] New: New service "synthesis" "zyb" can't be listed in sync-ui
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=7290
Summary: New service "synthesis" "zyb" can't be listed in
sync-ui
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Netbook
OS/Version: Moblin Linux
Status: NEW
Severity: normal
Priority: Undecided
Component: GTK UI
AssignedTo: jku(a)linux.intel.com
ReportedBy: yanshuang.zheng(a)intel.com
QAContact: jingke.zhang(a)intel.com
CC: shuang.wan(a)intel.com, syncevolution(a)lists.intel.com
Release Milestone: Undecided
pkg: sync-0.9.0.99-6.4
If we add a new service named like "synthesis" or "zyb", then it can't be
displayed in configured server list, but actually we can do data sync with
them.
Guess that the manually added service named "synthesis" and "zyb" are treated
as default supported service and then should be displayed like scheduleworld,
funambol.... But they are coded not to show in the default list.
So we now are not able to view/edit configuration of mamual setup service named
"synthesis" and "zyb".
Steps:
1. launch sync-ui from app>>internet
2. click "change sync service"
3. click "add new service"
4. fill in "service name" with "synthesis", and account, serverURL, click "Save
and user this service"
==> we are now able to do data sync with "synthesis"
5. click again "change sync service" to view what we have configured
==> no service named "synthesis" can be found
==> configured service "synthesis" can be printed from cmdline
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
12 years, 7 months
[Bug 7556] New: Synthesis .html log file name
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=7556
Summary: Synthesis .html log file name
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Netbook
OS/Version: Moblin Linux
Status: ASSIGNED
Severity: normal
Priority: P1
Component: *Feature Request
AssignedTo: syncevolution(a)lists.intel.com
ReportedBy: patrick.ohly(a)intel.com
CC: syncevolution(a)lists.intel.com
The new "unilib" version of the Synthesis engine changed the name of the .html
file from sysynclib_linux.html to sysynclib_uni_linux.html. Both is not
particular intuitive for users.
We print the name of the log file on the command line if something went wrong.
Because the name cannot be set or queried, it is hard-coded there and no longer
matches.
The user of libsynthesis should be able to choose the name. Then we should use
that to set a sane name, like "log.html".
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
12 years, 7 months
[Bug 6806] New: Remove word 'sync' from toolbar in Sync UI
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=6806
Summary: Remove word 'sync' from toolbar in Sync UI
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Netbook
OS/Version: Moblin Linux
Status: NEW
Severity: normal
Priority: Undecided
Component: GTK UI
AssignedTo: jku(a)linux.intel.com
ReportedBy: nicholas.e.richards(a)intel.com
QAContact: jingke.zhang(a)intel.com
CC: shuang.wan(a)intel.com, syncevolution(a)lists.intel.com
Release Milestone: Undecided
Toolbar's aren't supposed to be window decoration, so we should remove the
text. This is likely to leave the toolbar somewhat barren so we should consider
our correct design response.
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
12 years, 7 months