[01:48] cjohnston: hey, about bug 1146984, what would be your suggestion to the issues I found? [01:48] bug 1146984 in Summit "Link directly to Youtube, Etherpad and irc:// in the summit schedule" [Wishlist,In progress] https://launchpad.net/bugs/1146984 [01:52] commented [01:54] * JoseeAntonioR checks [01:55] cjohnston: so, agenda.meeting.youtube_video_url would get me the video url? [01:57] i dont think that exists [01:58] then, how should I call what you're specifying? [03:50] mhall119: hey [03:50] JoseeAntonioR: hi [03:50] mhall119: busy now? [03:51] nope [03:51] ok, so let me go over real quick what the problem is, and what the solution will need to look like [03:51] sure [03:52] so the hover javascript comes from daily.html [03:52] which is based off the schedule [03:52] which means is iterates over Slots and Agenda items [03:53] however, mine.html and review.html just list meetings, they don't care about schedule [03:53] so you don't have agenda or slot variables [03:53] with me so far? [03:53] yep [03:54] ok, now another part of daily.html is a hidden div that contains the meeting details [03:54]
[03:55] we had to make them labeled by agenda and slot, rather than by meeting.id, because a 2-slot meeting needed to show the popup in 2 places [03:55] you don't need that in mine.html and review.html, but you will need to duplicate the hidden div in those templates [03:55] all the javascript functions do is find the div element, based on the agenda.id and slot.id, and either make it visible or hide it [03:56] so, what you need to do is the following: [03:56] * JoseeAntonioR listens [03:57] 1: re-create the hidden div in your template, but make it id="meeting-{{meeting.id}}-details" [03:57] 2: change the javascript functions to take a meeting id, rather than agenda and slot ids [03:57] 3: change the function calls to pass the meeting id, instead of the agenda and slot ids [03:58] ok, let me take a look [03:58] would I only have to change that in review.html? as it's working perfectly fine in mine.html as it is [04:00] you're getting a popup with meeting details in mine.html? [04:00] yep [04:00] want me to run it so you can test it? [04:01] yeah [04:01] I tried it on my localhost but didn't get a popup [04:01] give me a sec [04:02] * JoseeAntonioR changes dns [04:04] mhall119: does joseeantonior.com:8000 resolve? [04:04] yup [04:04] ok, just login [04:04] with your openid [04:05] done [04:05] ok, add sessions, and go to your schedule [04:06] it should work [04:07] yeah, I'm not getting a popup [04:07] http://joseeantonior.com:8000/uds-r/mhall119/meetings [04:07] oh, that's mine.html? [04:08] I think so, yes [04:08] what were you looking at? [04:08] blargh, I thought /uds-r/participant/mhall119 was mine.html [04:08] no, that's by_participant.html [04:09] which is like daily.html, in that it's schedule-based [04:09] aah, right! [04:09] oh, then I'll modify both of them as you said [04:10] ping me tomorrow if you need any help [04:10] sure, thanks! [04:10] np, thank you for taking the time to work on Summit :) [04:15] no worries! :) [16:40] cjohnston: what would we need to do in order to run https://wiki.ubuntu.com/UbuntuSDKDays/Prep on Summit? [16:41] Buy him large amounts of beer. [18:00] hey mhall119 [18:02] hey jhodapp, #ubuntu-meeting not #ubuntu-website :) [18:02] mhall119, was wondering if that was true :) [20:07] mhall119: what nigelb said [20:09] cjohnston: I'd say I'll buy you one at UDS, but you'd just come over to claim it [20:09] I'm on my way.. I could use a few drinks right now and you know why [20:27] daker: https://code.launchpad.net/~chrisjohnston/loco-team-portal/bzr-apps-url-fixes/+merge/152509 mhall119 <<< [20:28] cjohnston: will IS be able to use those? [20:28] thats what is used in summit [20:28] afaik [20:29] good enough for me [20:29] that matches the bzr_apps part of the code to summit [20:37] mhall119: do you want to throw it into production to make the release work correctly? [20:38] cjohnston: yeah, go ahead [20:38] unless they've already done it manually [20:38] that wasn't the question. [20:39] it doesnt appear to have been updated [21:10] hi [21:13] hi ho, hi ho, it's off to work i go [21:14] hi mhall119 FYI now you need to tell them to run ./manage.py update_openids because we are swithing to login.u.c [21:15] oh we are? ok. has that been deployed already? [21:15] i dont think its been deployed [21:16] ah i sorry [21:24] mhall119: i can do another release before they deploy [21:25] daker: let's do that [21:25] ok i'll do it [21:32] be careful that you dont get *too* complicated [21:34] daker: I just created lp:loco-team-portal/production [21:35] cjohnston: and ? [21:36] just letting you know.. its easier to type/remember than lp:ltp-devs/loco-team-portal/production or wahtever it was [21:36] ok but for now i think i'll the ~ltp-devs [21:37] It's the same branch.. lp:loco-team-portal/production == https://code.launchpad.net/~ltp-devs/loco-team-portal/production [21:37] just a 'prettier' name [21:37] ah ok [21:42] daker: does ltp still use twidenash? [21:42] yes [21:42] we still use it [21:43] the twitter api on summit still needs to be fixed :-/ [22:13] mhall119: done https://code.launchpad.net/~ltp-devs/loco-team-portal/production [22:13] daker: update the RT [22:13] please [22:13] now we need to run ./manage.py update_openids [22:13] and ./manage.py lcupdate [22:15] gotcha [22:15] so add that stuff please [22:27] lcupdate or lpupdate? [22:28] lc [22:28] https://bazaar.launchpad.net/~ltp-devs/loco-team-portal/0.2/view/head:/loco_directory/teams/management/commands/lcupdate.py [22:29] lc [22:30] ah, ok [22:31] mhall119: [22:31] https://code.launchpad.net/~chrisjohnston/summit/csrf/+merge/152298 [22:31] https://code.launchpad.net/~chrisjohnston/summit/i18n/+merge/152525 [22:31] https://code.launchpad.net/~chrisjohnston/summit/track-display-name/+merge/151846 [22:32] this used to update the LC members on /loco-council [22:39] cjohnston: ignore the MP comment, something else is causing those errors [22:51] mhall119: on the csrf page, please play with actually moving stuff around [22:58] cjohnston: I need to figure out why I'm getting these test failures [23:01] LTP test are also failling :( [23:02] :( [23:02] something related to the switch to login.u.c [23:02] https://drone.io/daker/ltp/23 [23:04] wtf, now they all pass :( [23:04] summit ones anyway [23:04] hhhh [23:26] mhall119: we really have to figure out how to harden our test [23:26] s