*** eldar has left #schooltool | 00:17 | |
*** pacman has quit IRC | 00:23 | |
*** pacman_ has joined #schooltool | 00:23 | |
*** pacman_ has quit IRC | 00:26 | |
*** pacman_ has joined #schooltool | 00:27 | |
*** Volodya has joined #schooltool | 00:27 | |
*** Volodya has left #schooltool | 00:28 | |
*** didymo has joined #schooltool | 00:40 | |
*** dwoo has quit IRC | 00:44 | |
*** pacman_ has quit IRC | 01:52 | |
*** glyph has quit IRC | 02:02 | |
*** glyph has joined #schooltool | 02:05 | |
*** glyph has quit IRC | 02:32 | |
*** pacman has joined #schooltool | 02:52 | |
fsufitch | just to put in somewhat of a little discussion... how do asp and php compare? | 03:04 |
---|---|---|
Spec | http://www.webpronews.com/expertarticles/2005/12/22/asp-vs-php | 03:07 |
*** fsufitch has quit IRC | 04:56 | |
*** Spec has quit IRC | 05:54 | |
*** lisppaste5 has quit IRC | 07:14 | |
*** lisppaste5 has joined #schooltool | 07:14 | |
*** Fujitsu has joined #schooltool | 09:19 | |
*** mgedmin has joined #schooltool | 11:52 | |
*** mgedmin has quit IRC | 11:59 | |
*** thisfred has joined #schooltool | 12:04 | |
*** wjohnsto has quit IRC | 12:49 | |
*** jinty has joined #schooltool | 12:50 | |
*** alga has joined #SchoolTool | 13:28 | |
*** ignas has joined #schooltool | 14:35 | |
*** didymo has quit IRC | 14:40 | |
*** mgedmin has joined #schooltool | 14:42 | |
*** mgedmin has quit IRC | 15:35 | |
*** fsufitch has joined #schooltool | 15:57 | |
*** jelkner has joined #schooltool | 15:58 | |
*** mlinnell has joined #schooltool | 15:59 | |
*** aelkner has joined #schooltool | 15:59 | |
*** bnguyen has joined #schooltool | 16:00 | |
*** lhuynh has joined #schooltool | 16:00 | |
*** cpcarey has joined #schooltool | 16:01 | |
Lumiere | good morning everyone | 16:19 |
cpcarey | morning | 16:35 |
*** tdoggette has joined #schooltool | 16:36 | |
*** pcardune has joined #schooltool | 16:49 | |
mlinnell | I can't get into maddog | 16:52 |
mlinnell | can anyone reset my password? | 16:52 |
cpcarey | i can't | 16:54 |
*** bri3380 has joined #schooltool | 16:58 | |
*** wjohnsto has joined #schooltool | 16:59 | |
fsufitch | aaah the channel is filling up!! | 16:59 |
*** jinty_ has joined #schooltool | 17:01 | |
wjohnsto | it's the sprint! | 17:02 |
fsufitch | tru, tru | 17:04 |
*** aelkner_ has joined #schooltool | 17:05 | |
*** aelkner has quit IRC | 17:05 | |
*** smalekgh has joined #schooltool | 17:06 | |
smalekgh | hiiiiiii ignas | 17:06 |
ignas | hi | 17:06 |
smalekgh | I was wondering about this 'special trick' of yours that paul had described as being able to view the schooltool server being run in a functional test... how does one go about doing it? | 17:07 |
*** jfroche has joined #schooltool | 17:08 | |
ignas | >>> from zope.testing.server import startServer; startServer(http, manager.url, 'manager', 'schooltool') | 17:08 |
*** jfroche has quit IRC | 17:08 | |
*** jfroche has joined #schooltool | 17:09 | |
*** bnguyen has quit IRC | 17:12 | |
smalekgh | uh, no module named server <_< I think that's my own problem personally, but is there any particular 'fix' for that? (basically, it can't find zope.testing.server <_<) | 17:13 |
*** jinty has quit IRC | 17:16 | |
*** bri3380 has left #schooltool | 17:20 | |
*** mgedmin has joined #schooltool | 17:25 | |
*** bnguyen has joined #schooltool | 17:28 | |
*** pacman has quit IRC | 17:37 | |
*** wdickers has joined #schooltool | 17:40 | |
*** mgedmin_ has joined #schooltool | 17:45 | |
*** mgedmin has quit IRC | 17:45 | |
*** mgedmin_ is now known as mgedmin | 17:51 | |
ignas | smalekgh: hmm, what version of Zope3 are you using? | 18:05 |
smalekgh | uhhhhhhhh | 18:05 |
smalekgh | I don't... know? | 18:06 |
ignas | the one that comes with schooltool? | 18:07 |
smalekgh | yeppers | 18:07 |
ignas | schooltool trunk? | 18:07 |
smalekgh | well, it's a slightly outdated version... | 18:07 |
smalekgh | I think | 18:07 |
smalekgh | or not | 18:07 |
smalekgh | how do I check...? | 18:08 |
ignas | svn info in schooltool directory | 18:08 |
smalekgh | kk | 18:08 |
ignas | and tell me the revision number | 18:09 |
smalekgh | 6973 | 18:09 |
ignas | hmm, try svn up | 18:09 |
ignas | rm -rf ./eggs | 18:09 |
ignas | make test ftest | 18:09 |
smalekgh | well, my test works now... | 18:09 |
*** pacman has joined #schooltool | 18:17 | |
jfroche | ignas: is it possible to have a browser page which is a view for two different interfaces ? | 18:19 |
ignas | yes | 18:19 |
ignas | register it twice in zcml | 18:19 |
ignas | onece for one interface | 18:19 |
ignas | and once for another one | 18:19 |
jfroche | but i want this view only if i can adapt the two different interfaces | 18:20 |
jfroche | for="I1 I2" class="MyView" | 18:21 |
jfroche | where the __init__ of MyView recieve (context of I1, context of I2, request) | 18:21 |
fsufitch | how can i process a form in Zope after the submit button on it has been pressed? | 18:22 |
fsufitch | i see the page is reloaded with ?submit=Submit | 18:22 |
smalekgh | I'll getcha | 18:23 |
pcardune | wdickers: ping | 18:24 |
pcardune | wdickers: we need an answer to an xml parsing question | 18:24 |
wdickers | oh, I'm sorry | 18:25 |
wdickers | here | 18:25 |
*** mattva01 has joined #schooltool | 18:45 | |
mattva01 | hello everyone | 18:45 |
mattva01 | what time should i be in? | 18:47 |
*** bnguyen has quit IRC | 18:57 | |
*** wjohnsto has quit IRC | 18:57 | |
*** fsufitch has quit IRC | 18:57 | |
*** lisppaste5 has quit IRC | 18:57 | |
*** bnguyen has joined #schooltool | 18:59 | |
*** wjohnsto has joined #schooltool | 18:59 | |
*** fsufitch has joined #schooltool | 18:59 | |
*** lisppaste5 has joined #schooltool | 18:59 | |
ignas | jfroche: context of? could you give a more concrete example? | 19:05 |
mattva01 | yay for netsplits | 19:07 |
jfroche | imagine i have a group and a section , i would like to get some kind of multi adapter for these two object but as a BrowserView what should i declare in the zcml ? | 19:08 |
jfroche | an adapter ? | 19:08 |
*** th1a has joined #schooltool | 19:09 | |
*** thisfred has quit IRC | 19:13 | |
*** jinty_ has quit IRC | 19:14 | |
*** jinty_ has joined #schooltool | 19:14 | |
*** jinty_ has quit IRC | 19:16 | |
ignas | multi adapter for those two | 19:19 |
ignas | so i told you | 19:19 |
ignas | you declare the same adapter | 19:19 |
ignas | for group | 19:19 |
ignas | and for section | 19:19 |
*** matthew__ has joined #schooltool | 19:20 | |
ignas | or the same view for both | 19:20 |
jfroche | ignas: but in the view i want to access to group *and* to the section | 19:20 |
ignas | and? | 19:20 |
jfroche | the view needs to adapt the group, the section and the request | 19:20 |
ignas | 3 things | 19:20 |
ignas | then you need a multiadapter | 19:20 |
ignas | with 3 interfaces in "for" | 19:20 |
ignas | because views can only be on 1 object | 19:20 |
jfroche | ok, great | 19:21 |
jfroche | and i have 1 page template linked to this view | 19:21 |
jfroche | and a name | 19:21 |
jfroche | so a named multiadapter | 19:21 |
ignas | nope, how do you imagine traverser will pass 2 objects to your view? | 19:21 |
ignas | you will have to perform the lookup yourself | 19:21 |
jfroche | yep i do it | 19:21 |
ignas | in the traverser for some underlying object | 19:21 |
jfroche | with queryMultiAdapter | 19:21 |
ignas | so you register a named multiadapter | 19:22 |
ignas | for ISection IGroup IBrowserRequest | 19:22 |
jfroche | ok and to render the template linked to this view ? i just do a ViewPageTemplateFile and call it ? | 19:23 |
jfroche | (in my multiadapter) | 19:23 |
ignas | yes | 19:24 |
jfroche | great thanks ! | 19:24 |
*** mattva01 has quit IRC | 19:25 | |
*** matthew__ is now known as mattva01 | 19:25 | |
*** jelkner has quit IRC | 19:43 | |
*** CrippsFX has quit IRC | 19:44 | |
*** mattva01 has quit IRC | 19:44 | |
*** CrippsFX has joined #schooltool | 19:47 | |
*** mattva01 has joined #schooltool | 20:12 | |
mattva01 | im at my bus stop OMW | 20:12 |
*** wjohnsto has quit IRC | 20:15 | |
*** jfroche has quit IRC | 20:19 | |
*** alga has quit IRC | 20:22 | |
*** mattva01 has quit IRC | 20:30 | |
*** wjohnsto has joined #schooltool | 20:32 | |
bnguyen | NPIB026ED | 21:16 |
*** mgedmin has quit IRC | 21:17 | |
*** lhuynh has quit IRC | 21:21 | |
*** ignas has quit IRC | 21:35 | |
*** jelkner has joined #schooltool | 21:44 | |
*** jinty has joined #schooltool | 22:21 | |
wjohnsto | pcardune: ping | 22:43 |
pcardune | wjohnsto: yeah? | 22:44 |
wjohnsto | pcardune: we have an error | 22:44 |
wjohnsto | but it's weird | 22:44 |
pcardune | wjohnsto: what is the error? | 22:44 |
wjohnsto | the unicode/asciii string error | 22:44 |
wjohnsto | pcardune: it is on line 210 of our program | 22:44 |
pcardune | hmmm | 22:45 |
pcardune | i'll come by and take a look | 22:45 |
wjohnsto | sounds good pcardune | 22:45 |
*** jinty has quit IRC | 23:01 | |
*** jinty has joined #schooltool | 23:13 | |
wjohnsto | pcardune: when you have a second, could you come talk to us about this proxy janx? | 23:13 |
pcardune | sure | 23:14 |
wjohnsto | thanks | 23:14 |
*** jinty has left #schooltool | 23:38 | |
*** jinty has quit IRC | 23:38 | |
smalekgh | pcardune: ping (I'm being sophisticated and pinging you when you're probably around 20 feet away <_< ) | 23:48 |
smalekgh | Couldja help on a few questions about .pts + tals + style classes? | 23:48 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!