*** alga has joined #SchoolTool | 00:20 | |
*** Aiste has quit IRC | 00:39 | |
*** jinty has joined #schooltool | 02:00 | |
*** jinty has quit IRC | 03:00 | |
*** tvon has joined #schooltool | 03:31 | |
*** bskahan has joined #schooltool | 04:22 | |
povbot | /svn/commits: * bskahan committed revision 4134: | 04:35 |
---|---|---|
povbot | /svn/commits: you can now add a location to a section via REST | 04:35 |
*** bskahan has quit IRC | 06:07 | |
*** tvon has quit IRC | 07:10 | |
*** alga has quit IRC | 07:10 | |
*** srichter has quit IRC | 07:10 | |
*** Ricey has quit IRC | 07:10 | |
*** _jeremy has quit IRC | 07:10 | |
*** _jeremy has joined #schooltool | 07:10 | |
th1a|afk | _jeremy: How's it going? | 07:10 |
*** th1a|afk is now known as th1a | 07:10 | |
*** tvon has joined #schooltool | 07:12 | |
*** alga has joined #schooltool | 07:12 | |
*** srichter has joined #schooltool | 07:12 | |
*** Ricey has joined #schooltool | 07:12 | |
*** srichter has quit IRC | 07:20 | |
*** Ricey has quit IRC | 07:20 | |
*** alga has quit IRC | 07:20 | |
*** tvon has quit IRC | 07:20 | |
*** tvon has joined #schooltool | 07:22 | |
*** alga has joined #schooltool | 07:22 | |
*** srichter has joined #schooltool | 07:22 | |
*** Ricey has joined #schooltool | 07:22 | |
*** tvon|x31 has joined #schooltool | 07:37 | |
*** tvon has quit IRC | 07:39 | |
*** Ricey has quit IRC | 08:15 | |
*** Ricey has joined #schooltool | 08:15 | |
*** SteveA has quit IRC | 11:59 | |
*** ciphergoth has quit IRC | 12:13 | |
*** ciphergoth_ has joined #schooltool | 12:13 | |
*** ciphergoth has joined #schooltool | 12:14 | |
ciphergoth | I've set "Create new Objects" for "Authenticated Users" under /groups/@@acl.html | 12:15 |
ciphergoth | but my authenticated users still can't create groups | 12:15 |
ciphergoth | I can get to the "Add a group" page, which I couldn't before, but when I press "Add" it just says " You are not allowed to access this page..." | 12:19 |
ciphergoth | bugger! | 12:55 |
ciphergoth | I had sort of assumed/hoped that if I created a group, I would automatically be assigned privileges to do things to it | 12:56 |
ciphergoth | without needing to have general privs to do things to all groups | 12:56 |
ciphergoth | and without needing the manager to do it for me... | 12:58 |
ciphergoth | would that be very hard to change? | 13:03 |
*** jinty has joined #schooltool | 13:59 | |
*** alga has quit IRC | 14:20 | |
_jeremy | th1a: Not bad. I'm leaving for Boston for the weekend. | 15:09 |
_jeremy | I'm burried in work atm, but will be presenting ST, amoung other OS collaboration products, at a non-profit conference | 15:10 |
_jeremy | I may be able to generate some work around adult education organizations. I hear the one in Bethel is looking for something like ST | 15:12 |
_jeremy | I need to touch base with the District Manager here as well. I'll report in when I know what it all means | 15:13 |
*** jinty has quit IRC | 15:24 | |
*** jinty has joined #schooltool | 15:25 | |
*** _jeremy is now known as _jeremy|coffee | 15:26 | |
jinty | srichter: ayt? About page template referencing in zcml... | 16:52 |
*** _jeremy|coffee has quit IRC | 17:05 | |
*** bskahan has joined #schooltool | 17:07 | |
srichter | jinty: yes | 17:17 |
jinty | ah, I have seen, in both zope3 projects i have looked at carefully, cross python package page template re-use | 17:20 |
jinty | the problem is, it is referenced like template="../x/y.pt" | 17:20 |
jinty | where x is a different python package | 17:21 |
jinty | is there a better way? | 17:21 |
jinty | because: | 17:22 |
jinty | 1. there is no gaurentee the packages will be in the same directory | 17:22 |
jinty | 2. the package the page template comes from may be completely different to the one the code is imported from | 17:23 |
*** jesper has joined #schooltool | 17:36 | |
jinty | srichter: poke;) | 17:42 |
*** bskahan has quit IRC | 17:47 | |
srichter | jinty: here:) | 17:52 |
*** admp has joined #schooltool | 17:53 | |
srichter | yes | 17:53 |
srichter | you can use configure to set the package | 17:53 |
srichter | I think something like: | 17:53 |
srichter | <configure package="x"> | 17:54 |
srichter | ... template="y.pt" ... | 17:54 |
srichter | </configure> | 17:54 |
srichter | you can use configure as much as you want | 17:54 |
jinty | thanks, I should be able to figure it out from that. | 17:56 |
srichter | you can always look in the apidoc tool for details :-) | 17:57 |
* jinty goes to figure out what apidoc actually is besides a word he has seen thrown around;) | 17:59 | |
srichter | http://localhost:8080/++apidoc++ | 18:38 |
*** jinty has quit IRC | 18:42 | |
th1a | ciphergoth: That's a good point about managing groups you create. | 19:40 |
th1a | Previous development versions of SchoolTool had more complex, nested group structures, which would make it easier to do the kind of things you want. | 19:47 |
th1a | But I felt that we needed to simplify that for the initial production releases. | 19:47 |
th1a | However, (my brain is moving very slowly this afternoon) it seems like it should be possible to give the creator of a group edit/view/manage permissions for that group. | 19:52 |
th1a | ciphergoth: I created: http://issues.schooltool.org/issue296 | 20:00 |
*** SteveA has joined #schooltool | 20:40 | |
*** Aiste has joined #schooltool | 20:47 | |
*** jinty has joined #schooltool | 20:50 | |
*** Aiste has quit IRC | 20:56 | |
*** Aiste has joined #schooltool | 20:56 | |
*** Aiste has quit IRC | 20:58 | |
povbot | /svn/commits: * jinty committed revision 4135: | 20:59 |
povbot | /svn/commits: Remove the duplicate person_add.pt with some zcml-fu (Thanks Stephan). I'm not completely sure I got the i18n right. | 20:59 |
*** gml has joined #schooltool | 21:23 | |
povbot | /svn/commits: * jinty committed revision 4136: | 21:25 |
povbot | /svn/commits: Re-order and add a comment. | 21:25 |
*** gml_ has quit IRC | 21:35 | |
*** admp has quit IRC | 21:39 | |
povbot | /svn/commits: * jinty committed revision 4137: | 21:43 |
povbot | /svn/commits: Also remove the duplicate simple_add.pt. Another obvious target is container.pt, but the diff between the schooltool and schoolbell versions is already too big. | 21:43 |
*** jinty has quit IRC | 21:45 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!