[Bug 7035] New: Memoto: updated tasks get duplicated after sync
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=7035
Summary: Memoto: updated tasks get duplicated after sync
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Netbook
OS/Version: Moblin Linux
Status: NEW
Severity: normal
Priority: Undecided
Component: SyncML
AssignedTo: patrick.ohly(a)intel.com
ReportedBy: yanshuang.zheng(a)intel.com
QAContact: yanshuang.zheng(a)intel.com
CC: shuang.wan(a)intel.com, syncevolution(a)lists.intel.com,
webmaster(a)memotoo.com
Release Milestone: Undecided
pkg: 0.9.0.99.4
Update synced tasks on client(or server), and do sync again, tasks on server(or
client) will get duplicated items for the updated tasks. (80% reproduced)
Steps:
1.clean all tasks on client and server
2.create a task on server and then refresh it to client
===> 1 task on client, 1 task on server --- OK
===> BEGIN:VCALENDAR
3. modify the description of the task on client
4. run two-way sync
===> statistics: 1 modified on server --- OK
===> 1 task on client, 2 tasks on server(one description is updated, the other
isn't updated) --- INCORRECT (log attached)
5. run two-way sync once more
===> statistics: 1 added on client
===> 1 task on client, 2 tasks on server, client and server synced(log
attached)
Expected:
1 task kept on client and server
--
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, 9 months
[Bug 2229] D-Bus and sync-UI: progress spinner
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=2229
--- Comment #16 from yongsheng zhu <yongsheng.zhu(a)intel.com> 2009-11-25 19:22:03 PST ---
(In reply to comment #13)
> Yongsheng, may I assign this to you? It wasn't obvious in the title and in the
> classification, but the next step is to implement this in the
> syncevo-dbus-server.
sure, i'll.
> Whoops, there is something that may be a spinner in there now actually. I'll
> check with nick...
Please do, any update please let us know. thanks.
--
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, 9 months
[Bug 3479] EDS: protect against concurrent editing + revision handling
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=3479
pohly <patrick.ohly(a)intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P2 |P1
AssignedTo|congwu.chen(a)intel.com |ross.burton(a)intel.com
--- Comment #17 from pohly <patrick.ohly(a)intel.com> 2009-11-25 00:56:44 PST ---
Ross, as I said in our chat, we need to decide how to move forward with this
patches because they are needed for automatic sync. Therefore I am raising the
priority to P1 temporarily and assign this to you.
Next steps:
* check as many of the patches as you can
* rebase/update remaining patches according to your comments
* create bugzilla.gnome.org and request inclusion there (?)
--
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, 9 months
[Bug 7621] sync-ui: Text in button "add new service" is out of button box in Italian and Portuguese
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=7621
pohly <patrick.ohly(a)intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |patrick.ohly(a)intel.com
AssignedTo|tomas.galicia(a)intel.com |margie.foster(a)intel.com
--- Comment #6 from pohly <patrick.ohly(a)intel.com> 2009-11-25 00:26:28 PST ---
(In reply to comment #5)
> (In reply to comment #4)
> > Tomas, can you see that this gets fixed and checked in? It is currently a
> > gating item for the 2.1 update release.
>
> fixed by shortening it to "add service". THe same needs to be implemented in
> the user guide.
Margie, translate.moblin.org was set up to list the "syncevolution-0-9" branch
as part of the "2.1" release, but this easy to miss:
http://translate.moblin.org/projects/p/syncevolution/c/syncevolution-0-9-...
Is is possible to show the branch on translate.moblin.org as "moblin-2.1"
branch and under the hood commit to syncevolution-0-9-branch?
I'm also a bit confused about the use of syncevolution-0-9-branch. I thought
there had been a moblin-2.1 entry referencing the more recent
syncevolution-0-9-x branch, but it is gone now. I can clean up the branches and
use syncevolution-0-9-branch, but we need to agree that this is for Moblin 2.1.
I had no idea that this issue was considered for a 2.1 update. You need a new
SyncEvolution release from me for this, don't you? Would I have been notified
somehow of this, if I had missed this issue? Just wondering what the process
is.
--
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, 9 months
[Bug 7879] New: could not encode item as iCal: work around corrupt calendar data
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=7879
Summary: could not encode item as iCal: work around corrupt
calendar data
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Netbook
OS/Version: Moblin Linux
Status: ASSIGNED
Severity: normal
Priority: P2
Component: *Feature Request
AssignedTo: syncevolution(a)lists.intel.com
ReportedBy: patrick.ohly(a)intel.com
CC: syncevolution(a)lists.intel.com
At least two users ran into this problem: when a VEVENT was imported into the
Evolution calendar without the corresponding VTIMEZONE definition, then
re-exporting that VEVENT as part of a sync fails with
[ERROR] calendar: could not encode item as iCal: <UID>-rid...
where <UID> is the value of the corresponding UID property of the VEVENT.
Here's a manual workaround:
Have a look at the output of "syncevolution", it'll
tell you the path to the .ics file with the calendar data.
Make sure Evolution is not running (evolution --force-shutdown). Then
check that file, search for the UID and remove the VEVENT which
contains it. Keep a copy, just in case.
Clearly this is tedious. There's no good workaround, because without the
VTIMEZONE, there's not enough information left to export the event correctly in
all cases. As a fallback we could replace the missing VTIMEZONE with a
definition of the current default timezone, which also seems to be what
Evolution does when viewing the event.
--
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, 9 months
[Bug 8171] New: things in netbook design that are not yet implemented
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=8171
Summary: things in netbook design that are not yet implemented
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Netbook
OS/Version: Moblin Linux
Status: NEW
Severity: normal
Priority: Undecided
Component: GTK UI
AssignedTo: nicholas.e.richards(a)intel.com
ReportedBy: jku(a)linux.intel.com
QAContact: yanshuang.zheng(a)intel.com
CC: syncevolution(a)lists.intel.com
Nick has updated some things in the design. The updates are a bit "uneven"
(some old things in between), so I'm guessing it's a work in progress. In any
case I'll list differences compared to current jku branch implementation that I
see in here...
* "Fix a sync emergency" button and corresponding view
* Breadcrumb navigation in "Sync emergency" view
Nick: should settings still just use the settings toggle?
Emergency and settings are sort of similar but
* No sync mode selection (apart from destructive ones in "sync emergency")
Nick, Patrick: We may have already discussed this but: Do we not want to
allow one way syncs? I'm quite ok with that but just wondering...
* Sync progress text info is moved from the right to a list in main area.
Nick: I like the idea, but there are potentially 12 items
in that list even with normal sources defined. It won't fit.
Could we keep the progress info where it was? I think that would make things
very simple: progress bar and progress info on right, last sync info or last
sync errors on the left.
* Checkboxes are now "sliders". I guess I need to copy these from NbtkGtk as
well...
* "Sync x minutes ago" text moved to title
There is a design for handling conflicts but I don't think we're in any way
ready to do that yet (if we ever will be).
There's no design for sync error messages from last sync. We agreed on this in
chat though: I'll add GtkInfoBoxes, or just text, in place of "last sync text"
below the source checkboxes and maybe a common error box below the title, and
we'll see how that looks.
I'm assigning this to nick for comments, please assign back to me.
--
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, 9 months