[00:00] really? on a phone?? [00:00] android running opera [00:01] clicking a meeting name should open the session description below the session name [00:01] try doing it in firefox with a window less than 400 px wide to see how it's meant to work [00:01] I'll try it in opera [00:02] i need to figure out how to take screenshots [00:02] god, you're right [00:02] how annoying [00:02] opera the /uds-p/ page looks right [00:02] the defualt browser, that page looks like crapola [00:02] don't know why that is without debugging it [00:02] i dont care.. i wont use it anyway [00:02] but if anyone files a bug ill assign you [00:02] really? the uds-p page looks good to me in default [00:03] now the agenda.. thats cool [00:03] if you could poke a few people to test it so that I'm not bugfixing *during* uds, that'd be great :P [00:03] yup [00:11] aquarius: bug #925811 [00:11] Launchpad bug 925811 in summit "Agenda view clicks through to meeting view on opera mobile (affects: 1) (heat: 6)" [Low,Confirmed] https://launchpad.net/bugs/925811 [00:29] aquarius: bugs are being filed.. lol [00:29] already?? [00:29] god almighty [00:30] 2 [00:30] hehe [00:30] if there are lots it might be worth poking it so you only get the magic mobile view with ?m=1 on the end of the URL or something [00:30] :) [00:30] aquarius: sorry about the clasroom mixup. I'd already gone to bed by then. [00:31] so far with whats come in, im not worried about it [00:31] Morning cjohnston [00:31] nigelb, is fine [00:31] we got it sorted :) [00:31] hey nigelb [00:31] what's the stars thing you pinged me about? [00:31] the fact that i want to move the js hide talks that arent for me crap [00:32] s/move/remove [00:32] er, and make it how? [00:32] get rid of it [00:32] Remove the feature too? [00:33] ya [00:33] its broken again [00:33] why keep fixing it [00:33] Linaro is cool with that? In Budapeest they got mhall119 to fix that bug on the plane. [00:33] the agenda thing replaces it [00:33] bin the JS thing [00:33] I wrote that [00:33] in about fifteen minutes [00:33] about six UDSes ago :) [00:33] wow. [00:33] and we have been limping it along ever since [00:34] cjohnston, the broken image is the QR code [00:34] if it works, don't fix it ;) [00:34] right [00:34] ahh [00:34] hrm [00:34] i guess i need to put an if statemetn in there [00:34] cjohnston, I have no idea what the deal with the qr code is... but it's got [00:34] which is why it's broken :) [00:34] you might wanna poke that ;) [00:35] will do [00:35] prolly wont get fixed prior to conenct tho cause connect has a qr code [00:35] or better still, poke it and then display:none it in the mobile stylesheet, since you don't need it on a mobile by defniition :P [00:35] but i wouldnt mind removing the qr code if its mobile [00:35] it isnt needed [00:35] ;-) [00:35] display:none'ing it in the mobile stylesheet will fix the reported bug, anyway :P [00:41] aquarius: that javascript was your fault eh? [00:42] hehehe [00:42] mhall119, yep. [00:42] in my defence it was written really quickly, sitting on the edge of a big round table at a party :) [00:42] with jcastro hassling me to come get more beer the whole time :) [00:43] I'd have looked at helping to fix it if I'd have known it was problematic! [00:43] aquarius: we have about 20 bugs for it [00:43] lol [00:43] * cjohnston goes to subscribe aquarius to all summit bug notifications.. hehe [00:44] this is what happens when something really quick gets written :P [00:44] seems like every cycle without fail we break it [00:44] what, in general, is wrong with it? That it's not highlighting the right stuff, or that it is highlighting too much stuff, or that it throws errors? [00:44] Wejust break it very often. [00:44] and now with the new display, i have no care to keep it [00:44] * aquarius rtfs [00:44] everything greys out [00:44] I'd bin it if I were you. [00:44] i will [00:45] as soon as connect is over [00:45] i may remove the link and add that to trunk and if we end up having to push out another update it will be in there [00:45] but i dont want to scrap the code this close to connect [00:46] what a magnificent piece of code that is [00:46] I can't see anything wrong with it, myself ;) [00:47] hehe [00:47] it's pretty sensitive to how the HTML is laid out, I admit it [00:48] hehe [00:48] the sessions don't contain a participants list any more [00:49] at least the ones on http://summit.ubuntu.com/uds-p/2011-10-31/display don't [00:49] so the JS isn't going to work -- it can't find you in the list of participants (because there is no list of participants) and thus it hides every session :) [00:50] if you want to quickly bin it without screwing with the code too much, just comment out the line that adds the link to the nav bar [00:50] document.getElementById("sub-nav").appendChild(lnk); [00:50] change to [00:50] /document.getElementById("sub-nav").appendChild(lnk); [00:50] er [00:50] //document.getElementById("sub-nav").appendChild(lnk); [00:50] then it won't add the link :) [13:53] danilos: ping [14:08] cjohnston, hi [14:08] danilos: so the whole thing from the email this morning is fixed? [14:11] cjohnston, I am not sure what email that's about, but I think Stephen is pretty happy now [14:12] the thing with users not showing up in the private meeting list [14:16] yes, I fixed that [14:16] ok [15:38] mhall119: it seems as though meetings with etherpad pages created prior to me making it possible to select pad.l.o have a pad.u.c link already coded in... this was brought up to me this morning [15:40] would it be possible to s/ubuntu.com/linaro.org without messing up the hash url stuff and all that for private meetings [15:40] salgado: ^ [15:40] hash url? [15:40] salgado: private meetings have a "hash" in the url [15:41] so its pad.u.c/lcq1-12- [15:41] oh, ok, the unique identifier in the URL [15:41] that way it isnt guessible [15:41] sure, we can just run an SQL to replace pad.u.c with pad.l.o [15:41] non private meetings are http://pad.linaro.org/lcq1-12-linaro-gfxmm-q112-codecs-neon [15:43] cjohnston, so, the db is sqlite3 right? do you know where it is? [15:43] IS ought to know [15:44] db is postgres [15:44] other than that, i dont know [15:44] g2g.. call [15:45] oh, right, it's status that's sqlite3 [15:56] cjohnston: yes, once the hash url is generated once, it's saved [15:57] so changing other fields won't change it [16:07] update schedule_meeting set pad_url = replace(pad_url, 'pad.ubuntu.com', 'pad.linaro.org') where summit = 7 and pad_url ilike '%pad.ubuntu.com%'; [16:07] cjohnston, mhall119, that will fix the broken URLs. can you think of anything that this could break? [16:11] salgado: I think so [16:12] * nigelb suggests a db back before you run that. [16:12] *backup [16:12] mhall119, you mean it will break something? [16:12] nigelb, it can easily be reverted; I have the list of items it will update [16:12] ah, cool. === salgado is now known as salgado-lunch [16:33] salgado-lunch: sorry, I think it's safe [16:33] danilos: nigelb [16:34] meetings in the past not being moved by the autoscheduler [16:34] discuss [16:34] do you mean autoscheduler or rescheduler? [16:34] re [16:34] I clearly remember fixing it once. [16:35] Is it being moved now? [16:35] i dont think we have left it running to know === salgado-lunch is now known as salgado [20:11] daker: ping [20:13] cjohnston: ping [20:51] mhall119: ? [21:06] cjohnston: do you know the state of any of the merge proposals for ltp? [21:07] nop3 [21:07] nope [21:07] not really [21:07] all i remember is it isnt ready for django 1.3 [21:10] :( [21:10] ok [21:12] it isnt ready for 1.3 because of IS, but because of us [21:28] they don't want to install it system-wide? [21:29] no [21:29] due to compatability with other sites [21:31] plus, cranberry is getting worse [21:31] im back to getting a few emails a day from status [21:31] fragaria has been stable though [21:31] maybe we can get LTP moved [21:32] fragaria is summit only [21:32] and summit related stuff [21:34] no reason it can't run ltp too [21:34] hmmm, prod has meetings that staging didn't get.... [21:35] wait no, it did find that other one [21:35] mhall119: look in the other channel [21:35] theres errors