bugzilla | 6 Jun 2011 14:55

[Bug 18175] GetConfig returns password as "-"

https://bugs.meego.com/show_bug.cgi?id=18175

pohly <patrick.ohly@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from pohly <patrick.ohly@...> 2011-06-06
12:55:41 UTC ---
(In reply to comment #1)
> Hmm, funny. "-" means "Ask password". So what happens if the user's password is
> actually "-"? :)         

When keyring support is enabled, "-" will be saved in the keyring and
retrieving the final password still yields "-" => okay.

When it is disabled, "-" will be returned => also okay.

The reason why you are seeing "-" returned via the D-Bus API instead of the
real password is that you removed the password by deleting the keyring. Right?

So IMHO it all works as intended. If you see a flaw in my reasoning, then
please reopen. Otherwise mark it as "VERIFIED".

--------
Product: OS Middleware
Component: SyncEvolution
MeeGo Release: 1.2
(Continue reading)

bugzilla | 7 Jun 2011 16:40

[Bug 17862] invalid Google Calendar username => must result in 401 error

https://bugs.meego.com/show_bug.cgi?id=17862

pohly <patrick.ohly@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #2 from pohly <patrick.ohly@...> 2011-06-07
14:40:49 UTC ---
Not merged. See my comments from the merge request:

check_error(): not in line with function naming, use checkError()

Translating the 404 error into 401 is too aggressive. It should only be
done if the path for which the error was triggered really was the one
where %u was substituted.

Please rework these patches and commit as a new branch to the upstream
repo.

--------
Product: SyncEvolution
Component: SyncEvolution
MeeGo Release: unspecified
Severity: critical
Priority: Undecided
Keywords: 
Status: ASSIGNED
Who: patrick.ohly@...
(Continue reading)

bugzilla | 8 Jun 2011 13:09

[Bug 736] Detect 'device model' for phones

https://bugs.meego.com/show_bug.cgi?id=736

murrayc <murrayc@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc@...

--- Comment #2 from murrayc <murrayc@...> 2011-06-08 11:09:59
UTC ---
Here's a summary of the current plan:

SyncEvolution can adapt to the capabilities of the device that it is syncing
with. However, that currently requires the user to manually select a template.
Ideally, SyncEvolution would be able to automatically detect popular devices,
avoiding this step.

Currently, SyncEvolution only knows the the device name assigned to a Bluetooth
device. But this string is simply a default human-readable value that can be
modified by users and might not describe the manufacturer or model at all.

There are several ways to obtain more information:

* Use bluez to obtain the Bluetooth Device ID Profile via the Bluetooth Service
Discovery protocol.
  We have confirmed that bluez already has support for this, via its
sdp_record_t query results, though the protcol only provides unsigned 16-bit
values, so SyncEvolution will require a mapping of these to actual vendor and
device names.
  Not all mobile phones support the Bluetooth Device ID Profile, but apparently
(Continue reading)

bugzilla | 8 Jun 2011 13:17

[Bug 1351] SyncEvolution code cleanup

https://bugs.meego.com/show_bug.cgi?id=1351

--- Comment #1 from murrayc <murrayc@...> 2011-06-08 11:17:40
UTC ---
As a small first step, the dbus-server code should be split up into
one-file-per-class in a sub-directory, to make it easier to maintain the code.
Chris has started that here:
https://meego.gitorious.org/meego-middleware/syncevolution/commits/dbus-server-reorganization

--------
Product: SyncEvolution
Component: SyncEvolution
MeeGo Release: unspecified
Severity: enhancement
Priority: Medium
Keywords: 
Status: ASSIGNED
Who: murrayc@...
Assigned To: syncevolution-bugs@...
Target Build: ---
Flags: 
Changed: 
--------

https://bugs.meego.com/show_bug.cgi?id=1351

--

-- 
Configure bugmail: https://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
(Continue reading)

bugzilla | 8 Jun 2011 13:25

[Bug 1351] SyncEvolution code cleanup

https://bugs.meego.com/show_bug.cgi?id=1351

--- Comment #2 from murrayc <murrayc@...> 2011-06-08 11:25:32
UTC ---
I suspect that we should also use GDBus (part of glib) instead of libdbus (via
libgdbus), because it fixes some general threading problems vaguely hinted at
here: http://developer.gnome.org/gio/stable/ch29.html. It would also remove
that (copied) code from syncevolution, letting us depend on glib's maintenance
of that layer. Using that "standard" C high-level API for D-Bus would also make
the code more readable for the typical GTK+/GNOME developer, making it easier
to get improvements from the community.

--------
Product: SyncEvolution
Component: SyncEvolution
MeeGo Release: unspecified
Severity: enhancement
Priority: Medium
Keywords: 
Status: ASSIGNED
Who: murrayc@...
Assigned To: syncevolution-bugs@...
Target Build: ---
Flags: 
Changed: 
--------

