[Sugar-devel] [PATCH] TurtleArt - escaping HTML entities while exporting to HTML #sl1854

2010-07-03 Thread Tim McNamara
This patch attempts to fix http://bugs.sugarlabs.org/ticket/1854. It assumes that the only place where , , could enter the file in a troublesome manner is when the TurtleArt code is being imported into the content div. Author: Tim McNamara paperl...@timmcnamara.co.nz Date: Sat Jul 3 19:00:34

[Sugar-devel] Setting Palette delay timing

2010-07-03 Thread Tim McNamara
Hi all, I'm reading http://bugs.sugarlabs.org/ticket/1169, which talks about the delay of GTK Palettes/drop down menus. I think this is a worthy bug to squash, but I'm not really sure where to start. Given that this has been high/critical priority since 0.86, I'm assuming that it's harder than

Re: [Sugar-devel] [PATCH] TurtleArt - escaping HTML entities while exporting to HTML #sl1854

2010-07-03 Thread Sascha Silbe
Excerpts from Tim McNamara's message of Sat Jul 03 07:14:01 + 2010: [taexporthtml.py] +from cgi import escape [...] -code += data_to_string(tw.assemble_data_to_save(False, True)) +code += escape(data_to_string(tw.assemble_data_to_save(False, True))) I don't grok the

Re: [Sugar-devel] Clocks on XOs

2010-07-03 Thread Sascha Silbe
Excerpts from Hal Murray's message of Sat Jul 03 03:15:38 + 2010: Why aren't we using ntp? ntp is probably overkill for XOs. Besides, who would want to give up that much ram? openntpd uses 390.5 KB on my XO-1 (measured using ps_mem.py after an uptime of 22 days). On top of that,

Re: [Sugar-devel] [PATCH] TurtleArt - escaping HTML entities while exporting to HTML #sl1854

2010-07-03 Thread Walter Bender
On Sat, Jul 3, 2010 at 3:14 AM, Tim McNamara paperl...@timmcnamara.co.nz wrote: This patch attempts to fix http://bugs.sugarlabs.org/ticket/1854. It assumes that the only place where , , could enter the file in a troublesome manner is when the TurtleArt code is being imported into the content

[Sugar-devel] [PATCH] TurtleArt - SVG text wrapping #sl1856

2010-07-03 Thread Tim McNamara
Hi Walter, et all, This patch should go most of the way to fixing the bug. However, I haven't tested it locally it contains a few assumptions about what the SVG files look like that that it's processing. I'm also not 100% sure about the elementtree implementation of ElementTree (am used to

Re: [Sugar-devel] [PATCH] fixes sl#2062

2010-07-03 Thread Tim McNamara
On 2 July 2010 20:42, Sascha Silbe sascha-ml-ui-sugar-de...@silbe.orgwrote: TypeError should be catched in jarabe.desktop.schoolserver.register_laptop() and rethrown as a RegisterError. Sascha diff --git a/src/jarabe/desktop/schoolserver.py b/src/jarabe/desktop/schoolserver.py index

[Sugar-devel] Schoolserver security

2010-07-03 Thread Bernie Innocenti
El Thu, 01-07-2010 a las 20:55 -0600, Daniel Drake escribió: Child connects to a network, perhaps just to go online outside of school. The network has an XS. The laptop registers. The journal is backed up to the server. Ok, this is a serious security issue. How about asking the user to

[Sugar-devel] Activity list favorites view

2010-07-03 Thread Bernie Innocenti
[cc += sugar-de...@] El Fri, 02-07-2010 a las 05:57 -0500, Mikus Grinbergs escribió: Does this solve the issue? I will apply it tomorrow. --- src/jarabe/desktop/activitieslist.py This change was already in sugar-0.88.1-5.11bernie.fc11 But - which issue are you referring to here? If

Re: [Sugar-devel] [PATCH] fixes sl#2062

2010-07-03 Thread Sascha Silbe
Excerpts from Tim McNamara's message of Sat Jul 03 11:49:50 + 2010: diff --git a/src/jarabe/desktop/schoolserver.py b/src/jarabe/desktop/schoolserver.py index fc9ddeb..a05f56c 100644 --- a/src/jarabe/desktop/schoolserver.py +++ b/src/jarabe/desktop/schoolserver.py @@ -99,7 +99,7 @@ def

Re: [Sugar-devel] [PATCH] fixes sl#2062

2010-07-03 Thread Bernie Innocenti
El Sat, 03-07-2010 a las 12:41 +, Sascha Silbe escribió: Excerpts from Tim McNamara's message of Sat Jul 03 11:49:50 + 2010: diff --git a/src/jarabe/desktop/schoolserver.py b/src/jarabe/desktop/schoolserver.py index fc9ddeb..a05f56c 100644 ---

