[Sugar-devel] [PATCH] Setting logging level of message Gsm connection not set... to warning from exception (SL #2247)

2010-09-18 Thread Dipankar Patro
Currently the message appears as an error whereas it is just a warning message. Developer should not get this message an error, so I have set the logging level to warning from exception. --- src/jarabe/model/network.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[Sugar-devel] [PATCH] Time out on registration process to prevent indefinite UI hang (SL#2289)

2010-09-18 Thread Dipankar Patro
Registration with the school server is currently done synchronously. To prevent the UI from hanging indefinitely, if the school server is reachable but unresponsive, we add an explicit timeout. --- src/jarabe/desktop/schoolserver.py | 22 +++--- 1 files changed, 19

Re: [Sugar-devel] [PATCH] Time out on registration process to prevent indefinite UI hang (SL#2289)

2010-09-18 Thread Sascha Silbe
Excerpts from Dipankar Patro's message of Sat Sep 18 19:18:55 +0200 2010: +class TimeoutHTTP(httplib.HTTP): +def __init__(self, host='', port=None, strict=None, timeout = None): +if port == 0: +port = None +# FIXME: we are depending on undocumented internals

[Sugar-devel] http://bugs.sugarlabs.org/ticket/1742

2010-09-18 Thread Ishan Bansal
hi I am working on the bug http://bugs.sugarlabs.org/ticket/1742. The check to see if the person is a friend in buddymeny.py is working fine for friends view but it still shows Make Friend when we right click in neighborhood view even if the person is a friend. I have been trying to find the