https://bugs.meego.com/show_bug.cgi?id=1351

--

-- 
(Continue reading)

bugzilla | 8 Jun 2011 13:27

[Bug 716] syncevo-dbus-server freezes when backend is bogus

https://bugs.meego.com/show_bug.cgi?id=716

murrayc <murrayc@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc@...

--- Comment #2 from murrayc <murrayc@...> 2011-06-08 11:27:17
UTC ---
The current status is that we think Syncevo-dbus-server's event handling should
run all syncs inside a forked process. This work could possibly lead to a
complete rewrite of the code.

--------
Product: SyncEvolution
Component: SyncEvolution
MeeGo Release: unspecified
Severity: enhancement
Priority: Medium
Keywords: 
Status: ASSIGNED
Who: murrayc@...
Assigned To: syncevolution-bugs@...
Target Build: ---
Flags: 
Changed: CC
--------

https://bugs.meego.com/show_bug.cgi?id=716
(Continue reading)

bugzilla | 8 Jun 2011 15:52

[Bug 18758] New: building testcases fails on dash

https://bugs.meego.com/show_bug.cgi?id=18758

           Summary: building testcases fails on dash
    Classification: MeeGo Projects
           Product: SyncEvolution
          Platform: ---
           Version: unspecified
          Platform: Common
      Architecture: ---
            Status: NEW
          Severity: normal
          Priority: Undecided
         Component: SyncEvolution
        AssignedTo: syncevolution-bugs@...
        ReportedBy: jku@...
         QAContact: jingke.zhang@...
                CC: syncevolution-bugs@...,
                    syncevolution-default-bugs@...
   Estimated Hours: 0.0

Fix is in jku branch:

commit d1aa41e764fc6c015e3eb66b8633dd0ddfad17b6
Author: Jussi Kukkonen <jku@...>
Date:   Wed Jun 8 15:23:53 2011 +0300

    autotools: check for testcase existence (dash compat)

    The "-ot" ant "-nt" operators are not standard (dash -ot returns
    false if file1 is missing, bash does not). Check for test case
(Continue reading)

bugzilla | 8 Jun 2011 16:00

[Bug 1351] SyncEvolution code cleanup

https://bugs.meego.com/show_bug.cgi?id=1351

pohly <patrick.ohly@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |patrick.ohly@...

--- Comment #3 from pohly <patrick.ohly@...> 2011-06-08
14:00:10 UTC ---
(In reply to comment #2)
> I suspect that we should also use GDBus (part of glib) instead of libdbus (via
> libgdbus)

As mentioned on chat: I'd like to have a fallback for the latest Ubuntu LTS and
Debian Stable.

Whether that fallback is the current libgdbus copy or a copy of the glib gdbus
doesn't matter.

--------
Product: SyncEvolution
Component: SyncEvolution
MeeGo Release: unspecified
Severity: enhancement
Priority: Medium
Keywords: 
Status: ASSIGNED
Who: patrick.ohly@...
Assigned To: syncevolution-bugs@...
(Continue reading)

bugzilla | 9 Jun 2011 13:46

[Bug 18828] New: GTK UI: ignore unknown peerType

https://bugs.meego.com/show_bug.cgi?id=18828

           Summary: GTK UI: ignore unknown peerType
    Classification: MeeGo Projects
           Product: SyncEvolution
          Platform: ---
           Version: unspecified
          Platform: Common
      Architecture: ---
            Status: NEW
          Severity: critical
          Priority: Undecided
         Component: GTK UI
        AssignedTo: syncevolution-bugs@...
        ReportedBy: patrick.ohly@...
         QAContact: jingke.zhang@...
                CC: syncevolution-bugs@...,
                    syncevolution-gtk-ui-bugs@...
   Estimated Hours: 0.0

Version: 1.1.99.4 + 20110609 (includes webdav-config branch + jku branch)

Start the sync-ui with a clean ~/.config/syncevolution.

It should not show "Google Calendar" and "Yahoo" because these are of the
unsupported WebDAV peerType.

However, I do see these two listed.

--------
(Continue reading)

bugzilla | 9 Jun 2011 13:47

[Bug 18828] GTK UI: ignore unknown peerType

https://bugs.meego.com/show_bug.cgi?id=18828

pohly <patrick.ohly@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Undecided                   |High
         AssignedTo|syncevolution-bugs@... |jku@...
                   |gs                          |
   Target Milestone|---                         |1.2

--------
Product: SyncEvolution
Component: GTK UI
MeeGo Release: unspecified
Severity: critical
Priority: High
Keywords: 
Status: NEW
Who: patrick.ohly@...
Assigned To: jku@...
Target Build: 1.2
Flags: 
Changed: Priority AssignedTo Target Milestone
--------

https://bugs.meego.com/show_bug.cgi?id=18828

--

-- 
Configure bugmail: https://bugs.meego.com/userprefs.cgi?tab=email
(Continue reading)


Gmane