*** jhauser has quit IRC | 00:29 | |
*** bskahan has quit IRC | 00:42 | |
*** bskahan has joined #schooltool | 00:43 | |
*** hazmat has joined #schooltool | 00:46 | |
*** bskahan has quit IRC | 01:08 | |
*** alga has quit IRC | 01:10 | |
*** GaryPoster has quit IRC | 01:23 | |
*** th1a has quit IRC | 02:48 | |
*** th1a has joined #schooltool | 04:42 | |
*** hazmat has quit IRC | 04:49 | |
*** povbot has joined #schooltool | 05:02 | |
*** auxesis has quit IRC | 05:11 | |
*** auxesis has joined #schooltool | 05:13 | |
*** auxesis has quit IRC | 05:19 | |
*** tvon has quit IRC | 05:19 | |
*** auxesis has joined #schooltool | 05:20 | |
*** tvon has joined #schooltool | 05:20 | |
*** tvon|desk has quit IRC | 05:20 | |
*** munkee has quit IRC | 05:20 | |
*** th1a has quit IRC | 05:21 | |
*** Ricey has quit IRC | 05:21 | |
*** th1a has joined #schooltool | 05:22 | |
*** Ricey has joined #schooltool | 05:22 | |
*** tvon|desk has joined #schooltool | 05:22 | |
*** munkee has joined #schooltool | 05:22 | |
*** th1a has quit IRC | 05:22 | |
*** hazmat has joined #schooltool | 06:00 | |
*** hazmat has quit IRC | 09:23 | |
*** alga has joined #SchoolTool | 10:08 | |
*** alga has quit IRC | 10:23 | |
*** ignas has joined #schooltool | 10:59 | |
*** tvon has quit IRC | 13:24 | |
*** tvon|desk has quit IRC | 13:26 | |
*** tvon|desk has joined #schooltool | 13:35 | |
*** tvon has joined #schooltool | 13:35 | |
*** bskahan has joined #schooltool | 13:54 | |
bskahan | anyone seen this error? | 14:29 |
---|---|---|
bskahan | TypeError: There isn't enough context to get URL information. This is probably due to a bug in setting up location information. | 14:29 |
ignas | yep | 14:29 |
ignas | a lot | 14:30 |
ignas | :) | 14:30 |
ignas | either IContainmentRood.directlyProvide is missing | 14:30 |
ignas | in unit tests | 14:30 |
ignas | or you haven't set __parent__ somewhere in running environment | 14:30 |
bskahan | ignas: thanks! | 14:31 |
bskahan | its the IContainmentRoot | 14:31 |
*** thisfred has joined #schooltool | 14:59 | |
*** thisfred has quit IRC | 15:56 | |
*** tvon|desk has quit IRC | 15:56 | |
*** tvon|desk has joined #schooltool | 15:57 | |
*** thisfred has joined #schooltool | 15:57 | |
bskahan | ignas: are you guys working on "Forms"? | 16:04 |
*** bska|mobile has joined #schooltool | 16:08 | |
*** bskahan has quit IRC | 16:13 | |
ignas | bska|mobile, Forms ? | 16:19 |
bska|mobile | something th1a had mentioned, groups of students who share a timetable schedule | 16:23 |
bska|mobile | there's a reference to it in one of our stories but it seems like there's more setup required than the story actually talks about | 16:25 |
*** alga has joined #SchoolTool | 16:25 | |
alga | bska|mobile: we will do the whole timetabling workflow, basically | 16:33 |
bska|mobile | this is the story I'm working on | 16:34 |
bska|mobile | When you create a section, you can | 16:34 |
bska|mobile | assign the members of a group all at once (a form, for example). | 16:34 |
bska|mobile | just trying to figure out if the form is something other than a regular group | 16:35 |
alga | it is not | 16:37 |
alga | the're will be a view for mass-setup via CSV rosters or smth like that | 16:37 |
alga | and a view for individual sections setup | 16:38 |
bska|mobile | thanks | 16:38 |
alga | so if you do the regular group UI it will be plenty | 16:39 |
bska|mobile | do you need anything else from us for timetabling? | 16:39 |
alga | err, I think that's about it | 16:39 |
alga | I'm working on the core tt functionality still | 16:39 |
alga | It's mostly ported | 16:39 |
bska|mobile | cool | 16:40 |
alga | a couple of failing unit tests left | 16:40 |
*** GaryPoster has joined #schooltool | 17:16 | |
*** tvon has quit IRC | 17:32 | |
*** jagordon has joined #schooltool | 17:55 | |
bska|mobile | an Attribute in an interface can be implemented by a property()? | 18:21 |
bska|mobile | or do I need to set it to something other than Attribute in the interface? | 18:21 |
bska|mobile | nm | 18:29 |
*** jagordon has left #schooltool | 18:31 | |
*** th1a has joined #schooltool | 19:02 | |
*** mgedmin has joined #schooltool | 19:09 | |
th1a | mgedmin: Did you see Jim Vine's traceback on the mailing list? | 19:17 |
ignas | th1a, I have added the links you have asked for in the RESTive interface | 19:23 |
th1a | ignas: Thanks. | 19:24 |
th1a | Do you understand why I want them? | 19:24 |
ignas | yes of course | 19:24 |
mgedmin | th1a, not yet | 19:24 |
th1a | He's getting one unicodedecode error on iCal import. | 19:24 |
th1a | And another more cryptic error. | 19:25 |
mgedmin | RFC 2445 | 19:26 |
mgedmin | 4.1.4 Character Set | 19:26 |
mgedmin | There is not a property parameter to declare the character set used | 19:26 |
mgedmin | in a property value. The default character set for an iCalendar | 19:26 |
mgedmin | object is UTF-8 as defined in [RFC 2279]. | 19:26 |
mgedmin | 19:26 | |
mgedmin | The "charset" Content-Type parameter can be used in MIME transports | 19:26 |
mgedmin | to specify any other IANA registered character set. | 19:26 |
th1a | So is it a Sunbird bug? | 19:27 |
mgedmin | not sure | 19:27 |
mgedmin | did it specify the charset in the Content-Type request header for the PUT request? | 19:27 |
mgedmin | did schoolbell ignore it? | 19:27 |
th1a | We've just got the traceback at this point. | 19:28 |
mgedmin | I have tried entering non-ascii chars in mozilla calendar, and it worked for me | 19:28 |
mgedmin | but then my locale is UTF-8, and UTF-8 is what we expect to see in iCal files | 19:28 |
mgedmin | maybe sunbird uses the user's locale instead of UTF-8? | 19:28 |
th1a | ignas: Do you understand what we need for api docs? | 19:30 |
th1a | REST api docs? | 19:30 |
mgedmin | ah, Zope 3 has a FilePUT view that we rely upon | 19:30 |
mgedmin | it calls our adapter and passes the request body, but it doesn't pass us the Content-Type header | 19:31 |
th1a | That sucks. | 19:31 |
mgedmin | did anybody file an issue at issues.schooltool.org? | 19:31 |
th1a | Not as of yet. | 19:31 |
mgedmin | please do so, I'm a bit busy on other matters at the moment | 19:32 |
th1a | OK. Should I ask him to send a copy of the file, if it isn't private? | 19:32 |
mgedmin | I don't think that's necessary | 19:32 |
th1a | OK. Good. | 19:33 |
th1a | I think the mission of the monday meeting will be to clean up RoundUp. | 19:34 |
mgedmin | ok | 19:35 |
th1a | I think most of these bugs are fixed. | 19:35 |
ignas | th1a, "Do you understand what we need for api docs?" ? do you mean "SchoolBell needs REST API docs" ? | 19:35 |
th1a | Yeah. There's an overview in SchoolTool that you can use. | 19:36 |
th1a | As a model. | 19:36 |
ignas | th1a, well fdoctests are functional DOC tests ... | 19:36 |
ignas | i would use them if i wanted to find out how to use the system | 19:36 |
th1a | Where are they? | 19:36 |
th1a | Where are the relevant ones? | 19:36 |
ignas | app/rest/ftest/ | 19:36 |
ignas | all of them are more or less relevant ... you can see how to create application objects in app.txt | 19:37 |
ignas | you can see how to manage relationships in relatioshpis.txt | 19:37 |
th1a | Aha. I forgot to look there. | 19:37 |
th1a | I was looking hopefully for doctests. | 19:37 |
th1a | OK. We're done! | 19:39 |
*** thisfred has quit IRC | 19:57 | |
*** bska|mobile has quit IRC | 21:01 | |
*** alga has quit IRC | 21:14 | |
*** tvon has joined #schooltool | 21:46 | |
*** ignas has quit IRC | 21:47 | |
*** bskahan has joined #schooltool | 22:07 | |
*** mgedmin has quit IRC | 22:12 | |
*** bskahan has quit IRC | 22:34 | |
*** mgedmin has joined #schooltool | 23:18 | |
mgedmin | http://faassen.n--tree.net/blog/view/weblog/2005/04/28/1 | 23:18 |
mgedmin | http://codespeak.net/icalendar/ | 23:19 |
mgedmin | LGPL | 23:19 |
mgedmin | obligatory links to other Python iCalendar implementations: | 23:22 |
mgedmin | http://www.nongnu.org/python-pdi/ | 23:23 |
mgedmin | http://vobject.skyhouseconsulting.com/ (the one used in Chandler) | 23:23 |
mgedmin | http://wiki.osafoundation.org/bin/view/Jungle/VObject (same thing, one step backwards, gives some links to other software too) | 23:24 |
mgedmin | it would be nice to have one canonical robust well-tested iCalendar implementation for Python | 23:24 |
*** mgedmin has quit IRC | 23:24 | |
*** bskahan has joined #schooltool | 23:36 | |
bskahan | we should probably break the Person name into first/last before schooltool calendar release | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!