*** pcardune has joined #schooltool | 00:13 | |
*** Aiste has joined #schooltool | 00:41 | |
*** srichter has quit IRC | 00:56 | |
*** Aiste has quit IRC | 00:59 | |
*** method__ has joined #schooltool | 04:50 | |
method__ | Does this mean anything to anyone: ttcalendar = ITimetables(parent).makeTimetableCalendar() raise TypeError("Could not adapt", obj, self) | 04:51 |
---|---|---|
method__ | ? | 04:51 |
pcardune | method__: is this schoolbell/schooltool? | 04:52 |
pcardune | oh wait... yes, obviously it is (i thought i was looking at zope3-dev) | 04:52 |
*** method__ is now known as tristil | 04:52 | |
tristil | pcardune, ? :) | 04:53 |
tristil | Yes, it's Schooltool, the alpha. | 04:53 |
tristil | It's on the main calendar view. | 04:54 |
pcardune | hmm. i think it means it couldn't get the time table for the root calendar | 04:55 |
pcardune | but I don't really know anything about the timetable stuff | 04:55 |
*** pcardune has quit IRC | 04:57 | |
*** srichter has joined #schooltool | 05:04 | |
*** th1a has joined #schooltool | 05:08 | |
*** tristil has quit IRC | 05:46 | |
*** Aiste has joined #schooltool | 10:26 | |
*** vidasp has joined #schooltool | 10:40 | |
*** Aiste has quit IRC | 10:47 | |
*** mgedmin has joined #schooltool | 12:39 | |
*** alga has joined #SchoolTool | 13:23 | |
*** ignas has joined #schooltool | 13:27 | |
povbot | /svn/commits: * mg committed revision 5611: | 13:55 |
povbot | /svn/commits: Minor code cleanups. | 13:55 |
*** cursor has joined #schooltool | 14:31 | |
povbot | /svn/commits: * mg committed revision 5612: | 14:44 |
povbot | /svn/commits: Refactor traversal for the attendance form: get rid of the plugin; instead define a publishTraverse method directly in the view. I am grateful to Wade Leftwich for the suggestion. | 14:44 |
povbot | /svn/commits: * mg committed revision 5613: | 14:55 |
povbot | /svn/commits: For some reason I dislike double backslashes in doctests. | 14:55 |
*** mgedmin has quit IRC | 14:59 | |
*** tiredbones has joined #schooltool | 15:05 | |
*** mgedmin has joined #schooltool | 15:15 | |
ignas | th1a, ayt | 15:37 |
*** thisfred has joined #schooltool | 15:37 | |
srichter | ignas: it's about an hour early :-) | 15:37 |
ignas | i see, thanks | 15:38 |
*** jinty has joined #schooltool | 15:47 | |
*** mgedmin has quit IRC | 16:04 | |
*** mgedmin has joined #schooltool | 16:18 | |
povbot | /svn/commits: * srichter committed revision 5614: | 16:51 |
povbot | /svn/commits: Addressed Paul's commented test. I think the system is behaving correctly; he was just expecting something else. I clarified the design decision too. | 16:51 |
*** cursor has quit IRC | 16:53 | |
*** cursor has joined #schooltool | 16:54 | |
povbot | /svn/commits: * srichter committed revision 5615: | 16:58 |
povbot | /svn/commits: Fix whitespace. | 16:58 |
*** cursor has quit IRC | 16:59 | |
povbot | /svn/commits: * mg committed revision 5616: | 17:04 |
povbot | /svn/commits: Student status in the attendance form now pays attention to day attendance. | 17:04 |
povbot | /svn/commits: * srichter committed revision 5617: | 18:07 |
povbot | /svn/commits: Fixed long line. | 18:07 |
povbot | /svn/commits: * mg committed revision 5618: | 18:08 |
povbot | /svn/commits: API improvement: ITimetables.makeTimetableCalendar now takes a date range for filtering. | 18:08 |
povbot | /svn/commits: Code that needs to find section meeting events on a given date can now use this facility instead of trying to guess the correct timezone to combine with dates to pass to calendar.extend(). | 18:08 |
povbot | /svn/commits: * srichter committed revision 5619: | 18:09 |
povbot | /svn/commits: Improved the scoresystem code a little bit and provided useful base classes. | 18:09 |
povbot | /svn/commits: Edited Tom's grades.txt a tiny bit. | 18:09 |
povbot | /svn/commits: * mg committed revision 5620: | 18:19 |
povbot | /svn/commits: Use the new filtering provided by makeTimetableCalendar to locate section events. Fixes a timezone-related bug in the real-time attendance form. | 18:19 |
mgedmin | what happened to ftests? | 18:22 |
mgedmin | I see conflicting configuration actions in src/schooltool/requirement/configure.zcml | 18:23 |
* mgedmin ping srichter | 18:23 | |
mgedmin | svn merge -r 5619:5618 . | 18:31 |
mgedmin | makes the problem go away | 18:31 |
mgedmin | but I cannot see how the change in rev 5619 could have broken zcml: http://source.schooltool.org/trac/changeset/5619 | 18:32 |
th1a | ignas: What's up? | 18:34 |
mgedmin | it is the change in interfaces.py that broke ftests | 18:37 |
mgedmin | oh, those are not ftests that are broken; those are unit tests that load zcml | 18:38 |
mgedmin | although ftests are also broken | 18:38 |
* mgedmin pings srichter again | 18:38 | |
mgedmin | we're sort of stuck in the 'cannot do work; trunk is broken' mode here | 18:38 |
mgedmin | aha! | 18:39 |
mgedmin | zope.app.container.constraints.containers changes __setitem__ from an Attribute to an Object | 18:39 |
mgedmin | which makes it a schema field | 18:39 |
mgedmin | which means <require set_schema /> now conflicts with <require attributes="__setitem__" /> | 18:39 |
mgedmin | tricky | 18:39 |
* mgedmin calls off the alarm | 18:41 | |
povbot | /svn/commits: * mg committed revision 5621: | 18:41 |
povbot | /svn/commits: Fix ftests: in rev 5619 __parent__ changed from an Attribute to a schema field, which made these two directives conflict with each other. | 18:41 |
mgedmin | FAIL: schooltool/requirement/grades.txt | 19:02 |
mgedmin | one functional test still fails | 19:03 |
* mgedmin picks up a pin and a voodoo doll of srichter | 19:03 | |
povbot | /svn/commits: * mg committed revision 5622: | 19:07 |
povbot | /svn/commits: Fix another functional test broken by rev 5619. | 19:07 |
*** alga has quit IRC | 19:07 | |
povbot | /svn/commits: * ignas committed revision 5623: | 19:41 |
povbot | /svn/commits: Add status of the abscence to the description of the abscence event. | 19:41 |
*** tiredbones has quit IRC | 20:02 | |
povbot | /svn/commits: * mg committed revision 5624: | 20:05 |
povbot | /svn/commits: Remove the spurious deprecation warning; add a link to the Zope 3 bug to explain why this workaround is needed. | 20:05 |
povbot | /svn/commits: Zope 3.2 shipped with that bug, so the workaround will have to be present for the next SchoolTool release. | 20:05 |
*** thisfred_ has joined #schooltool | 20:06 | |
*** thisfred has quit IRC | 20:22 | |
povbot | /svn/commits: * mg committed revision 5625: | 21:06 |
povbot | /svn/commits: Fix some typos. | 21:06 |
*** vidasp has quit IRC | 21:08 | |
povbot | /svn/commits: * mg committed revision 5626: | 21:27 |
povbot | /svn/commits: Code cleanups: make the code conform to the Official SchoolTool Coding Style Document (which lives in my head and is basically pristine PEP-8). Add missing svn:keywords properties so that $Id$ in docstrings gets properly expanded. | 21:27 |
povbot | /svn/commits: Added an XXX with a suggestion to always use datetimes with timezone info. | 21:27 |
povbot | /svn/commits: Note that NotImplemented and NotImplementedError are two different builtins (very confusingly named). | 21:27 |
srichter | mgedmin: sorry, I must have forgotten to run all of the tests after the scoresystem changes | 21:30 |
*** jinty has quit IRC | 21:37 | |
povbot | /svn/commits: * mg committed revision 5627: | 21:40 |
povbot | /svn/commits: Some code cleanups, minor typos. | 21:40 |
povbot | /svn/commits: <a> elements do not have an 'alt' attribute, but <img> elements do. | 21:40 |
povbot | /svn/commits: I think there's a simple string that is used with tal:content="context/title" i18n:translate="" but not marked with _() for the i18n extractor. Added an XXX there. | 21:40 |
povbot | /svn/commits: Added missing svn:keywords properties. | 21:40 |
mgedmin | not a big problem; the satisfaction that I felt after I figured out the problem outweighted the frustration that I felt while I was looking for the cause | 21:48 |
mgedmin | could you look at the XXX I added to the help package (rev 5627) -- I think that code line should have a _(), but I'm not 100% sure, so I just added an XXX | 21:49 |
mgedmin | ? | 21:49 |
*** thisfred_ has quit IRC | 21:51 | |
povbot | /svn/commits: * mg committed revision 5628: | 22:29 |
povbot | /svn/commits: Added some XXXes in places where we have timezone bugs. | 22:29 |
*** mgedmin has quit IRC | 22:32 | |
*** ignas has quit IRC | 23:06 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!