*** tiredbones has quit IRC | 00:14 | |
*** tiredbones has joined #schooltool | 00:14 | |
*** tiredbones has quit IRC | 00:37 | |
*** tiredbones has joined #schooltool | 00:38 | |
*** tiredbones has quit IRC | 00:54 | |
*** tiredbones has joined #schooltool | 00:55 | |
*** didymo has joined #schooltool | 00:59 | |
*** wrobel has quit IRC | 03:33 | |
*** th1a_ has joined #schooltool | 07:43 | |
*** th1a|X60s has quit IRC | 07:44 | |
*** th1a_ is now known as th1a | 08:19 | |
*** jinty has joined #schooltool | 08:51 | |
*** wrobel has joined #schooltool | 09:04 | |
*** jinty has quit IRC | 10:22 | |
*** jinty has joined #schooltool | 10:56 | |
*** didymo has quit IRC | 11:13 | |
*** faassen has joined #schooltool | 11:20 | |
povbot | /svn/commits: * jinty committed revision 6050: | 11:21 |
---|---|---|
povbot | /svn/commits: Remove setup.old.py, I am very sure this is just cruft. | 11:21 |
* jinty is impressed that he cannot get a schooltool server killed by the OOM killer by uploading a movie instead of a csv | 11:34 | |
*** thisfred has joined #schooltool | 12:28 | |
*** mgedmin has joined #schooltool | 13:03 | |
*** didymo has joined #schooltool | 13:18 | |
*** Aiste has quit IRC | 13:19 | |
*** mgedmin has quit IRC | 13:30 | |
*** ignas has joined #schooltool | 13:42 | |
*** Aiste has joined #schooltool | 13:43 | |
*** alga has joined #SchoolTool | 13:52 | |
*** didymo has quit IRC | 14:42 | |
*** ignas has joined #schooltool | 15:19 | |
ignas | th1a: ping | 15:35 |
ignas | th1a: i assume we want to see conflicts with simple events in the resource booking view for sections ? | 16:00 |
ignas | th1a: oh and what do you think of the way conflicts are displayed in the Section Resource Booking view | 16:00 |
*** jinty has quit IRC | 16:03 | |
th1a | ignas: Yes. | 17:34 |
*** th1a has quit IRC | 17:37 | |
*** th1a has joined #schooltool | 17:37 | |
th1a | ignas: It looks good. | 17:41 |
ignas | th1a: nice to hear, this time I want to be sure that i am doing the right thing ;) | 17:42 |
th1a | It seems genuinely useful ;-) | 17:42 |
*** alga has quit IRC | 18:13 | |
* srichter notes students going crazy in the school accross the yard; damn HS people | 18:20 | |
srichter | they will be less happy once they notice they are in for another long 4-5 years; he he | 18:20 |
*** ignas has quit IRC | 18:24 | |
*** jinty has joined #schooltool | 18:47 | |
povbot | /svn/commits: * faassen committed revision 6051: | 18:55 |
povbot | /svn/commits: A lot of UI cleanups: | 18:55 |
povbot | /svn/commits: * use title and (optional) legend in schooltool standard form display | 18:55 |
povbot | /svn/commits: * add a cancel button and work. | 18:55 |
povbot | /svn/commits: * use CSS classes for apply and cancel button. Unfortunately this means | 18:55 |
povbot | /svn/commits: we can't use the automatic action renderer anymore, as overriding its CSS classes is unfortunately a case of "making simple things impossible". | 18:55 |
povbot | /svn/commits: * show update message when submitting work. | 18:55 |
povbot | /svn/commits: * tease some view classes apart and make them a bit more generic. | 18:55 |
povbot | /svn/commits: We still have a single edit_form.pt that does all the rendering, which is good. | 18:55 |
th1a | faassen: Let me know when you're wired into the main navigational links. | 19:29 |
faassen | th1a: not yet, I don't know how to wire in all those screens without making everything insane. | 19:30 |
th1a | OK. | 19:30 |
faassen | th1a: I mean, you'd have 8 or 9 links added to the menu. | 19:30 |
faassen | th1a: which would rather suck. | 19:30 |
th1a | Right. | 19:30 |
faassen | th1a: anyway, you can still try stuff: just do persons/@@table.html to see the new table-style navigation (with temporary stuff in the columns, that's easily changed) | 19:31 |
faassen | th1a: or persons/foo/demographics/@@edit.html (for any of demographics, nameinfo, schooldata, and parent1/parent2 and emergency1-3) | 19:31 |
faassen | the numbered screens aren't ideal but it was the simplest approach. this is one area where attributes made life slightly easier compared to annotations, I suspect. | 19:32 |
faassen | th1a: anyway, I have next week planned to focus on ST too, so I'll just continue. | 19:33 |
th1a | OK. Excellent. | 19:33 |
faassen | th1a: in the table, try sorting (counter-intuitively you need to click on the names of the columns, not the arrows..that's a zc.table thing I intend to fix) | 19:34 |
faassen | th1a: which also works with batching, which is pretty neat. | 19:34 |
th1a | Hm... ForbiddenAttribute: ('nameinfo', <schooltool.person.person.Person object at 0xb5e0bc2c>) | 19:37 |
th1a | On persons/@@table.html | 19:37 |
faassen | th1a: throw out your database. | 19:38 |
th1a | That's the solution to every problem ;-) | 19:39 |
faassen | th1a: I asked Marius and he gave me permission to not write evolution scripts. | 19:39 |
faassen | th1a: until release type. :) | 19:39 |
th1a | I know. No worries. | 19:39 |
faassen | hm, did ignas leave a tutorial somewhere on 'datetimes in schooltool'? | 19:40 |
faassen | I want to introduce a last modified date. | 19:40 |
faassen | but I don't dare as I don't know what's up with all the timezone stuff. :) | 19:40 |
faassen | okay, I see level using utcnow, so I'll do that. :) | 19:41 |
faassen | argh, I think I broke thet ests again. | 19:44 |
faassen | oh wait, that's in my sandbox. phew. | 19:44 |
srichter | he he | 19:45 |
srichter | it's easy to break ST tests | 19:45 |
faassen | srichter: yes, your devmode bugged me quite a lot yesterday. :) | 19:45 |
faassen | srichter: I removed a screen and it turned out devmode was using it to test itself. :) | 19:45 |
srichter | he he :-) | 19:46 |
th1a | faassen: Yes, ignas wrote some docs. And hid them. | 19:46 |
faassen | th1a: I see. :) | 19:47 |
th1a | They're in calendar. | 19:48 |
faassen | okay, I shall check that later, thansk. | 19:48 |
th1a | srichter: Can I come see you on Monday? | 19:48 |
th1a | faassen. I'm still getting the error with fresh sample data. | 19:49 |
faassen | th1a: hm, you generating sample data using the sample data system, huh? | 19:49 |
th1a | Yes. | 19:49 |
th1a | I guess you might not have updated that. | 19:49 |
faassen | th1a: yes. :( | 19:49 |
faassen | th1a: how does one trigger sample data generation? | 19:49 |
th1a | In devmode. | 19:49 |
th1a | From the menu. | 19:49 |
th1a | person.sampledata | 19:50 |
faassen | th1a: okay, now where was devmode.. | 19:50 |
th1a | To create sample data as a user it is in the devmode menu. | 19:51 |
th1a | Which you turn on in schooltool.conf | 19:51 |
faassen | okay, that's the thing I was missing. | 19:51 |
th1a | But the scripts are in each package. | 19:51 |
*** mgedmin has joined #schooltool | 19:51 | |
th1a | And happily, pretty simple to implement. | 19:51 |
faassen | okay, good. | 19:51 |
faassen | I figured it wouldn't be hard to fix, just need to be able to test it. | 19:51 |
th1a | There has been some debate over whether or not testing sample data generation is worth the bother. | 19:52 |
*** srichter has quit IRC | 20:01 | |
*** srichter has joined #schooltool | 20:04 | |
*** srichter has quit IRC | 20:08 | |
faassen | th1a: I'm fixingi t | 20:09 |
*** srichter has joined #schooltool | 20:09 | |
faassen | th1a: it's a bit of a silly fix, moving the module and changing an import. I need that module moved anyway eventually if I want to generate sample demographics data too. | 20:10 |
faassen | th1a: I tested table performance in a separate schooltool sandbox before so I'm curious to see how bad it is. :) | 20:10 |
th1a | faassen: I keep forgetting to explicitly put sample data generation in the proposals. | 20:27 |
faassen | th1a: okay, performance isn't too bad. | 20:27 |
*** Aiste has quit IRC | 20:28 | |
faassen | well, it was my fault not to think of it. | 20:28 |
th1a | faassen: No, really it is my fault ;-) | 20:29 |
faassen | not at all. :) | 20:29 |
povbot | /svn/commits: * faassen committed revision 6052: | 20:31 |
povbot | /svn/commits: A quick fix to sample generation. | 20:31 |
povbot | /svn/commits: Moved sampledata generation from person into demographics. Will start modifying this so it also generates demographic data. | 20:31 |
povbot | /svn/commits: * faassen committed revision 6053: | 20:43 |
povbot | /svn/commits: oops, should remove these. | 20:43 |
*** thisfred has left #schooltool | 20:46 | |
faassen | hm, now I *did* break the tests. | 20:46 |
*** Aiste has joined #schooltool | 20:56 | |
povbot | /svn/commits: * faassen committed revision 6054: | 21:02 |
povbot | /svn/commits: This should unbreak the tests which I inadvertantly broke by moving sampledata from schooltool.person. | 21:02 |
povbot | /svn/commits: * faassen committed revision 6055: | 21:03 |
povbot | /svn/commits: Add in modified datetime for demographics person object. | 21:03 |
povbot | /svn/commits: Modify table display a bit. Display 'title' as fullname (for now, this will change), and add modified datetime as table column. | 21:03 |
povbot | /svn/commits: * faassen committed revision 6056: | 21:13 |
povbot | /svn/commits: Unbreak the functional tests too. | 21:13 |
*** faassen has quit IRC | 21:13 | |
*** mgedmin has quit IRC | 22:43 | |
*** alga has joined #SchoolTool | 23:07 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!