[Bug 23764] New: use CalDAV/CardDAV inside SyncML server
by bugzilla@meego.com
https://bugs.meego.com/show_bug.cgi?id=23764
Summary: use CalDAV/CardDAV inside SyncML server
Classification: MeeGo Projects
Product: SyncEvolution
Platform: ---
Version: unspecified
Platform: Common
Architecture: ---
Status: NEW
Severity: enhancement
Priority: Undecided
Component: SyncEvolution
AssignedTo: syncevolution-bugs(a)meego.bugs
ReportedBy: patrick.ohly(a)intel.com
QAContact: jingke.zhang(a)intel.com
CC: syncevolution-bugs(a)meego.bugs,
syncevolution-default-bugs(a)meego.bugs
Estimated Hours: 0.0
* In the backend, check databaseuser/password before falling back to the
context's username/password.
* Support shared credentials, to avoid having to configure them in each source.
--------
Product: SyncEvolution
Component: SyncEvolution
MeeGo Release: unspecified
Severity: enhancement
Priority: Undecided
Keywords:
Status: NEW
Who: patrick.ohly(a)intel.com
Assigned To: syncevolution-bugs(a)meego.bugs
Target Build: ---
Flags:
Changed:
--------
https://bugs.meego.com/show_bug.cgi?id=23764
--
Configure bugmail: https://bugs.meego.com/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.
10 years, 1 month
[Bug 22783] New: add<->add conflicts: detect match based on UID, merge data
by bugzilla@meego.com
https://bugs.meego.com/show_bug.cgi?id=22783
Summary: add<->add conflicts: detect match based on UID, merge
data
Classification: MeeGo Projects
Product: SyncEvolution
Platform: ---
Version: unspecified
Platform: Common
Architecture: ---
Status: NEW
Severity: normal
Priority: Undecided
Component: SyncEvolution
AssignedTo: syncevolution-bugs(a)meego.bugs
ReportedBy: patrick.ohly(a)intel.com
QAContact: jingke.zhang(a)intel.com
CC: syncevolution-bugs(a)meego.bugs,
syncevolution-default-bugs(a)meego.bugs
Estimated Hours: 0.0
Currently <Add> requests for already existing calendar items are detected by
the SyncEvolution backends. This has several drawbacks:
1. engine ID tracking may get confused
2. data does not get merged (backends don't have code for it)
See "[SyncEvolution] UID matching during add<->add conflict".
Lukas has a solution for point 1 and suggested an approach for point 2.
--------
Product: SyncEvolution
Component: SyncEvolution
MeeGo Release: unspecified
Severity: normal
Priority: Undecided
Keywords:
Status: NEW
Who: patrick.ohly(a)intel.com
Assigned To: syncevolution-bugs(a)meego.bugs
Target Build: ---
Flags:
Changed:
--------
https://bugs.meego.com/show_bug.cgi?id=22783
--
Configure bugmail: https://bugs.meego.com/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.
10 years, 1 month
[Bug 23958] New: Cannot save independent sources for separate configurations with same template
by bugzilla@meego.com
https://bugs.meego.com/show_bug.cgi?id=23958
Summary: Cannot save independent sources for separate
configurations with same template
Classification: MeeGo Projects
Product: SyncEvolution
Platform: ---
Version: unspecified
Platform: Handset
Architecture: ARM
Status: NEW
Severity: normal
Priority: Undecided
Component: Maemo 5
AssignedTo: ovek(a)debian.org
ReportedBy: marko(a)paasila.fi
QAContact: jingke.zhang(a)intel.com
CC: syncevolution-bugs(a)meego.bugs,
syncevolution-maemo5-bugs(a)meego.bugs
Estimated Hours: 0.0
BUILD IMAGE: 0.12
HARDWARE MODEL:N900
BUG DETAILED DESCRIPTIONS
===========================================================
EXACT STEPS LEADING TO PROBLEM:
===========================================================
1.Create new "service" with template memotoo, eg."personal"
2.Create another "service" with same template, eg."work"
3.Assign "personal" data sources for the service: "personal"
4.Assign "work" data sources for the service: "work"
5.Check assigned data sources for the service: "personal". Note that they have
changed.
EXPECTED OUTCOME: Independent data sources for separate services, as the user
has defined
===================
ACTUAL OUTCOME: The data sources of the last configured service apply to all
previously configured services
===================
USER IMPACT: Cannot sync multiple calendars, tasks, notes
===================
REPRODUCIBILITY: Allways
=====================================
EXTRA SOFTWARE INSTALLED:
============================
OTHER COMMENTS:
===================
--------
Product: SyncEvolution
Component: Maemo 5
MeeGo Release: unspecified
Severity: normal
Priority: Undecided
Keywords:
Status: NEW
Who: marko(a)paasila.fi
Assigned To: ovek(a)debian.org
Target Build: ---
Flags:
Changed:
--------
https://bugs.meego.com/show_bug.cgi?id=23958
--
Configure bugmail: https://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
10 years, 4 months
[Bug 21541] New: D-Bus server:
by bugzilla@meego.com
https://bugs.meego.com/show_bug.cgi?id=21541
Summary: D-Bus server:
Classification: MeeGo Projects
Product: SyncEvolution
Platform: ---
Version: unspecified
Platform: Common
Architecture: ---
Status: NEW
Severity: normal
Priority: Undecided
Component: SyncEvolution
AssignedTo: syncevolution-bugs(a)meego.bugs
ReportedBy: patrick.ohly(a)intel.com
QAContact: jingke.zhang(a)intel.com
CC: syncevolution-bugs(a)meego.bugs,
syncevolution-default-bugs(a)meego.bugs
Estimated Hours: 0.0
>From nightly testing, shortly after 1.1.99.5:
TestDBusServerPresence.testPresenceSignal - check Server.Presence signal ...
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 214, in
maybe_handle_message
self._handler(*args, **kwargs)
File "/work/runtests/head/syncevolution/test/test-dbus.py", line 973, in
cb_bt_presence
"obex-bt://temp-bluetooth-peer-changed-from-http")
File "/usr/lib/python2.6/unittest.py", line 350, in failUnlessEqual
(msg or '%r != %r' % (first, second))
AssertionError: dbus.UTF8String('http://http-only-1') !=
'obex-bt://temp-bluetooth-peer-changed-from-http'
ok
The test needs to be fixed, it shouldn't test assertions inside the callback
because the D-Bus layer swallows these exceptions. Found after adding "-u" to
the python invocation (disabled buffering of stdout).
--------
Product: SyncEvolution
Component: SyncEvolution
MeeGo Release: unspecified
Severity: normal
Priority: Undecided
Keywords:
Status: NEW
Who: patrick.ohly(a)intel.com
Assigned To: syncevolution-bugs(a)meego.bugs
Target Build: ---
Flags:
Changed:
--------
https://bugs.meego.com/show_bug.cgi?id=21541
--
Configure bugmail: https://bugs.meego.com/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.
10 years, 5 months
[Bug 23783] New: command line: make config+source optional
by bugzilla@meego.com
https://bugs.meego.com/show_bug.cgi?id=23783
Summary: command line: make config+source optional
Classification: MeeGo Projects
Product: SyncEvolution
Platform: ---
Version: unspecified
Platform: Common
Architecture: ---
Status: NEW
Severity: enhancement
Priority: Undecided
Component: SyncEvolution
AssignedTo: syncevolution-bugs(a)meego.bugs
ReportedBy: patrick.ohly(a)intel.com
QAContact: jingke.zhang(a)intel.com
CC: syncevolution-bugs(a)meego.bugs,
syncevolution-default-bugs(a)meego.bugs
Estimated Hours: 0.0
The command line currently requires config+source names, even if the backend is
selected via properties. Make config+source optional.
Need to ensure that there are good error messages when config and/or source are
mispelled or not given although needed.
--------
Product: SyncEvolution
Component: SyncEvolution
MeeGo Release: unspecified
Severity: enhancement
Priority: Undecided
Keywords:
Status: NEW
Who: patrick.ohly(a)intel.com
Assigned To: syncevolution-bugs(a)meego.bugs
Target Build: ---
Flags:
Changed:
--------
https://bugs.meego.com/show_bug.cgi?id=23783
--
Configure bugmail: https://bugs.meego.com/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.
10 years, 6 months
[MeeGo Projects - Bug 13511] New: "add new service" randomly doesn't do anything
by bugzilla@meego.com
https://bugs.meego.com/show_bug.cgi?id=13511
Summary: "add new service" randomly doesn't do anything
Classification: MeeGo Projects
Product: SyncEvolution
Version: unspecified
Platform: All
Architecture: ---
Status: NEW
Severity: normal
Priority: Medium
Component: GTK UI
AssignedTo: jku(a)linux.intel.com
ReportedBy: patrick.ohly(a)intel.com
QAContact: jingke.zhang(a)intel.com
CC: syncevolution-bugs(a)meego.bugs,
syncevolution-gtk-ui-bugs(a)meego.bugs
Estimated Hours: 0.0
In SyncEvolution as recent as 1.1.99.2 the "add new service" button randomly
works and doesn't work.
If it works, a new entry it added to the list of services. If it does not,
nothing visible happens.
--
Configure bugmail: https://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
10 years, 7 months
[Bug 10266] N900: build with --disable-ecal
by bugzilla@meego.com
https://bugs.meego.com/show_bug.cgi?id=10266
pohly <patrick.ohly(a)intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |INVALID
--- Comment #11 from pohly <patrick.ohly(a)intel.com> 2011-11-18 13:47:42 UTC ---
(In reply to comment #10)
> It should get built, but without any real code. What it contains then is just
> some check that recognizes "type=Evolution Calendar" and leads to an obvious
> "backend disable during compilation" kind of error.
>
> Can you do a "objdump -T" on syncecal.so to check what it contains and needs?
No further reply and a very old bug report - let's close it.
--------
Product: SyncEvolution
Component: SyncEvolution
MeeGo Release: unspecified
Severity: trivial
Priority: Low
Keywords:
Status: RESOLVED
Who: patrick.ohly(a)intel.com
Assigned To: ovek(a)debian.org
Target Build: 1.0
Flags:
Changed: Status Resolution
--------
https://bugs.meego.com/show_bug.cgi?id=10266
--
Configure bugmail: https://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
10 years, 7 months
[Bug 21331] New: ./autogen.sh && ./configure && make dist fails
by bugzilla@meego.com
https://bugs.meego.com/show_bug.cgi?id=21331
Summary: ./autogen.sh && ./configure && make dist fails
Classification: MeeGo Platform
Product: OS Middleware
Platform: ---
Version: 1.2
Platform: Common
Architecture: ---
Status: NEW
Severity: normal
Priority: Undecided
Component: SyncEvolution
AssignedTo: patrick.ohly(a)intel.com
ReportedBy: gabriel.schulhof(a)intel.com
QAContact: jingke.zhang(a)intel.com
CC: syncevolution-bugs(a)meego.bugs,
ext-iekku.huttunen(a)nokia.com
Estimated Hours: 0.0
make dist initially fails, because it tries to create README.html even though
the COND_HTML_README is defined.
The problem seems to be in automake itself. Look for
# FIXME: We should make sure that these variables are not
# conditionally defined (or else adjust the condition below).
in /usr/bin/automake
--------
Product: OS Middleware
Component: SyncEvolution
MeeGo Release: 1.2
Severity: normal
Priority: Undecided
Keywords:
Status: NEW
Who: gabriel.schulhof(a)intel.com
Assigned To: patrick.ohly(a)intel.com
Target Build: ---
Flags:
Changed:
--------
https://bugs.meego.com/show_bug.cgi?id=21331
--
Configure bugmail: https://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
10 years, 7 months
[Bug 23744] New: delete<->delete conflict + phone calendar+todo sync
by bugzilla@meego.com
https://bugs.meego.com/show_bug.cgi?id=23744
Summary: delete<->delete conflict + phone calendar+todo sync
Classification: MeeGo Projects
Product: SyncEvolution
Platform: ---
Version: unspecified
Platform: Common
Architecture: ---
Status: NEW
Severity: normal
Priority: Undecided
Component: SyncEvolution
AssignedTo: syncevolution-bugs(a)meego.bugs
ReportedBy: patrick.ohly(a)intel.com
QAContact: jingke.zhang(a)intel.com
CC: syncevolution-bugs(a)meego.bugs,
syncevolution-default-bugs(a)meego.bugs
Estimated Hours: 0.0
BUILD IMAGE: SyncEvolution 1.2 and older
BUG DETAILED DESCRIPTIONS
===========================================================
Delete<->delete conflicts are not handled properly.
EXACT STEPS LEADING TO PROBLEM:
===========================================================
1. sync calendar+todo with phone with at least one item
2. delete that item both on phone and locally
3. sync
EXPECTED OUTCOME:
===================
Should succeed without ERRORs.
ACTUAL OUTCOME:
===================
[ERROR] error code from SyncEvolution fatal error (local, status 10500):
calendar: retrieving item: 20111023T082825Z-2322-1001-1969-0@lulu-rid:
Objektpfad des Kalenders kann nicht abgerufen werden: Objekt nicht gefunden
[ERROR] error code from SyncEvolution fatal error (local, status 10500):
todo: retrieving item: 20111023T082825Z-2322-1001-1969-0@lulu-rid:
Objektpfad des Kalenders kann nicht abgerufen werden: Objekt nicht gefunden
[...]
Synchronization failed...
USER IMPACT:
===================
Not nice, but synchronization seems to work okay when tried again.
REPRODUCIBILITY:
=====================================
100%
OTHER COMMENTS:
===================
Cause by code in libsynthesis super data store in combination with
SyncEvolution not returning 404 and logging that "object not found" error.
See "[SyncEvolution] super data store: trying to read to check for existance".
--------
Product: SyncEvolution
Component: SyncEvolution
MeeGo Release: unspecified
Severity: normal
Priority: Undecided
Keywords:
Status: NEW
Who: patrick.ohly(a)intel.com
Assigned To: syncevolution-bugs(a)meego.bugs
Target Build: ---
Flags:
Changed:
--------
https://bugs.meego.com/show_bug.cgi?id=23744
--
Configure bugmail: https://bugs.meego.com/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.
10 years, 7 months