*** whaddon has quit IRC | 00:02 | |
smalekgh | pcardune: Couljda give me some lessons on what ZCMLLayer is/does and how it fits into collect_ftests? | 00:05 |
---|---|---|
pcardune | you'd have to ask ignas about that, he understands it more than I do | 00:06 |
smalekgh | Well, for a more pragmatic purpose... Could you tell me what you meant by telling me to make our ftests.py look more like journal's? | 00:07 |
pcardune | well, I'd start be copying everything from journal's ftests, and then changing the word "journal" where ever it appears, to "scheduling" | 00:09 |
pcardune | does that make senseEEEEE? | 00:09 |
smalekgh | YESS! problem tho | 00:09 |
smalekgh | it complains about authenticated users | 00:09 |
*** Spec has joined #schooltool | 00:12 | |
Spec | moo? | 00:12 |
pcardune | Spec: what brings you here? | 00:12 |
Spec | elkner asked me to 'meet' him here | 00:12 |
Spec | something about interns and screen | 00:12 |
pcardune | oh | 00:13 |
pcardune | smalekgh: yeah, that means your ftests are being run, and failing | 00:13 |
smalekgh | oh | 00:13 |
fsufitch | pcardune, i have an error killing my program in the face | 00:13 |
smalekgh | they're running? happy days... | 00:13 |
fsufitch | eldar has no idea what it is | 00:13 |
fsufitch | or how to fix it | 00:13 |
pcardune | ouch | 00:13 |
pcardune | fsufitch: what's the error? | 00:13 |
fsufitch | http://maddog.yhspatriot.net:8125/persons/barcodeselect.html | 00:13 |
fsufitch | take a look for yourself :) | 00:13 |
Spec | jelkner: ping | 00:14 |
fsufitch | KeyError: u'fsufitch' | 00:14 |
fsufitch | somewhere in an egg | 00:14 |
Lumiere | death to wheeler! | 00:14 |
eldar | Spec: Nick! moo :) | 00:14 |
Spec | oh, hey, great to see you too Lumiere | 00:15 |
* Lumiere holds up his Ben and Jerry's Factory Tour ticket and moos | 00:15 | |
Spec | been there, done that, ;) | 00:15 |
Lumiere | did it last week ;) | 00:15 |
Spec | up in vermont? | 00:15 |
Spec | or is it a NH thing? | 00:15 |
Lumiere | vermont | 00:16 |
pcardune | fsufitch: are you using edit_relationships.pt for some reason? | 00:16 |
Spec | did you visit the flint? | 00:16 |
Lumiere | too close to Lex and the dreaded Flint | 00:16 |
fsufitch | as far as i know, i could be using foo.pt | 00:16 |
fsufitch | class PersonSelectView(app.RelationshipViewBase): | 00:17 |
Spec | Lumiere: so do you development work for schooltool? | 00:17 |
Spec | err, do devel* | 00:17 |
fsufitch | and no, i didnt specify any template in the configure | 00:17 |
Lumiere | no, I whip people into doing stuff as needed | 00:17 |
smalekgh | lisppaste5: url | 00:20 |
lisppaste5 | To use the lisppaste bot, visit http://paste.lisp.org/new/schooltool and enter your paste. | 00:20 |
fsufitch | pcardune, do you have any idea what could kill it like this? | 00:20 |
lisppaste5 | makorihi pasted "ftesting error" at http://paste.lisp.org/display/43500 | 00:20 |
smalekgh | *points at link* | 00:20 |
Spec | Lumiere: ...so..you like to..uh..whip people....eh | 00:21 |
smalekgh | lawls >_< | 00:21 |
Lumiere | Spec: thanks <_< | 00:21 |
pcardune | fsufitch: yes | 00:22 |
Lumiere | Spec: I shoot rubber bands at people | 00:22 |
pcardune | don't subclass from RelationshipViewBase | 00:22 |
pcardune | because IPersonContainer does not have relationships | 00:22 |
Spec | (when pcardune talks, it's as if he's pointing out the extreme obvious :p) | 00:22 |
pcardune | smalekgh: looking | 00:22 |
smalekgh | spec: ... that's what makes him slightly scary >_< | 00:23 |
pcardune | Spec: its not my fault that it's obvious to me | 00:23 |
fsufitch | d'oh | 00:24 |
pcardune | smalekgh: ah yes, that error... remove testbrowser from the package includes in ftesting.zcml | 00:24 |
fsufitch | pcardune, then how would i be able to make a checklist of people whose barcodes need to be displayed? | 00:24 |
pcardune | with some difficulty | 00:25 |
pcardune | you need to write the page template and view class from scratch | 00:25 |
fsufitch | oh noes | 00:26 |
fsufitch | :( | 00:26 |
fsufitch | i'm dead | 00:26 |
* Lumiere shoots fsufitch | 00:28 | |
smalekgh | pcardune: we got a wierd error involving time-tables and uhhhhhhh... an eggy thing. Oh, and lots and lots of lines of stuff | 00:29 |
fsufitch | Lumiere, nice aim | 00:29 |
smalekgh | >_< it's being pasted atm | 00:29 |
lisppaste5 | makorihi pasted "ftesting error 2" at http://paste.lisp.org/display/43501 | 00:29 |
eldar | why is it even running those tests? it should only run the scheduling tests | 00:30 |
smalekgh | uhhh | 00:30 |
smalekgh | because... | 00:30 |
smalekgh | the sky is blue? | 00:30 |
fsufitch | because they just typed make ftest? | 00:30 |
smalekgh | I don't know >_< | 00:30 |
smalekgh | nop | 00:30 |
smalekgh | e | 00:30 |
smalekgh | we typed python2.4 test -fm1 scheduling | 00:31 |
smalekgh | from SchoolTool/ | 00:31 |
pcardune | you need to include other packages in your ftesting.zcml | 00:31 |
pcardune | make your ftesting.zcml look like the one in schooltool/course/browser/ftesting.zcml | 00:32 |
smalekgh | ... aghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh... | 00:32 |
smalekgh | there is no such file as ftesting.zcml in course... | 00:37 |
pcardune | that is surprising | 00:39 |
pcardune | smalekgh: include schooltool.timetable | 00:40 |
fsufitch | smalekgh, try "touch schooltool/course/browser/ftesting.zcml" ;) | 00:40 |
fsufitch | j/k | 00:40 |
fsufitch | btw, pcardune, where should i start on my awfully complicated to rewrite page template | 00:42 |
fsufitch | is there some code somewhere to guide me? | 00:42 |
fsufitch | i'm not going to start now, as i sort of have to go in 18 minutes | 00:42 |
pcardune | just start with the bottom | 00:42 |
fsufitch | but could i just have some pointers? | 00:42 |
fsufitch | uh | 00:42 |
pcardune | first get a list of people to display | 00:42 |
fsufitch | ok... | 00:43 |
pcardune | then add check boxes next the list | 00:43 |
mattva01 | hey paul, did my fix work/ | 00:43 |
pcardune | then make a button that takes you to the barcode page | 00:43 |
mattva01 | ? | 00:43 |
pcardune | mattva01: seems to have so far. Thanks | 00:43 |
mattva01 | no problem | 00:44 |
fsufitch | i know how to do that ;) | 00:44 |
fsufitch | but what comes after putting the checkboxes there? | 00:45 |
smalekgh | we have a slightly different error this time... | 00:45 |
fsufitch | i.e. how do i pass the selected checkboxes to another page via a submit button or something? | 00:45 |
pcardune | just make sure they are all in a <form> tag | 00:45 |
lisppaste5 | makorihi annotated #43501 with "ftesting error 3" at http://paste.lisp.org/display/43501#1 | 00:45 |
pcardune | and they will be stored in the request | 00:45 |
*** tdoggette has quit IRC | 00:46 | |
pcardune | smalekgh: include the schooltool.term package | 00:46 |
smalekgh | *sigh* | 00:46 |
fsufitch | oh, the request | 00:46 |
fsufitch | really? | 00:46 |
fsufitch | that's simple! | 00:46 |
fsufitch | O_O at how much zope has bashed me i expected some intricate procedure involving coconuts, pythons and acrylic paint | 00:47 |
fsufitch | or maybe i'm just an extremist | 00:48 |
smalekgh | you are | 00:48 |
*** smalekgh has quit IRC | 00:51 | |
*** Makorihi has quit IRC | 00:51 | |
*** fsufitch has quit IRC | 00:53 | |
wjohnsto | goodbye pcardune! | 00:53 |
pcardune | bye | 00:53 |
*** wjohnsto has quit IRC | 00:54 | |
*** bnguyen has left #schooltool | 00:54 | |
*** mattva01 has quit IRC | 00:55 | |
*** jelkner has quit IRC | 00:55 | |
*** mlinnell has quit IRC | 00:55 | |
*** cpcarey has quit IRC | 00:56 | |
Spec | heh. now where are your devs, eh Lumiere? who is there to whip? | 00:59 |
eldar | Spec: he whips himself >.< | 01:00 |
pcardune | he doesn't dare whip me... i'll tell you that much | 01:00 |
pcardune | eldar really does most of the whipping anyhow | 01:00 |
aelkner | who is Spec? i'm Jeff Elkner's brother, Alan. | 01:01 |
Spec | heya alan | 01:02 |
Spec | this is nick | 01:02 |
*** eldar has quit IRC | 01:02 | |
Spec | one of the twins | 01:02 |
Spec | i think you've only met my twin once, if that. | 01:02 |
aelkner | wheeler? | 01:02 |
Spec | yeap | 01:02 |
aelkner | oh, hi | 01:02 |
Spec | so you've been tricked into doing dev work for schooltool as well? :p | 01:03 |
aelkner | are you in vermont or something? | 01:03 |
Spec | nope, in arlington | 01:03 |
aelkner | yep | 01:03 |
Spec | your handle should be: ælkner | 01:04 |
aelkner | Spec: are you coming to the sprint this weekend? | 01:04 |
Spec | ah, what day? | 01:04 |
pcardune | ha ha | 01:04 |
Spec | paul - you're in dc now? | 01:05 |
aelkner | yeh, i have a greek name. ask my parents why | 01:05 |
Spec | hah | 01:05 |
aelkner | paul's coming into town, so you should get over to see us | 01:05 |
Spec | day/time? | 01:06 |
aelkner | we're at the career center Thurs to Sun | 01:06 |
Spec | i think i'mma go paintballing on either sat or sun, so i'll try to stop by ACC on the day i'm not going pb'n | 01:06 |
aelkner | 9- | 01:06 |
aelkner | cool | 01:06 |
Spec | mmm, printed circuitboarding. | 01:06 |
pcardune | i'll be in town till the following sunday | 01:07 |
Spec | pcardune: trying to go paintballing? :p | 01:07 |
pcardune | i'm looking forward to discount starbucks... | 01:08 |
Spec | hey, i don't work there =P | 01:08 |
Spec | but i do have partner #rs for a discount | 01:08 |
pcardune | that's what I'm looking for :) | 01:09 |
Spec | addict. | 01:10 |
*** wjohnsto has joined #schooltool | 01:24 | |
*** wjohnsto`away has joined #schooltool | 01:24 | |
*** lisppaste5 has quit IRC | 02:03 | |
*** lisppaste5 has joined #schooltool | 02:08 | |
*** pcardune has quit IRC | 02:10 | |
*** pacman__ has joined #schooltool | 02:29 | |
*** pacman_ has quit IRC | 02:35 | |
*** pcardune has joined #schooltool | 02:36 | |
*** aelkner has quit IRC | 02:45 | |
*** pacman__ has quit IRC | 03:09 | |
*** fsufitch has joined #schooltool | 03:21 | |
*** Spec is now known as x-spec-ting | 04:13 | |
*** pcardune has quit IRC | 04:42 | |
*** fsufitch is now known as fsufitch_sleep | 05:39 | |
*** pcardune has joined #schooltool | 07:30 | |
*** pcardune has quit IRC | 08:55 | |
*** didymo has joined #schooltool | 09:22 | |
*** thisfred has joined #schooltool | 10:55 | |
*** thisfred_ has joined #schooltool | 11:17 | |
*** thisfred has quit IRC | 11:36 | |
*** thisfred_ has quit IRC | 11:50 | |
*** thisfred has joined #schooltool | 11:51 | |
*** mgedmin has joined #schooltool | 12:21 | |
*** glyph has quit IRC | 12:40 | |
*** glyph has joined #schooltool | 12:43 | |
*** mgedmin has quit IRC | 13:17 | |
*** didymo has quit IRC | 13:49 | |
*** Fujitsu has quit IRC | 13:53 | |
*** jfroche has joined #schooltool | 13:53 | |
*** jfroche__ has joined #schooltool | 14:36 | |
*** jfroche has quit IRC | 14:39 | |
*** mgedmin has joined #schooltool | 14:57 | |
*** fsufitch_sleep is now known as fsufitch | 14:57 | |
*** alga has joined #SchoolTool | 15:02 | |
*** ignas has joined #schooltool | 15:10 | |
*** Aiste has joined #schooltool | 15:15 | |
*** glyph has quit IRC | 15:31 | |
*** glyph has joined #schooltool | 15:35 | |
*** wjohnsto`away is now known as wjohnsto | 15:51 | |
*** pacman_ has joined #schooltool | 15:58 | |
*** CrippsFX is now known as Agent_Smith | 16:36 | |
*** Agent_Smith is now known as CrippsFX | 16:36 | |
*** eldar has joined #schooltool | 16:45 | |
*** jfroche__ has quit IRC | 16:59 | |
*** jfroche has joined #schooltool | 16:59 | |
*** pcardune has joined #schooltool | 17:35 | |
pcardune | Lumiere: ping | 17:36 |
wjohnsto | pcardune: I finished parsing the schools, but it's probably not what everyone wants... | 17:58 |
*** aelkner has joined #schooltool | 18:33 | |
*** jfroche has quit IRC | 18:46 | |
*** thisfred has quit IRC | 19:06 | |
*** jfroche has joined #schooltool | 19:08 | |
*** jfroche has quit IRC | 19:16 | |
*** alga has quit IRC | 19:27 | |
*** pcardune has quit IRC | 19:34 | |
*** fsufitch has quit IRC | 19:51 | |
*** fsufitch has joined #schooltool | 19:52 | |
*** mgedmin has quit IRC | 20:00 | |
*** pcardune has joined #schooltool | 20:02 | |
*** fsufitch has quit IRC | 20:47 | |
*** ignas has quit IRC | 20:50 | |
*** aelkner has quit IRC | 21:13 | |
*** pcardune has quit IRC | 21:17 | |
*** th1a has joined #schooltool | 21:57 | |
*** fsufitch has joined #schooltool | 22:24 | |
*** dwoo has joined #schooltool | 22:25 | |
*** pacman_ is now known as pacman | 23:18 | |
*** th1a has quit IRC | 23:28 | |
*** x-spec-ting is now known as Spec | 23:55 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!