*** vidasp has quit IRC | 00:00 | |
srichter | th1a: now I am back :-) | 00:02 |
---|---|---|
th1a | Excellent. | 00:03 |
th1a | When do you want to get together? | 00:03 |
srichter | let me see what's going on and talk to you tomorrow | 00:04 |
srichter | being gone for more than a month creates some sort of connectivity void | 00:05 |
th1a | Yes. | 00:18 |
*** jinty has joined #schooltool | 00:39 | |
*** tiredbones has quit IRC | 01:10 | |
*** tiredbones has joined #schooltool | 01:10 | |
*** didymo has joined #schooltool | 05:41 | |
*** jinty has quit IRC | 07:33 | |
*** th1a_ has joined #schooltool | 08:59 | |
*** th1a has quit IRC | 08:59 | |
*** wrobel has quit IRC | 09:00 | |
*** tiredbones has quit IRC | 09:00 | |
*** gnosis has quit IRC | 09:00 | |
*** tiredbones has joined #schooltool | 09:01 | |
*** gnosis has joined #schooltool | 09:01 | |
*** wrobel has joined #schooltool | 09:01 | |
*** jinty has joined #schooltool | 09:35 | |
*** didymo has quit IRC | 10:32 | |
*** faassen has joined #schooltool | 11:09 | |
*** jinty has quit IRC | 12:36 | |
*** mgedmin has joined #schooltool | 12:37 | |
*** povbot has joined #schooltool | 12:51 | |
*** povbuildbot has joined #schooltool | 12:51 | |
*** thisfred has joined #schooltool | 13:08 | |
*** Aiste has joined #schooltool | 13:10 | |
*** ignas has joined #schooltool | 13:22 | |
povbot | /svn/commits: * ignas committed revision 6013: | 13:48 |
povbot | /svn/commits: Fix broken unit tests. | 13:48 |
*** mgedmin has quit IRC | 14:24 | |
ignas | th1a_: ping me when you're there | 14:36 |
*** alga has joined #SchoolTool | 16:46 | |
*** ignas has quit IRC | 17:50 | |
*** ignas has joined #schooltool | 17:52 | |
*** th1a_ is now known as th1a | 18:14 | |
th1a | ignas: pong | 18:14 |
ignas | th1a: i have made some estimation on the schoolbell front | 18:15 |
ignas | and it totals to either: | 18:15 |
ignas | 28 nuts if we do not care aobut source code level dependencies | 18:15 |
*** alga has quit IRC | 18:15 | |
ignas | or to at least twice as much if we want to have it independent on the source code level | 18:16 |
ignas | because of a lot of ties between unit tests of different modules | 18:16 |
ignas | recall the scary diagram made by mgedmin | 18:17 |
ignas | to envision what's in front of us | 18:17 |
th1a | But it is really mostly unit test dependencies? | 18:17 |
ignas | i have spiked a bit, and i have an actual schoolbell running | 18:17 |
ignas | so yes, there are not that many source code dependencies | 18:18 |
ignas | and - i don't really know the implications of the access control story for the extraction of schoolbell | 18:18 |
th1a | OK. | 18:18 |
th1a | 28 nuts is how many days? | 18:18 |
ignas | ~5.25 | 18:19 |
ignas | dd | 18:19 |
th1a | OK. | 18:19 |
ignas | i think | 18:20 |
ignas | now about the issues | 18:24 |
ignas | Bug 454: Event Add/Edit form is not completely aware of timezones. Has this been fixed? | 18:24 |
ignas | the short answer is - no | 18:24 |
ignas | the long one is - it is difficult to fix as we are storing events in UTC, and wrapping them correctly through the user interface is difficult | 18:25 |
ignas | monday in australia might be sunday in UTC | 18:25 |
ignas | and it depends on the time of the event | 18:26 |
th1a | Yes. | 18:26 |
ignas | though it is possible to hotpatch it for now | 18:27 |
th1a | "Hotpatch?" | 18:27 |
ignas | a temporary solution, that makes it look like the problem (UTC backend for all events) is gone for our users | 18:28 |
ignas | until the real problem gets fixed | 18:28 |
th1a | That sounds sufficient. | 18:29 |
ignas | Bug 486: Users can't add resources to events without "edit" permission. | 18:31 |
ignas | i can't imagine the *right* solution at the moment | 18:31 |
ignas | we can make resources editable even if one only has the "add" permission | 18:32 |
ignas | but is this right ? | 18:32 |
ignas | or maybe the resource booking view should be incorporated into the "event creation" view | 18:32 |
th1a | That would appear to be the solution. | 18:33 |
ignas | the first or the second one ? | 18:33 |
th1a | The second. | 18:33 |
ignas | ok | 18:34 |
ignas | Bug 447: Coosing to view another calendar prevents access to own calendar. Needs some discussion. | 18:36 |
ignas | will need more of an investigation | 18:36 |
th1a | OK. | 18:36 |
ignas | and if we will go around fixing access control for schooltool the bug will disapear anyway | 18:36 |
th1a | Good point. | 18:37 |
ignas | as at the moment the cause is having view and viewcalendar permissions on both the person and his calendar | 18:37 |
ignas | and users can't tell which ACL view they are looking at realiably | 18:37 |
ignas | unless they look closely at the url | 18:37 |
* ignas thinks that this insanity is the real bug | 18:38 | |
th1a | Yes. This has always confused me. | 18:38 |
ignas | do our tarballs include unit and functional tests ? | 18:39 |
th1a | They do, but it certainly is not unheard of to not include them. | 18:39 |
th1a | If we could test schoolbell without including the tests, that might be an option. | 18:40 |
th1a | If you know what I mean. | 18:40 |
ignas | well - the spike i did shows that it is possible to run schooltool and schoolbell with tests from the same trunk by using differnent config files and separate schooltool-skel and schoolbell-skel | 18:41 |
th1a | Hm. | 18:42 |
th1a | I'm worried that mgedmin's head might explode if we suggest a tarball without tests. | 18:42 |
th1a | But I'd at least consider it as a serious option if it means we can cut out the unnecessary dependencies easily. | 18:43 |
ignas | well, tests in tarball is the only thing that assures us that the tarball we have packaged is actually working | 18:43 |
th1a | Of course. | 18:43 |
*** Aiste has quit IRC | 19:06 | |
*** mgedmin has joined #schooltool | 19:37 | |
*** jlas has joined #schooltool | 19:41 | |
*** jlas has left #schooltool | 19:42 | |
*** alga has joined #SchoolTool | 20:43 | |
*** ignas has quit IRC | 21:28 | |
*** thisfred has left #schooltool | 21:28 | |
*** jinty has joined #schooltool | 21:32 | |
*** faassen has quit IRC | 21:33 | |
*** mgedmin has quit IRC | 22:33 | |
*** alga has quit IRC | 22:34 | |
*** Aiste has joined #schooltool | 22:47 | |
*** pcardune has quit IRC | 23:37 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!