| *** mgedmin has quit IRC | 01:59 | |
| *** alga has quit IRC | 02:41 | |
| *** subir has joined #schooltool | 06:33 | |
| *** Fujitsu has quit IRC | 09:32 | |
| *** subir has quit IRC | 10:04 | |
| *** Fujitsu has joined #schooltool | 10:35 | |
| *** didymo has quit IRC | 10:57 | |
| *** mgedmin has joined #schooltool | 11:47 | |
| *** Fujitsu has quit IRC | 11:58 | |
| *** Fujitsu has joined #schooltool | 13:56 | |
| *** test123 has joined #schooltool | 14:40 | |
| *** ignas has joined #schooltool | 14:43 | |
| test123 | Hi Ignas | 14:43 |
|---|---|---|
| test123 | Can you please help me with setting a current score on a person | 14:44 |
| ignas | current score? | 14:48 |
| test123 | Yes,.. I am referring to a table called groups, activities and permissions | 14:49 |
| test123 | in SchoolTool extracted from an early design document | 14:49 |
| ignas | could you tell me in which file should I look for it? | 14:50 |
| ignas | and what you are trying to do? | 14:50 |
| test123 | Its says.. current scores and attendance can only be edited for the section being taught by that instructore | 14:50 |
| ignas | yes | 14:50 |
| test123 | I have created a person, course, section and leader | 14:50 |
| ignas | leader for a course? | 14:51 |
| ignas | or instructor for a section? | 14:51 |
| test123 | Leader for a course | 14:52 |
| ignas | you need instructor of a section | 14:52 |
| ignas | leader of a course is someone who can manage sections and set requirements for courses i think | 14:52 |
| test123 | Ok. I have created a section and an instructor | 14:55 |
| test123 | where to now? | 14:55 |
| ignas | schooltool/src/schooltool/gradebook/README.txt | 14:56 |
| ignas | http://source.schooltool.org/trac/browser/trunk/schooltool/src/schooltool/gradebook/README.txt | 14:56 |
| ignas | should give you some hints/instructions on the overall process | 14:56 |
| test123 | Ok.,. but is this component (also the ldap component) installed with the tizard install? | 14:57 |
| ignas | well - it's complicated | 14:58 |
| ignas | tizard is not a branch of schooltool | 14:58 |
| ignas | tizard is a separate product | 14:58 |
| ignas | that uses "schooltool" | 14:58 |
| ignas | schooltool is a separate package | 14:58 |
| ignas | just as schooltool.ldap is | 14:58 |
| test123 | and gradebook? | 14:59 |
| ignas | is a part of the schooltool package | 14:59 |
| ignas | both schooltool and schooltool.ldap are in "eggs" folder | 14:59 |
| ignas | in the tizard installation | 14:59 |
| *** jinty has joined #schooltool | 14:59 | |
| ignas | jinty: hey | 15:00 |
| jinty | hey ignas | 15:00 |
| test123 | sorry if this is obvious - but I am just finding my way around. | 15:01 |
| jinty | I just saw the plugins commit, interesting | 15:01 |
| test123 | Do I need to do anything to access the functionality in the eggs? | 15:01 |
| ignas | test123: no | 15:01 |
| ignas | jinty: yeah, CAS now is enabled by adding | 15:02 |
| ignas | <cas_authority> | 15:02 |
| ignas | server https://localhost:4430/ | 15:02 |
| ignas | </cas_authority> | 15:02 |
| ignas | into schooltool.conf | 15:02 |
| ignas | going to do the same with ldap | 15:02 |
| jinty | that's cool and the right place for the configuration | 15:02 |
| jinty | did you have to fight hard with ZConfig? | 15:03 |
| ignas | not hard, but it was not meant to do these sorts of things | 15:03 |
| jinty | yeah, I know | 15:03 |
| mgedmin | ooh, using % formatting on the XML schema and then passing a StringIO to ZConfig was fun | 15:04 |
| * mgedmin saw the code | 15:04 | |
| * jinty is starting to put more and more stuff directly in zcml | 15:04 | |
| jinty | to try get around ZConfig | 15:04 |
| * jinty looks for the checkins | 15:05 | |
| ignas | jinty: http://codebrowse.launchpad.net/~ignas/schooltool-cas/schooltool.cas/revision/ignas%40pov.lt-20071123124504-ycrywox61fjtgn2r?start_revid=ignas%40pov.lt-20071123124504-ycrywox61fjtgn2r | 15:05 |
| ignas | the bit that hooks into the configuration | 15:05 |
| ignas | not too nice, but it works for now, and it can be improved a bit | 15:05 |
| mgedmin | wheee, nice url | 15:06 |
| * mgedmin sighs | 15:06 | |
| jinty | it is very interesting | 15:07 |
| ignas | apparently i could have used productConfiguration | 15:07 |
| ignas | sections | 15:07 |
| ignas | but i have decided to have authentication configuration blocks with schemas | 15:08 |
| ignas | too lazy to do my own error handling otherwise | 15:08 |
| jinty | I'm more interested in that the configuration is settable in the right place | 15:09 |
| jinty | so, this basically overrides the authenticaltion that already exists? | 15:09 |
| jinty | what happens if I add 2 authentication plugins? | 15:10 |
| ignas | they conflict | 15:10 |
| jinty | sounds good | 15:11 |
| * jinty has got a server right now that allows him to release an egg and a debian package with one click | 15:15 | |
| jinty | (given many many assumptions) | 15:16 |
| jinty | unfortunately one of those is that there is a subversion repository, and it doesn't look like the schooltool one... | 15:18 |
| * mgedmin still dreams about automatic/trivial creation of .debs from python eggs | 15:20 | |
| * jinty is doing it | 15:22 | |
| jinty | or, rather, automatic updates of debian packages | 15:23 |
| jinty | still gotta create them b hand | 15:23 |
| jinty | mgedmin: http://svn.vanguardistas.net/public/vanguardistas.buildtools/ | 15:25 |
| ignas | jinty: hmm, i could try and help you doing bzr version of that, i mean i have performed steps of releasing schooltool.cas ldap devtools manually | 15:26 |
| jinty | ignas: give me a little more time | 15:26 |
| ignas | ok ;) | 15:26 |
| jinty | I'm still working on the server part of the whole thing | 15:26 |
| jinty | but I will take you up on your offer of a bzr plugin | 15:27 |
| ignas | jinty: made LDAP configurable through schooltool.conf | 17:10 |
| ignas | now all that is left is to make it work properly ;) | 17:10 |
| *** ignas has quit IRC | 19:23 | |
| *** alga has joined #SchoolTool | 20:01 | |
| *** alga has quit IRC | 20:33 | |
| *** jinty has quit IRC | 20:40 | |
| *** alga has joined #SchoolTool | 20:50 | |
| *** Ninno has joined #schooltool | 21:28 | |
| *** mgedmin has quit IRC | 22:06 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!