IRC log of #schooltool for Thursday, 2008-07-17

*** didymo has joined #schooltool02:38
*** tdoggette_ has joined #schooltool06:06
*** tdoggette has quit IRC06:07
*** replaceafill has joined #schooltool06:24
*** pcardune has joined #schooltool06:48
pcardunehmm, i guess ignas isn't around06:48
*** whaddon has quit IRC06:50
*** replaceafill has left #schooltool06:52
*** tdoggette_ has quit IRC08:12
*** tdoggette has joined #schooltool08:18
*** wjohnsto has quit IRC08:55
*** Aiste has joined #schooltool09:25
*** Aiste has quit IRC09:53
*** pcardune has left #schooltool10:12
*** didymo has quit IRC11:04
*** ignas has joined #schooltool12:59
ignasth1a: http://en.wikipedia.org/wiki/Jackdaw13:00
*** mgedmin has joined #schooltool14:50
th1aignas: Ah.15:51
th1aHow are you feeling, ignas?15:51
ignasquite well, thank you15:52
ignaswas mostly recovered yesterday, but had to put my sleep schedule back to normal15:52
ignasstaying in bed for 2 days can ruin it in a pretty spectacular manner ;)15:52
th1aYes, I've just had to work on the sleep schedule part.15:53
mgedminwhat is this "sleep schedule" you speak of?15:56
*** whaddon has joined #schooltool16:25
*** replaceafill has joined #schooltool18:03
*** wjohnsto has joined #schooltool18:10
wjohnstoignas: ayt?18:11
ignasyes18:11
wjohnstowe are having some trouble selecting a checkbox in a test browser18:11
wjohnstolet me see if whaddon is on, he has the workable branch18:12
whaddonhi wjohnsto, ignas18:12
ignashi18:13
ignaswjohnsto: can you lisppaste5 me the snippet of the functional test18:13
wjohnstoyes18:13
lisppaste5wjohnsto pasted "ignas, ftest" at http://paste.lisp.org/display/6383718:17
wjohnstoignas: we are unsure of exactly how to select it. 'delete.safety-lab-check-up' is a ListControl, and has no label18:18
lisppaste5ignas annotated #63837 with "change it to this:" at http://paste.lisp.org/display/63837#118:19
ignasand see if that checkbox even works18:19
ignasas for ListControl - a lot of unrelated stuff in testbrowser are ListControls18:19
wjohnstook18:20
wjohnstochecking now18:20
whaddonthe checkbox works18:21
ignasi see18:22
whaddonbut if i put the trace thing after the browser.getControl ... stuff it says nothing was selected18:22
ignasi'd look at the html that was generated18:23
ignasand check for the id of the checkbox18:23
ignasto see if it's really the one you are selecting18:23
ignasand if you put startServer after delete - it will not be aware of the checkbox18:24
ignasit can't transfer the browser state18:24
ignasso it only opens the "url"18:24
ignasand the url of the delete page will render the delete view as if no checkboxes were selected18:24
ignasbut you are sure you can check the checkbox in the browser and delete the stuff18:25
whaddonso then the checkbox might actually be being selected18:25
whaddonwe thought the startserver thing was including the http post stuff18:25
ignasnope18:26
ignasit only opens the url18:26
wjohnstoand we were putting the startserver in the wrong place the entire time18:26
wjohnstohaha18:26
whaddonbut i guess it cant tell the browser to do that very well18:26
ignasdo what?18:26
whaddonthe http post stuff18:26
ignasyeah you can18:26
whaddonfrom the startserver thing?18:26
ignaswhich "browser" you are talking about?18:27
ignasfirefox or the browser =Browser() one?18:27
whaddonfirefox18:27
ignasif you startServer you can do POST and GET and whatever you want from firefox18:28
whaddonso then why doesn't it remember that the checkbox is checked?18:28
th1aignas: Is this right: bzr co lp:~ignas/schooltool/user-guide-buildout ?18:28
ignasnah, you should probably bzr co lp:~schooltool-owners/schooltool/users-guide18:29
ignasI have merged my branch into mainline ages ago18:29
th1aOK.  Thanks.18:30
ignaswhaddon: can you explain me step by step what you are doing to get the "no checkbox checked" error?18:30
ignaslike - in which place the start server is18:30
ignasand what you do in firefox18:30
whaddonwe probably are mistaken that there was an error18:30
whaddonwe were relying on running startserver after the test clicks delete18:31
whaddonand thought that the checkbox was not being selected because we saw the "nothing is selected" page18:31
wjohnsto=\18:32
ignasi see18:32
ignaswell - you must understand that "firefox" is one browser and Browser() is another one18:32
ignasthey are sharing the same database18:32
ignasbut that's about it18:32
ignasit's as if you were performing all your tests using opera18:32
ignasand then copy pasted the URL in the middle of the test into firefox18:33
whaddoni see18:34
ignasI was thinking of adding cookie support, but it's kind of tricky to do :/18:34
*** replaceafill has quit IRC18:36
whaddonthank you ignas18:37
th1ahttp://book.schooltool.org more or less working now.19:37
ignasth1a: cool19:58
th1aI don't know where the sidebar went though.19:58
ignasno clue20:12
*** jelkner has joined #schooltool20:20
*** wjohnsto has quit IRC20:23
*** wjohnsto has joined #schooltool20:30
*** lisppaste5 has quit IRC21:10
*** lisppaste5 has joined #schooltool21:11
wjohnstoaelkner: ayt?21:21
aelkneryes21:21
wjohnstowe were assigned https://bugs.launchpad.net/cando/+bug/24848221:21
wjohnstoand we can't find a view for "Pending Messages"... it looks like it was deliberately removed.  Do you know anything about this?21:22
aelknernot off hand.  how do you say it was removed?21:23
wjohnstowe found the link in newskin21:23
whaddonit worked in CanDo 07, but the view and the registration don't exist at all now21:24
wjohnstobut we can't find an assigned view for the link21:24
aelkneri see21:25
aelkneri can't recall removing it, but i don't see wy we couldn't just ad it back21:26
whaddoni'm just worried that it was removed because something was wrong with it21:26
aelknerif you want, you could look at the source for CanDo 0721:26
aelkneri wouldn't worry about that21:27
aelknerif you add it back and there's a problem, then you could look into what is wrong21:27
whaddonwhere can we access the CanDo 07 code?21:27
*** mgedmin has quit IRC21:27
aelknerwe should check the svn repo online21:29
wjohnstoI see 05, 06, not 0721:32
aelknerwhere do you see 05 and 06?  what url?21:33
wjohnstocando-buildout wasnt too long ago21:33
wjohnstohttp://svn.schooltool.org/cando/branches21:34
aelkneri'm looking at https://svn.schooltool.org/trac/cando/browser/trunk/src/cando/message/browser21:34
aelkneri think 07 IS the trunk21:34
aelknerperhaps eldar did it in the message branch21:34
whaddonneither trunk nor the message branch seem to have the view we want21:36
aelknerit's in the queueing package, not the message package21:39
aelknerit was never removed21:39
whaddonaha21:40
wjohnstook21:40
wjohnstonow I see21:40
wjohnstothanks aelkner21:40
aelknerno prob21:40
*** ignas has quit IRC21:43
*** povbot has joined #schooltool21:57
*** jelkner has joined #schooltool22:15
jelkneraelkner: did you see my skype call?22:15
jelknerit connected, but i couldn't hear you22:15
aelkneri'm connecting my earphones22:15
jelknerah22:15
aelknercall again22:16
aelknerth1a: ayt?22:27
*** wjohnsto has quit IRC22:47
*** whaddon has quit IRC22:48
*** jelkner has quit IRC23:57

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!