*** Aiste has joined #schooltool | 00:57 | |
*** didymo has joined #schooltool | 01:10 | |
*** Aiste has quit IRC | 01:12 | |
*** Hwyvar has joined #schooltool | 01:18 | |
*** jinty has quit IRC | 02:13 | |
*** tiredbones has quit IRC | 03:40 | |
*** tiredbones has joined #schooltool | 03:40 | |
spowers | th1a: http://groups.google.com/group/sf-uk-mias/browse_frm/thread/78c7d6fb1b0f3ead? | 10:00 |
---|---|---|
spowers | oh, i guess that doesn't link to the specific message | 10:04 |
spowers | #23 | 10:04 |
spowers | heh | 10:23 |
* spowers kicks up dust | 10:23 | |
*** faassen has joined #schooltool | 12:03 | |
*** vidasp has joined #schooltool | 12:35 | |
*** jinty has joined #schooltool | 13:03 | |
*** jinty has quit IRC | 13:34 | |
*** didymo has quit IRC | 13:40 | |
*** vidasp has quit IRC | 14:52 | |
*** vidasp has joined #schooltool | 15:01 | |
*** Aiste has joined #schooltool | 15:02 | |
*** tiredbones has quit IRC | 15:26 | |
*** ignas has joined #schooltool | 16:10 | |
faassen | hm. | 16:32 |
faassen | I think I need to somehow tell zpkg that zope.app.intid and zope.app.catalog exist now | 16:32 |
faassen | and that they need to be included as zcml slugs. | 16:33 |
faassen | how does one do that? | 16:33 |
faassen | I mean, schooltool's zpkg. | 16:33 |
povbot | /svn/commits: * ignas committed revision 6067: | 16:33 |
povbot | /svn/commits: Use a decorator. | 16:33 |
faassen | ignas: any idea? | 16:33 |
ignas | faassen: not at the moment | 16:33 |
faassen | ignas: anyone there who has an idea? | 16:34 |
ignas | i'd look at schooltool-skel/etc/site.zcml or maybe some dependencies.cfg or whatever they are called | 16:34 |
*** gintas has joined #schooltool | 16:34 | |
faassen | yeah, i'm looking at dependencies.cfg | 16:34 |
faassen | but I don't quite know what is going on, it's horribly confusing. I can hardcode it into site.zcml I guess. | 16:35 |
faassen | but some of this stuff comes in through zpkg magic. | 16:35 |
ignas | only jinty really knows that stuff | 16:35 |
faassen | I'll just hardcode it for now. | 16:35 |
faassen | okay. :) | 16:35 |
*** vidasp has quit IRC | 16:46 | |
faassen | okay, hm.. | 17:09 |
faassen | so, schooltool sets up its database.. | 17:10 |
faassen | is anyone on irc that's familiar with the bootstrap code? | 17:10 |
faassen | or can anyone be woken up? :) | 17:10 |
th1a | I'm awake, but not helpful in this case. | 17:12 |
faassen | th1a: I'm trying to install the catalog | 17:12 |
faassen | th1a: but schooltool installs itself in a rather unique way | 17:12 |
th1a | Hm... | 17:13 |
faassen | th1a: and I think it's interfering. | 17:13 |
faassen | th1a: it doesn't happen in the prototype zope 3 code I have, so I think it has to do with order in which setup happens, or something. | 17:13 |
faassen | or perhaps it's something else. | 17:15 |
*** jinty has joined #schooltool | 17:47 | |
ignas | th1a: do you have some time to clarify bits of the Access control table ? | 18:00 |
*** jinty has quit IRC | 18:02 | |
faassen | th1a: it really seems to be due to the way schooltool installs itself. | 18:44 |
faassen | th1a: I still don't know why. | 18:44 |
faassen | th1a: but it basically blocks installation of the catalog until I find out what's different. | 18:44 |
faassen | th1a: I got effectively the same code working in a straight Zope 3 setup, which adds a "schooltool" site object under the zope root. | 18:45 |
faassen | th1a: but schooltool sets up its own application object and something somewhere is different so that what I want to do doesn't work. | 18:45 |
*** Aiste has quit IRC | 19:02 | |
faassen | th1a: finally found it. hours and hours of debugging to add the one crucial line to the bootstrapping code of schooltool. | 19:20 |
*** Aiste has joined #schooltool | 19:26 | |
th1a | faassen & ignas: Sorry. I wandered off. | 19:49 |
th1a | Good work, faassen. I know it is frustrating. | 19:50 |
*** ignas has quit IRC | 19:59 | |
faassen | th1a: well, programming can be. :) | 20:04 |
faassen | th1a: search works now, I'll polish it and check it in tomorrow. well, basic search works now, I need to add a lot of options still. | 20:04 |
faassen | th1a: but I have a working catalog and I can find people. | 20:05 |
th1a | Exellent. | 20:05 |
th1a | With formlib can we adjust the layout of forms easily? | 20:05 |
faassen | th1a: depends on what you mean with 'layout' | 20:05 |
th1a | To put more than one field in a row, for example. | 20:05 |
faassen | th1a: formlib doesn't have any particular facilities for that. | 20:06 |
th1a | OK. | 20:06 |
faassen | th1a: if the fields are related in some way you could make a widget | 20:06 |
faassen | th1a: but otherwise you'd have to write a custom template (that uses formlib) | 20:06 |
th1a | RIght. | 20:06 |
faassen | th1a: or come up with some gee-whiz framework to do powerful layouting. :) | 20:06 |
th1a | Yes. | 20:06 |
faassen | th1a: so far I'm focusing on making it easy to make new forms. | 20:07 |
*** mgedmin has joined #schooltool | 20:07 | |
faassen | th1a: (and tabular displays, and searching) | 20:07 |
th1a | OK. | 20:07 |
faassen | th1a: I'm slowly growing bits of glue code that hopefully are simple in their use. | 20:07 |
th1a | Simple is good. | 20:07 |
faassen | yes, simple is hard. :) | 20:07 |
* faassen grins. | 20:07 | |
faassen | but custom layout isn't a topic I thought about a lot. I think it shouldn't be hard to write custom templates where necessary though. | 20:08 |
faassen | nothing stopping it. | 20:08 |
faassen | anyway, more tomorrow. see you. :) | 20:08 |
*** faassen has quit IRC | 20:08 | |
*** ignas has joined #schooltool | 20:39 | |
*** mgedmin has quit IRC | 20:47 | |
*** ignas has quit IRC | 20:47 | |
*** gintas has quit IRC | 21:07 | |
spowers | what sf-uk-mias does not understand is that SIF already exists | 21:19 |
spowers | i just had a nice long chat with someone from edustructures about how the sif market works.. heh | 21:19 |
spowers | they're pretty proud about having it cornered | 21:19 |
*** jinty has joined #schooltool | 22:30 | |
*** jinty has quit IRC | 23:10 | |
*** jinty has joined #schooltool | 23:27 | |
*** jinty has quit IRC | 23:36 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!