Re: [Sugar-devel] [PATCH] fixes sl#2062

2010-07-03 Thread Sascha Silbe
Excerpts from Bernie Innocenti's message of Sat Jul 03 13:32:44 + 2010: -except (Error, socket.error): +except (Error, TypeError, socket.error): Tim, thank you very much for fixing this. I would like to include your fix in my Sugar 0.88 packages. Could you please repost the

Re: [Sugar-devel] Clocks on XOs

2010-07-03 Thread Bernie Innocenti
El Fri, 02-07-2010 a las 20:15 -0700, Hal Murray escribió: Is that one of the old XOs that had troubles with the tiny battery feeding the TOY/RTC clock when the main battery and wall power are both disconnected? I forget the details, but I think there was a problem with the battery

[Sugar-devel] MANIFEST pointlessness

2010-07-03 Thread Bernie Innocenti
El Fri, 02-07-2010 a las 15:54 +1000, James Cameron escribió: A fascinating meaning of the word MANIFEST that I had not previously encountered. That sounds like an INVENTORY. What's the point of a file that is automatically generated? None, this is why I removed it. IIRC, the original

Re: [Sugar-devel] [PATCH] Journal:show error message on write failure: #1842

2010-07-03 Thread Sascha Silbe
Excerpts from anishmangal2002's message of Fri Jul 02 19:25:56 + 2010: After this patch, the information flow will be the following: * model.copy throws *Error * BaseButton emits volume-error (strerror) * VolumesToolbar emits volume-error (strerror) * JournalActivity instantiates

Re: [Sugar-devel] [PATCH] Journal Volumes Backup and Restore

2010-07-03 Thread Martin Abente
A few screenshots of the actual work. Please, if there is some other text I should add or change let me know. http://img25.imageshack.us/i/screenshotlym.png/ http://img41.imageshack.us/i/screenshot1dk.png/ http://img534.imageshack.us/i/screenshot2wl.png/

Re: [Sugar-devel] Clocks on XOs

2010-07-03 Thread Kevin Mark
On Fri, Jul 02, 2010 at 08:15:38PM -0700, Hal Murray wrote: Was: Subject: =?ISO-8859-1?Q?Caacup=E9?= war bullettin -- day 1 ber...@codewiz.org said: * Date not being updated One laptop booted with clock set to the Epoch. Is that one of the old XOs that had troubles with the tiny battery

Re: [Sugar-devel] [PATCH] TurtleArt - SVG text wrapping #sl1856

2010-07-03 Thread Walter Bender
On Sat, Jul 3, 2010 at 7:44 AM, Tim McNamara paperl...@timmcnamara.co.nz wrote: Hi Walter, et all, This patch should go most of the way to fixing the bug. However, I haven't tested it locally it contains a few assumptions about what the SVG files look like that that it's processing. I'm also

Re: [Sugar-devel] Schoolserver icon

2010-07-03 Thread Martin Abente
On Sat, 3 Jul 2010 03:58:54 +0100, Gary Martin garycmar...@googlemail.com wrote: On 3 Jul 2010, at 03:07, Eben Eliason wrote: Ah, I see now. At first glance at the previous iteration I thought that it was just the stroke of a bell shape; I didn't read the bell within the arch. I do like that

Re: [Sugar-devel] Clocks on XOs

2010-07-03 Thread Hal Murray
On top of that, ntpd doesn't get along with power saving mode. I haven't noticed anything odd. Either it's been fixed in the meantime or it was only subtle misbehaviour. Do you have a ticket number or link to a description of the problem that has been experienced before? Are you running

Re: [Sugar-devel] [PATCH] Journal Volumes Backup and Restore

2010-07-03 Thread Gary Martin
Hi Martin, On 3 Jul 2010, at 18:13, Martin Abente mabe...@paraguayeduca.org wrote: A few screenshots of the actual work. Thanks for the screen shots! Please, if there is some other text I should add or change let me know. http://img25.imageshack.us/i/screenshotlym.png/ Perhaps, in a

Re: [Sugar-devel] Clocks on XOs

2010-07-03 Thread Sascha Silbe
Excerpts from Hal Murray's message of Sat Jul 03 18:42:48 + 2010: On top of that, ntpd doesn't get along with power saving mode. I haven't noticed anything odd. Either it's been fixed in the meantime or it was only subtle misbehaviour. Do you have a ticket number or link to a

Re: [Sugar-devel] [sugar-artwork] Revert to GTK_WIDGET_IS_SENSITIVE() macro

