| *** didymo has joined #schooltool | 02:38 | |
| *** tdoggette_ has joined #schooltool | 06:06 | |
| *** tdoggette has quit IRC | 06:07 | |
| *** replaceafill has joined #schooltool | 06:24 | |
| *** pcardune has joined #schooltool | 06:48 | |
| pcardune | hmm, i guess ignas isn't around | 06:48 |
|---|---|---|
| *** whaddon has quit IRC | 06:50 | |
| *** replaceafill has left #schooltool | 06:52 | |
| *** tdoggette_ has quit IRC | 08:12 | |
| *** tdoggette has joined #schooltool | 08:18 | |
| *** wjohnsto has quit IRC | 08:55 | |
| *** Aiste has joined #schooltool | 09:25 | |
| *** Aiste has quit IRC | 09:53 | |
| *** pcardune has left #schooltool | 10:12 | |
| *** didymo has quit IRC | 11:04 | |
| *** ignas has joined #schooltool | 12:59 | |
| ignas | th1a: http://en.wikipedia.org/wiki/Jackdaw | 13:00 |
| *** mgedmin has joined #schooltool | 14:50 | |
| th1a | ignas: Ah. | 15:51 |
| th1a | How are you feeling, ignas? | 15:51 |
| ignas | quite well, thank you | 15:52 |
| ignas | was mostly recovered yesterday, but had to put my sleep schedule back to normal | 15:52 |
| ignas | staying in bed for 2 days can ruin it in a pretty spectacular manner ;) | 15:52 |
| th1a | Yes, I've just had to work on the sleep schedule part. | 15:53 |
| mgedmin | what is this "sleep schedule" you speak of? | 15:56 |
| *** whaddon has joined #schooltool | 16:25 | |
| *** replaceafill has joined #schooltool | 18:03 | |
| *** wjohnsto has joined #schooltool | 18:10 | |
| wjohnsto | ignas: ayt? | 18:11 |
| ignas | yes | 18:11 |
| wjohnsto | we are having some trouble selecting a checkbox in a test browser | 18:11 |
| wjohnsto | let me see if whaddon is on, he has the workable branch | 18:12 |
| whaddon | hi wjohnsto, ignas | 18:12 |
| ignas | hi | 18:13 |
| ignas | wjohnsto: can you lisppaste5 me the snippet of the functional test | 18:13 |
| wjohnsto | yes | 18:13 |
| lisppaste5 | wjohnsto pasted "ignas, ftest" at http://paste.lisp.org/display/63837 | 18:17 |
| wjohnsto | ignas: we are unsure of exactly how to select it. 'delete.safety-lab-check-up' is a ListControl, and has no label | 18:18 |
| lisppaste5 | ignas annotated #63837 with "change it to this:" at http://paste.lisp.org/display/63837#1 | 18:19 |
| ignas | and see if that checkbox even works | 18:19 |
| ignas | as for ListControl - a lot of unrelated stuff in testbrowser are ListControls | 18:19 |
| wjohnsto | ok | 18:20 |
| wjohnsto | checking now | 18:20 |
| whaddon | the checkbox works | 18:21 |
| ignas | i see | 18:22 |
| whaddon | but if i put the trace thing after the browser.getControl ... stuff it says nothing was selected | 18:22 |
| ignas | i'd look at the html that was generated | 18:23 |
| ignas | and check for the id of the checkbox | 18:23 |
| ignas | to see if it's really the one you are selecting | 18:23 |
| ignas | and if you put startServer after delete - it will not be aware of the checkbox | 18:24 |
| ignas | it can't transfer the browser state | 18:24 |
| ignas | so it only opens the "url" | 18:24 |
| ignas | and the url of the delete page will render the delete view as if no checkboxes were selected | 18:24 |
| ignas | but you are sure you can check the checkbox in the browser and delete the stuff | 18:25 |
| whaddon | so then the checkbox might actually be being selected | 18:25 |
| whaddon | we thought the startserver thing was including the http post stuff | 18:25 |
| ignas | nope | 18:26 |
| ignas | it only opens the url | 18:26 |
| wjohnsto | and we were putting the startserver in the wrong place the entire time | 18:26 |
| wjohnsto | haha | 18:26 |
| whaddon | but i guess it cant tell the browser to do that very well | 18:26 |
| ignas | do what? | 18:26 |
| whaddon | the http post stuff | 18:26 |
| ignas | yeah you can | 18:26 |
| whaddon | from the startserver thing? | 18:26 |
| ignas | which "browser" you are talking about? | 18:27 |
| ignas | firefox or the browser =Browser() one? | 18:27 |
| whaddon | firefox | 18:27 |
| ignas | if you startServer you can do POST and GET and whatever you want from firefox | 18:28 |
| whaddon | so then why doesn't it remember that the checkbox is checked? | 18:28 |
| th1a | ignas: Is this right: bzr co lp:~ignas/schooltool/user-guide-buildout ? | 18:28 |
| ignas | nah, you should probably bzr co lp:~schooltool-owners/schooltool/users-guide | 18:29 |
| ignas | I have merged my branch into mainline ages ago | 18:29 |
| th1a | OK. Thanks. | 18:30 |
| ignas | whaddon: can you explain me step by step what you are doing to get the "no checkbox checked" error? | 18:30 |
| ignas | like - in which place the start server is | 18:30 |
| ignas | and what you do in firefox | 18:30 |
| whaddon | we probably are mistaken that there was an error | 18:30 |
| whaddon | we were relying on running startserver after the test clicks delete | 18:31 |
| whaddon | and thought that the checkbox was not being selected because we saw the "nothing is selected" page | 18:31 |
| wjohnsto | =\ | 18:32 |
| ignas | i see | 18:32 |
| ignas | well - you must understand that "firefox" is one browser and Browser() is another one | 18:32 |
| ignas | they are sharing the same database | 18:32 |
| ignas | but that's about it | 18:32 |
| ignas | it's as if you were performing all your tests using opera | 18:32 |
| ignas | and then copy pasted the URL in the middle of the test into firefox | 18:33 |
| whaddon | i see | 18:34 |
| ignas | I was thinking of adding cookie support, but it's kind of tricky to do :/ | 18:34 |
| *** replaceafill has quit IRC | 18:36 | |
| whaddon | thank you ignas | 18:37 |
| th1a | http://book.schooltool.org more or less working now. | 19:37 |
| ignas | th1a: cool | 19:58 |
| th1a | I don't know where the sidebar went though. | 19:58 |
| ignas | no clue | 20:12 |
| *** jelkner has joined #schooltool | 20:20 | |
| *** wjohnsto has quit IRC | 20:23 | |
| *** wjohnsto has joined #schooltool | 20:30 | |
| *** lisppaste5 has quit IRC | 21:10 | |
| *** lisppaste5 has joined #schooltool | 21:11 | |
| wjohnsto | aelkner: ayt? | 21:21 |
| aelkner | yes | 21:21 |
| wjohnsto | we were assigned https://bugs.launchpad.net/cando/+bug/248482 | 21:21 |
| wjohnsto | and we can't find a view for "Pending Messages"... it looks like it was deliberately removed. Do you know anything about this? | 21:22 |
| aelkner | not off hand. how do you say it was removed? | 21:23 |
| wjohnsto | we found the link in newskin | 21:23 |
| whaddon | it worked in CanDo 07, but the view and the registration don't exist at all now | 21:24 |
| wjohnsto | but we can't find an assigned view for the link | 21:24 |
| aelkner | i see | 21:25 |
| aelkner | i can't recall removing it, but i don't see wy we couldn't just ad it back | 21:26 |
| whaddon | i'm just worried that it was removed because something was wrong with it | 21:26 |
| aelkner | if you want, you could look at the source for CanDo 07 | 21:26 |
| aelkner | i wouldn't worry about that | 21:27 |
| aelkner | if you add it back and there's a problem, then you could look into what is wrong | 21:27 |
| whaddon | where can we access the CanDo 07 code? | 21:27 |
| *** mgedmin has quit IRC | 21:27 | |
| aelkner | we should check the svn repo online | 21:29 |
| wjohnsto | I see 05, 06, not 07 | 21:32 |
| aelkner | where do you see 05 and 06? what url? | 21:33 |
| wjohnsto | cando-buildout wasnt too long ago | 21:33 |
| wjohnsto | http://svn.schooltool.org/cando/branches | 21:34 |
| aelkner | i'm looking at https://svn.schooltool.org/trac/cando/browser/trunk/src/cando/message/browser | 21:34 |
| aelkner | i think 07 IS the trunk | 21:34 |
| aelkner | perhaps eldar did it in the message branch | 21:34 |
| whaddon | neither trunk nor the message branch seem to have the view we want | 21:36 |
| aelkner | it's in the queueing package, not the message package | 21:39 |
| aelkner | it was never removed | 21:39 |
| whaddon | aha | 21:40 |
| wjohnsto | ok | 21:40 |
| wjohnsto | now I see | 21:40 |
| wjohnsto | thanks aelkner | 21:40 |
| aelkner | no prob | 21:40 |
| *** ignas has quit IRC | 21:43 | |
| *** povbot has joined #schooltool | 21:57 | |
| *** jelkner has joined #schooltool | 22:15 | |
| jelkner | aelkner: did you see my skype call? | 22:15 |
| jelkner | it connected, but i couldn't hear you | 22:15 |
| aelkner | i'm connecting my earphones | 22:15 |
| jelkner | ah | 22:15 |
| aelkner | call again | 22:16 |
| aelkner | th1a: ayt? | 22:27 |
| *** wjohnsto has quit IRC | 22:47 | |
| *** whaddon has quit IRC | 22:48 | |
| *** jelkner has quit IRC | 23:57 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!