/srv/irclogs.ubuntu.com/2013/03/15/#ubuntu-website.txt

mhall119daker: where did you find ?autoplay=1&autohide=1 for the youtube videos?00:24
dakeryoutube api :)00:24
dakermhall119: ex http://youtube.com/embed/IDXILsX7_QI   this will not play automaticaly00:25
dakerbut this will http://www.youtube.com/embed/IDXILsX7_QI?autoplay=100:25
dakerautohide=1 will hide the tile of the video & the controls buttons00:26
dakerwhen you hover the video they will show up00:26
cjohnstonnigelb: ping00:27
mhall119daker: ah, cool, looks good then00:33
dakerit happened to me many times00:33
mhall119daker: is https://code.launchpad.net/~daker/summit/fix.1147863/+merge/152572 still being worked on?00:33
dakermhall119: ya00:34
mhall119daker: so we're still going to allow importing Attendee data from Launchpad, at least that was my understanding00:35
mhall119cjohnston: ^^ can you confirm or deny?00:35
cjohnstonYes.00:35
cjohnstonthe correct spec is in the description of bug #114786300:35
ubottubug 1147863 in Summit "Stop requiring someone to be 'attending' in LP" [High,In progress] https://launchpad.net/bugs/114786300:35
JoseeAntonioRmhall119: hey, I had to run, mind taking a look at it now?01:19
JoseeAntonioRhttp://paste.ubuntu.com/5615349/01:20
JoseeAntonioRit's from lines 112 to 116 and then from 136 to 14101:21
cjohnstons/S/s JoseeAntonioR01:22
JoseeAntonioRI'll change and try01:25
JoseeAntonioRcjohnston: now works for the pad, but the bottom lines don't appear01:26
cjohnstonJoseeAntonioR: https://bazaar.launchpad.net/~summit-hackers/summit/trunk/view/head:/summit/schedule/templates/schedule/actions.html01:26
JoseeAntonioRyeah, I was taking a look on that and thought on it01:26
cjohnstonI disagree with the changes to the links at the bottom01:27
JoseeAntonioRok, so I should keep them as they are now01:28
cjohnstonyes01:29
JoseeAntonioRcjohnston: see http://joseeantonior.com:8000/uds-r/meeting/149/foundations-r-wubi-redesign/ (does it resolve?)01:29
JoseeAntonioRthe bottom lines are not appearing01:30
JoseeAntonioRoh, I think I found the error01:30
JoseeAntonioRand got it working now01:31
JoseeAntonioRcjohnston: would only meeting.html need the changes?01:31
cjohnstonvirt_meeting01:32
cjohnstonand on daily and by_ the irc link should point to the logs01:32
cjohnstonthe irc log01:32
cjohnstoneverything else i thnk would be ok01:32
JoseeAntonioRyeah, that's another bug01:34
cjohnstonnah.. same thing01:36
JoseeAntonioRI still need to figure out how to get the dates :P01:40
JoseeAntonioRcjohnston: should I also link the branch to the blueprint, or only to the bug?01:41
cjohnstonbug01:41
JoseeAntonioRcjohnston: how should we link the irc logs instead of the webchat embed? iframe?02:06
cjohnstonyes02:08
JoseeAntonioRok, working on the bug now02:10
JoseeAntonioRcjohnston: problem, I'm working with uds-r and logs aren't in irclogs.ubuntu.com, do you know where are they?02:38
cjohnstonhttp://ubottu.com/uds-logs/archives/uds-r/02:40
JoseeAntonioRcjohnston: and how should I link to the specific time? in irclogs.u.c I use #t10 for example02:43
cjohnstonask whoever maintains the logs to fix them02:49
JoseeAntonioRthen, bug is blocked until tsimpson (I think) fixes this02:53
JoseeAntonioRI'll just push the etherpad changes to merge02:53
cjohnstonproviding the whole log is better than nothing02:56
JoseeAntonioRok, let's have this and I'll file another bug to fix that once I reach tsimpson02:58
JoseeAntonioRmp for etherpad thingy submitted03:00
cjohnstonbug #115541603:05
ubottubug 1155416 in Ubuntu IRC Bots "Log timestamps should be links" [Undecided,New] https://launchpad.net/bugs/115541603:05
cjohnstonbug #115541703:06
ubottubug 1155417 in Ubuntu IRC Bots "Logs should be split by day" [Undecided,New] https://launchpad.net/bugs/115541703:06
cjohnstonbug #115542003:08
ubottubug 1155420 in Ubuntu IRC Bots "Clean the clutter out of IRC logs" [Undecided,New] https://launchpad.net/bugs/115542003:08
cjohnstonI feel better.03:08
cjohnstongood night03:08
JoseeAntonioRcjohnston: night, and thanks!03:14
JoseeAntonioRmhall119: ping03:40
nigelbcjohnston: pong05:08
JoseeAntonioRnigelb: ping05:17
nigelbJoseeAntonioR: hi05:43
JoseeAntonioRnigelb: hey, I'd like to know if bug 898590 is still relevant, so I can work on it05:44
ubottubug 898590 in Summit "Create a function to check if a launchpad user exists" [Low,In progress] https://launchpad.net/bugs/89859005:44
nigelbJoseeAntonioR: I'm pretty sure it is. I'll look at the codebase to see where.05:47
nigelbUgh, need to install bzr05:47
* nigelb dislikes bzr05:47
JoseeAntonioR:P05:47
nigelbJoseeAntonioR: Here's the essential idea, you can change the bug accordingly.05:52
nigelbDo not call the lp api directly.05:52
nigelbCall it through this module.05:52
nigelbevery lp api call will be a function in this module.05:52
nigelbThe idea is, it's easier to mock this module out of the way when you're testing.05:52
JoseeAntonioRnigelb: but what is this going to be used for?05:53
nigelbTesting.05:56
nigelbYou don't want to make actual api calls when you test.05:56
nigelbYou mock the call.05:56
JoseeAntonioRI still quite don't get it05:57
JoseeAntonioRmind working on that tomorrow? I need to go to bed for school05:57
nigelbYou need to look at the mock module.05:58
nigelbThat'll help05:58
nigelbsee if we're using it anywhere.05:58
JoseeAntonioRI'll check, then05:59
JoseeAntonioRI'm out for today, night!05:59
cjohnstonnigelb: can you please setup tarmac to run tests on 'common' and 'schedule'10:21
cjohnstondaker: mhall119 ?21:00
dakero/21:01
cjohnstondaker: the link is in the invite21:02
mhall119daker: cjohnston: sorry I missed it, doctor's appointment schedule changes (and delays)23:02
dakernp23:03
dakerthe doctor first23:03

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