2010-07-03 Thread Bernie Innocenti
El Fri, 02-07-2010 a las 20:46 +0200, Benjamin Berg escribió: Signed-off-by: Bernie Innocenti ber...@codewiz.org Sounds good. We are using some deprecated macros already anyways. Thanks, pushed. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/

Re: [Sugar-devel] [PATCH] Journal Volumes Backup and Restore

2010-07-03 Thread Martin Abente
On Sat, 3 Jul 2010 20:53:52 +0100, Gary Martin garycmar...@googlemail.com wrote: Hi Martin, On 3 Jul 2010, at 18:13, Martin Abente mabe...@paraguayeduca.org wrote: A few screenshots of the actual work. Thanks for the screen shots! Please, if there is some other text I should add or

[Sugar-devel] Window borders show up briefly on activity startup

2010-07-03 Thread Bernie Innocenti
El Fri, 02-07-2010 a las 18:39 +0530, Joshua N Pritikin escribió: I am still seeing Activities sometimes start and remain in window, File:Untitled.jpg screenshot File:TmpxWzNZv.png ; (Window appears at least briefly on all launches) This bug is not fixed. I'm afraid it can't be completely

Re: [Sugar-devel] [PATCH] TurtleArt - SVG text wrapping #sl1856

2010-07-03 Thread Tim McNamara
On 4 July 2010 05:08, Walter Bender walter.ben...@gmail.com wrote: On Sat, Jul 3, 2010 at 7:44 AM, Tim McNamara paperl...@timmcnamara.co.nz wrote: Hi Walter, et all, This patch should go most of the way to fixing the bug. However, I haven't tested it locally it contains a few

[Sugar-devel] [PATCH] Remove hard-coded School Server URL when XOs register #sl1976

2010-07-03 Thread Tim McNamara
Hi there, Ref http://bugs.sugarlabs.org/ticket/1976 Bevaviour of the software is now independent of the hardware that Sugar is running. All registrations will look for Jabber server settings from /desktop/sugar/collaboration/jabber_server. However, this patch retains the REGISTER_URL as an

Re: [Sugar-devel] Clocks on XOs

2010-07-03 Thread Bernie Innocenti
El Sat, 03-07-2010 a las 09:54 -0400, Bernie Innocenti escribió: Likely so, but the software should be able to compensate for it. After discussing it on IRC, it seems that olpc-update-query should automatically update the clock from the OATS server. I checked: olpc-update-query only sets the

[Sugar-devel] Q on tracker cleanup / triage

2010-07-03 Thread Tim McNamara
Hi devs, 500+ unclosed bugs causes problems. I feel intimidated overwhelmed by this number. I also find it difficult to find material sift through bug reports, to find areas where I can help (although, at the moment, I'm quite content with sugar-love level problems). However, 500+ bugs isn't

[Sugar-devel] UI experiments: pop-up menus and hot corners

2010-07-03 Thread Bernie Innocenti
El Fri, 02-07-2010 a las 04:49 -0500, Mikus Grinbergs escribió: sugar-toolkit/kill-the-delayed-menus-for-good.patch I received no comments so far. I'll ask my testers to give an opinion whether they like it more this way after a few days of adjustment. Sounds like something I would

[Sugar-devel] StarChart = ASLO

2010-07-03 Thread Bernie Innocenti
Hello, I was told that that your activity is great. Would you mind uploading it to activities.sugarlabs.org, so users can find it more easily? The wiki.laptop.org site is no longer where Sugar activities reside. Also, if you have time, it would be good it you could migrate the home page to

Re: [Sugar-devel] Q on tracker cleanup / triage

2010-07-03 Thread Sascha Silbe
Excerpts from Tim McNamara's message of Sat Jul 03 23:11:42 + 2010: Some have been identified as upstream problems, but their resolution status remains open. That's because they still affect users. Some might need Sugar changes once they have been handled upstream. The current status fields

Re: [Sugar-devel] Q on tracker cleanup / triage

2010-07-03 Thread Gary Martin
On 4 Jul 2010, at 00:11, Tim McNamara paperl...@timmcnamara.co.nz wrote: Hi devs, 500+ unclosed bugs causes problems. I feel intimidated overwhelmed by this number. I also find it difficult to find material sift through bug reports, to find areas where I can help (although, at the

Re: [Sugar-devel] UI experiments: pop-up menus and hot corners

2010-07-03 Thread Gary Martin
On 4 Jul 2010, at 00:15, Bernie Innocenti ber...@codewiz.org wrote: El Fri, 02-07-2010 a las 04:49 -0500, Mikus Grinbergs escribió: sugar-toolkit/kill-the-delayed-menus-for-good.patch I received no comments so far. I'll ask my testers to give an opinion whether they like it more this way